[r11-2979 Regression] FAIL: g++.old-deja/g++.abi/cxa_vec.C -std=gnu++98 (test for excess errors) on Linux/x86_64 (-m64 -march=cascadelake)

Jonathan Wakely jwakely@redhat.com
Wed Sep 2 17:42:32 GMT 2020


On 02/09/20 10:22 -0700, sunil.k.pandey wrote:
>On Linux/x86_64,
>
>6bdbf0f37bda2587a4e82cbb956de7a159a397ae is the first bad commit
>commit 6bdbf0f37bda2587a4e82cbb956de7a159a397ae
>Author: Jonathan Wakely <jwakely@redhat.com>
>Date:   Wed Sep 2 13:27:57 2020 +0100
>
>    libstdc++: Break header cycle between <new> and <exception>
>
>caused
>
>FAIL: g++.old-deja/g++.abi/cxa_vec.C  -std=gnu++14 (test for excess errors)
>FAIL: g++.old-deja/g++.abi/cxa_vec.C  -std=gnu++17 (test for excess errors)
>FAIL: g++.old-deja/g++.abi/cxa_vec.C  -std=gnu++2a (test for excess errors)
>FAIL: g++.old-deja/g++.abi/cxa_vec.C  -std=gnu++98 (test for excess errors)
>
>with GCC configured with
>
>../../gcc/configure --prefix=/local/skpandey/gccwork/toolwork/gcc-bisect-master/master/r11-2979/usr --enable-clocale=gnu --with-system-zlib --with-demangler-in-ld --with-fpmath=sse --enable-languages=c,c++,fortran --enable-cet --without-isl --enable-libmpx x86_64-linux --disable-bootstrap
>
>To reproduce:
>
>$ cd {build_dir}/gcc && make check RUNTESTFLAGS="old-deja.exp=g++.old-deja/g++.abi/cxa_vec.C --target_board='unix{-m64\ -march=cascadelake}'"
>
>(Please do not reply to this email, for question about this report, contact me at skpgkp2 at gmail dot com)

The test is invalid, but worked until I changed <new> to stop
including <exception>.

This patch fixes it, pushed to master as obvious.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.txt
Type: text/x-patch
Size: 837 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc-patches/attachments/20200902/6ce2f85c/attachment.bin>


More information about the Gcc-patches mailing list