From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22786 invoked by alias); 4 Feb 2015 23:53:10 -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 22739 invoked by uid 48); 4 Feb 2015 23:53:07 -0000 From: "zoltan at hidvegi dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/64256] [5.0 Regression] Pointer Bounds Checker builtins enum overflows stabstring length Date: Wed, 04 Feb 2015 23:53:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: zoltan at hidvegi dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 5.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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: 2015-02/txt/msg00399.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64256 --- Comment #7 from Zoltan Hidvegi --- With the above trivial change I've been able to build code with long stabstrings on AIX 6.1. I was using the gcc-4.8 branch since that's what we are using here. If you fix this, could you please also apply it to the gcc-4.8 and gcc-4.9 branches as well?