rpms/gcc/devel gcc44-c++-builtin-redecl.patch,1.1,1.2

Jakub Jelinek jakub at fedoraproject.org
Thu Mar 19 16:53:54 UTC 2009


Author: jakub

Update of /cvs/pkgs/rpms/gcc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22708

Modified Files:
	gcc44-c++-builtin-redecl.patch 
Log Message:
4.4.0-0.28

gcc44-c++-builtin-redecl.patch:

Index: gcc44-c++-builtin-redecl.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/devel/gcc44-c++-builtin-redecl.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gcc44-c++-builtin-redecl.patch	16 Jan 2009 18:34:38 -0000	1.1
+++ gcc44-c++-builtin-redecl.patch	19 Mar 2009 16:53:24 -0000	1.2
@@ -9,7 +9,7 @@
 
 --- gcc/cp/decl.c.jj	2007-10-01 22:11:09.000000000 +0200
 +++ gcc/cp/decl.c	2007-10-02 11:39:46.000000000 +0200
-@@ -1988,23 +1988,21 @@ duplicate_decls (tree newdecl, tree oldd
+@@ -2001,23 +2001,21 @@ duplicate_decls (tree newdecl, tree oldd
  	  DECL_ARGUMENTS (olddecl) = DECL_ARGUMENTS (newdecl);
  	  DECL_RESULT (olddecl) = DECL_RESULT (newdecl);
  	}
@@ -40,8 +40,8 @@
 -	    }
 -
  	  DECL_RESULT (newdecl) = DECL_RESULT (olddecl);
- 	  /* Don't clear out the arguments if we're redefining a function.  */
- 	  if (DECL_ARGUMENTS (olddecl))
+ 	  /* Don't clear out the arguments if we're just redeclaring a
+ 	     function.  */
 --- gcc/testsuite/gcc.dg/builtins-65.c.jj	2007-10-02 11:23:51.000000000 +0200
 +++ gcc/testsuite/gcc.dg/builtins-65.c	2007-10-02 11:24:12.000000000 +0200
 @@ -0,0 +1,25 @@




More information about the fedora-extras-commits mailing list