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: "egallager at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 31 Jul 2017 17:52:20 +0000
- Subject: [Bug c/29970] mixing ({...}) with VLA leads to massive breakage
- Auto-submitted: auto-generated
- References: <bug-29970-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29970
Eric Gallager <egallager at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |egallager at gcc dot gnu.org
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=30552
--- Comment #5 from Eric Gallager <egallager at gcc dot gnu.org> ---
Related due to also mixing ({...}) with VLA: bug 30552. (Can stay separate
since they're different testcases though)