public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/9188: [New parser] Strange wording of error message
@ 2003-03-06 14:49 lerdsuwa
  0 siblings, 0 replies; 3+ messages in thread
From: lerdsuwa @ 2003-03-06 14:49 UTC (permalink / raw)
  To: bangerth, gcc-bugs, gcc-prs, nobody

Synopsis: [New parser] Strange wording of error message

State-Changed-From-To: analyzed->closed
State-Changed-By: lerdsuwa
State-Changed-When: Thu Mar  6 14:49:45 2003
State-Changed-Why:
    Fixed.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9188


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: c++/9188: [New parser] Strange wording of error message
@ 2003-01-15  9:13 reichelt
  0 siblings, 0 replies; 3+ messages in thread
From: reichelt @ 2003-01-15  9:13 UTC (permalink / raw)
  To: bangerth, gcc-bugs, gcc-prs, nobody

Synopsis: [New parser] Strange wording of error message

State-Changed-From-To: open->analyzed
State-Changed-By: reichelt
State-Changed-When: Wed Jan 15 01:12:58 2003
State-Changed-Why:
    Confirmed.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9188


^ permalink raw reply	[flat|nested] 3+ messages in thread

* c++/9188: [New parser] Strange wording of error message
@ 2003-01-06 14:56 bangerth
  0 siblings, 0 replies; 3+ messages in thread
From: bangerth @ 2003-01-06 14:56 UTC (permalink / raw)
  To: gcc-gnats


>Number:         9188
>Category:       c++
>Synopsis:       [New parser] Strange wording of error message
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jan 06 06:56:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Wolfgang Bangerth
>Release:        unknown-1.0
>Organization:
>Environment:
present CVS after the new parser merge
>Description:
This erroneous code
--------------------------
template <int dim> struct X {
    static int i;
};

template <> int X<1>::i(1)   // missing semicolon
template <> int X<2>::i(2);
---------------------------yields
  tmp/g> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -o /dev/null -c bug2.cc
  bug2.cc:6: error: expected expected `;'
                    ^^^^^^^^^^^^^^^^^Note the duplicate word "expected".

As this is not terribly important, I lower the priority.

Regards
  Wolfgang
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-03-06 14:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-06 14:49 c++/9188: [New parser] Strange wording of error message lerdsuwa
  -- strict thread matches above, loose matches on Subject: below --
2003-01-15  9:13 reichelt
2003-01-06 14:56 bangerth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).