index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
g++.dg
/
parse
/
defarg15.C
blob: b93af4c9200dd8005d29025af51b441a620300fe (
plain
)
1
2
3
4
5
// PR c++/44991 class bar { void foo(bool a = 3 < 2, bool b = true) {} };