[Bug middle-end/85704] cc1 run out of memory memory when it compile

2018-05-08 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85704

Andrew Pinski  changed:

   What|Removed |Added

 Status|WAITING |UNCONFIRMED
 Ever confirmed|1   |0

[Bug middle-end/85704] cc1 run out of memory memory when it compile

2018-05-08 Thread haruue at caoyue dot com.cn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85704

Haruue Icymoon  changed:

   What|Removed |Added

 CC||haruue at caoyue dot com.cn

--- Comment #2 from Haruue Icymoon  ---
Created attachment 44090
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44090&action=edit
The preprocessed source, compressed with gzip

With -save-temps, It generated preprocessed source normally, no diff with the
output of -E.

But the assembler source and elfs can't be generated normally.

The size of preprocessed source is larger than 1000KB so I gzip it.

[Bug middle-end/85704] cc1 run out of memory memory when it compile

2018-05-08 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85704

Andrew Pinski  changed:

   What|Removed |Added

   Keywords||memory-hog
 Status|UNCONFIRMED |WAITING
   Last reconfirmed||2018-05-08
  Component|c   |middle-end
 Ever confirmed|0   |1

--- Comment #1 from Andrew Pinski  ---
Can you provide the preprocessed source (that is if you add -save-temps is the
memory usage high)?