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
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 vrie
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)
-
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 orde