This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[3.3.2 testsuite PATCH] (was Re: GCC 3.3.2 Freeze)
- From: Steven Bosscher <s dot bosscher at student dot tudelft dot nl>
- To: Mark Mitchell <mark at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 14 Oct 2003 11:05:53 +0200
- Subject: [3.3.2 testsuite PATCH] (was Re: GCC 3.3.2 Freeze)
- References: <1066116168.10190.29.camel@minax.codesourcery.com>
Op di 14-10-2003, om 09:22 schreef Mark Mitchell:
> The only patches I will aprove at this point are utter showstoppers.
A testsuite fix definitely is not a show stopper -- but it looks good in
the release notes if you can say that this release has no g++ testsuite
failures :)
This is the only g++ FAIL and it's not even a valid FAIL because the
test case is broken. This was fixed, but only for mainline, on January
16.
OK?
Gr.
Steven
Index: gcc/testsuite/g++.dg/tls/init-2.C
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/g++.dg/tls/init-2.C,v
retrieving revision 1.2
diff -c -3 -p -r1.2 init-2.C
*** gcc/testsuite/g++.dg/tls/init-2.C 1 Oct 2002 18:27:33 -0000 1.2
--- gcc/testsuite/g++.dg/tls/init-2.C 14 Oct 2003 09:00:28 -0000
*************** struct S
*** 10,13 ****
{
S();
};
! __thread S s; /* { dg-error "non-POD" } */
--- 10,13 ----
{
S();
};
! __thread S s; /* { dg-error "" } two errors here */