From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 317 invoked by alias); 21 May 2013 08:00:57 -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 32683 invoked by uid 48); 21 May 2013 08:00:52 -0000 From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/57321] [4.8/4.9 Regression] static function call miscompiled at -Os and above Date: Tue, 21 May 2013 08:00:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 4.8.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.1 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: component resolution 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-05/txt/msg01391.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57321 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Component|rtl-optimization |tree-optimization Resolution|FIXED |DUPLICATE --- Comment #3 from Jakub Jelinek --- Author: jakub Date: Tue May 21 07:51:59 2013 New Revision: 199133 URL: http://gcc.gnu.org/viewcvs?rev=199133&root=gcc&view=rev Log: PR tree-optimization/57321 * gcc.c-torture/execute/pr57321.c: New test. Added: trunk/gcc/testsuite/gcc.c-torture/execute/pr57321.c Modified: trunk/gcc/testsuite/ChangeLog Author: jakub Date: Tue May 21 07:58:10 2013 New Revision: 199134 URL: http://gcc.gnu.org/viewcvs?rev=199134&root=gcc&view=rev Log: PR tree-optimization/57321 * gcc.c-torture/execute/pr57321.c: New test. Added: branches/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/pr57321.c Modified: branches/gcc-4_8-branch/gcc/testsuite/ChangeLog *** This bug has been marked as a duplicate of bug 56988 ***