public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: rodrigc@gcc.gnu.org
To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org,
	rodrigc@gcc.gnu.org, rteipen@ph1.uni-koeln.de
Subject: Re: c++/4343: Internal compiler error 61
Date: Fri, 28 Sep 2001 15:12:00 -0000	[thread overview]
Message-ID: <20010928221256.32262.qmail@sourceware.cygnus.com> (raw)

Synopsis: Internal compiler error 61

State-Changed-From-To: feedback->analyzed
State-Changed-By: rodrigc
State-Changed-When: Fri Sep 28 15:12:55 2001
State-Changed-Why:
    I had to patch your code so that it would compile
    with gcc 3.0.1.
    I have attached the patch to this problem report.
    
    I still could not compile this code, because there are
    errors in this code, and incorrect uses of STL.
    However, I could not reproduce the error 61, so I think
    that from the compiler point of view, this bug report
    can be closed.
    
    I'll leave the bug open a bit longer, and see if I can
    find the problem, but I would contact the Supermix people
    where you got this code from and ask them to fix it.
    
    Specifically, line 417 in num_interpolate.h is wrong:
    const const_table_iter j = lower_bound(table.begin(), table.end(), x);
    
    x is of type double, but each element of table is of type
    pair< double, pair< data_iter, data_iter > > 

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=4343&database=gcc


             reply	other threads:[~2001-09-28 15:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-28 15:12 rodrigc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-03-24 15:18 rodrigc
2001-09-27 19:44 rodrigc
2001-09-18  3:36 rteipen

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=20010928221256.32262.qmail@sourceware.cygnus.com \
    --to=rodrigc@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@gcc.gnu.org \
    --cc=rteipen@ph1.uni-koeln.de \
    /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).