Assignee: unassigned at gcc dot gnu.org
Reporter: barry.j.mcinnes at noaa dot gov
ifort has this fixed in versions >11.0
gfortran 4.8 on linux compiles
On Mac intel any gfortran version above 4.5 gives errors
[mac27:~] bmcinnes% gfortran-mp-4.5 -c -m64 dave.f90
[mac27:~] bmcinnes% gfortran
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61099
--- Comment #1 from Barry McInnes ---
Mac ifort test
[mac27:~] bmcinnes% ifort -c dave.f90
[mac27:~] bmcinnes% ifort -v
ifort version 14.0.1
[mac27:~] bmcinnes%
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61099
--- Comment #3 from Barry McInnes ---
This gives the same errors within MacOS 10.8 and 10.9
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61099
--- Comment #6 from Barry McInnes ---
Is there any documentation on the arguments -Wa,-q ?
With a link from Macports to /usr/bin/clang one program works without -Wa,-q,
but others still need those parameters to get rid of the zero fill error.