* cppfiles.c (struct _cpp_file): Rename once_only_next to
next_file. Remove import and pragma_once, add once_only. (find_file): Add new file structures to the all_files list. (should_stack_file): Mark #import-ed files once-only, and don't stack them if the file has already been stacked. (_cp_mark_file_once_only): Simplify. * cpphash.h (struct cpp_reader): Rename once_only_files to all_files. Rename saw_pragma_once to seen_once_only. (_cpp_mark_file_once_only): Update prototype. * cpplib.c (do_pragma_once): Update. testsuite: * import1.c, import2.c: New tests. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70106 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- gcc/ChangeLog 13 additions, 0 deletionsgcc/ChangeLog
- gcc/cppfiles.c 46 additions, 54 deletionsgcc/cppfiles.c
- gcc/cpphash.h 6 additions, 5 deletionsgcc/cpphash.h
- gcc/cpplib.c 1 addition, 1 deletiongcc/cpplib.c
- gcc/testsuite/ChangeLog 4 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gcc.dg/cpp/import1.c 16 additions, 0 deletionsgcc/testsuite/gcc.dg/cpp/import1.c
- gcc/testsuite/gcc.dg/cpp/import1.h 6 additions, 0 deletionsgcc/testsuite/gcc.dg/cpp/import1.h
- gcc/testsuite/gcc.dg/cpp/import2.c 11 additions, 0 deletionsgcc/testsuite/gcc.dg/cpp/import2.c
- gcc/testsuite/gcc.dg/cpp/import2.h 4 additions, 0 deletionsgcc/testsuite/gcc.dg/cpp/import2.h
Loading
Please register or sign in to comment