This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/55851] ICE in size_binop_loc, at fold-const.c:1385


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
             Target|                            |i?86-*-*

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> 2013-01-03 01:36:09 UTC ---
apinski@apinskidesktop:~$ ./gcc-126/bin/gcc ice.c  -m32
ice.c: In function âtestâ:
ice.c:36:45: internal compiler error: in size_binop_loc, at fold-const.c:1385
                     if ((found_bit_mask[dqs][word] & (1 << j)) == 0) 

Needed -m32.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]