This is the mail archive of the gcc-patches@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]

[Fortran - 3.0 branch, committed] Fix for PR libf2c/4930


L.S.,

I've committed the following patch to the 3.0 branch to fix PR
libf2c/4930, after bootstrap, make check (Fortran only) and install on
i686-pc-linux-gnu.

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)
2001-11-25  Toon Moene  <toon@moene.indiv.nluug.nl>

	PR libf2c/4930
	* libF77/Makefile.in: Compile z_log.c with -ffloat-store.

*** Makefile.in.orig	Sat Mar  6 01:02:52 1999
--- Makefile.in	Sun Nov 25 11:57:18 2001
*************** z_div.o: z_div.c
*** 145,148 ****
--- 145,149 ----
  z_exp.o: z_exp.c
  z_log.o: z_log.c
+ 	$(CC) -c -DSkip_f2c_Undefs $(ALL_CFLAGS) -ffloat-store $<
  z_sin.o: z_sin.c
  z_sqrt.o: z_sqrt.c

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