From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25747 invoked by alias); 20 Dec 2014 15:33:01 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 25709 invoked by uid 48); 20 Dec 2014 15:32:52 -0000 From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/64368] New: [5 Regression] Several libstdc++ test failures on darwin after r218964. Date: Sat, 20 Dec 2014 15:33:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dominiq at lps dot ens.fr X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-12/txt/msg02460.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64368 Bug ID: 64368 Summary: [5 Regression] Several libstdc++ test failures on darwin after r218964. Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: dominiq at lps dot ens.fr At r218988 I see the following failures on x86_64-apple-darwin14: FAIL: 22_locale/locale/cons/6.cc execution test FAIL: 22_locale/num_get/get/char/11.cc execution test FAIL: 22_locale/num_get/get/char/12.cc execution test FAIL: 22_locale/num_get/get/char/13.cc execution test FAIL: 22_locale/num_get/get/char/14.cc execution test FAIL: 22_locale/num_get/get/char/15.cc execution test FAIL: 22_locale/num_get/get/char/22131.cc execution test FAIL: 22_locale/num_get/get/char/23953.cc execution test FAIL: 22_locale/num_get/get/char/37958.cc execution test FAIL: 22_locale/num_get/get/char/39168.cc execution test FAIL: 22_locale/num_get/get/wchar_t/11.cc execution test FAIL: 22_locale/num_get/get/wchar_t/12.cc execution test FAIL: 22_locale/num_get/get/wchar_t/13.cc execution test FAIL: 22_locale/num_get/get/wchar_t/14.cc execution test FAIL: 22_locale/num_get/get/wchar_t/15.cc execution test FAIL: 22_locale/num_get/get/wchar_t/22131.cc execution test FAIL: 22_locale/num_get/get/wchar_t/23953.cc execution test FAIL: 22_locale/num_get/get/wchar_t/37958.cc execution test FAIL: 22_locale/num_get/get/wchar_t/39168.cc execution test FAIL: 22_locale/num_put/put/char/11.cc execution test FAIL: 22_locale/num_put/put/char/23953.cc execution test FAIL: 22_locale/num_put/put/char/38196.cc execution test FAIL: 22_locale/num_put/put/wchar_t/11.cc execution test FAIL: 22_locale/num_put/put/wchar_t/23953.cc execution test FAIL: 22_locale/num_put/put/wchar_t/38196.cc execution test FAIL: 22_locale/numpunct/members/char/cache_1.cc execution test FAIL: 22_locale/numpunct/members/char/cache_2.cc execution test FAIL: 22_locale/numpunct/members/wchar_t/cache_1.cc execution test FAIL: 22_locale/numpunct/members/wchar_t/cache_2.cc execution test FAIL: 27_io/basic_istream/extractors_arithmetic/char/07.cc execution test FAIL: 27_io/basic_istream/extractors_arithmetic/char/08.cc execution test FAIL: 27_io/basic_istream/extractors_arithmetic/wchar_t/07.cc execution test FAIL: 27_io/basic_istream/extractors_arithmetic/wchar_t/08.cc execution test FAIL: 27_io/basic_ostream/inserters_arithmetic/char/1.cc execution test FAIL: 27_io/basic_ostream/inserters_arithmetic/wchar_t/1.cc execution test FAIL: 27_io/manipulators/adjustfield/char/1.cc execution test FAIL: 27_io/manipulators/adjustfield/wchar_t/1.cc execution test FAIL: 27_io/manipulators/basefield/char/1.cc execution test FAIL: 27_io/manipulators/basefield/wchar_t/1.cc execution test FAIL: ext/profile/mutex_extensions_neg.cc (test for errors, line 306) FAIL: ext/profile/mutex_extensions_neg.cc (test for excess errors) They are of the kind 11.exe(53592,0x7fff76220300) malloc: *** error for object 0x10da37cbc: pointer being freed was not allocated but for ext/profile/mutex_extensions_neg.cc also seen on linux.