https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84371
Will Schmidt changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84371
--- Comment #6 from Will Schmidt ---
Author: willschm
Date: Mon Mar 5 17:11:16 2018
New Revision: 258257
URL: https://gcc.gnu.org/viewcvs?rev=258257&root=gcc&view=rev
Log:
2018-03-05 Will Schmidt
Backport from trunk.
2018-0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84371
--- Comment #5 from Carl Love ---
Will, I am guessing the recent changes that I made to the vec_neg builtin might
be getting you. The vec_neg was orignially using P7 expansion macros but it
used P8 rtl so when compiled with -mcpu=power7 the vec_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84371
--- Comment #4 from Will Schmidt ---
The scope of the problem here seems to have changed in the last week.
Now seeing a number of
" error: builtin function '__builtin_altivec_neg_v2df' requires the
'-mpower8-vector' option "
will investigate,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84371
--- Comment #3 from Will Schmidt ---
(In reply to seurer from comment #1)
> In addition to trunk this also fails with gcc 7
Yup.
There was/is an ice in one of the builtins-3.* tests that should be better now
, per https://gcc.gnu.org/bugzilla/s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84371
--- Comment #2 from Carl Love ---
Will:
Here is the bug report I just got from Peter. From our sametime
conversation sounds like you have addressed these in a recent update.
Take a look, may be that Peter needs to update his tree
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84371
--- Comment #1 from seurer at gcc dot gnu.org ---
In addition to trunk this also fails with gcc 7