mirror of git://gcc.gnu.org/git/gcc.git
re PR testsuite/64328 (addr_equal-1.c fails execution.)
PR testsuite/64328 * gcc.dg/addr_equal-1.c: Not supported for -fPIC. From-SVN: r218817
This commit is contained in:
parent
f52baa7b6e
commit
52c691fbfb
|
|
@ -1,3 +1,8 @@
|
|||
2014-12-17 Tejas Belagod <tejas.belagod@arm.com>
|
||||
|
||||
PR testsuite/64328
|
||||
* gcc.dg/addr_equal-1.c: Not supported for -fPIC.
|
||||
|
||||
2014-12-17 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
PR middle-end/63568
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-require-effective-target nonpic } */
|
||||
/* { dg-require-weak "" } */
|
||||
/* { dg-require-alias "" } */
|
||||
/* { dg-options "-O2" } */
|
||||
|
|
|
|||
Loading…
Reference in New Issue