rpms/gcc/devel gcc41-pr25324.patch,1.1,1.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jan 5 11:07:26 UTC 2006


Author: jakub

Update of /cvs/dist/rpms/gcc/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv11589

Modified Files:
	gcc41-pr25324.patch 
Log Message:
4.1.0-0.13


gcc41-pr25324.patch:
 Make-lang.in |    1 
 gfortran.h   |    2 
 lang-specs.h |    6 +-
 lang.opt     |    4 +
 options.c    |   34 ++++++++++--
 scanner.c    |  165 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 6 files changed, 198 insertions(+), 14 deletions(-)

Index: gcc41-pr25324.patch
===================================================================
RCS file: /cvs/dist/rpms/gcc/devel/gcc41-pr25324.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gcc41-pr25324.patch	5 Jan 2006 10:57:27 -0000	1.1
+++ gcc41-pr25324.patch	5 Jan 2006 11:07:21 -0000	1.2
@@ -1,4 +1,4 @@
-2005-12-31  Jakub Jelinek  <jakub at redhat.com>
+2006-01-05  Jakub Jelinek  <jakub at redhat.com>
 
 	PR fortran/25324
 	* Make-lang.in (fortran/scanner.o): Depend on toplev.h.
@@ -22,10 +22,10 @@
 
 --- gcc/fortran/Make-lang.in.jj	2005-12-13 08:47:45.000000000 +0100
 +++ gcc/fortran/Make-lang.in	2005-12-31 01:01:57.000000000 +0100
-@@ -269,6 +269,7 @@ GFORTRAN_TRANS_DEPS = fortran/gfortran.h
- 
+@@ -280,6 +280,7 @@ GFORTRAN_TRANS_DEPS = fortran/gfortran.h
  fortran/f95-lang.o: $(GFORTRAN_TRANS_DEPS) fortran/mathbuiltins.def \
-   gt-fortran-f95-lang.h gtype-fortran.h cgraph.h $(TARGET_H)
+   gt-fortran-f95-lang.h gtype-fortran.h cgraph.h $(TARGET_H) \
+   $(BUILTINS_DEF) fortran/types.def
 +fortran/scanner.o: toplev.h
  fortran/convert.o: $(GFORTRAN_TRANS_DEPS)
  fortran/trans.o: $(GFORTRAN_TRANS_DEPS)
@@ -391,7 +391,7 @@
  /* Contribution to the specs for the GNU Compiler Collection
     from GNU Fortran 95 compiler.
 -   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
-+   Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
++   Copyright (C) 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
  
  This file is licensed under the GPL.  */
  
@@ -399,8 +399,8 @@
        %{E|M|MM:%(cpp_debug_options)}\
        %{!M:%{!MM:%{!E: -o %|.f |\n\
      f951 %|.f %{!ffree-form:-ffixed-form} %(cc1_options) %{J*} %{I*}\
--      %{!fsyntax-only:%(invoke_as)}}}}", 0, 0, 0},
-+      -fpreprocessed %{!fsyntax-only:%(invoke_as)}}}}", 0, 0, 0},
+-      %{!nostdinc:-I finclude%s} %{!fsyntax-only:%(invoke_as)}}}}", 0, 0, 0},
++      -fpreprocessed %{!nostdinc:-I finclude%s} %{!fsyntax-only:%(invoke_as)}}}}", 0, 0, 0},
  {".F90", "@f95-cpp-input", 0, 0, 0},
  {".F95", "@f95-cpp-input", 0, 0, 0},
  {"@f95-cpp-input",
@@ -408,8 +408,8 @@
        %{E|M|MM:%(cpp_debug_options)}\
        %{!M:%{!MM:%{!E: -o %|.f95 |\n\
      f951 %|.f95 %(cc1_options) %{J*} %{I*}\
--      %{!fsyntax-only:%(invoke_as)}}}}", 0, 0, 0},
-+      -fpreprocessed %{!fsyntax-only:%(invoke_as)}}}}", 0, 0, 0},
+-      %{!nostdinc:-I finclude%s} %{!fsyntax-only:%(invoke_as)}}}}", 0, 0, 0},
++      -fpreprocessed %{!nostdinc:-I finclude%s} %{!fsyntax-only:%(invoke_as)}}}}", 0, 0, 0},
  {".f90", "@f95", 0, 0, 0},
  {".f95", "@f95", 0, 0, 0},
  {"@f95", "%{!E:f951 %i %(cc1_options) %{J*} %{I*}\




More information about the fedora-cvs-commits mailing list