|
|
| Bugzilla Link |
297 |
| Resolution |
FIXED |
| Resolved on |
Feb 22, 2010 12:54 |
| Version |
1.0 |
| OS |
All |
Extended Description
This testcase crashes the C front-end. Though we don't support stuff like this,
we shouldn't CRASH on it:
int foo() {
register int X asm("ebx");
return X;
}
-Chris