From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BE2EC3858408; Mon, 21 Feb 2022 21:29:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BE2EC3858408 From: "gscfq@t-online.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/104623] New: [11/12 Regression] ICE in cp_parser_skip_to_pragma_eol, at cp/parser.cc:4107 Date: Mon, 21 Feb 2022 21:29:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gscfq@t-online.de 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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: Mon, 21 Feb 2022 21:29:59 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D104623 Bug ID: 104623 Summary: [11/12 Regression] ICE in cp_parser_skip_to_pragma_eol, at cp/parser.cc:4107 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: gscfq@t-online.de Target Milestone: --- Started between 20200712 and 20200719 : $ cat z1.cc void f () { struct __attribute__() a #pragma omp task } $ g++-12-20220220 -c z1.cc -fopenmp z1.cc: In function 'void f()': z1.cc:5:1: internal compiler error: in cp_parser_skip_to_pragma_eol, at cp/parser.cc:4107 5 | } | ^ 0x8e6af9 cp_parser_skip_to_pragma_eol ../../gcc/cp/parser.cc:4107 0x8e6e12 cp_parser_skip_to_end_of_statement ../../gcc/cp/parser.cc:394q3 0x8fc7b4 cp_parser_gnu_attributes_opt ../../gcc/cp/parser.cc:28676 0x92749b cp_parser_elaborated_type_specifier ../../gcc/cp/parser.cc:20341 0x908cf3 cp_parser_type_specifier ../../gcc/cp/parser.cc:19375 0x909e06 cp_parser_decl_specifier_seq ../../gcc/cp/parser.cc:15911 0x90aa81 cp_parser_simple_declaration ../../gcc/cp/parser.cc:15159 0x90c779 cp_parser_declaration_statement ../../gcc/cp/parser.cc:14367 0x90ce9b cp_parser_statement ../../gcc/cp/parser.cc:12452 0x90def4 cp_parser_statement_seq_opt ../../gcc/cp/parser.cc:12856 0x90dfd7 cp_parser_compound_statement ../../gcc/cp/parser.cc:12808 0x934560 cp_parser_function_body ../../gcc/cp/parser.cc:25062 0x934560 cp_parser_ctor_initializer_opt_and_function_body ../../gcc/cp/parser.cc:25113 0x934bda cp_parser_function_definition_after_declarator ../../gcc/cp/parser.cc:31243 0x935e64 cp_parser_function_definition_from_specifiers_and_declarator ../../gcc/cp/parser.cc:31159 0x935e64 cp_parser_init_declarator ../../gcc/cp/parser.cc:22584 0x90abe2 cp_parser_simple_declaration ../../gcc/cp/parser.cc:15286 0x93d40e cp_parser_declaration ../../gcc/cp/parser.cc:14972 0x93df8d cp_parser_translation_unit ../../gcc/cp/parser.cc:5012 0x93df8d c_parse_file() ../../gcc/cp/parser.cc:48051=