This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
c++/703: simple parse error reported as compilor error
- To: gcc-gnats at gcc dot gnu dot org
- Subject: c++/703: simple parse error reported as compilor error
- From: kmoran at mail dot utexas dot edu
- Date: 28 Oct 2000 15:37:06 -0000
- Reply-To: kmoran at mail dot utexas dot edu
- Resent-Cc: gcc-prs at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, jason at gcc dot gnu dot org
- Resent-Reply-To: gcc-gnats@gcc.gnu.org, kmoran@mail.utexas.edu
>Number: 703
>Category: c++
>Synopsis: simple parse error reported as compilor error
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: unassigned
>State: open
>Class: ice-on-illegal-code
>Submitter-Id: net
>Arrival-Date: Sat Oct 28 08:46:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator: kmoran@mail.utexas.edu
>Release: gcc 2.95.2 19991024
>Organization:
>Environment:
RedHat Linux 6.2
>Description:
Internal Compilor Error
Please submit a full bug report
See <URL http://www.gnu.org/software/faq.html/#bugreport> for instructions.
This is using the distribution of the c++ headers that came
with gcc.
I got this message from the following line of code:
std::std<arlut::imps::probes::event::localeventservice::
idl::Connection_var> disconnectionSet;
The code is obviously incorrect and should have been
std::set<arlut::imps::probes::event::localeventservice::
idl::Connection_var> disconnectionSet;
However this should have just caused a parse error
with a warning such as
"std not found in namespace std";
>How-To-Repeat:
Should be very easy to duplicate.
>Fix:
I have no idea.
>Release-Note:
>Audit-Trail:
>Unformatted: