[Bug c++/62175] Internal compiler error in gimplify_modify_expr gimplify.c:4616

2014-08-20 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62175 --- Comment #4 from Marc Glisse --- struct B { B(int = 0); }; int c; int *d; struct G { G(); int numProcs_; }; int fn1(); B fn2() { if (c) return 0; return B(); } long &fn3(long &p1, long &p2) { if (p2 < p1) return p2; retu

[Bug c++/62175] Internal compiler error in gimplify_modify_expr gimplify.c:4616

2014-08-20 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62175 --- Comment #3 from Richard Biener --- Created attachment 33368 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33368&action=edit somewhat autoreduced testcsae very slow to reduce. attaching what I have.

[Bug c++/62175] Internal compiler error in gimplify_modify_expr gimplify.c:4616

2014-08-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62175 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/62175] Internal compiler error in gimplify_modify_expr gimplify.c:4616

2014-08-18 Thread mbetten at sandia dot gov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62175 --- Comment #1 from Matt --- Created attachment 33354 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33354&action=edit Preprocessed file that causes the internal error