[Bug c++/91112] [8 Regression] Bad error message for virtual function of a template class. Wrong "required from here" line number

2019-07-11 Thread ivan.kharpalev at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91112 --- Comment #2 from Харпалёв Иван --- (In reply to Jonathan Wakely from comment #1) > Please provide the code, not URLs (as https://gcc.gnu.org/bugs/ requests). gcc-8 shows bad "required from here" line number in error message when compiles thi

[Bug c++/91112] New: Bad error message for virtual function of a template class. Wrong "required from here" line number

2019-07-08 Thread ivan.kharpalev at gmail dot com
NCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: ivan.kharpalev at gmail dot com Target Milestone: --- https://godbolt.org/z/orxMIj I expect to see number of the line that triggers instantiat