This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/28113] [4.2 Regression] vectors initialized in ctors, not at compile time, cause altivec-3.C failure



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-06-20 20:56 -------
(In reply to comment #1)
> Ideally, the compiler would recognize that this initialization can be
> done statically, but I don't think that the code as written is in any
> way guaranteed to do a static initialization.  So, yes, I think you
> should change the test case.

Also is the initializer become a VECTOR_CST so it is easy to detect?


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]