spec-options.c: Run the test on all targets.
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 2 May 2016 14:41:25 +0000 (14:41 +0000)
committerBernd Edlinger <edlinger@gcc.gnu.org>
Mon, 2 May 2016 14:41:25 +0000 (14:41 +0000)
2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        * gcc.dg/spec-options.c: Run the test on all targets.
        * gcc.dg/foo.specs: Use cpp_unique_options.

From-SVN: r235762

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/foo.specs
gcc/testsuite/gcc.dg/spec-options.c

index 2ea3d7700e3fe205e4a9b46cb64e93a502b40c94..7d7dae4dcf9d06084536662b4e470e893d7a7bd1 100644 (file)
@@ -1,3 +1,8 @@
+2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
+
+       * gcc.dg/spec-options.c: Run the test on all targets.
+       * gcc.dg/foo.specs: Use cpp_unique_options.
+
 2016-05-02  Marc Glisse  <marc.glisse@inria.fr>
 
        * gcc.dg/tree-ssa/unord.c: New testcase.
index 8819249fa34057c74db26922ff263174ffc05cd5..45fc84306cde8d5fdd24c1a7a0f29446c82e2304 100644 (file)
@@ -1,2 +1,2 @@
-*cppruntime:
+*cpp_unique_options:
 + %{tfoo: -DFOO}
index e3ab23ac1101d7726a58e239d57d6080f5bcd03b..01d0a0929e0f7b70f020fb715ac1cd1f41e41dde 100644 (file)
@@ -1,8 +1,7 @@
 /* Check that -mfoo is accepted if defined in a user spec
    and that it is not passed on the command line.  */
 /* Must be processed in EXTRA_SPECS to run.  */
-/* { dg-do compile } */
-/* { dg-do run { target sh*-*-* } } */
+/* { dg-do run } */
 /* { dg-options "-B${srcdir}/gcc.dg --specs=foo.specs -tfoo" } */
 
 extern void abort(void);