Skip to content

Commit

Permalink
Fix failing testcase if system compiler is gcc-14
Browse files Browse the repository at this point in the history
Signed-off-by: Giuliano Belinassi <[email protected]>
  • Loading branch information
giulianobelinassi committed Jul 31, 2024
1 parent 4309abc commit 13ed4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/inline/closure-1.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* { dg-compile "-fdump-ipa-clones -O3 -g3"} */
/* { dg-compile "-fdump-ipa-clones -O3 -g3 -Wno-implicit-int"} */
/* { dg-options "-compute-closure main"} */

static inline int g(void)
Expand Down

0 comments on commit 13ed4c9

Please sign in to comment.