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/54463] -fdefault-real-8 does not promote the BLAS call when using -fexternal-blas


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

kargl at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl at gcc dot gnu.org
           Severity|normal                      |enhancement

--- Comment #1 from kargl at gcc dot gnu.org 2012-09-02 23:46:30 UTC ---
This bug report should be closed.  Combining
-fexternal-blas and -fdefault-real-8 would 
add needless complexity to the compiler.
The correct solution is to write proper Fortran
code.  To be even more specific, don't use 
-fdefault-real-8.  It was a really, really,
bad idea and was only supplied to give
backwards compatibility with g77.


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