[Bug c++/31489] error says struct when it should say class
bangerth at dealii dot org
gcc-bugzilla@gcc.gnu.org
Sat Apr 7 15:23:00 GMT 2007
------- Comment #2 from bangerth at dealii dot org 2007-04-07 16:23 -------
Confirmed.
I think a patch would be of interest. Maybe one could just tweak
the error to read
x.cc:5: error: invalid use of undefined type 'foobar'
x.cc:1: error: forward declaration of struct or class 'foobar'
--
bangerth at dealii dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2007-04-07 16:23:28
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31489
More information about the Gcc-bugs
mailing list