Commit 3984ea61 by Janis Johnson Committed by Janis Johnson

* gcc.dg/pr45259.c: Only -fpic depends on fpic support.

From-SVN: r189899
parent e45abe1f
2012-07-26 Janis Johnson <janisjo@codesourcery.com>
* gcc.dg/pr45259.c: Only -fpic depends on fpic support.
2012-07-26 Richard Henderson <rth@redhat.com> 2012-07-26 Richard Henderson <rth@redhat.com>
* gcc.dg/attr-hotcold-1.c: New. * gcc.dg/attr-hotcold-1.c: New.
......
/* PR debug/45259 */ /* PR debug/45259 */
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-g -O2 -fpic -w" { target fpic } } */ /* { dg-options "-g -O2 -w -fpic" { target fpic } } */
/* { dg-options "-g -O2 -w" { target { ! fpic } } } */
struct S { void (*bar) (long); }; struct S { void (*bar) (long); };
struct T { struct S *t; }; struct T { struct S *t; };
......
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