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
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.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62175
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
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