mirror of git://gcc.gnu.org/git/gcc.git
testsuite: add two missing label_values annotations
2016-07-25 Alexander Monakov <amonakov@ispras.ru> * gcc.c-torture/execute/pr71494.c: Require label_values. * gcc.dg/pr16973.c: Ditto. From-SVN: r238726
This commit is contained in:
parent
bb6131dbd1
commit
7d575fffd2
|
|
@ -1,3 +1,8 @@
|
|||
2016-07-25 Alexander Monakov <amonakov@ispras.ru>
|
||||
|
||||
* gcc.c-torture/execute/pr71494.c: Require label_values.
|
||||
* gcc.dg/pr16973.c: Ditto.
|
||||
|
||||
2016-07-25 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
|
||||
|
||||
* gcc.dg/torture/pr69352.c (foo): Cast to intptr_t instead of long.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
/* PR middle-end/71494 */
|
||||
/* { dg-require-effective-target label_values } */
|
||||
|
||||
int
|
||||
main ()
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
to add back the label. */
|
||||
|
||||
/* { dg-options "" } */
|
||||
/* { dg-require-effective-target label_values } */
|
||||
|
||||
void
|
||||
f (void)
|
||||
|
|
|
|||
Loading…
Reference in New Issue