This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix g++.dg/opt/pr56999.C


On hppa64-hp-hpux11.11, the lack of a pragma to pop the currently hidden visibility before main results in main being hidden. The attached change adds a pop pragma to resolve the
test failure:
ld: (Warning) Potential unresolved symbol "main": shared library reference is resolved to non-exported definition in file "/var/tmp// ccUra9KR.o". FAIL: g++.dg/opt/pr56999.C -std=gnu++98 (test for excess errors)
Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11.

OK for trunk?

Dave
--
John David Anglin	dave.anglin@bell.net


Attachment: pr56999.C.d
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]