[Bug c++/64758] [C++11] Give better error message when name of enum's base type cannot be resolved

zeratul976 at hotmail dot com gcc-bugzilla@gcc.gnu.org
Fri Jan 23 23:04:00 GMT 2015


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

--- Comment #1 from Nathan Ridge <zeratul976 at hotmail dot com> ---
By comparison, clang's error is:

  test.cpp:1:14: error: unknown type name 'uint32_t'
  enum Waldo : uint32_t {
               ^



More information about the Gcc-bugs mailing list