https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43763
Segher Boessenkool changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43763
Segher Boessenkool changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassig
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43763
--- Comment #4 from Segher Boessenkool ---
Author: segher
Date: Fri Mar 3 17:00:50 2017
New Revision: 245880
URL: https://gcc.gnu.org/viewcvs?rev=245880&root=gcc&view=rev
Log:
rs6000: Fix for -mwarn-cell-microcode (PR43763)
If using -mwarn-cel
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43763
Segher Boessenkool changed:
What|Removed |Added
CC||segher at gcc dot gnu.org
--- Comme
--- Comment #2 from pinskia at gcc dot gnu dot org 2010-04-16 00:52 ---
Confirmed. The problem is from:
/* Vector constant 0 is handled as a splitter of V2SI, and in the
pattern of V1DI, V4HI, and V2SF.
FIXME: We should probably return # and add post reload
splitters f
--- Comment #1 from jadamcze at utas dot edu dot au 2010-04-16 00:47
---
Created an attachment (id=20390)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20390&action=view)
snippet that triggers the segfault
Segfaults when compiled with -O3 -mcpu=cell -mwarn-cell-microcode.
--