This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/12132] [3.4 regression] spurious "int ._0" (or "int $_0) in error message


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 `;'


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]