[Bug middle-end/38666] internal compiler error: Segmentation fault

2009-01-02 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|major |normal Component|c |middle-end h

[Bug middle-end/38666] internal compiler error: Segmentation fault

2008-12-29 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug middle-end/38666] internal compiler error: Segmentation fault

2008-12-29 Thread rguenth at gcc dot gnu dot org
--- 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

[Bug middle-end/38666] internal compiler error: Segmentation fault

2008-12-29 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug middle-end/38666] internal compiler error: Segmentation fault

2008-12-29 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|major |normal Component|c |middle-end G