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

            Bug ID: 90303
           Summary: [9/10 Regression] ICE in hash_odr_name with fastcall
                    attribute starting with r267359
           Product: gcc
           Version: 9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jakub at gcc dot gnu.org
  Target Milestone: ---

struct A { virtual void foo (); };
template <class> class B : A {};
typedef void (__attribute__((fastcall)) F) ();
B<F> e;

ICEs with -m32 on x86_64-linux (and on i686-linux), starting with r267359.

Reply via email to