[Bug c++/63377] Bad diagnostic - "expected unqualified-id" instead of "no type named __ in namespace"
manu at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Oct 5 23:06:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63377
Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |diagnostic
Status|UNCONFIRMED |NEW
Last reconfirmed| |2014-10-05
CC| |manu at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #1 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
Terrible. Confirmed.
Smaller testcase:
namespace std {}
int main() {
try {}
catch (const std::invalid_argument&) {}
}
More information about the Gcc-bugs
mailing list