From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 89A7E3858C2C; Sun, 14 May 2023 18:53:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 89A7E3858C2C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684090409; bh=nbY83TMFFYuhmdpfqQZ+2nBzGk3NTt0M0RWXlmiV26g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dRysPny+YQy6yzM5JIPojWIXuAANXYPyvVVt/RGGJxvREKBW76mYVVp8G9KTpOxM0 yBdYUcxGR6MsSdEgrvW3uBszEjRPquRndMMVp4rBrlkxYr3qK0RoCAWtW7r/YlBGsz MH9EmYieG106nDj6X4f5TNQgBRQyr0vokwzSPbvo= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109852] Making of gcc13 errors out compiling libcpp/charset.cc with Wstringop-overflow Error with "-march=native -O3 " Date: Sun, 14 May 2023 18:53:29 +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: unknown X-Bugzilla-Keywords: build, diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109852 --- Comment #2 from Andrew Pinski --- I cannot reproduce this with "../configure --with-build-config=3Dbootstrap-= O3" .=