Author: arekm                        Date: Mon Aug  4 23:05:13 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- drop problematic part

---- Files affected:
SOURCES:
   compat-gcc-34-pr-rh.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/compat-gcc-34-pr-rh.patch
diff -u SOURCES/compat-gcc-34-pr-rh.patch:1.1 
SOURCES/compat-gcc-34-pr-rh.patch:1.2
--- SOURCES/compat-gcc-34-pr-rh.patch:1.1       Tue Aug  5 00:59:22 2008
+++ SOURCES/compat-gcc-34-pr-rh.patch   Tue Aug  5 01:05:08 2008
@@ -407,31 +407,6 @@
 +  foo(derived());
 +}
 +
-2004-12-13  Mark Mitchell  <[EMAIL PROTECTED]>
-
-       PR c++/18925
-       * class.c (layout_class_type): Determine the visibility of static
-       data members.
-
-       * g++.dg/ext/visibility/staticdatamem.C: New test.
-
---- gcc/cp/class.c     8 Dec 2004 08:35:33 -0000       1.692
-+++ gcc/cp/class.c     14 Dec 2004 02:21:46 -0000      1.693
-@@ -4553,7 +4553,13 @@ layout_class_type (tree t, tree *virtual
-              At this point, finish_record_layout will be called, but
-            S1 is still incomplete.)  */
-         if (TREE_CODE (field) == VAR_DECL)
--          maybe_register_incomplete_var (field);
-+          {
-+            maybe_register_incomplete_var (field);
-+            /* The visibility of static data members is determined
-+               at their point of declaration, not their point of
-+               definition.  */
-+            determine_visibility (field);
-+          }
-         continue;
-       }
- 
 --- gcc/testsuite/g++.dg/ext/visibility/staticdatamem.C        1 Jan 1970 
00:00:00 -0000
 +++ gcc/testsuite/g++.dg/ext/visibility/staticdatamem.C        14 Dec 2004 
02:15:55 -0000      1.1
 @@ -0,0 +1,20 @@
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/compat-gcc-34-pr-rh.patch?r1=1.1&r2=1.2&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to