[Bug fortran/61099] Mac 2GB file limit error

2014-05-07 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61099

Dominique d'Humieres  changed:

   What|Removed |Added

 Status|UNCONFIRMED |WAITING
   Last reconfirmed||2014-05-07
 CC||iains at gcc dot gnu.org
 Ever confirmed|0   |1

--- Comment #4 from Dominique d'Humieres  ---
> This sounds like a bug in Apple's assembler.

I think it is: 'as' fails if the bit 32 of the length in '.zerofill' is 1 (bits
above 32 can be set as long as bit 32 is 0). 
Workaround: use the Clang 'as', i.e., compile with -Wa,-q.

Note '.zerofill' appeared between r167173 (no zerofill) and r167380 (zerofill).

Note that the code works on darwin10.

This PR should probably closed as INVALID.


[Bug fortran/61099] Mac 2GB file limit error

2014-05-07 Thread barry.j.mcinnes at noaa dot gov
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


[Bug fortran/61099] Mac 2GB file limit error

2014-05-07 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61099

--- Comment #2 from Andrew Pinski  ---
This sounds like a bug in Apple's assembler.


[Bug fortran/61099] Mac 2GB file limit error

2014-05-07 Thread barry.j.mcinnes at noaa dot gov
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%