testsuite/s390: Silence warning in pr80725.c
This test case checks that we do not ICE but FAILs because of -Wint-to-pointer-cast. Silence this warning. gcc/testsuite/ChangeLog: * gcc.target/s390/pr80725.c: Add -Wno-int-to-pointer-cast.
This commit is contained in:
parent
db4ce4a3d7
commit
122a65e86b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
/* Regression test for PR/80725. */
|
||||
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2 -march=zEC12" } */
|
||||
/* { dg-options "-O2 -march=zEC12 -Wno-int-to-pointer-cast" } */
|
||||
|
||||
int a, e;
|
||||
const char b;
|
||||
|
|
Loading…
Add table
Reference in a new issue