From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 500733858C83; Sun, 27 Mar 2022 15:02:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 500733858C83 From: "jscott at posteo dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/105069] [12 regression] sh-elf internal compiler errors and test failures with -Os Date: Sun, 27 Mar 2022 15:02:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jscott at posteo dot net X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.0 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2022 15:02:19 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D105069 --- Comment #1 from John Scott --- Here is a backtrace: bar.c:2:1: internal compiler error: =E2=80=98global_options=E2=80=99 are mo= dified in local context 2 | [[gnu::optimize("Os")]] int main(void) {} | ^ 0xe71b6b cl_optimization_compare(gcc_options*, gcc_options*) /tmp/build/gcc/options-save.cc:13029 0xa077ac handle_optimize_attribute /tmp/gcc/gcc/c-family/c-attribs.cc:5567 0x9056f2 decl_attributes(tree_node**, tree_node*, int, tree_node*) /tmp/gcc/gcc/attribs.cc:867 0x9229bc start_function(c_declspecs*, c_declarator*, tree_node*) /tmp/gcc/gcc/c/c-decl.cc:9516 0x984a0e c_parser_declaration_or_fndef /tmp/gcc/gcc/c/c-parser.cc:2445 0x98db33 c_parser_external_declaration /tmp/gcc/gcc/c/c-parser.cc:1779 0x98e57b c_parser_translation_unit /tmp/gcc/gcc/c/c-parser.cc:1652 0x98e57b c_parse_file() /tmp/gcc/gcc/c/c-parser.cc:23357 0x9eef8d c_common_parse_file() /tmp/gcc/gcc/c-family/c-opts.cc:1240=