[Bug middle-end/106257] [13 Regression] ICE in expand_builtin_unreachable, at builtins.cc:5189 since r13-1204-gd68d366425369649

2023-01-03 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106257

Jakub Jelinek  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE
 CC||jakub at gcc dot gnu.org

--- Comment #6 from Jakub Jelinek  ---
It got actually fixed with r13-2213-g530dc5aaaeb67c223fd0e3986d635408dcea4343

*** This bug has been marked as a duplicate of bug 106099 ***

[Bug middle-end/106257] [13 Regression] ICE in expand_builtin_unreachable, at builtins.cc:5189 since r13-1204-gd68d366425369649

2022-12-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106257

--- Comment #5 from Andrew Pinski  ---
(In reply to Andrew Pinski from comment #4)
> (In reply to Martin Liška from comment #3)
> > This got fixed since r8-6656-g6d3aa24cd6535dcf.
> 
> This does not make sense since it only started at r13-1204-gd68d366425369649
> ...

Oh that is when the original ICE was fixed not the current one.

[Bug middle-end/106257] [13 Regression] ICE in expand_builtin_unreachable, at builtins.cc:5189 since r13-1204-gd68d366425369649

2022-12-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106257

--- Comment #4 from Andrew Pinski  ---
(In reply to Martin Liška from comment #3)
> This got fixed since r8-6656-g6d3aa24cd6535dcf.

This does not make sense since it only started at r13-1204-gd68d366425369649
...

[Bug middle-end/106257] [13 Regression] ICE in expand_builtin_unreachable, at builtins.cc:5189 since r13-1204-gd68d366425369649

2022-12-22 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106257

Martin Liška  changed:

   What|Removed |Added

   Keywords|needs-bisection |

--- Comment #3 from Martin Liška  ---
(In reply to Andrew Pinski from comment #2)
> Testcase just for easier access:
> ```
> void* a;
> 
> void foo() {
> if ((a = &))
> return;
> 
> l:;
> }
> 
> int main() {
> foo();
> goto *a;
> 
> return 0;
> }
> ```
> I can no longer reproduce this ICE.

This got fixed since r8-6656-g6d3aa24cd6535dcf.

[Bug middle-end/106257] [13 Regression] ICE in expand_builtin_unreachable, at builtins.cc:5189 since r13-1204-gd68d366425369649

2022-12-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106257

Andrew Pinski  changed:

   What|Removed |Added

   Keywords||needs-bisection

--- Comment #2 from Andrew Pinski  ---
Testcase just for easier access:
```
void* a;

void foo() {
if ((a = &))
return;

l:;
}

int main() {
foo();
goto *a;

return 0;
}
```
I can no longer reproduce this ICE.

[Bug middle-end/106257] [13 Regression] ICE in expand_builtin_unreachable, at builtins.cc:5189 since r13-1204-gd68d366425369649

2022-07-12 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106257

Richard Biener  changed:

   What|Removed |Added

   Priority|P3  |P1

[Bug middle-end/106257] [13 Regression] ICE in expand_builtin_unreachable, at builtins.cc:5189 since r13-1204-gd68d366425369649

2022-07-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106257

Andrew Pinski  changed:

   What|Removed |Added

   Target Milestone|--- |13.0

[Bug middle-end/106257] [13 Regression] ICE in expand_builtin_unreachable, at builtins.cc:5189 since r13-1204-gd68d366425369649

2022-07-11 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106257

Martin Liška  changed:

   What|Removed |Added

 CC||jason at gcc dot gnu.org,
   ||marxin at gcc dot gnu.org
   Last reconfirmed||2022-07-11
Summary|[13 Regression] ICE in  |[13 Regression] ICE in
   |expand_builtin_unreachable, |expand_builtin_unreachable,
   |at builtins.cc:5189 |at builtins.cc:5189 since
   ||r13-1204-gd68d366425369649
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Martin Liška  ---
Also started with r13-1204-gd68d366425369649.