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

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Feb 17 22:43:05 UTC 2006


Author: jakub

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

Modified Files:
	gcc41-pr26334.patch 
Log Message:
4.1.0-0.28


gcc41-pr26334.patch:
 stmt.c                                       |    2 +-
 testsuite/gcc.c-torture/compile/20060217-1.c |   25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+), 1 deletion(-)

Index: gcc41-pr26334.patch
===================================================================
RCS file: /cvs/dist/rpms/gcc/devel/gcc41-pr26334.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gcc41-pr26334.patch	17 Feb 2006 22:24:47 -0000	1.1
+++ gcc41-pr26334.patch	17 Feb 2006 22:43:01 -0000	1.2
@@ -8,11 +8,11 @@
 
 --- gcc/stmt.c.jj	2006-02-15 10:05:18.000000000 +0100
 +++ gcc/stmt.c	2006-02-17 11:36:30.000000000 +0100
-@@ -571,6 +571,7 @@ decl_overlaps_hard_reg_set_p (tree *decl
+@@ -571,6 +571,6 @@ decl_overlaps_hard_reg_set_p (tree *decl
    if (TREE_CODE (decl) == VAR_DECL || TREE_CODE (decl) == PARM_DECL)
      {
-       if (DECL_REGISTER (decl)
-+	  && DECL_ASSEMBLER_NAME_SET_P (decl)
+-      if (DECL_REGISTER (decl)
++      if (DECL_HARD_REGISTER (decl)
  	  && REG_P (DECL_RTL (decl))
  	  && REGNO (DECL_RTL (decl)) < FIRST_PSEUDO_REGISTER)
  	{




More information about the fedora-cvs-commits mailing list