repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR libstdc++/87308 adjust regex used in std::any pretty printer
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr83517.c
blob
9dadbdeddf7f4a419d1d91f3e269f0ed8cbec48b
1
/* { dg-do compile } */
2
/* { dg-options "-fdump-tree-original" } */
3
4
int
test
(
int
x
)
5
{
6
return
(
x
+
x
)/
x
;
7
}
8
9
/* { dg-final { scan-tree-dump "return 2;" "original" } } */