[Bug tree-optimization/66975] parloops to handle signed int reductions

2015-08-01 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66975 vries at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/66975] parloops to handle signed int reductions

2015-08-01 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66975 --- Comment #3 from vries at gcc dot gnu.org --- https://gcc.gnu.org/ml/gcc-cvs/2015-08/msg3.html : Author: vries Date: Sat Aug 1 08:29:29 2015 New Revision: 226463 URL: https://gcc.gnu.org/viewcvs?rev=226463&root=gcc&view=rev Log: Allow no

[Bug tree-optimization/66975] parloops to handle signed int reductions

2015-07-29 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66975 --- Comment #2 from vries at gcc dot gnu.org --- (In reply to vries from comment #1) > This ( https://gcc.gnu.org/ml/gcc-patches/2015-07/msg02064.html ) patches > fixes the problem for operations that do not overflow, f.i. min and max. Updated pa

[Bug tree-optimization/66975] parloops to handle signed int reductions

2015-07-26 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66975 --- Comment #1 from vries at gcc dot gnu.org --- This ( https://gcc.gnu.org/ml/gcc-patches/2015-07/msg02064.html ) patches fixes the problem for operations that do not overflow, f.i. min and max.