http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46322

           Summary: ICE: RTL check: expected code 'const_int', have 'reg'
                    in dbxout_parms, at dbxout.c:3498 with -gstabs
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: debug
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: zso...@seznam.cz


----- testcase.c -----
void foo (int i)
{
    char c[0x100000000UL];
}
----------------------

Compiler output:
$ gcc -gstabs testcase.c
testcase.c: In function 'foo':
testcase.c:4:1: internal compiler error: RTL check: expected code 'const_int',
have 'reg' in dbxout_parms, at dbxout.c:3498
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Tested revisions (all with RTL checking):
r166306 - crash
4.5 r165781 - crash
4.4 r165754 - crash

Reply via email to