[Bug c++/103518] g++ hangs on invalid code

2021-12-01 Thread egor.pugin at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103518 --- Comment #4 from Egor Pugin --- Created attachment 51916 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51916&action=edit preprocessed file

[Bug c++/103518] g++ hangs on invalid code

2021-12-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103518 --- Comment #3 from Andrew Pinski --- (In reply to Egor Pugin from comment #0) > Preprocessed file (315KB): > https://www.dropbox.com/s/tey8z9mfi123uon/gcc_hang.tar.xz?dl=1 Can you attach this? It should be under the size limit.

[Bug c++/103518] g++ hangs on invalid code

2021-12-01 Thread egor.pugin at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103518 --- Comment #2 from Egor Pugin --- Callgrind https://www.dropbox.com/s/3ro2ulrfp6jma8f/callgrind.out.39995?dl=1 Interestingly, clang++-13 hangs for 50 s. while gcc for 150 s. Probably, clang also does something wrong here.

[Bug c++/103518] g++ hangs on invalid code

2021-12-01 Thread egor.pugin at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103518 Egor Pugin changed: What|Removed |Added CC||egor.pugin at gmail dot com --- Comment #1