[Bug c++/86440] -Wignored-qualifiers diagnostic highlights wrong token with pointer

2023-12-31 Thread y.koj.eel at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86440 --- Comment #4 from Yohei Kojima --- Also, -Wignored-qualifiers messages disappeared with g++ compiling b.c. Probably it is a bug caused by the same reason as this bug. $ g++ -c -Wall -Wextra -Wignored-qualifiers b.c b.c: In function 'void

[Bug c++/86440] -Wignored-qualifiers diagnostic highlights wrong token with pointer

2023-12-31 Thread y.koj.eel at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86440 Yohei Kojima changed: What|Removed |Added CC||y.koj.eel at gmail dot com --- Comment