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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |8.1.0
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2021-12-13
      Known to work|                            |4.1.2, 5.1.0, 7.1.0, 7.5.0

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed.
ICC warns but still accepts it:
<source>(5): warning #1098: the qualifier on this friend declaration is ignored
    friend void ::fn(int);
                ^

Reply via email to