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++/78263] Compile failure with AltiVec library on PPC64le and -std=c++11 flag


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78263

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |powerpc64le-*-*

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
Maybe altivec.h should contain a #warning if compiled without GNU extensions?
(it looks like __STRICT_ANSI__ is defined for non-GNU modes).

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