[Bug c++/105631] GCC internal compiler error: Segmentation fault when trying to compile Qt 6.3

2022-10-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105631

Andrew Pinski  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|WAITING |RESOLVED
   See Also||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=105725

--- Comment #4 from Andrew Pinski  ---
No preprocessed source in over 5 months.
Also this is most likely a dup of bug 105725 which is fixed in GCC 12.2.0.

[Bug c++/105631] GCC internal compiler error: Segmentation fault when trying to compile Qt 6.3

2022-05-17 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105631

--- Comment #3 from Marek Polacek  ---
(In reply to Ioan Angelo Mîțiu from comment #2)
> Yeah, they are part of QT-package.
> I'll try to assemble a minimum project/config for reproducing it but won't
> be so trivial.

I think that's a lot of work, and it still wouldn't help us.  Just try to put
-save-temps into CFLAGS, the .ii file then should be in /tmp.

[Bug c++/105631] GCC internal compiler error: Segmentation fault when trying to compile Qt 6.3

2022-05-17 Thread ioan.mitiu at zimperium dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105631

--- Comment #2 from Ioan Angelo Mîțiu  ---
Yeah, they are part of QT-package.
I'll try to assemble a minimum project/config for reproducing it but won't be
so trivial.

[Bug c++/105631] GCC internal compiler error: Segmentation fault when trying to compile Qt 6.3

2022-05-17 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105631

Marek Polacek  changed:

   What|Removed |Added

   Last reconfirmed||2022-05-17
 CC||mpolacek at gcc dot gnu.org
 Ever confirmed|0   |1
 Status|UNCONFIRMED |WAITING

--- Comment #1 from Marek Polacek  ---
I don't have those headers.  Please provide a preprocessed source file (use
-save-temps, upload the .ii file), thanks.