From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31797 invoked by alias); 15 Apr 2013 07:45:41 -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 31729 invoked by uid 48); 15 Apr 2013 07:45:37 -0000 From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/56961] Segfault with volatile field Date: Mon, 15 Apr 2013 07:45:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Summary Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-SW-Source: 2013-04/txt/msg01432.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56961 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|ICE: cycle between |Segfault with volatile |do_spec_1() / |field |process_brace_body() / | |handle_braces() | --- Comment #1 from Andrew Pinski 2013-04-15 07:45:37 UTC --- Note the backtrace that is provided is the one from gcc where it is executing cc1plus which is nothing special.