public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/53017] New: Integer constant not constant enough for vector_size
@ 2012-04-17 11:15 marc.glisse at normalesup dot org
  2012-04-17 11:25 ` [Bug c++/53017] " rguenth at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: marc.glisse at normalesup dot org @ 2012-04-17 11:15 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 53017
           Summary: Integer constant not constant enough for vector_size
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: marc.glisse@normalesup.org


In the following code, s is apparently not an acceptable parameter for the
vector_size attribute, but s+0 is.

constexpr int s=32;
typedef double VEC __attribute__ ((__vector_size__ (s
#ifndef BUG
        + 0
#endif
        )));

VEC a={2.,3.,4.};



$ g++ -std=c++0x v.cc -Wall -W -c -O3 
$ g++ -std=c++0x v.cc -Wall -W -c -O3 -DBUG
v.cc:6:4: warning: '__vector_size__' attribute ignored [-Wattributes]
v.cc:8:16: error: scalar object 'a' requires one element in initializer


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

end of thread, other threads:[~2015-03-25 19:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-17 11:15 [Bug c++/53017] New: Integer constant not constant enough for vector_size marc.glisse at normalesup dot org
2012-04-17 11:25 ` [Bug c++/53017] " rguenth at gcc dot gnu.org
2014-02-03 19:08 ` [Bug c++/53017] Integer constant expression " glisse at gcc dot gnu.org
2014-02-03 19:10 ` glisse at gcc dot gnu.org
2015-03-25 19:51 ` paolo.carlini at oracle dot com

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