public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/29736]  New: [4.0/4.1/4.2/4.3 regression] ICE on duplicate vector attribute
@ 2006-11-05 23:31 reichelt at gcc dot gnu dot org
  2006-11-05 23:31 ` [Bug c/29736] " reichelt at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-11-05 23:31 UTC (permalink / raw)
  To: gcc-bugs

The following invalid code snippet triggers an ICE since GCC 4.0.2:

=================================================
int __attribute__((vector_size(8),vector_size(8))) v;

void foo()
{
    v = v + v;
}
=================================================

bug.c: In function 'foo':
bug.c:5: internal compiler error: in same_scalar_type_ignoring_signedness, at
c-common.c:6379
Please submit a full bug report, [etc.]


-- 
           Summary: [4.0/4.1/4.2/4.3 regression] ICE on duplicate vector
                    attribute
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-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=29736


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

end of thread, other threads:[~2007-02-03 20:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-05 23:31 [Bug c/29736] New: [4.0/4.1/4.2/4.3 regression] ICE on duplicate vector attribute reichelt at gcc dot gnu dot org
2006-11-05 23:31 ` [Bug c/29736] " reichelt at gcc dot gnu dot org
2006-11-12 20:40 ` mmitchel at gcc dot gnu dot org
2006-11-20 10:41 ` jakub at gcc dot gnu dot org
2006-11-20 15:13 ` pinskia at gcc dot gnu dot org
2006-11-21 15:18 ` jakub at gcc dot gnu dot org
2006-11-24 21:23 ` jakub at gcc dot gnu dot org
2006-11-24 21:24 ` jakub at gcc dot gnu dot org
2006-11-24 21:27 ` jakub at gcc dot gnu dot org
2007-02-03 20:54 ` [Bug c/29736] [4.0 " reichelt 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).