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 c/12446] [3.3/3.4 regression] ICE in emit_move_insn on complicated array reference


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-29 21:12 -------
Most likely caused by <http://gcc.gnu.org/ml/gcc-patches/2001-11/msg00319.html> which 
implements "C99 non-lvalue array handling", the problem looks like GCC no longer rejects for the 
non-C99 case.  Note this passes just fine with -std=c99, which is right.


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