]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR fortran/29549 (matmul slow for complex matrices)
authorJanne Blomqvist <jb@gcc.gnu.org>
Mon, 25 Feb 2008 19:27:28 +0000 (21:27 +0200)
committerJanne Blomqvist <jb@gcc.gnu.org>
Mon, 25 Feb 2008 19:27:28 +0000 (21:27 +0200)
2008-02-25  Janne Blomqvist  <jb@gcc.gnu.org>

PR fortran/29549
        * Makefile.am: Add -fcx-fortran-rules to AM_CFLAGS for all of
        libgfortran.
        * Makefile.in: Regenerated.

From-SVN: r132638

libgfortran/ChangeLog
libgfortran/Makefile.am
libgfortran/Makefile.in

index 94c5c672c723416be1b525148d05ae83f2f57524..210a37274f4488e5f9f4bdbbd789f05fc38e0d7b 100644 (file)
@@ -1,3 +1,10 @@
+2008-02-25  Janne Blomqvist  <jb@gcc.gnu.org>
+
+       PR fortran/29549
+        * Makefile.am: Add -fcx-fortran-rules to AM_CFLAGS for all of
+        libgfortran.
+        * Makefile.in: Regenerated.
+
 2008-02-25  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
 
        * m4/ifunction_logical.m4: Add casts to get rid of warnings.
index 489f9ed4634698d049722931037f51acd6184a51..16348c4a6fcdf8d42d1c6a8a16542f9d9b1c3b21 100644 (file)
@@ -28,6 +28,9 @@ AM_CPPFLAGS = -iquote$(srcdir)/io -I$(srcdir)/$(MULTISRCTOP)../gcc \
              -I$(srcdir)/$(MULTISRCTOP)../gcc/config \
              -I$(MULTIBUILDTOP)../../$(host_subdir)/gcc -D_GNU_SOURCE
 
+# Fortran rules for complex multiplication and division
+AM_CFLAGS += -fcx-fortran-rules
+
 gfor_io_src= \
 io/close.c \
 io/file_pos.c \
index 07feb5deddbd1740076870908153d0dc5477cd93..91ab7a2e06c1fe25b4044ce5b490e793f3512cf2 100644 (file)
@@ -730,7 +730,9 @@ ACLOCAL = @ACLOCAL@
 AMDEP_FALSE = @AMDEP_FALSE@
 AMDEP_TRUE = @AMDEP_TRUE@
 AMTAR = @AMTAR@
-AM_CFLAGS = @AM_CFLAGS@
+
+# Fortran rules for complex multiplication and division
+AM_CFLAGS = @AM_CFLAGS@ -fcx-fortran-rules
 AM_FCFLAGS = @AM_FCFLAGS@
 AR = @AR@
 AS = @AS@
@@ -789,13 +791,9 @@ SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_AS = @ac_ct_AS@
 ac_ct_CC = @ac_ct_CC@
 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 ac_ct_FC = @ac_ct_FC@
-ac_ct_RANLIB = @ac_ct_RANLIB@
-ac_ct_STRIP = @ac_ct_STRIP@
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 am__include = @am__include@
@@ -812,6 +810,9 @@ build_os = @build_os@
 build_subdir = @build_subdir@
 build_vendor = @build_vendor@
 datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
 enable_shared = @enable_shared@
 enable_static = @enable_static@
 exec_prefix = @exec_prefix@
@@ -822,11 +823,13 @@ host_cpu = @host_cpu@
 host_os = @host_os@
 host_subdir = @host_subdir@
 host_vendor = @host_vendor@
+htmldir = @htmldir@
 includedir = @includedir@
 infodir = @infodir@
 install_sh = @install_sh@
 libdir = @libdir@
 libexecdir = @libexecdir@
+localedir = @localedir@
 localstatedir = @localstatedir@
 lt_ECHO = @lt_ECHO@
 mandir = @mandir@
@@ -836,8 +839,10 @@ oldincludedir = @oldincludedir@
 onestep = @onestep@
 onestep_FALSE = @onestep_FALSE@
 onestep_TRUE = @onestep_TRUE@
+pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
+psdir = @psdir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@