[Bug ipa/114501] [11/12/13/14 Regression] ICE during modref with LTO

2024-04-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114501

Richard Biener  changed:

   What|Removed |Added

Version|14.0|13.2.0
   Priority|P1  |P2

--- Comment #9 from Richard Biener  ---
It was also reported against 13.2.

[Bug ipa/114501] [11/12/13/14 Regression] ICE during modref with LTO

2024-04-08 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114501

Sam James  changed:

   What|Removed |Added

 CC||rguenth at gcc dot gnu.org

--- Comment #8 from Sam James  ---
This can be downgraded from P1 given we released with it.

[Bug ipa/114501] [11/12/13/14 Regression] ICE during modref with LTO

2024-03-29 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114501

Jeffrey A. Law  changed:

   What|Removed |Added

   Priority|P3  |P1
 CC||law at gcc dot gnu.org

[Bug ipa/114501] [11/12/13/14 Regression] ICE during modref with LTO

2024-03-28 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114501

--- Comment #7 from Richard Biener  ---
The assert basically verifies free-lang-data does its job.

[Bug ipa/114501] [11/12/13/14 Regression] ICE during modref with LTO

2024-03-27 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114501

--- Comment #6 from Andrew Pinski  ---
Changing he return type of size to be size_t rather than size_type fixes the
issue.

So does adding:
constexpr basic_string_view view;
to the toplevel namespace.

[Bug ipa/114501] [11/12/13/14 Regression] ICE during modref with LTO

2024-03-27 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114501

Andrew Pinski  changed:

   What|Removed |Added

  Attachment #57825|0   |1
is obsolete||

--- Comment #5 from Andrew Pinski  ---
Created attachment 57826
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57826=edit
Reduced the rest of the way

[Bug ipa/114501] [11/12/13/14 Regression] ICE during modref with LTO

2024-03-27 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114501

Andrew Pinski  changed:

   What|Removed |Added

  Known to work||8.5.0
 Ever confirmed|0   |1
   Last reconfirmed||2024-03-28
   Target Milestone|--- |11.5
Summary|ICE during modref with LTO  |[11/12/13/14 Regression]
   ||ICE during modref with LTO
 Status|UNCONFIRMED |NEW
  Known to fail||9.1.0

--- Comment #4 from Andrew Pinski  ---
With my reduced testcase it worked in GCC 8.5.0 but started to ICE in GCC 9.

Confirmed.