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
/
ext
/
complit15.C
blob
86876a8af83d357fb9c1b280f9bbdb1723eae7db
1
// PR c++/79580
2
// { dg-require-effective-target lto }
3
// { dg-options "-flto -std=c++98" }
4
5
class a
6
{
7
static const double b;
8
};
9
const double a::b ((union { double c; }){}.c);