[Bug target/78263] Compile failure with AltiVec library on PPC64le and -std=c++11 flag

2019-06-04 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78263 Bill Schmidt changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/78263] Compile failure with AltiVec library on PPC64le and -std=c++11 flag

2019-06-04 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78263 --- Comment #11 from Bill Schmidt --- Author: wschmidt Date: Tue Jun 4 21:52:32 2019 New Revision: 271927 URL: https://gcc.gnu.org/viewcvs?rev=271927=gcc=rev Log: [gcc] 2019-06-04 Bill Schmidt PR target/78263 *

[Bug target/78263] Compile failure with AltiVec library on PPC64le and -std=c++11 flag

2019-06-04 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78263 --- Comment #10 from Bill Schmidt --- Patch (finally) submitted here: https://gcc.gnu.org/ml/gcc-patches/2019-06/msg00184.html

[Bug target/78263] Compile failure with AltiVec library on PPC64le and -std=c++11 flag

2019-03-25 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78263 --- Comment #9 from Bill Schmidt --- Right. I am going to fix this early in stage 1 for GCC 10. It slipped off my radar again in 9, and I don't want to do it late in the release because of potential fallout.

[Bug target/78263] Compile failure with AltiVec library on PPC64le and -std=c++11 flag

2019-03-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78263 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug target/78263] Compile failure with AltiVec library on PPC64le and -std=c++11 flag

2018-03-23 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78263 --- Comment #7 from Bill Schmidt --- Yes, unfortunately we did not get to this yet. Thanks.

[Bug target/78263] Compile failure with AltiVec library on PPC64le and -std=c++11 flag

2018-03-22 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78263 Eric Gallager changed: What|Removed |Added Keywords||deferred CC|

[Bug target/78263] Compile failure with AltiVec library on PPC64le and -std=c++11 flag

2017-01-18 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78263 --- Comment #5 from Bill Schmidt --- There are two potential approaches: (1) Add a warning, such as: #if defined(__STRICT_ANSI__) && defined(__cplusplus) && !defined(__APPLE_ALTIVEC__) #warning requires GNU extensions; use -std=gnu++ #endif