------- Comment #7 from dominiq at lps dot ens dot fr  2010-05-05 22:28 -------
> The patch has the same effect as the -fmax-array-constructor=HUGE.

It makes also the compilation slightly faster:

[macbook] f90/bug% time gfcp -fmax-array-constructor=259200 pr40472_1.f90
4.524u 0.547s 0:05.22 96.9%     0+0k 10+12io 0pf+0w
[macbook] f90/bug% a.out 
      259200   720.00000    
[macbook] f90/bug% time gfc pr40472_1.f90
3.352u 0.313s 0:04.41 82.9%     0+0k 6+3io 0pf+0w
[macbook] f90/bug% a.out
      259200   720.00000    


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43996

Reply via email to