[Bug c++/84191] [7 Regression] Compiler ICEs when trying to resolve impossible arithmetic operations

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84191

Richard Biener  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
  Known to work|8.2.0   |8.1.0
 Resolution|--- |FIXED
   Target Milestone|7.5 |8.0
  Known to fail||7.5.0

--- Comment #7 from Richard Biener  ---
Fixed in GCC 8.

[Bug c++/84191] [7 Regression] Compiler ICEs when trying to resolve impossible arithmetic operations

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84191

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|7.4 |7.5

[Bug c++/84191] [7 Regression] Compiler ICEs when trying to resolve impossible arithmetic operations

2018-11-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84191

Richard Biener  changed:

   What|Removed |Added

   Priority|P3  |P2
 CC||nathan at gcc dot gnu.org

--- Comment #6 from Richard Biener  ---
Fix was by Nathan.  The reduced testcase should go to trunk and gcc-8 at least.

[Bug c++/84191] [7 Regression] Compiler ICEs when trying to resolve impossible arithmetic operations

2018-10-31 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84191

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|--- |7.4

[Bug c++/84191] [7 Regression] Compiler ICEs when trying to resolve impossible arithmetic operations

2018-10-10 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84191

--- Comment #5 from Martin Liška  ---
Created attachment 44819
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44819=edit
reduced test-case

[Bug c++/84191] [7 Regression] Compiler ICEs when trying to resolve impossible arithmetic operations

2018-10-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84191

Martin Liška  changed:

   What|Removed |Added

 CC||marxin at gcc dot gnu.org
  Known to work||8.2.0, 9.0
Summary|[7/8/9 Regression] Compiler |[7 Regression] Compiler
   |ICEs when trying to resolve |ICEs when trying to resolve
   |impossible arithmetic   |impossible arithmetic
   |operations  |operations
  Known to fail||7.3.0

--- Comment #4 from Martin Liška  ---
Fixed on trunk in r256842. I'm reducing a test-case..