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/81546] [8 Regression] ICE at -O3 during GIMPLE pass dom


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

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
Note the immediate use verification error is

      /* Avoid infinite loops.  50,000,000 uses probably indicates a
         problem.  */
      if (count++ > 50000000)
        goto error;

which is spurious, the issue is SLSR creating a gigantic function from nothing.

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