[Bug c++/57470] Wrong line number in diagnostic message

2021-11-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57470 --- Comment #2 from Andrew Pinski --- So in GCC 10+ we produce: : In instantiation of 'struct S': :11:9: required from here :8:32: error: incomplete type 'Incomplete' used in nested name specifier 8 | static_assert(Incomplete::value, "");

[Bug c++/57470] Wrong line number in diagnostic message

2019-06-08 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57470 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug c++/57470] Wrong line number in diagnostic message

2013-05-30 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57470 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|