This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/12207] Internal compiler error in size_binop, at fold-const.c:2014
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Sep 2003 14:44:09 -0000
- Subject: [Bug c/12207] Internal compiler error in size_binop, at fold-const.c:2014
- References: <20030908134123.12207.andrewk@brass.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12207
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-09-08 14:44 -------
Actually it is allowed by the C99 standard (this is really a GCC extension from ways back and was
incorporated into the standard for ANSI/ISO C99).
The best way to search for related bugs is to search for where they die in this case, size_binop
and not just "internal error".