]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2013-08-07 David Malcolm <dmalcolm@redhat.com>
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Aug 2013 01:25:22 +0000 (01:25 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Aug 2013 01:25:22 +0000 (01:25 +0000)
* lib/plugin-support.exp (plugin-test-execute): Add -fno-rtti
to optstr when building plugins on darwin.

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

gcc/testsuite/ChangeLog
gcc/testsuite/lib/plugin-support.exp

index 0b1c1e8082f39368817e383090b8fcbc8675eeef..2f8197f19dcf5fab45f82980584416722478d251 100644 (file)
@@ -1,3 +1,8 @@
+2013-08-07  David Malcolm  <dmalcolm@redhat.com>
+
+       * lib/plugin-support.exp (plugin-test-execute): Add -fno-rtti
+       to optstr when building plugins on darwin.
+
 2013-08-06  Martin Jambor  <mjambor@suse.cz>
 
        PR tree-optimization/57539
index 017f3fd24fa0087ea6779861049f3d9cb7a7b0ea..54c51fe686ef212d48f5d56ce65f9a4200ae98e8 100644 (file)
@@ -101,7 +101,7 @@ proc plugin-test-execute { plugin_src plugin_tests } {
                set optstr [concat $optstr " $op"]
            }
        }
-       set optstr [concat $optstr "-DIN_GCC -fPIC -shared -undefined dynamic_lookup"]
+       set optstr [concat $optstr "-DIN_GCC -fPIC -shared -fno-rtti -undefined dynamic_lookup"]
     } else {
        set plug_cflags $PLUGINCFLAGS 
        set optstr "$includes $extra_flags -DIN_GCC -fPIC -shared -fno-rtti"