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

Patrick Palka <ppalka at gcc dot gnu.org> changed:

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

--- Comment #3 from Patrick Palka <ppalka at gcc dot gnu.org> ---
FWIW one way to test against duplicate errors currently is something like:

void f() __attribute__((unavailable)); // { dg-bogus "is unavailable.*is
unavailable" }
// { dg-error "is unavailable" "" { target *-*-* } .-1 }

Reply via email to