This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/51750] New: [4.7 Regression] FAIL: 25_algorithms/heap/moveable*.cc execution test


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

             Bug #: 51750
           Summary: [4.7 Regression] FAIL: 25_algorithms/heap/moveable*.cc
                    execution test
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: dominiq@lps.ens.fr
                CC: hjl.tools@gmail.com, iains@gcc.gnu.org,
                    paolo.carlini@oracle.com, rguenther@suse.de
            Target: i686-*-linux* x86_64-*-linux* x86_64-apple-darwin10


Between revisions 182828 and 182830 the following tests started to fail with
-m32 (see http://gcc.gnu.org/ml/gcc-regression/2012-01/msg00048.html ):

FAIL: 25_algorithms/heap/moveable.cc execution test
FAIL: 25_algorithms/heap/moveable2.cc execution test

The failures are

Assertion failed: (this->SharedInfo && this->ptr < this->SharedInfo->last),
function operator*, file
/opt/gcc/work/libstdc++-v3/testsuite/util/testsuite_iterators.h, line 287.
FAIL: 25_algorithms/heap/moveable.cc execution test


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]