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
simulate-thread tests: Silence gdb debuginfod warning
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
pr67767.C
blob
fd4ae2d3f3505f69561a686c83f32ac1ca68d9d8
1
// PR c++/67767
2
// { dg-do compile { target c++11 } }
3
// { dg-options "-Wsuggest-attribute=noreturn" }
4
5
void foo [[gnu::cold, gnu::noreturn]] ();
6
7
void foo () // { dg-bogus "function might be candidate for attribute" }
8
{
9
throw 1;
10
}