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
[AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
init
/
volatile2.C
blob
036d5f162d6e73f67bf9c5d95bcc669ef1d2f61a
1
// PR c++/47003
2
3
struct A
4
{
5
A(int);
6
};
7
8
volatile int i;
9
10
int main()
11
{
12
A *q = new A (i);
13
}