public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: "Darren Reed \(OSE\)" <darrenr@optimation.com.au>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: RE: c++/10273: g++ fails to compile sort() with a template operator that takes a pointer
Date: Mon, 31 Mar 2003 23:26:00 -0000	[thread overview]
Message-ID: <20030331231601.19606.qmail@sources.redhat.com> (raw)

The following reply was made to PR c++/10273; it has been noted by GNATS.

From: "Darren Reed \(OSE\)" <darrenr@optimation.com.au>
To: <bangerth@dealii.org>, <darrenr@optimation.com.au>, <gcc-bugs@gcc.gnu.org>,
        <gcc-prs@gcc.gnu.org>, <nobody@gcc.gnu.org>, <gcc-gnats@gcc.gnu.org>
Cc:  
Subject: RE: c++/10273: g++ fails to compile sort() with a template operator that takes a pointer
Date: Tue, 1 Apr 2003 09:06:35 +1000

 Is it unreasonable to ask for a better error message in this case ?
 Or perhaps better checking of templates ?  (This would probably cause
 a more accurate error message to be output.)
 
 Darren
 
 > -----Original Message-----
 > From: bangerth@dealii.org [mailto:bangerth@dealii.org]
 > Sent: Tuesday, 1 April 2003 2:00 AM
 > To: darrenr@optimation.com.au; gcc-bugs@gcc.gnu.org;
 > gcc-prs@gcc.gnu.org; nobody@gcc.gnu.org
 > Subject: Re: c++/10273: g++ fails to compile sort() with a template
 > operator that takes a pointer
 > 
 > 
 > Synopsis: g++ fails to compile sort() with a template operator that takes a pointer
 > 
 > State-Changed-From-To: open->closed
 > State-Changed-By: bangerth
 > State-Changed-When: Mon Mar 31 15:59:41 2003
 > State-Changed-Why:
 >     Not a bug, but for a different reason than what Gaby
 >     suspected. This
 >       template <class ClassName *> struct xLess
 >     is indeed a valid template declaration, since a class named
 >     "ClassName" has been declared previously, but it is a
 >     template with a value-parameter, not a type-parameter.
 >     
 >     Once you change that, change some pointers to values
 >     and make ClassName::x public, the code compiles.
 >     
 >     W.
 > 
 > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10273
 > 
 > 
 


             reply	other threads:[~2003-03-31 23:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-31 23:26 Darren Reed (OSE) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-04-01  2:36 Wolfgang Bangerth
2003-04-01  0:26 Darren Reed (OSE)
2003-03-31 16:10 bangerth
2003-03-31 10:11 Gabriel Dos Reis
2003-03-31 10:04 darrenr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030331231601.19606.qmail@sources.redhat.com \
    --to=darrenr@optimation.com.au \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).