public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: bangerth@dealii.org
To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
	john.carter@tait.co.nz, mmitchel@gcc.gnu.org, nobody@gcc.gnu.org
Subject: Re: c++/9750: Strange code in handling of COND? expressions in cp/call.c
Date: Wed, 19 Feb 2003 02:50:00 -0000	[thread overview]
Message-ID: <20030219025019.10762.qmail@sources.redhat.com> (raw)

Synopsis: Strange code in handling of COND? expressions in cp/call.c

Responsible-Changed-From-To: unassigned->mmitchel
Responsible-Changed-By: bangerth
Responsible-Changed-When: Wed Feb 19 02:50:19 2003
Responsible-Changed-Why:
    Inserted the comment before the dubious part of the code as
    well as most of the other stuff around.
State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Wed Feb 19 02:50:19 2003
State-Changed-Why:
    True -- good spot! The code is still in present CVS.
    
    CVS annotate shows for this part:
    1.1          (law      11-Aug-97): 	return candidates;
    1.152        (mmitchel 26-Jul-99):       
    1.152        (mmitchel 26-Jul-99):       /* We don't check that the two types are the same; the logic
    1.152        (mmitchel 26-Jul-99): 	 below will actually create two candidates; one in which both
    1.152        (mmitchel 26-Jul-99): 	 parameter types are TYPE1, and one in which both parameter
    1.152        (mmitchel 26-Jul-99): 	 types are TYPE2.  */
    1.1          (law      11-Aug-97): 	break;
    1.152        (mmitchel 26-Jul-99): 
    1.329        (mrs      09-Aug-02):       /* These arguments do not make for a valid overloaded operator.  */
    1.1          (law      11-Aug-97):       return candidates;
    
    So I guess Mark might know best what should come after the
    comment he inserted. Probably something easy enough to
    check.
    
    If you have more of this dubious stuff, let us know!
    
    Thanks
      Wolfgang

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


             reply	other threads:[~2003-02-19  2:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-19  2:50 bangerth [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-03-06 20:10 mmitchel
2003-02-19  2:26 john.carter

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=20030219025019.10762.qmail@sources.redhat.com \
    --to=bangerth@dealii.org \
    --cc=gcc-bugs@gcc.gnu.org \
    --cc=gcc-gnats@gcc.gnu.org \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=john.carter@tait.co.nz \
    --cc=mmitchel@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).