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
* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
init
/
ref14.C
blob
6ac42415b4376cab478f57f2c90247e44a3c2143
1
// PR c++/33459
2
// { dg-prune-output "uninitialized" }
3
// { dg-prune-output "deleted" }
4
5
union A
6
{
7
int &i; // { dg-error "may not have reference type" }
8
};
9
10
void foo()
11
{
12
A();
13
}