public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Hugues.Talbot@cmis.CSIRO.AU
To: gcc-gnats@gcc.gnu.org
Subject: c++/1588: 2.95.2 (and later) Internal compiler error on template instantiation
Date: Sun, 01 Apr 2001 00:00:00 -0000	[thread overview]
Message-ID: <20010109071533.20176.qmail@sourceware.cygnus.com> (raw)

>Number:         1588
>Category:       c++
>Synopsis:       2.95.2 (and later) Internal compiler error on template instantiation
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jan 08 23:16:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Hugues Talbot
>Release:        gcc version 2.95.2 19991024 (release)
>Organization:
>Environment:
Any gcc-2.95.2 I've tried. Solaris 2.7, Linux, DEC Unix.
Also on nightly build gcc
>Description:
Internal compilation error.
>How-To-Repeat:
c++ tada.cxx
>Fix:
replace the line

CLUT = (unsigned char [3][256])CLUTp;

with 

 CLUT = (unsigned char (*)[256])CLUTp; 
>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: application/octet-stream; name="tada.cxx"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="tada.cxx"

Y2xhc3MgQSB7CnB1YmxpYzoKIHRlbXBsYXRlIDxjbGFzcyBUPiB2b2lkIGYodm9pZCAqQ0xVVHAp
Owp9OwoKdGVtcGxhdGUgPGNsYXNzIFQ+IHZvaWQgQTo6Zih2b2lkICpDTFVUcCkKewogICAgdm9p
ZCAqQ0xVVDsKCiAgICBDTFVUID0gKHVuc2lnbmVkIGNoYXIgWzNdWzI1Nl0pQ0xVVHA7IC8vIFVn
bHkgdWdseSB1Z2x5LCB0aGFua3MgdG8gR0NDIG9uIERFQyBVbml4LgoKICAgIHJldHVybjsKfQoK
CmludCBtYWluKCkKewoJQSBteW9iajsKCXVuc2lnbmVkIGNoYXIgdFszXVsyNTZdOwoKCW15b2Jq
LmY8dW5zaWduZWQgY2hhcj4odCk7CgkJCglyZXR1cm4gMDsKfQo=
>From mmitchel@gcc.gnu.org Sun Apr 01 00:00:00 2001
From: mmitchel@gcc.gnu.org
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org
Subject: Re: c++/1099
Date: Sun, 01 Apr 2001 00:00:00 -0000
Message-id: <20010222215600.1511.qmail@sourceware.cygnus.com>
X-SW-Source: 2001-q1/msg01594.html
Content-length: 516

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

From: mmitchel@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org, mdejong@redhat.com, nobody@gcc.gnu.org
Cc:  
Subject: Re: c++/1099
Date: 22 Feb 2001 21:50:29 -0000

 Synopsis: g++ -O3 optimization bug found, test case included.
 
 State-Changed-From-To: open->analyzed
 State-Changed-By: mmitchel
 State-Changed-When: Thu Feb 22 13:50:29 2001
 State-Changed-Why:
     Confirmed.
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=1099&database=gcc


                 reply	other threads:[~2001-04-01  0:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20010109071533.20176.qmail@sourceware.cygnus.com \
    --to=hugues.talbot@cmis.csiro.au \
    --cc=gcc-gnats@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).