public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/18581] New: ICE in 3.4.3, regression from 3.4.2
@ 2004-11-20 18:30 bagnara at cs dot unipr dot it
  2004-11-20 18:33 ` [Bug c++/18581] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: bagnara at cs dot unipr dot it @ 2004-11-20 18:30 UTC (permalink / raw)
  To: gcc-bugs

The following snippet compiles fine with GCC versions prior to 3.4.3
and aborts with an ICE with 3.4.3:

struct S {
  int i;
  int a[];
};

S v = { 0, {} };

$ g++ -V 3.4.3 -c bug.cc
bug.cc:6: internal compiler error: in tree_low_cst, at tree.c:3313
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
$ g++ -V 3.4.2 -c bug.cc
$ g++ -V 3.4.1 -c bug.cc
$ g++ -V 3.4.0 -c bug.cc
$ g++ -V 3.3.3 -c bug.cc

-- 
           Summary: ICE in 3.4.3, regression from 3.4.2
           Product: gcc
           Version: 3.4.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bagnara at cs dot unipr dot it
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu


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


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

* [Bug c++/18581] ICE in 3.4.3, regression from 3.4.2
  2004-11-20 18:30 [Bug c++/18581] New: ICE in 3.4.3, regression from 3.4.2 bagnara at cs dot unipr dot it
@ 2004-11-20 18:33 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-20 18:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-20 18:33 -------


*** This bug has been marked as a duplicate of 18384 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2004-11-20 18:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-20 18:30 [Bug c++/18581] New: ICE in 3.4.3, regression from 3.4.2 bagnara at cs dot unipr dot it
2004-11-20 18:33 ` [Bug c++/18581] " 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).