OSDN Git Service

gcc/objc/Changelog:
authoriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Apr 2010 19:57:46 +0000 (19:57 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:17:36 +0000 (14:17 +0900)
2010-04-07  Iain Sandoe <iains@gcc.gnu.org>

PR objc/35996
* objc-act.c (objc_init): Warn that -fobjc-gc is ignored for
-fgnu-runtime and set flag_objc_gc to zero.

testsuite:
2010-04-07  Iain Sandoe <iains@gcc.gnu.org>

PR objc/35996
* objc.dg/objc-gc-4.m: Run for all targets, prune new warning.
* obj-c++.dg/objc-gc-3.mm: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158083 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/objc/ChangeLog
gcc/testsuite/ChangeLog

index 472d4aa..3063af9 100644 (file)
@@ -1,5 +1,11 @@
 2010-04-07  Iain Sandoe <iains@gcc.gnu.org>
 
+       PR objc/35996
+       * objc-act.c (objc_init): Warn that -fobjc-gc is ignored for
+       -fgnu-runtime and set flag_objc_gc to zero.
+
+2010-04-07  Iain Sandoe <iains@gcc.gnu.org>
+
        PR objc++/23716
        * objc-act.c (build_module_initializer_routine): Make the argument
        to objc_start_function NULL_TREE when compiling ObjC++.
index 35505d3..cd52974 100644 (file)
@@ -1,3 +1,9 @@
+2010-04-07  Iain Sandoe <iains@gcc.gnu.org>
+
+       PR objc/35996
+       * objc.dg/objc-gc-4.m: Run for all targets, prune new warning.
+       * obj-c++.dg/objc-gc-3.mm: Ditto.
+
 2010-04-07  Simon Baldwin  <simonb@google.com>
 
        * gcc.dg/cpp/warn-undef-2.c: New.
@@ -41,7 +47,8 @@
        * gfortran.dg/warning-directive-4.F90: New.
 
 2010-04-07  Iain Sandoe <iains@gcc.gnu.org>
-PR objc++/23716
+
+       PR objc++/23716
        * obj-c++.dg/comp-types-10.mm: Remove XFAIL.
 
 2010-04-07  Jason Merrill  <jason@redhat.com>