This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug fortran/34345] gfortran compiles SLATEC library, but the executable fails



------- Comment #8 from burnus at gcc dot gnu dot org  2007-12-08 21:59 -------
FIXED on the trunk (4.3.0).

gfortran now transfers
   DATA DMACH(2) / Z'7FEFFFFFFFFFFFFF' /
bitwise for real/complex variables. Note: For -std=f95/f2003 this is rejected.

For details how non-standard BOZ are (now) interpreted, see
http://gcc.gnu.org/onlinedocs/gfortran/BOZ-literal-constants.html

(Wait a day for the update of that page.)


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.3.0


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


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