[Bug c++/88175] Showing header file instead of source code line in error

2018-11-23 Thread jg at jguk dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88175 --- Comment #2 from Jonny Grant --- Created attachment 45077 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45077&action=edit testcase

[Bug c++/88175] Showing header file instead of source code line in error

2018-11-23 Thread jg at jguk dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88175 --- Comment #1 from Jonny Grant --- Edit header.h to comment out this line, and the issue disapears. string dummy; // for some reason this is needed to force the error to be shown as header.h:8:16: