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: "aviro at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Nov 2006 15:25:14 -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 #2 from aviro at redhat dot com 2006-11-24 15:25 -------
27301 looks similar to what the first one trips, but passing pointers
as suggested by #3 there is not a panacea - testcases 4 and 5
actually deal with that variant. It really looks as if part (but not
all) information about the type dies when we leave the scope and
we end up stepping into that when working with object afterwards.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29970