[Bug c/12446] [3.3/3.4 regression] ICE in emit_move_insn on complicated array reference
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Sep 29 21:19:00 GMT 2003
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.
More information about the Gcc-bugs
mailing list