[Bug target/43763] segfault when using by -mwarn-cell-microcode

2017-09-21 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43763 Segher Boessenkool changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/43763] segfault when using by -mwarn-cell-microcode

2017-03-03 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43763 Segher Boessenkool changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassig

[Bug target/43763] segfault when using by -mwarn-cell-microcode

2017-03-03 Thread segher at gcc dot gnu.org
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

[Bug target/43763] segfault when using by -mwarn-cell-microcode

2015-11-22 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43763 Segher Boessenkool changed: What|Removed |Added CC||segher at gcc dot gnu.org --- Comme

[Bug target/43763] segfault when using by -mwarn-cell-microcode

2010-04-15 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug target/43763] segfault when using by -mwarn-cell-microcode

2010-04-15 Thread jadamcze at utas dot edu dot au
--- 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. --