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
LoongArch: Optimize for conditional move operations
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
init
/
new14.C
blob
5d13da20e71058369b33e238d8cbab5316877ac8
1
// PR c++/23491
2
3
struct X
4
{
5
int m;
6
};
7
8
void f(int n)
9
{
10
const X *p = new const X[1] () ;
11
}