[patch] add missing export for std::regex_error

2014-05-09 Thread Jonathan Wakely
Jakub noticed I got the exports wrong for std::regex_error. Tested x86_64-linux, committed to trunk. Not planning to fix this on the 4.9 branch. commit 33024aacc31cc7a1fdaba934952150fdc3db7e3f Author: Jonathan Wakely Date: Fri May 9 13:51:39 2014 +0100 * config/abi/pre/gnu.ver (GLIBCXX_

[v3 patch] add missing export for std::regex_error and fix tests

2013-11-19 Thread Jonathan Wakely
I found a few tests containing VERIFY assertions that were incorrectly marked { dg-do compile } so weren't executed, hiding some broken tests and a missing export. This adds the export and fixes the tests. I deleted the TR1 test because it won't link due to unimplemented features so doesn't really