www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 12243] New: [REG 2.065.0] ICE: cannot append 'char' to 'string'

reply d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=12243

           Summary: [REG 2.065.0] ICE: cannot append 'char' to 'string'
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: ice, rejects-valid
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nobody puremagic.com
        ReportedBy: thecybershadow gmail.com



09:04:13 EET ---
char f() { return 'a'; }

void main()
{
    string s;
    s ~= f();
}

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 24 2014
next sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=12243


Vladimir Panteleev <thecybershadow gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[REG 2.065.0] ICE: cannot   |[REG 2.065.0] "ICE: cannot
                   |append 'char' to 'string'   |append 'char' to 'string'"
                   |                            |with -inline



09:05:00 EET ---
Compile with -inline.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 24 2014
prev sibling next sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=12243




09:16:24 EET ---
Introduced in https://github.com/D-Programming-Language/dmd/pull/3222 (or its
equivalent for the release branch).

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 24 2014
prev sibling next sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=12243




13:10:06 EET ---
2.065 branch pull: https://github.com/D-Programming-Language/dmd/pull/3228

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 25 2014
prev sibling next sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=12243




https://github.com/D-Programming-Language/dmd/pull/3334

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 25 2014
prev sibling next sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=12243




Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/159e0b73a64f48da956970c60ef7cf558e79b5ec
fix Issue 12243 - "ICE: cannot append 'char' to 'string'" with -inline

https://github.com/D-Programming-Language/dmd/commit/53bec8515bd571ea949f45b697ee4e8ee1b82fd2


[REG2.065] Issue 12243 - "ICE: cannot append 'char' to 'string'" with -inline

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 25 2014
prev sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=12243


Kenji Hara <k.hara.pg gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 25 2014