[patch fortran/PR43481]

Dominique Dhumieres dominiq@lps.ens.fr
Tue Mar 23 14:52:00 GMT 2010


The patch works as advertised for gfortran without regression
so far (still regtesting). However the test in comment #8 of pr33120
is not improved:

[macbook] f90/bug% cat size.c
int x[9999999] = { 0 };
[macbook] f90/bug% gcc45 -S size.c
[macbook] f90/bug% cat size.s
.globl _x
	.data
	.align 5
_x:
	.space 39999996
	.subsections_via_symbols

Thanks for taking care of this old problem.

Dominique



More information about the Fortran mailing list