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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2022-06-15
             Status|UNCONFIRMED                 |NEW
   Target Milestone|---                         |12.2
           Keywords|                            |error-recovery,
                   |                            |ice-checking,
                   |                            |needs-bisection

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed.  Somehow we get in .original

;; Function f (null)
;; enabled by -tree-original


{
  static int g ();

  # DEBUG BEGIN STMT;
    static int g ();
}

with the error but correctly

;; Function f (null)
;; enabled by -tree-original


{
  extern int g ();


}

with the error fixed.

Reply via email to