diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2014-03-25 12:06:17 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2014-03-25 12:06:17 +0000 |
commit | 774f475861f60d93b160b1c736d25049c93a1e97 (patch) | |
tree | d207fde5c0be080bf2016b8eb408c89aed2a2e03 | |
parent | 40b0722fa3de25b33ea751f3dbd0ed69dddc8f7a (diff) | |
download | gcc-774f475861f60d93b160b1c736d25049c93a1e97.zip gcc-774f475861f60d93b160b1c736d25049c93a1e97.tar.gz gcc-774f475861f60d93b160b1c736d25049c93a1e97.tar.bz2 |
re PR testsuite/58013 (main() not generated in assembler output)
PR testsuite/58013
* g++.dg/opt/pr56999.C: Pop hidden visibility.
From-SVN: r208813
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/opt/pr56999.C | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c3f985e..55d7466 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2014-03-25 John David Anglin <danglin@gcc.gnu.org> + + PR testsuite/58013 + * g++.dg/opt/pr56999.C: Pop hidden visibility. + 2014-03-25 Richard Biener <rguenther@suse.de> PR middle-end/60635 diff --git a/gcc/testsuite/g++.dg/opt/pr56999.C b/gcc/testsuite/g++.dg/opt/pr56999.C index 6db2f27..8d89ffa 100644 --- a/gcc/testsuite/g++.dg/opt/pr56999.C +++ b/gcc/testsuite/g++.dg/opt/pr56999.C @@ -159,6 +159,7 @@ TypeCompartment::addPendingRecompile (JSContext *cx, const RecompileInfo & info) pendingRecompiles->append (info); } volatile JITScript *JSScript::JITScriptHandle::UNJITTABLE; +#pragma GCC visibility pop int main () { |