public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/42740]  New: [4.5 Regression] Many libstdc++ failures
@ 2010-01-14  1:31 hjl dot tools at gmail dot com
  2010-01-14  1:32 ` [Bug c++/42740] " hjl dot tools at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-01-14  1:31 UTC (permalink / raw)
  To: gcc-bugs

On Linux/ia32, revision 155869 gave:

FAIL: 23_containers/map/requirements/exception/basic.cc (test for excess
errors)
FAIL: 23_containers/map/requirements/exception/generation_prohibited.cc (test
for excess errors)
FAIL: 23_containers/map/requirements/exception/propagation_consistent.cc (test
for excess errors)
FAIL: 23_containers/multimap/requirements/exception/basic.cc (test for excess
errors)
FAIL: 23_containers/multimap/requirements/exception/generation_prohibited.cc
(test for excess errors)
FAIL: 23_containers/multimap/requirements/exception/propagation_consistent.cc
(test for excess errors)
FAIL: 23_containers/unordered_map/requirements/exception/basic.cc (test for
excess errors)
FAIL:
23_containers/unordered_map/requirements/exception/generation_prohibited.cc
(test for excess errors)
FAIL:
23_containers/unordered_map/requirements/exception/propagation_consistent.cc
(test for excess errors)


-- 
           Summary: [4.5 Regression] Many libstdc++ failures
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        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=42740


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

* [Bug c++/42740] [4.5 Regression] Many libstdc++ failures
  2010-01-14  1:31 [Bug c++/42740] New: [4.5 Regression] Many libstdc++ failures hjl dot tools at gmail dot com
@ 2010-01-14  1:32 ` hjl dot tools at gmail dot com
  2010-01-14 10:01 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-01-14  1:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hjl dot tools at gmail dot com  2010-01-14 01:32 -------
It may be caused by revision 155868:

http://gcc.gnu.org/ml/gcc-cvs/2010-01/msg00334.html


-- 


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


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

* [Bug c++/42740] [4.5 Regression] Many libstdc++ failures
  2010-01-14  1:31 [Bug c++/42740] New: [4.5 Regression] Many libstdc++ failures hjl dot tools at gmail dot com
  2010-01-14  1:32 ` [Bug c++/42740] " hjl dot tools at gmail dot com
@ 2010-01-14 10:01 ` rguenth at gcc dot gnu dot org
  2010-01-15 11:30 ` dodji at gcc dot gnu dot org
  2010-01-15 14:24 ` paolo dot carlini at oracle dot com
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-01-14 10:01 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1
   Target Milestone|---                         |4.5.0


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


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

* [Bug c++/42740] [4.5 Regression] Many libstdc++ failures
  2010-01-14  1:31 [Bug c++/42740] New: [4.5 Regression] Many libstdc++ failures hjl dot tools at gmail dot com
  2010-01-14  1:32 ` [Bug c++/42740] " hjl dot tools at gmail dot com
  2010-01-14 10:01 ` rguenth at gcc dot gnu dot org
@ 2010-01-15 11:30 ` dodji at gcc dot gnu dot org
  2010-01-15 14:24 ` paolo dot carlini at oracle dot com
  3 siblings, 0 replies; 5+ messages in thread
From: dodji at gcc dot gnu dot org @ 2010-01-15 11:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from dodji at gcc dot gnu dot org  2010-01-15 11:30 -------
The culprit commit was reverted so I think this should be fixed.


-- 

dodji at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |dodji at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-01-15 11:30:17
               date|                            |


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


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

* [Bug c++/42740] [4.5 Regression] Many libstdc++ failures
  2010-01-14  1:31 [Bug c++/42740] New: [4.5 Regression] Many libstdc++ failures hjl dot tools at gmail dot com
                   ` (2 preceding siblings ...)
  2010-01-15 11:30 ` dodji at gcc dot gnu dot org
@ 2010-01-15 14:24 ` paolo dot carlini at oracle dot com
  3 siblings, 0 replies; 5+ messages in thread
From: paolo dot carlini at oracle dot com @ 2010-01-15 14:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from paolo dot carlini at oracle dot com  2010-01-15 14:24 -------
Yes, it can, thanks again for the quick turnaround.


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2010-01-15 14:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-14  1:31 [Bug c++/42740] New: [4.5 Regression] Many libstdc++ failures hjl dot tools at gmail dot com
2010-01-14  1:32 ` [Bug c++/42740] " hjl dot tools at gmail dot com
2010-01-14 10:01 ` rguenth at gcc dot gnu dot org
2010-01-15 11:30 ` dodji at gcc dot gnu dot org
2010-01-15 14:24 ` 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).