Commit 72407e00 by Bernd Edlinger Committed by Bernd Edlinger

spec-options.c: Run the test on all targets.

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
parent dd53d197
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> 2016-05-02 Marc Glisse <marc.glisse@inria.fr>
* gcc.dg/tree-ssa/unord.c: New testcase. * gcc.dg/tree-ssa/unord.c: New testcase.
......
*cppruntime: *cpp_unique_options:
+ %{tfoo: -DFOO} + %{tfoo: -DFOO}
/* Check that -mfoo is accepted if defined in a user spec /* Check that -mfoo is accepted if defined in a user spec
and that it is not passed on the command line. */ and that it is not passed on the command line. */
/* Must be processed in EXTRA_SPECS to run. */ /* Must be processed in EXTRA_SPECS to run. */
/* { dg-do compile } */ /* { dg-do run } */
/* { dg-do run { target sh*-*-* } } */
/* { dg-options "-B${srcdir}/gcc.dg --specs=foo.specs -tfoo" } */ /* { dg-options "-B${srcdir}/gcc.dg --specs=foo.specs -tfoo" } */
extern void abort(void); extern void abort(void);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment