This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/29970] mixing ({...}) with VLA leads to massive breakage
- 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: 25 Nov 2006 01:55:16 -0000
- Subject: [Bug c/29970] mixing ({...}) with VLA leads to massive breakage
- References: <bug-29970-13620@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from pinskia at gcc dot gnu dot org 2006-11-25 01:55 -------
testcase 2 and 3 are a front-end issue as far as I can tell:
in .orginal:
int n = 0; // not there for 2 which causes the ICE
return (int) ((long unsigned int) SAVE_EXPR <n> * 4);
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29970