public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/102173] New: [12 Regression] ICEs gcc.target/aarch64/sve/acle/general-c/type_redef_1.c after recent error recovery patch
@ 2021-09-02 10:36 pinskia at gcc dot gnu.org
  2021-09-02 10:38 ` [Bug target/102173] " pinskia at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-02 10:36 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102173

            Bug ID: 102173
           Summary: [12 Regression] ICEs
                    gcc.target/aarch64/sve/acle/general-c/type_redef_1.c
                    after recent error recovery patch
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Keywords: error-recovery, ice-on-invalid-code
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pinskia at gcc dot gnu.org
  Target Milestone: ---

/home/ubuntu/src/upstream-gcc-aarch64/gcc/gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/type_redef_1.c:5:9:
internal compiler error: tree check: expected class 'type', have 'exceptional'
(error_mark) in register_vector_type, at
config/aarch64/aarch64-sve-builtins.cc:3419
0x6a8c0b tree_class_check_failed(tree_node const*, tree_code_class, char
const*, int, char const*)
        /home/ubuntu/src/upstream-gcc-aarch64/gcc/gcc/tree.c:8738
0x11ed7bf tree_class_check(tree_node*, tree_code_class, char const*, int, char
const*)
        /home/ubuntu/src/upstream-gcc-aarch64/gcc/gcc/tree.h:3523
0x11ed7bf register_vector_type
       
/home/ubuntu/src/upstream-gcc-aarch64/gcc/gcc/config/aarch64/aarch64-sve-builtins.cc:3419
0x11ed7bf aarch64_sve::handle_arm_sve_h()
       
/home/ubuntu/src/upstream-gcc-aarch64/gcc/gcc/config/aarch64/aarch64-sve-builtins.cc:3535
0x802ab7 aarch64_pragma_aarch64
       
/home/ubuntu/src/upstream-gcc-aarch64/gcc/gcc/config/aarch64/aarch64-c.c:298
0x7309a3 c_parser_pragma
        /home/ubuntu/src/upstream-gcc-aarch64/gcc/gcc/c/c-parser.c:12573
0x75e56b c_parser_external_declaration
        /home/ubuntu/src/upstream-gcc-aarch64/gcc/gcc/c/c-parser.c:1761
0x75ecef c_parser_translation_unit
        /home/ubuntu/src/upstream-gcc-aarch64/gcc/gcc/c/c-parser.c:1653
0x75ecef c_parse_file()
        /home/ubuntu/src/upstream-gcc-aarch64/gcc/gcc/c/c-parser.c:22581
0x7c8097 c_common_parse_file()
        /home/ubuntu/src/upstream-gcc-aarch64/gcc/gcc/c-family/c-opts.c:1236

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/102173] [12 Regression] ICEs gcc.target/aarch64/sve/acle/general-c/type_redef_1.c after recent error recovery patch
  2021-09-02 10:36 [Bug target/102173] New: [12 Regression] ICEs gcc.target/aarch64/sve/acle/general-c/type_redef_1.c after recent error recovery patch pinskia at gcc dot gnu.org
@ 2021-09-02 10:38 ` pinskia at gcc dot gnu.org
  2021-09-02 12:46 ` clyon at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-02 10:38 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102173

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
           Assignee|unassigned at gcc dot gnu.org      |pinskia at gcc dot gnu.org
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2021-09-02
   Target Milestone|---                         |12.0

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I will fix this tomorrow.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/102173] [12 Regression] ICEs gcc.target/aarch64/sve/acle/general-c/type_redef_1.c after recent error recovery patch
  2021-09-02 10:36 [Bug target/102173] New: [12 Regression] ICEs gcc.target/aarch64/sve/acle/general-c/type_redef_1.c after recent error recovery patch pinskia at gcc dot gnu.org
  2021-09-02 10:38 ` [Bug target/102173] " pinskia at gcc dot gnu.org
@ 2021-09-02 12:46 ` clyon at gcc dot gnu.org
  2021-09-02 19:58 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: clyon at gcc dot gnu.org @ 2021-09-02 12:46 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102173

Christophe Lyon <clyon at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clyon at gcc dot gnu.org

--- Comment #2 from Christophe Lyon <clyon at gcc dot gnu.org> ---
Appeared after r12-3278 g:823685221de986afb729910a6f2237f07a377f17

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/102173] [12 Regression] ICEs gcc.target/aarch64/sve/acle/general-c/type_redef_1.c after recent error recovery patch
  2021-09-02 10:36 [Bug target/102173] New: [12 Regression] ICEs gcc.target/aarch64/sve/acle/general-c/type_redef_1.c after recent error recovery patch pinskia at gcc dot gnu.org
  2021-09-02 10:38 ` [Bug target/102173] " pinskia at gcc dot gnu.org
  2021-09-02 12:46 ` clyon at gcc dot gnu.org
@ 2021-09-02 19:58 ` pinskia at gcc dot gnu.org
  2021-09-02 21:14 ` pinskia at gcc dot gnu.org
  2021-09-03 16:59 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-02 19:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102173

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Christophe Lyon from comment #2)
> Appeared after r12-3278 g:823685221de986afb729910a6f2237f07a377f17

Yes caused by r12-3278.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/102173] [12 Regression] ICEs gcc.target/aarch64/sve/acle/general-c/type_redef_1.c after recent error recovery patch
  2021-09-02 10:36 [Bug target/102173] New: [12 Regression] ICEs gcc.target/aarch64/sve/acle/general-c/type_redef_1.c after recent error recovery patch pinskia at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2021-09-02 19:58 ` pinskia at gcc dot gnu.org
@ 2021-09-02 21:14 ` pinskia at gcc dot gnu.org
  2021-09-03 16:59 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-02 21:14 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102173

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch
                URL|                            |https://gcc.gnu.org/piperma
                   |                            |il/gcc-patches/2021-Septemb
                   |                            |er/578726.html

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
patch posted:
https://gcc.gnu.org/pipermail/gcc-patches/2021-September/578726.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/102173] [12 Regression] ICEs gcc.target/aarch64/sve/acle/general-c/type_redef_1.c after recent error recovery patch
  2021-09-02 10:36 [Bug target/102173] New: [12 Regression] ICEs gcc.target/aarch64/sve/acle/general-c/type_redef_1.c after recent error recovery patch pinskia at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2021-09-02 21:14 ` pinskia at gcc dot gnu.org
@ 2021-09-03 16:59 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-03 16:59 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102173

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Fxied by r12-3349-g6b69bf5729852d0510abbe8e04078ddecef0cf17.  I forgot to put
the PR # in the changelog area.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-09-03 16:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-02 10:36 [Bug target/102173] New: [12 Regression] ICEs gcc.target/aarch64/sve/acle/general-c/type_redef_1.c after recent error recovery patch pinskia at gcc dot gnu.org
2021-09-02 10:38 ` [Bug target/102173] " pinskia at gcc dot gnu.org
2021-09-02 12:46 ` clyon at gcc dot gnu.org
2021-09-02 19:58 ` pinskia at gcc dot gnu.org
2021-09-02 21:14 ` pinskia at gcc dot gnu.org
2021-09-03 16:59 ` pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).