public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/5622: ICEs due to host_integerp not checked before tree_cst_low
@ 2002-09-14 15:51 nathan
  0 siblings, 0 replies; 2+ messages in thread
From: nathan @ 2002-09-14 15:51 UTC (permalink / raw)
  To: babu.arunachalam, gcc-bugs, gcc-prs, jakub, nobody

Synopsis: ICEs due to host_integerp not checked before tree_cst_low

State-Changed-From-To: open->closed
State-Changed-By: nathan
State-Changed-When: Sat Sep 14 15:51:52 2002
State-Changed-Why:
    fixed in cvs

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* c++/5622: ICEs due to host_integerp not checked before tree_cst_low
@ 2002-02-07  6:06 jakub
  0 siblings, 0 replies; 2+ messages in thread
From: jakub @ 2002-02-07  6:06 UTC (permalink / raw)
  To: gcc-gnats; +Cc: babu.arunachalam


>Number:         5622
>Category:       c++
>Synopsis:       ICEs due to host_integerp not checked before tree_cst_low
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Thu Feb 07 06:06:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     babu.arunachalam@arguin.com
>Release:        gcc-3.1 20020207
>Organization:
>Environment:
i386-redhat-linux
>Description:
If using 32-bit HOST_WIDE_INT, compiling:
struct A
{
};

struct B : public A
{
  char b[0x10000000];
} e;

causes ICE because layout_virtual_base does arithmetic
on bitsizes in HOST_WIDE_INT, not on trees.
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-09-14 22:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-14 15:51 c++/5622: ICEs due to host_integerp not checked before tree_cst_low nathan
  -- strict thread matches above, loose matches on Subject: below --
2002-02-07  6:06 jakub

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).