From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31247 invoked by alias); 8 Feb 2013 13:46:48 -0000 Received: (qmail 29474 invoked by uid 48); 8 Feb 2013 13:46:08 -0000 From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/53948] [4.8 Regression] Assignment line missing for -O0 -g Date: Fri, 08 Feb 2013 13:46:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: law at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.0 X-Bugzilla-Changed-Fields: 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 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 X-SW-Source: 2013-02/txt/msg00795.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53948 --- Comment #11 from Jakub Jelinek 2013-02-08 13:46:05 UTC --- Yeah, I agree with Jeff here, IMHO a helper function somewhere where both rtl.h and tree.h is included is best solution for now. As long as REG/MEM have REG_EXPR/MEM_EXPR, there is no actual separation between RTL IL and trees anyway, lots of RTL code calls the alias oracle that looks at the trees referenced from the RTL expressions, so I don't see why another little function couldn't be used instead of duplicating the info in the scarce RTL flags.