[Bug c/12207] Internal compiler error in size_binop, at fold-const.c:2014

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Sep 8 14:10: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=12207


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |10089
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2003-09-08 14:10:19
               date|                            |


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-08 14:10 -------
Related to bug 10089.
Confirmed on the mainline (20030907).
Reduced a little more:
const int PRICE_SIZE = 15;
int main () {
  char validPriceStr[][PRICE_SIZE] = {" "
  };
  return 1;
}
This is not a regression, just like 10089.



More information about the Gcc-bugs mailing list