public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/44410]  New: [4.6 Regression] Revision 160231 caused new libstdc++ test failures
@ 2010-06-03 23:23 hjl dot tools at gmail dot com
  2010-06-03 23:32 ` [Bug libstdc++/44410] " paolo dot carlini at oracle dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-06-03 23:23 UTC (permalink / raw)
  To: gcc-bugs

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)


-- 
           Summary: [4.6 Regression] Revision 160231 caused new libstdc++
                    test failures
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44410


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libstdc++/44410] [4.6 Regression] Revision 160231 caused new libstdc++ test failures
  2010-06-03 23:23 [Bug libstdc++/44410] New: [4.6 Regression] Revision 160231 caused new libstdc++ test failures hjl dot tools at gmail dot com
@ 2010-06-03 23:32 ` paolo dot carlini at oracle dot com
  2010-06-03 23:50 ` paolo at gcc dot gnu dot org
  2010-06-03 23:51 ` paolo dot carlini at oracle dot com
  2 siblings, 0 replies; 4+ messages in thread
From: paolo dot carlini at oracle dot com @ 2010-06-03 23:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from paolo dot carlini at oracle dot com  2010-06-03 23:31 -------
Actually, the testcases must be fixed, qualifying size_t with std::. I'll do
that momentarily as obvious.


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |paolo dot carlini at oracle
                   |dot org                     |dot com
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-06-03 23:31:54
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44410


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libstdc++/44410] [4.6 Regression] Revision 160231 caused new libstdc++ test failures
  2010-06-03 23:23 [Bug libstdc++/44410] New: [4.6 Regression] Revision 160231 caused new libstdc++ test failures hjl dot tools at gmail dot com
  2010-06-03 23:32 ` [Bug libstdc++/44410] " paolo dot carlini at oracle dot com
@ 2010-06-03 23:50 ` paolo at gcc dot gnu dot org
  2010-06-03 23:51 ` paolo dot carlini at oracle dot com
  2 siblings, 0 replies; 4+ messages in thread
From: paolo at gcc dot gnu dot org @ 2010-06-03 23:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from paolo at gcc dot gnu dot org  2010-06-03 23:50 -------
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


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44410


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libstdc++/44410] [4.6 Regression] Revision 160231 caused new libstdc++ test failures
  2010-06-03 23:23 [Bug libstdc++/44410] New: [4.6 Regression] Revision 160231 caused new libstdc++ test failures hjl dot tools at gmail dot com
  2010-06-03 23:32 ` [Bug libstdc++/44410] " paolo dot carlini at oracle dot com
  2010-06-03 23:50 ` paolo at gcc dot gnu dot org
@ 2010-06-03 23:51 ` paolo dot carlini at oracle dot com
  2 siblings, 0 replies; 4+ messages in thread
From: paolo dot carlini at oracle dot com @ 2010-06-03 23:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from paolo dot carlini at oracle dot com  2010-06-03 23:51 -------
Fixed.


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.6.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44410


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-06-03 23:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-03 23:23 [Bug libstdc++/44410] New: [4.6 Regression] Revision 160231 caused new libstdc++ test failures hjl dot tools at gmail dot com
2010-06-03 23:32 ` [Bug libstdc++/44410] " paolo dot carlini at oracle dot com
2010-06-03 23:50 ` paolo at gcc dot gnu dot org
2010-06-03 23:51 ` paolo dot carlini at oracle dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).