[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 rguenth at gcc dot gnu.org --- Created attachment 33368 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33368action=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-20 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62175 --- Comment #4 from Marc Glisse glisse at gcc dot gnu.org --- 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)

[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 rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[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 mbetten at sandia dot gov --- Created attachment 33354 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33354action=edit Preprocessed file that causes the internal error