[Bug c++/116208] "inlined from" diagnostic note has whitespace after function name

2024-08-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116208 --- Comment #7 from Andrew Pinski --- Note I have a fix for the ranger code; this is not a fix for the diagnostic issue mentioned here.

[Bug c++/116208] "inlined from" diagnostic note has whitespace after function name

2024-08-03 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116208 --- Comment #6 from Andrew Pinski --- Note without LTO we get the correct function name.

[Bug c++/116208] "inlined from" diagnostic note has whitespace after function name

2024-08-03 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116208 --- Comment #5 from Sam James --- Pretty sure yes.

[Bug c++/116208] "inlined from" diagnostic note has whitespace after function name

2024-08-03 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116208 --- Comment #4 from Andrew Pinski --- Does this show up only with LTO?

[Bug c++/116208] "inlined from" diagnostic note has whitespace after function name

2024-08-03 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116208 --- Comment #3 from Andrew Pinski --- Note the fix for the warning should be: range_operator *m_range_tree[RANGE_OP_TABLE_SIZE]{}; in range-op.h. That is value initialize m_range_tree which was not done before hand.

[Bug c++/116208] "inlined from" diagnostic note has whitespace after function name

2024-08-03 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116208 Andrew Pinski changed: What|Removed |Added Component|middle-end |c++ --- Comment #2 from Andrew Pinski