[Bug middle-end/107737] seemly looking off code in gimplify_call_expr

2023-07-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107737 --- Comment #3 from Andrew Pinski --- A C++ front-end does not set the call for deconstructor for the following testcase: ``` struct s{ ~s(); }; void f() { s{}; } ```

[Bug middle-end/107737] seemly looking off code in gimplify_call_expr

2023-07-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107737 --- Comment #2 from Andrew Pinski --- So far gimplify_vla_decl does not set the location on the call expression it creates. It should be set to the same as the decl source location. Testing that ...

[Bug middle-end/107737] seemly looking off code in gimplify_call_expr

2022-11-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107737 Andrew Pinski changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug middle-end/107737] seemly looking off code in gimplify_call_expr

2022-11-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107737 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED