rpms/gcc/devel gcc41-pr29641.patch,1.2,1.3

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Nov 4 23:03:37 UTC 2006


Author: jakub

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

Modified Files:
	gcc41-pr29641.patch 
Log Message:
4.1.1-32

gcc41-pr29641.patch:
 0 files changed

Index: gcc41-pr29641.patch
===================================================================
RCS file: /cvs/dist/rpms/gcc/devel/gcc41-pr29641.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gcc41-pr29641.patch	4 Nov 2006 09:45:25 -0000	1.2
+++ gcc41-pr29641.patch	4 Nov 2006 23:03:35 -0000	1.3
@@ -22,7 +22,7 @@
 +      else if (derived->ns->proc_name)
 +	/* Derived types in an interface body obtain their parent reference
 +	   through the proc_name symbol.  */
-+	ns = derived->ns->proc_name->ns;
++	ns = derived->ns->proc_name->ns->parent;
 +      else
 +	/* Sometimes there isn't a parent reference!  */
 +	ns = NULL;




More information about the fedora-cvs-commits mailing list