This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch fortran/PR43481]


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]