[Bug libfortran/34669] New: libgfortran doesn't build with -pipe

fxcoudert at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Jan 4 11:11:00 GMT 2008


(Report initially found at
http://groups.google.com/group/comp.lang.fortran/browse_frm/thread/f9d7753cad4d9708/37f0d91ea07e38a1?tvc=1#37f0d91ea07e38a1
and
http://groups.google.com/group/comp.lang.fortran/browse_frm/thread/f9d7753cad4d9708/37f0d91ea07e38a1?tvc=1#37f0d91ea07e38a1)

When configured with CFLAGS=-pipe and FFLAGS=-pipe, kinds.h contains:
  #define GFC_REAL_4_HUGE f
instead of:
  #define GFC_REAL_4_HUGE 3.40282347e38f

Somehow, mk-kinds-h.sh doesn't run well when the compiler is invoked with
-pipe. I haven't tested this myself, but it most probably is
target-independent.


-- 
           Summary: libgfortran doesn't build with -pipe
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P3
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fxcoudert at gcc dot gnu dot org


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



More information about the Gcc-bugs mailing list