--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Severity|major |normal
Component|c |middle-end
h
--- Comment #7 from pinskia at gcc dot gnu dot org 2008-12-30 00:01 ---
(In reply to comment #6)
> My primary concern is segmentation fault, not the cases when 'gcc' can't
> allocate enough memory and reports the problem clearly.
The seg fault is most likely some recursive function gone
--- Comment #5 from rguenth at gcc dot gnu dot org 2008-12-29 23:42 ---
The function is simply too big and we likely use most of the memory computing
and storing the const reals. A case for closer investigation.
--
rguenth at gcc dot gnu dot org changed:
What|Removed
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
|
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Severity|major |normal
Component|c |middle-end
G