D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 6507 - [2.055 beta] ICE: var Internal error: backend\cgcs.c 319
Summary: [2.055 beta] ICE: var Internal error: backend\cgcs.c 319
Status: RESOLVED INVALID
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D2
Hardware: Other Windows
: P2 regression
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-16 12:31 UTC by Nick Sabalausky
Modified: 2011-08-16 20:15 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Nick Sabalausky 2011-08-16 12:31:44 UTC
In the latest DMD/druntime/phobos from github (as of this writing):

import std.string;
void main()
{
	stripLeft("Hi");
}

Compiler gives:
var Internal error: backend\cgcs.c 319
Comment 1 Nick Sabalausky 2011-08-16 12:33:58 UTC
Also, using 'enum x = stripLeft("Hi");' results in:

Internal error: backend\cgcs.c 526
Comment 2 Nick Sabalausky 2011-08-16 20:15:51 UTC
This was an artifact of the invalid issue 6509