[Bug c++/112658] [12/13/14 Regression] ICE: finish_expr_stmt , at cp/semantics.cc:892
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Nov 21 22:23:26 GMT 2023
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112658
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-on-valid-code
Target Milestone|--- |12.4
Summary|ICE: finish_expr_stmt , at |[12/13/14 Regression] ICE:
|cp/semantics.cc:892 |finish_expr_stmt , at
| |cp/semantics.cc:892
Status|UNCONFIRMED |NEW
Last reconfirmed| |2023-11-21
Ever confirmed|0 |1
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced testcase:
```
struct foo{
foo(const int *new_mac);
};
void g(){
foo f((int*)((int[1]){ 0xFC}));
}
```
More information about the Gcc-bugs
mailing list