This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/34669] New: libgfortran doesn't build with -pipe
- From: "fxcoudert at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Jan 2008 10:35:50 -0000
- Subject: [Bug libfortran/34669] New: libgfortran doesn't build with -pipe
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
(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