https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66436
Bug ID: 66436
Summary: Don't dump low gimple functions in gimple dump
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: trivial
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: vries at gcc dot gnu.org
Target Milestone: ---
When a new function is created by spitting off some code from an existing
function in ompexpand, the new function is dumped into the gimple dump file,
independent of whether it's in high gimple, low gimple or ssa gimple format.
As a consequence, the function appears to go 'missing' after the gimple dump
until a pass appropriate for the format processes it.