[Bug tree-optimization/65488] parloops runs for functions it doesn't process

2015-08-29 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65488 vries at gcc dot gnu.org changed: What|Removed |Added Keywords|patch | --- Comment #4 from vries at

[Bug tree-optimization/65488] parloops runs for functions it doesn't process

2015-06-14 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65488 vries at gcc dot gnu.org changed: What|Removed |Added Keywords||patch --- Comment #3 from

[Bug tree-optimization/65488] parloops runs for functions it doesn't process

2015-03-20 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65488 --- Comment #2 from vries at gcc dot gnu.org --- Another way of dealing with this is to add a TODO_nodump or TODO_earlyout: ... @@ -2395,7 +2408,7 @@ unsigned pass_parallelize_loops::execute (function *fun) { if (number_of_loops (fun) = 1) -

[Bug tree-optimization/65488] parloops runs for functions it doesn't process

2015-03-20 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65488 --- Comment #1 from vries at gcc dot gnu.org --- After committing the fix for PR65487, moving !parallelized_function_p (fun-decl) and !fun-has_nonlocal_label to the gate function doesn't give any interference anymore with -fdump-passes. In order