public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/106560] New: ICE after conflicting types of redeclaration
@ 2022-08-08 15:46 pinskia at gcc dot gnu.org
  2022-08-08 15:47 ` [Bug c/106560] " pinskia at gcc dot gnu.org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-08-08 15:46 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 106560
           Summary: ICE after conflicting types of redeclaration
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Keywords: error-recovery, ice-on-invalid-code
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pinskia at gcc dot gnu.org
  Target Milestone: ---

```
void **a;
void b() { void **c = a; }
a;
```

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

end of thread, other threads:[~2022-11-21  7:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-08 15:46 [Bug c/106560] New: ICE after conflicting types of redeclaration pinskia at gcc dot gnu.org
2022-08-08 15:47 ` [Bug c/106560] " pinskia at gcc dot gnu.org
2022-08-08 15:48 ` pinskia at gcc dot gnu.org
2022-08-08 15:56 ` pinskia at gcc dot gnu.org
2022-08-08 16:00 ` k.even-mendoza at imperial dot ac.uk
2022-08-08 16:02 ` pinskia at gcc dot gnu.org
2022-08-09  7:38 ` rguenth at gcc dot gnu.org
2022-08-09 17:54 ` pinskia at gcc dot gnu.org
2022-11-19 20:53 ` [Bug c/106560] [12/13 Regression] " pinskia at gcc dot gnu.org
2022-11-21  7:47 ` cvs-commit at gcc dot gnu.org
2022-11-21  7:48 ` 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).