From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13337 invoked by alias); 20 Aug 2014 10:05:43 -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 13216 invoked by uid 48); 20 Aug 2014 10:05:40 -0000 From: "vhaisman at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/62200] libstdc++ initialization priority Date: Wed, 20 Aug 2014 10:05:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 4.8.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vhaisman at gmail dot com 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: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-08/txt/msg01348.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D62200 --- Comment #1 from V=C3=A1clav Zeman --- And it dumps core on Cygwin as well. >>From gcc-bugs-return-458852-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Aug 20 10:24:12 2014 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 21453 invoked by alias); 20 Aug 2014 10:24:12 -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 Delivered-To: mailing list gcc-bugs@gcc.gnu.org Received: (qmail 21392 invoked by uid 48); 20 Aug 2014 10:24:09 -0000 From: "iains at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug sanitizer/62132] [5 Regression] FAIL: c-c++-common/asan/misalign-[12].c after r213807 on x86_64-apple-darwin13 with -m32 Date: Wed, 20 Aug 2014 10:24:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: sanitizer X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: iains at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 5.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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-08/txt/msg01349.txt.bz2 Content-length: 569 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62132 --- Comment #5 from Iain Sandoe --- (In reply to Yury Gribov from comment #4) > Note that same problem may pop up in other tests as well so IMHO better fix > this in general. Well, we could switch frame pointers in the [darwin.h] asan spec, but I'm a bit inclined to leave this under User control and just accept that we need to keep an eye on test-cases. Will think some more about doing it automatically, but suggest that we immediately fix these cases for now with Dominique's patch.