testsuite/93369 - use -shared to avoid issue with ODR violation
authorRichard Biener <rguenther@suse.de>
Thu, 9 Apr 2020 11:54:01 +0000 (13:54 +0200)
committerRichard Biener <rguenther@suse.de>
Thu, 9 Apr 2020 11:58:49 +0000 (13:58 +0200)
commitbb40460646ce4e6ad27a2f6795106d004d405314
tree6c1280d2028412a02897e2974a6e467ee41ab505
parentaf19e4d0e23e5f61fc15e44a58bfa3b047854b1e
testsuite/93369 - use -shared to avoid issue with ODR violation

The testcase contains an ODR violation and thus the observed
link failure is an accepted outcome (it originally was for
an ICE during WPA).  Thus the following adds -shared to the link.

2020-04-09  Richard Biener  <rguenther@suse.de>

PR testsuite/93369
* g++.dg/lto/pr64076_0.C: Add -shared -fPIC.
* g++.dg/lto/pr64076_1.C: Add -fPIC.
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/lto/pr64076_0.C
gcc/testsuite/g++.dg/lto/pr64076_1.C