public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/28450]  New: [4.0/4.1/4.2 regression] ICE with new and complex/vector types
@ 2006-07-21 13:20 reichelt at gcc dot gnu dot org
  2006-07-21 13:26 ` [Bug c++/28450] " reichelt at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-07-21 13:20 UTC (permalink / raw)
  To: gcc-bugs

Each of the following lines triggers an ICE since GCC 3.3:

=======================================================
void* p = new __complex__ int ();
void* q = new int __attribute__((vector_size(8))) ();
=======================================================

bug.cc:1: internal compiler error: in build_zero_init, at cp/init.c:252
Please submit a full bug report, [etc.]

This is because build_zero_init doesn't handle COMPLEX_TYPE and VECTOR_TYPE.
Before GCC 3.3 the code was rejected.


-- 
           Summary: [4.0/4.1/4.2 regression] ICE with new and complex/vector
                    types
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, monitored
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org


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


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

end of thread, other threads:[~2006-10-11  3:12 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-21 13:20 [Bug c++/28450] New: [4.0/4.1/4.2 regression] ICE with new and complex/vector types reichelt at gcc dot gnu dot org
2006-07-21 13:26 ` [Bug c++/28450] " reichelt at gcc dot gnu dot org
2006-07-26  0:27 ` pinskia at gcc dot gnu dot org
2006-07-31 23:32 ` mmitchel at gcc dot gnu dot org
2006-08-18  3:54 ` pinskia at gcc dot gnu dot org
2006-08-18  4:02 ` pinskia at gcc dot gnu dot org
2006-08-22 15:43 ` patchapp at dberlin dot org
2006-08-23  2:57 ` pinskia at gcc dot gnu dot org
2006-08-23  3:00 ` [Bug c++/28450] [4.0/4.1 " pinskia at gcc dot gnu dot org
2006-10-06 13:07 ` pinskia at gcc dot gnu dot org
2006-10-06 13:09 ` [Bug c++/28450] [4.0 " pinskia at gcc dot gnu dot org
2006-10-11  3:10 ` pinskia at gcc dot gnu dot org
2006-10-11  3:12 ` 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).