re PR testsuite/65944 (FAIL: g++.dg/lto/pr65276: undefined reference to std2::excepti...
authorUros Bizjak <ubizjak@gmail.com>
Wed, 17 Jun 2015 10:03:49 +0000 (12:03 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 17 Jun 2015 10:03:49 +0000 (12:03 +0200)
    PR testsuite/65944
    * g++.dg/lto/pr65276_0.C: Add std2::exception::~exception() function.

From-SVN: r224550

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/lto/pr65276_0.C

index 56fe81cf9352a58bf785cf3201c2a5c8cbbd98fe..af0e2c2e8e8da32cc25657a931101cd7ef797089 100644 (file)
@@ -1,3 +1,8 @@
+2015-06-17  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR testsuite/65944
+       * g++.dg/lto/pr65276_0.C: Add std2::exception::~exception() function.
+
 2015-06-17  Robert Suchanek  <robert.suchanek@imgtec.com>
 
        * gcc.target/mips/pr65862-1.c: New test.
index 9c72e689a60b0058342ba8251664948faa47f87e..a93cab1454bf2e4545a4d21654a5569a4ba64c00 100644 (file)
@@ -59,3 +59,5 @@ namespace std2
   };
   static ios_base::Init __ioinit;
 }
+
+std2::exception::~exception() noexcept { }