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
In gcc/objc/: 2010-11-13 Nicola Pero <nicola.pero@meta-innovation.com>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
lto
/
pr45621_0.C
blob
746079cdcebf60b9431448b1b2481b11173735cd
1
// { dg-lto-do assemble }
2
// { dg-extra-ld-options "-O2 -fipa-cp-clone -flto -nostdlib -r" }
3
#include "pr45621.h"
4
5
void
6
foo ()
7
{
8
s.v1 ();
9
s.m ();
10
}