https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54052
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed|2017-08-22 00:00:00 |2018-9-18 CC|redi at gcc dot gnu.org | --- Comment #9 from Jonathan Wakely <redi at gcc dot gnu.org> --- Compiles successfully using i686-pc-linux-gnu, but takes a long time. As I said, it's an unreasonably large expression (3883 lines!) so that's not surprising. Don't write silly code if you don't have enough memory to compile it. I tried compiling it with Clang and it crashes.