Command line:
gcc -mms-bitfields testcase.c

------ testcase.c ------
struct S { int i[(1LL << 60) - 1]; };
------------------------

Tested revisions:
r157723 - crash
4.4 r157395 - crash (with checking)

Compiler output:
$ /mnt/svn/gcc-trunk/binary-157723-lto/bin/gcc -mms-bitfields testcase.c
testcase.c:1:8: internal compiler error: in tree_low_cst, at tree.c:6198
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Valgrind:
nothing


-- 
           Summary: ICE: in tree_low_cst, at tree.c:6198 with -mms-bitfields
                    at x86_64-linux
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: zsojka at seznam dot cz
  GCC host triplet: x86_64-pc-linux-gnu
GCC target triplet: x86_64-pc-linux-gnu


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

Reply via email to