[Bug c++/61670] ICE on invalid in tree_nop_conversion

2015-03-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61670 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/61670] ICE on invalid in tree_nop_conversion

2015-03-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61670 --- Comment #7 from Marek Polacek --- Author: mpolacek Date: Wed Mar 25 20:06:24 2015 New Revision: 221671 URL: https://gcc.gnu.org/viewcvs?rev=221671&root=gcc&view=rev Log: PR c++/61670 * class.c (remove_zero_width_bit_fields): Check fo

[Bug c++/61670] ICE on invalid in tree_nop_conversion

2015-03-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61670 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/61670] ICE on invalid in tree_nop_conversion

2014-12-14 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61670 --- Comment #5 from Dmitry G. Dyachenko --- r218716 FAIL for me Fedora 21 x86_64 PR61670]$ LANG=C /usr/local/gcc_current/bin/g++ -fsyntax-only -fpreprocessed au.ii au.ii:3:3: error: expected ';' at end of member declaration 0 ^ au.ii: In

[Bug c++/61670] ICE on invalid in tree_nop_conversion

2014-12-14 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61670 --- Comment #4 from Marc Glisse --- I checked 2 versions of the compiler, built with rather different options. $ /tmp/gcc-trunk/inst/bin/g++ -v au.ii Using built-in specs. COLLECT_GCC=/tmp/gcc-trunk/inst/bin/g++ COLLECT_LTO_WRAPPER=/tmp/gcc-trun

[Bug c++/61670] ICE on invalid in tree_nop_conversion

2014-12-14 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61670 --- Comment #3 from Ville Voutilainen --- This doesn't crash on my local compiler, which is 20141212.

[Bug c++/61670] ICE on invalid in tree_nop_conversion

2014-12-14 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61670 Marc Glisse changed: What|Removed |Added Keywords||error-recovery, |

[Bug c++/61670] ICE on invalid in tree_nop_conversion

2014-12-13 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61670 Ville Voutilainen changed: What|Removed |Added CC||jason at redhat dot com,