public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/31499]  New: rejects vector int a[] = {1,1,1,1,1};
@ 2007-04-06 22:05 pinskia at gcc dot gnu dot org
  2009-04-15 22:11 ` [Bug c/31499] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-04-06 22:05 UTC (permalink / raw)
  To: gcc-bugs

Testcase:
#define vector __attribute__((__vector_size__(16) ))
vector signed int v1[]={0,1,2,3,4,5,6,7};

The reason why I am saying this is valid code is two fold, one the C/C++
Language extension for CBEA says this is valid code and two the C++ front-end
accepts this.


-- 
           Summary: rejects vector int a[] = {1,1,1,1,1};
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: rejects-valid
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org


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


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

end of thread, other threads:[~2009-12-07 22:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-06 22:05 [Bug c/31499] New: rejects vector int a[] = {1,1,1,1,1}; pinskia at gcc dot gnu dot org
2009-04-15 22:11 ` [Bug c/31499] " pinskia at gcc dot gnu dot org
2009-04-22 23:23 ` pinskia at gcc dot gnu dot org
2009-04-22 23:23 ` pinskia at gcc dot gnu dot org
2009-12-07 22:21 ` uweigand 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).