RISC-V: Promote Zaamo/Zalrsc to a when using an old binutils
[official-gcc.git] / gcc / testsuite / g++.dg / lto / pr64076_0.C
blob57d0fd6a1c31d403e49bf2fd6684ba42c21c2f7d
1 // { dg-lto-do link }
2 // { dg-lto-options { { -O0 -flto -shared -fPIC } } }
3 // { dg-require-effective-target fpic }
4 // { dg-require-effective-target shared }
5 // { dg-extra-ld-options "-shared" }
7 #define XXX
8 #include "pr64076.H"
10 int main()
12   S s;
13   return 0;