]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
PR testsuite/65944
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Jun 2015 10:03:49 +0000 (10:03 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Jun 2015 10:03:49 +0000 (10:03 +0000)
    * g++.dg/lto/pr65276_0.C: Add std2::exception::~exception() function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224550 138bc75d-0d04-0410-961f-82ee72b054a4

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 { }