projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b08e0ee
)
Fix gcc.dg/pr97897.c
author
Richard Biener
<rguenther@suse.de>
Thu, 19 Nov 2020 12:26:16 +0000
(13:26 +0100)
committer
Richard Biener
<rguenther@suse.de>
Thu, 19 Nov 2020 12:27:55 +0000
(13:27 +0100)
This adds dg-options "" to avoid the pedantic error on _Complex int.
2020-11-19 Richard Biener <rguenther@suse.de>
* gcc.dg/pr97897.c: Add dg-options.
gcc/testsuite/gcc.dg/pr97897.c
patch
|
blob
|
history
diff --git
a/gcc/testsuite/gcc.dg/pr97897.c
b/gcc/testsuite/gcc.dg/pr97897.c
index 775f34ca767f4cf520fd4c556feda4321beaf7b0..084c1cdbfebf4b3b3feca6b08dfc45e1130e9c8f 100644
(file)
--- a/
gcc/testsuite/gcc.dg/pr97897.c
+++ b/
gcc/testsuite/gcc.dg/pr97897.c
@@
-1,4
+1,5
@@
/* { dg-do compile } */
+/* { dg-options "" } */
void h ();
void f () __attribute__ ((returns_twice));