* passes.c (ipa_write_summaries): Only modify statements if body
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20081119-1_0.C
blob2fd320192d5193bd795763fc2bb027f2a06a2227
1 /* { dg-lto-do link } */
2 /* { dg-require-effective-target fpic } */
3 /* { dg-lto-options {{-fPIC -flto -flto-partition=1to1 -r -nostdlib}} } */
4 /* { dg-extra-ld-options "-flinker-output=nolto-rel" } */
6 #include "20081119-1.h"
8 extern __gnu_cxx::new_allocator<int> X;
10 int
11 f (__gnu_cxx::new_allocator<int> * a)
13  return a->max_size () + X.max_size();