[Bug c++/36993] g++ crashes with segfault upon wrong placement of case label

2011-11-13 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36993 Paolo Carlini changed: What|Removed |Added CC||rec-for-bugzilla at yandex

[Bug c++/36993] g++ crashes with segfault upon wrong placement of case label

2011-08-19 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36993 --- Comment #7 from Paolo Carlini 2011-08-19 14:39:12 UTC --- Oops, I completely missed the fix going in. Thanks anyway!

[Bug c++/36993] g++ crashes with segfault upon wrong placement of case label

2011-08-19 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36993 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c++/36993] g++ crashes with segfault upon wrong placement of case label

2011-08-19 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36993 --- Comment #5 from Paolo Carlini 2011-08-19 09:17:02 UTC --- Jason, can you help me re-evaluating this? Is it an accepts-invalid now.. or not?

[Bug c++/36993] g++ crashes with segfault upon wrong placement of case label

2011-06-27 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36993 Paolo Carlini changed: What|Removed |Added CC||jason at gcc dot gnu.org Known to fa

[Bug c++/36993] g++ crashes with segfault upon wrong placement of case label

2009-09-10 Thread drahflow at gmx dot de
--- Comment #3 from drahflow at gmx dot de 2009-09-10 07:43 --- Subject: Re: g++ crashes with segfault upon wrong placement of case label -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 paolo dot carlini at oracle dot com wrote: > --- Comment #2 from paolo dot carlini at oracle dot

[Bug c++/36993] g++ crashes with segfault upon wrong placement of case label

2009-09-09 Thread paolo dot carlini at oracle dot com
--- Comment #2 from paolo dot carlini at oracle dot com 2009-09-09 18:53 --- Current mainline (151568) instead just accepts it. Is it now an accept-invalid? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36993

[Bug c++/36993] g++ crashes with segfault upon wrong placement of case label

2008-08-01 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-08-01 11:48 --- GCC 3.3 accepts the code with t.C: In function `int main()': t.C:3: warning: unreachable code at beginning of switch statement -- rguenth at gcc dot gnu dot org changed: What|Removed