From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5069 invoked by alias); 27 Aug 2013 16:55:50 -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 4995 invoked by uid 48); 27 Aug 2013 16:55:47 -0000 From: "bernd.edlinger at hotmail dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/58096] [4.9 Regression] gcc.dg/tree-ssa/attr-alias.c fails with r201439 Date: Tue, 27 Aug 2013 16:55:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bernd.edlinger at hotmail dot de X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.9.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc attachments.created 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: 2013-08/txt/msg01398.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58096 Bernd Edlinger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bernd.edlinger at hotmail dot de --- Comment #5 from Bernd Edlinger --- Created attachment 30706 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30706&action=edit proposed patch This is probably not really a bug in the compiler. Obviously the -fdump-tree-optimized format was changed, and the test case should be adapted to not expect a space after test4: ;; Function main (main, funcdef_no=1, decl_uid=1372, symbol_order=4) (executed once) main () { : test (); test4.localalias.0.localalias.2 (); [tail call] return; } The test case is inconsistent, because the comment mentions test1 and test2 can be optimized away, and the scan-tree-dump-not statements search for test1 and test2, but there is no test1 in the source code.