[Bug c++/69145] [6 Regression] Bogus 'warning: #pragma implementation for ‘...’ appears after file is included'

2016-01-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69145 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Fri Jan 8 06:43:31 2016 New Revision: 232150 URL: https://gcc.gnu.org/viewcvs?rev=232150=gcc=rev Log: PR c++/69145 * files.c (cpp_included_before): If IS_ADHOC_LOC

[Bug c++/69145] [6 Regression] Bogus 'warning: #pragma implementation for ‘...’ appears after file is included'

2016-01-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69145 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/69145] [6 Regression] Bogus 'warning: #pragma implementation for ‘...’ appears after file is included'

2016-01-05 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69145 --- Comment #1 from Tobias Burnus --- Test case (seems as if the file name of the included file matters): $ g++ TDICmds.cc TDICmds.cc:1:24: warning: #pragma implementation for ‘create_defect_script_SCDBase.cc’ appears after file is included

[Bug c++/69145] [6 Regression] Bogus 'warning: #pragma implementation for ‘...’ appears after file is included'

2016-01-05 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69145 --- Comment #3 from David Malcolm --- (In reply to Tobias Burnus from comment #1) > Test case (seems as if the file name of the included file matters): It may be that the threshold for triggering the bug is length of token >= 32: libcpp uses

[Bug c++/69145] [6 Regression] Bogus 'warning: #pragma implementation for ‘...’ appears after file is included'

2016-01-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69145 --- Comment #4 from Jakub Jelinek --- (In reply to David Malcolm from comment #3) > (In reply to Tobias Burnus from comment #1) > > Test case (seems as if the file name of the included file matters): > > It may be that the threshold for

[Bug c++/69145] [6 Regression] Bogus 'warning: #pragma implementation for ‘...’ appears after file is included'

2016-01-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69145 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/69145] [6 Regression] Bogus 'warning: #pragma implementation for ‘...’ appears after file is included'

2016-01-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69145 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned