[Bug c++/12879] [3.4 Regression] double error message when using incomplate types in a struct
bangerth at dealii dot org
gcc-bugzilla@gcc.gnu.org
Mon Nov 3 16:11:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12879
bangerth at dealii dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-11-03 16:11:03
date| |
------- Additional Comments From bangerth at dealii dot org 2003-11-03 16:11 -------
Confirmed. We get
g/x> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -c x.cc
x.cc:2: error: invalid use of undefined type `struct Exception'
x.cc:1: error: forward declaration of `struct Exception'
x.cc:2: error: invalid use of undefined type `struct Exception'
x.cc:1: error: forward declaration of `struct Exception'
More information about the Gcc-bugs
mailing list