From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7192 invoked by alias); 11 Jan 2013 10:21:39 -0000 Received: (qmail 7003 invoked by uid 48); 11 Jan 2013 10:21:06 -0000 From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/44061] [4.6/4.7 Regression] Warns about out-of-bounds array access inside __builtin_constant_p guarded section Date: Fri, 11 Jan 2013 10:21: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-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.6.4 X-Bugzilla-Changed-Fields: Known to work Summary Known to fail 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-01/txt/msg00996.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44061 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |4.8.0 Summary|[4.6/4.7/4.8 Regression] |[4.6/4.7 Regression] Warns |Warns about out-of-bounds |about out-of-bounds array |array access inside |access inside |__builtin_constant_p |__builtin_constant_p |guarded section |guarded section Known to fail|4.8.0 |4.7.2 --- Comment #9 from Richard Biener 2013-01-11 10:21:04 UTC --- Fixed on trunk sofar.