public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Ray Lischner <rl@tempest-sw.com>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: c++/8427: internal error on ambiguous function template
Date: Sat, 02 Nov 2002 07:46:00 -0000	[thread overview]
Message-ID: <20021102154601.21370.qmail@sources.redhat.com> (raw)

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

From: Ray Lischner <rl@tempest-sw.com>
To: bangerth@dealii.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
   nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: c++/8427: internal error on ambiguous function template
Date: Sat, 2 Nov 2002 07:43:57 -0800

 --------------Boundary-00=_91HYFASQ54ZWRRDTY1SH
 Content-Type: text/plain;
   charset="iso-8859-1"
 Content-Transfer-Encoding: 8bit
 
 On Friday 01 November 2002 03:35 pm, you wrote:
 > Synopsis: internal error on ambiguous function template
 >
 > State-Changed-From-To: open->feedback
 > State-Changed-By: bangerth
 > State-Changed-When: Fri Nov  1 15:35:32 2002
 > State-Changed-Why:
 >     Please send us a testcase according to the Web page
 >     referenced in the compiler error
 >
 > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&databas
 >e=gcc&pr=8427
 
 Your file attachment feature seems not to be working. Here is the file 
 again.
 -- 
 Ray Lischner, author of C++ in a Nutshell (forthcoming)
 (http://www.tempest-sw.com/cpp/)
 --------------Boundary-00=_91HYFASQ54ZWRRDTY1SH
 Content-Type: text/x-c++src;
   charset="iso-8859-1";
   name="gcc01.cpp"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment; filename="gcc01.cpp"
 
 template<int i> struct g {};
 
 template<int i, int j> void f(g<i/j>) { }
 template<int i, int j> void f(g<j>) { } 
 
 int main()
 {
   f<4,2>(g<4/2>());
 }
 
 
 --------------Boundary-00=_91HYFASQ54ZWRRDTY1SH--


             reply	other threads:[~2002-11-02 15:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-02  7:46 Ray Lischner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-11-04  7:17 bangerth
2002-11-04  7:13 bangerth
2002-11-01 15:35 bangerth
2002-11-01 15:26 rl

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=20021102154601.21370.qmail@sources.redhat.com \
    --to=rl@tempest-sw.com \
    --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).