[Bug c++/25647] Large automaticallty generated code (unrolled loop) crashes the compiler

2006-01-03 Thread jonas dot mellin at his dot se
--- Comment #1 from jonas dot mellin at his dot se 2006-01-03 08:03 --- Created an attachment (id=10577) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10577&action=view) The code generating the erroneous code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25647

[Bug c++/25647] Large automaticallty generated code (unrolled loop) crashes the compiler

2006-02-13 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-02-14 04:10 --- What do you think it will do to 1000^2 expressions? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25647

[Bug c++/25647] Large automaticallty generated code (unrolled loop) crashes the compiler

2006-03-07 Thread bangerth at dealii dot org
--- Comment #3 from bangerth at dealii dot org 2006-03-08 05:14 --- Your compiler simply runs out of memory. Don't do code like this. It will also not be very efficient. W. -- bangerth at dealii dot org changed: What|Removed |Added ---

[Bug c++/25647] Large automaticallty generated code (unrolled loop) crashes the compiler

2006-03-12 Thread jonas dot mellin at his dot se
--- Comment #4 from jonas dot mellin at his dot se 2006-03-12 19:58 --- (In reply to comment #3) > Your compiler simply runs out of memory. The compiler gives an error message to leave a message on bugzilla when it runs out of memory instead of saying that it ran out of memory. I gathe