public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/22404] New: [4.1 regression] ICE in first_vi_for_offset
@ 2005-07-11  9:52 reichelt at gcc dot gnu dot org
  2005-07-11 16:37 ` [Bug tree-optimization/22404] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2005-07-11  9:52 UTC (permalink / raw)
  To: gcc-bugs

Yet another ICE in first_vi_for_offset. Compile the following code snippet
with "g++ -O":

=========================
struct A { A(); };

struct B : A
{
    A a;
};

struct C : B { };

C c;
=========================

bug.cc: In function 'void __static_initialization_and_destruction_0(int, int)':
bug.cc:10: internal compiler error: in first_vi_for_offset, at
tree-ssa-structalias.c:2829
Please submit a full bug report, [etc.]

Probably different from PR22277, since I can trigger PR22277 with a 20050709
snapshot, but not the one above (which I can trigger since 20050710).

Actually the problem seems to be related to PR22071.

-- 
           Summary: [4.1 regression] ICE in first_vi_for_offset
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, monitored
          Severity: normal
          Priority: P2
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org
                CC: dberlin at gcc dot gnu dot org,gcc-bugs at gcc dot gnu
                    dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22404


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

end of thread, other threads:[~2005-07-11 23:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-11  9:52 [Bug tree-optimization/22404] New: [4.1 regression] ICE in first_vi_for_offset reichelt at gcc dot gnu dot org
2005-07-11 16:37 ` [Bug tree-optimization/22404] " pinskia at gcc dot gnu dot org
2005-07-11 18:54 ` cvs-commit at gcc dot gnu dot org
2005-07-11 23:20 ` pinskia at gcc dot gnu dot org

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