[Bug c/42097] Reference operator (&) error from included file.
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Nov 18 20:12:00 GMT 2009
------- Comment #1 from pinskia at gcc dot gnu dot org 2009-11-18 20:11 -------
C90/C99 does not have a reference type.
extern void Prop (double &, double &, double &, double &, double &, double &,
int) ;
is C++ code, compile it with the C++ front-end.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42097
More information about the Gcc-bugs
mailing list