This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12132] [3.4 regression] spurious "int ._0" (or "int $_0) in error message
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Sep 2003 05:03:29 -0000
- Subject: [Bug c++/12132] [3.4 regression] spurious "int ._0" (or "int $_0) in error message
- References: <20030902135216.12132.reichelt@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12132
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2003-09-02 19:53:12 |2003-09-07 05:03:29
date| |
Summary|[3.4 regression] spurious |[3.4 regression] spurious
|"int ._0" in error message |"int ._0" (or "int $_0) in
| |error message
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-09-07 05:03 -------
On the mainline (20030907) on PPC Darwin, gcc gives a silightly different error
message:
pr12132.cc:2: error: expected unqualified-id
pr12132.cc:2: error: ISO C++ forbids declaration of `type name' with no type
pr12132.cc:2: error: abstract declarator `int' used as declaration
pr12132.cc:2: error: explicit instantiation of non-template `int $_0'
pr12132.cc:2: error: expected `;'