Bug 44410 - [4.6 Regression] Revision 160231 caused new libstdc++ test failures
Summary: [4.6 Regression] Revision 160231 caused new libstdc++ test failures
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: libstdc++ (show other bugs)
Version: 4.6.0
: P3 normal
Target Milestone: 4.6.0
Assignee: Paolo Carlini
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-03 23:23 UTC by H.J. Lu
Modified: 2010-06-03 23:51 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2010-06-03 23:31:54


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description H.J. Lu 2010-06-03 23:23:03 UTC
On Linux/ia32, revision 160231:

http://gcc.gnu.org/ml/gcc-cvs/2010-06/msg00144.html

caused:

FAIL: g++.dg/eh/new1.C (test for excess errors)
FAIL: g++.dg/init/new5.C (test for excess errors)
FAIL: g++.old-deja/g++.jason/new.C (test for excess errors)
FAIL: g++.old-deja/g++.law/operators27.C (test for excess errors)
FAIL: g++.old-deja/g++.mike/p755.C (test for excess errors)
FAIL: g++.old-deja/g++.other/delete3.C (test for excess errors)
FAIL: g++.old-deja/g++.other/new.C (test for excess errors)
Comment 1 Paolo Carlini 2010-06-03 23:31:54 UTC
Actually, the testcases must be fixed, qualifying size_t with std::. I'll do that momentarily as obvious.
Comment 2 paolo@gcc.gnu.org 2010-06-03 23:50:44 UTC
Subject: Bug 44410

Author: paolo
Date: Thu Jun  3 23:50:29 2010
New Revision: 160239

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=160239
Log:
2010-06-03  Paolo Carlini  <paolo.carlini@oracle.com>

	PR libstdc++/44410
	* g++.old-deja/g++.jason/new.C: Qualify size_t with std::.
	* g++.old-deja/g++.other/delete3.C: Likewise.
	* g++.old-deja/g++.other/new.C: Likewise.
	* g++.old-deja/g++.law/operators27.C: Likewise.
	* g++.old-deja/g++.mike/p755.C: Likewise.
	* g++.dg/eh/new1.C: Likewise.
	* g++.dg/init/new5.C: Likewise.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/eh/new1.C
    trunk/gcc/testsuite/g++.dg/init/new5.C
    trunk/gcc/testsuite/g++.old-deja/g++.jason/new.C
    trunk/gcc/testsuite/g++.old-deja/g++.law/operators27.C
    trunk/gcc/testsuite/g++.old-deja/g++.mike/p755.C
    trunk/gcc/testsuite/g++.old-deja/g++.other/delete3.C
    trunk/gcc/testsuite/g++.old-deja/g++.other/new.C

Comment 3 Paolo Carlini 2010-06-03 23:51:02 UTC
Fixed.