[Bug c++/57728] Explicit template instantiation with defaulted method causes missing symbol
mwahab at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Aug 30 12:07:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57728
mwahab at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mwahab at gcc dot gnu.org
--- Comment #10 from mwahab at gcc dot gnu.org ---
For aarch64 and arm, the new test g++.dg/cpp0x/explicit12.C shows as UNRESOLVED
and the log complain about output files not existing.
The test has { dg-do link .. } and { dg-final { scan-assembler-not .. } } but
dg-do link doesn't seem to preserve the assembler files. Was the test intended
to have a { dg-options "-save-temps" } set?
Matthew
More information about the Gcc-bugs
mailing list