This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/86076] [7/8/9 Regression] ICE: verify_gimple failed (error: location references block not in block tree)


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86076

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |openmp
           Priority|P3                          |P2
   Target Milestone|---                         |7.4

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
Looks like some issue with autopar outlining.

Note such cases are a recipie for GC issues since the referenced BLOCK isn't
kept live by references from locations.  The BLOCK in the other function can
get removed/GCed.  Those issues are hard to track down which is why we have
this verifier...

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]