re PR tree-optimization/54713 (error: non-trivial conversion at assignment in gcc...
[official-gcc.git] / libcpp / ChangeLog
bloba26def2b1ff50018bed53f2179ed0c0206c1f13a
1 2012-09-25  Dehao Chen  <dehao@google.com>
3         PR middle-end/54704
4         * line-map.c (location_adhoc_data_hash): Fix the hash function.
6 2012-09-25  Dehao Chen  <dehao@google.com>
8         PR middle-end/54645
9         * include/line-map.h (location_adhoc_data): Move location_adhoc_data
10         into GC.
11         (location_adhoc_data_map): Likewise.
12         (line_maps): Likewise.
13         (rebuild_location_adhoc_htab): New Function.
14         * line-map.c (+rebuild_location_adhoc_htab): new Funcion.
15         (get_combined_adhoc_loc): Move location_adhoc_data into GC.
16         (location_adhoc_data_fini): Likewise.
17         (linemap_init): Likewise.
18         (location_adhoc_data_init): Remove Function.
20 2012-09-19  Dehao Chen  <dehao@google.com>
22         * include/line-map.h (MAX_SOURCE_LOCATION): New value.
23         (location_adhoc_data_fini): New.
24         (get_combined_adhoc_loc): New.
25         (get_data_from_adhoc_loc): New.
26         (get_location_from_adhoc_loc): New.
27         (location_adhoc_data_map): New.
28         (COMBINE_LOCATION_DATA): New.
29         (IS_ADHOC_LOC): New.
30         (expanded_location): New field.
31         (line_maps): New field.
32         * line-map.c (location_adhoc_data): New.
33         (location_adhoc_data_hash): New.
34         (location_adhoc_data_eq): New.
35         (location_adhoc_data_update): New.
36         (get_combined_adhoc_loc): New.
37         (get_data_from_adhoc_loc): New.
38         (get_location_from_adhoc_loc): New.
39         (location_adhoc_data_init): New.
40         (location_adhoc_data_fini): New.
41         (linemap_init): Initialize location_adhoc_data.
42         (linemap_lookup): Change to use new location.
43         (linemap_ordinary_map_lookup): Likewise.
44         (linemap_macro_map_lookup): Likewise.
45         (linemap_macro_map_loc_to_def_point): Likewise.
46         (linemap_macro_map_loc_unwind_toward_spel): Likewise.
47         (linemap_get_expansion_line): Likewise.
48         (linemap_get_expansion_filename): Likewise.
49         (linemap_location_in_system_header_p): Likewise.
50         (linemap_location_from_macro_expansion_p): Likewise.
51         (linemap_macro_loc_to_spelling_point): Likewise.
52         (linemap_macro_loc_to_def_point): Likewise.
53         (linemap_macro_loc_to_exp_point): Likewise.
54         (linemap_resolve_location): Likewise.
55         (linemap_unwind_toward_expansion): Likewise.
56         (linemap_unwind_to_first_non_reserved_loc): Likewise.
57         (linemap_expand_location): Likewise.
58         (linemap_dump_location): Likewise.
59         (linemap_line_start): Likewise.
61 2012-05-25  Dodji Seketeli  <dodji@redhat.com>
63         PR preprocessor/53469
64         * directives.c (do_pragma): Use the virtual location for the
65         pragma token, instead of its spelling location.
67 2012-08-14   Diego Novillo  <dnovillo@google.com>
69         Merge from cxx-conversion branch.  Configury.
71         * Makefile.in: Remove all handlers of ENABLE_BUILD_WITH_CXX.
72         * configure.ac: Likewise.
73         * configure: Regenerate.
75 2012-08-14   Lawrence Crowl  <crowl@google.com>
77         Merge from cxx-conversion branch.  New C++ hash table.
79         * include/symtab.h (typedef struct ht hash_table): Change the typedef
80         name to cpp_hash_table.  Update all users of the typedef.
82 2012-07-30  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
84         * include/line-map.h (line_map_macro): Use the "atomic" GTY option
85         for the macro_locations field.
87 2011-06-19  Uros Bizjak  <ubizjak@gmail.com>
89         * lex.c (search_line_sse42): Use __builtin_ia32_loaddqu and
90         __builtin_ia32_pcmpestri128 instead of asm.
92 2012-06-04  Dimitrios Apostolou <jimis@gmx.net>
94         * line-map.c (linemap_enter_macro): Don't zero max_column_hint in
95         every macro. This improves performance by reducing the number of
96         reallocations when track-macro-expansion is on.
98 2012-06-04  Dodji Seketeli  <dodji@redhat.com>
100         PR preprocessor/53463
101         * line-map.c (linemap_location_in_system_header_p): For built-in
102         macro tokens, check the first expansion point location that is not
103         for a token coming from a built-in macro.
105 2012-05-29  Joseph Myers  <joseph@codesourcery.com>
107         * directives.c: Fix typos.
108         * include/line-map.h: Fix typos.
109         * line-map.c: Fix typos.
110         * macro.c: Fix typos.
112 2012-05-25  Dodji Seketeli  <dodji@redhat.com>
114         PR bootstrap/53459
115         * lex.c (search_line_fast): Avoid unused local typedefs to simulate
116         a static assertion.
118 2012-05-29  Dodji Seketeli  <dodji@redhat.com>
120         PR preprocessor/53229
121         * internal.h (cpp_reader::set_invocation_location): Remove.
122         (cpp_reader::about_to_expand_macro_p): New member flag.
123         * directives.c (do_pragma):  Remove Kludge as
124         pfile->set_invocation_location is no more.
125         * macro.c (cpp_get_token_1): Do away with the use of
126         cpp_reader::set_invocation_location.  Just collect the macro
127         expansion point when we are about to expand the top-most macro.
128         Do not override cpp_reader::about_to_expand_macro_p.
129         This fixes gcc.dg/cpp/paste12.c by making get_token_no_padding
130         properly handle locations of expansion points.
131         (cpp_get_token_with_location): Adjust, as
132         cpp_reader::set_invocation_location is no more.
133         (paste_tokens): Take a virtual location parameter for
134         the LHS of the pasting operator.  Use it in diagnostics.  Update
135         comments.
136         (paste_all_tokens): Tighten the assert.  Propagate the location of
137         the expansion point when no virtual locations are available.
138         Pass the virtual location to paste_tokens.
139         (in_macro_expansion_p): New static function.
140         (enter_macro_context): Set the cpp_reader::about_to_expand_macro_p
141         flag until we really start expanding the macro.
143 2012-05-16  Dodji Seketeli  <dodji@redhat.com>
145         PR preprocessor/7263
146         * include/cpplib.h (cpp_classify_number): Take a location
147         parameter.
148         * expr.c (SYNTAX_ERROR_AT, SYNTAX_ERROR2_AT): New diagnostic
149         macros that take a location parameter.
150         (cpp_classify_number): Take a (virtual) location parameter.  Use
151         it for diagnostics.  Adjust comments.
152         (eval_token): Take a location parameter.  Pass it to
153         cpp_classify_number and to diagnostic routines.
154         (_cpp_parse_expr): Use virtual locations of tokens when parsing
155         expressions.  Pass a virtual location to eval_token and to
156         diagnostic routines.
158 2012-05-10  Tristan Gingold  <gingold@adacore.com>
160         * expr.c (interpret_float_suffix): Add a guard.
162 2012-05-02  Dodji Seketeli  <dodji@redhat.com>
164         Properly initialize cpp_context in destringize_and_run
165         * directives.c (destringize_and_run): Properly initialize the new
166         context.
167         * macro.c (_cpp_pop_context): Assert that we shouldn't try to pop
168         the initial base context, which has the same life time as the
169         current instance of cpp_file.
171 2012-04-30  Manuel López-Ibáñez  <manu@gcc.gnu.org>
172             Dodji Seketeli  <dodji@seketeli.org>
174         PR c++/52974
175         * libcpp/files.c (maybe_shorter_path): New.
176         (find_file_in_dir): Use it.
178 2012-04-30  Dodji Seketeli  <dodji@redhat.com>
180         Switch -ftrack-macro-expansion=2 on by default.
181         * init.c (cpp_create_reader): Switch -ftrack-macro-expansion=2 on
182         by default.  Add comments.
184         Strip "<built-in>" loc from displayed expansion context
185         * include/line-map.h (linemap_unwind_toward_expansion): Fix typo
186         in comment.
187         (linemap_unwind_to_first_non_reserved_loc): Declare new function.
188         * line-map.c (linemap_unwind_to_first_non_reserved_loc): Define
189         new function.
191         Fix expansion point loc for macro-like tokens
192         * macro.c (macro_of_context): New static function.
193         (_cpp_push_token_context, push_extended_tokens_context): If the
194         macro argument is NULL, it means we are continuing the expansion
195         of the current macro, if any.  Update comments.
196         (_cpp_pop_context): Re-enable expansion of the macro only when we
197         are really out of the context of the current expansion.
199         Fix token pasting with -ftrack-macro-expansion
200         * macro.c (paste_all_tokens): Put the token resulting from pasting
201         into an extended token context with -ftrack-macro-location is in
202         effect.
204         Fix cpp_sys_macro_p with -ftrack-macro-expansion
205         * macro.c (cpp_sys_macro_p):  Support -ftrack-macro-expansion.
207 2012-04-29  Dodji Seketeli  <dodji@redhat.com>
209         * lex.c (lex_raw_string): Change C++ style comments into C style
210         comments.
211         (lex_string): Likewise.
213 2012-04-27   Ollie Wild  <aaw@google.com>
215         * include/cpplib.h (struct cpp_options): Add new field,
216         warn_literal_suffix.
217         (CPP_W_LITERAL_SUFFIX): New enum.
218         * init.c (cpp_create_reader): Default initialization of
219         warn_literal_suffix.
220         * lex.c (lex_raw_string): Treat user-defined literals which don't
221         begin with '_' as separate tokens and produce a warning.
222         (lex_string): Ditto.
224 2012-04-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
226         * line-map.c (linemap_resolve_location): Synchronize comments with
227         those in line-map.h.
228         * include/line-map.h (linemap_resolve_location): Fix spelling in
229         comment.
231 2012-03-22  Richard Earnshaw  <rearnsha@arm.com>
233         * lex.c (search_line_fast): Provide Neon-optimized version for ARM.
235 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
237         * lex.c: Remove Solaris 8 reference.
239 2012-02-14  Walter Lee  <walt@tilera.com>
241         * configure.ac: Require 64-bit hwint for tilegx and tilepro.
242         * configure: Regenerate.
244 2012-01-09  Richard Guenther  <rguenther@suse.de>
246         * macro.c (_cpp_builtin_macro_text): Remove unused variable map.
248 2012-01-09  Gary Funck  <gary@intrepid.com>
250         PR preprocessor/33919
251         * files.c (_cpp_get_file_name): New. Implement file name
252         access function.
253         * internal.h (_cpp_get_file_name): New prototype.
254         * macro.c (_cpp_builtin_macro_text): Call _cpp_get_file_name()
255         to use pfile->main_file in lieu of traversing INCLUDED_FROM chain.
257 2012-01-03  Olivier Hainque  <hainque@adacore.com>
259         * system.h: Prior to #define, #undef fopen and freopen unconditionally.
261 2011-12-20  Joseph Myers  <joseph@codesourcery.com>
263         * include/cpplib.h (CLK_GNUC1X): Change to CLK_GNUC11.
264         (CLK_STDC1X): Change to CLK_STDC11.
265         * init.c (lang_defaults): Update comments.
266         (cpp_init_builtins): Update language tests.  Use 201112L for C11
267         __STDC_VERSION__.
269 2011-12-20  Andreas Schwab  <schwab@linux-m68k.org>
271         * configure: Regenerate.
273 2011-12-19  Andreas Schwab  <schwab@linux-m68k.org>
275         * configure: Regenerate.
277 2011-12-07  Jakub Jelinek  <jakub@redhat.com>
279         PR bootstrap/50237
280         * internal.h (_cpp_init_lexer): New prototype.
281         * init.c (init_library): Call it.
282         * lex.c (init_vectorized_lexer): Remove constructor attribute,
283         add inline keyword.
284         (HAVE_init_vectorized_lexer): Define.
285         (_cpp_init_lexer): New function.
287 2011-12-03  Dodji Seketeli  <dodji@redhat.com>
289         * macro.c (tokens_buff_remove_last_token)
290         (tokens_buff_put_token_to): Add an 'inline' function specifier to
291         the prototype.
293 2011-11-22   Diego Novillo  <dnovillo@google.com>
295         * include/line-map.h (linemap_dump): Declare.
296         (line_table_dump): Declare.
297         * line-map.c (linemap_dump): New.
298         (line_table_dump): New.
300 2011-11-21  Ed Smith-Rowland  <3dw4rd@verizon.net>
302         PR c++/50958
303         * expr.c (cpp_userdef_char_remove_type): Fix typo.
305 2011-11-03  Michael Matz  <matz@suse.de>
307         PR bootstrap/50857
308         * configure.ac: Check for -fno-exceptions -fno-rtti.
309         * configure: Regenerate.
310         * Makefile.in (NOEXCEPTION_FLAGS): New flag.
311         (ALL_CXXFLAGS): Use it.
313 2011-11-02  Paolo Carlini  <paolo.carlini@oracle.com>
315         * internal.h (uxstrdup, ustrchr): Return const unsigned char *.
317 2011-11-02  Jason Merrill  <jason@redhat.com>
319         PR c++/50810
320         * configure.ac: Add -Wno-narrowing to warning options.
322 2011-10-31  Jason Merrill  <jason@redhat.com>
324         PR libstdc++/1773
325         * init.c (cpp_init_builtins): Set __cplusplus for C++11.
327         PR c++/50920
328         * include/cpplib.h (enum c_lang): Rename CLK_CXX0X to CLK_CXX11,
329         CLK_GNUCXX0X to CLK_GNUCXX11.
331 2011-10-26  Ed Smith-Rowland  <3dw4rd@verizon.net>
333         Implement C++11 user-defined literals.
334         * expr.c: (cpp_interpret_float_suffix, cpp_interpret_int_suffix,
335         cpp_userdef_string_remove_type, cpp_userdef_string_add_type,
336         cpp_userdef_char_remove_type, cpp_userdef_char_add_type,
337         cpp_userdef_string_p, cpp_userdef_char_p, cpp_get_userdef_suffix): New.
338         (cpp_classify_number): Classify unrecognized tokens as user-defined
339         literals.
340         * include/cpplib.h: Add new tokens for user-defined literals.
341         * init.c: Add new preprocessor flag (cxx11).
342         * lex.c: (lex_string, lex_raw_string): Handle user-defined literals
343         including concatenation and promotion with suffixes.
345 2011-10-24  Dodji Seketeli  <dodji@redhat.com>
347         * line-map.c (linemap_macro_map_lookup): Fix logic.
349 2011-10-24  Dodji Seketeli  <dodji@redhat.com>
351         * include/line-map.h (linemap_expand_location): Take a line table
352         parameter.  Update comment.
353         (linemap_resolve_location): Update comment.
354         (linemap_expand_location_full): Remove.
355         * line-map.c (linemap_resolve_location):  Handle reserved
356         locations; return a NULL map in those cases.
357         (linemap_expand_location): If location is reserved, return a
358         zeroed expanded location.  Update comment.  Take a line table to
359         assert that the function takes non-virtual locations only.
360         (linemap_expand_location_full): remove.
361         (linemap_dump_location): Handle the fact that
362         linemap_resolve_location can return NULL line maps when the
363         location resolves to a reserved location.
365         * line-map.c (linemap_macro_map_lookup): Fix logic.
367 2011-10-22  Dodji Seketeli  <dodji@redhat.com>
369         PR bootstrap/50778
370         * include/internal.h (_cpp_remaining_tokens_num_in_context): Take the
371         context to act upon.
372         * lex.c (_cpp_remaining_tokens_num_in_context): Likewise.  Update
373         comment.
374         (cpp_token_from_context_at): Likewise.
375         (cpp_peek_token): Use the context to peek tokens from.
377 2011-10-20  Dodji Seketeli  <dodji@redhat.com>
379         PR bootstrap/50801
380         * lex.c (_cpp_remaining_tokens_num_in_context): Fix computation of
381         number of tokens.
383 2011-10-18  Dodji Seketeli  <dodji@redhat.com>
385         PR bootstrap/50760
386         * include/line-map.h (struct linemap_stats): Change the type of
387         the members from size_t to long.
388         * macro.c (macro_arg_token_iter_init): Unconditionally initialize
389         iter->location_ptr.
391 2011-10-17  Dodji Seketeli  <dodji@redhat.com>
393         * line-map.c (linemap_macro_map_loc_to_exp_point): Avoid setting a
394         variable without using it if ENABLE_CHECKING is not defined.  Mark
395         the LOCATION parameter as being unused.
397 2011-10-15  Tom Tromey  <tromey@redhat.com>
398             Dodji Seketeli  <dodji@redhat.com>
400         * include/line-map.h (struct line_maps::alloced_size_for_request):
401         New member.
402         * line-map.c (new_linemap): Use set->alloced_size_for_request to
403         get the actual allocated size of line maps.
405 2011-10-15  Tom Tromey  <tromey@redhat.com>
406             Dodji Seketeli  <dodji@redhat.com>
408         * line-map.h (struct linemap_stats): Declare new struct.
409         (linemap_get_statistics): Declare ...
410         * line-map.c (linemap_get_statistics):  ... new function.
411         * macro.c (num_expanded_macros_counter, num_macro_tokens_counter):
412         Declare new counters.
413         (enter_macro_context, replace_args): Update
414         num_macro_tokens_counter.
415         (cpp_get_token_1): Update num_expanded_macros_counter.
417 2011-10-15  Tom Tromey  <tromey@redhat.com>
418             Dodji Seketeli  <dodji@redhat.com>
420         * include/cpplib.h (struct cpp_options)<debug>: New struct member.
421         * include/line-map.h (linemap_dump_location): Declare ...
422         * line-map.c (linemap_dump_location): ... new function.
424 2011-10-15  Tom Tromey  <tromey@redhat.com>
425             Dodji Seketeli  <dodji@redhat.com>
427         * include/cpplib.h (struct cpp_options)<track_macro_expansion>:
428         New option.
429         * internal.h (struct macro_context): New struct.
430         (enum context_tokens_kind): New enum.
431         (struct cpp_context)<tokens_kind>: New member of type enum
432         context_tokens_kind.
433         (struct cpp_context)<macro>: Remove this.  Replace it with an enum
434         of macro and  macro_context.
435         (struct cpp_context)<direct_p>: Remove.
436         (_cpp_remaining_tokens_num_in_context): Declare new function.
437         * directives.c (destringize_and_run): Adjust.
438         * lex.c (_cpp_remaining_tokens_num_in_context)
439         (_cpp_token_from_context_at): Define new functions
440         (cpp_peek_token): Use them.
441         * init.c (cpp_create_reader): Initialize the base context to zero.
442         (_cpp_token_from_context_at): Define new static function.
443         (cpp_peek_token): Use new _cpp_remaining_tokens_num_in_context and
444         _cpp_token_from_context_at.
445         * macro.c (struct macro_arg)<virt_locs, expanded_virt_locs>: New
446         members.
447         (enum macro_arg_token_kind): New enum.
448         (struct macro_arg_token_iter): New struct.
449         (maybe_adjust_loc_for_trad_cpp, push_extended_tokens_context)
450         (alloc_expanded_arg_mem, ensure_expanded_arg_room)
451         (delete_macro_args, set_arg_token, get_arg_token_location)
452         (arg_token_ptr_at, macro_arg_token_iter_init)
453         (macro_arg_token_iter_get_token)
454         (macro_arg_token_iter_get_location, macro_arg_token_iter_forward)
455         (expanded_token_index, tokens_buff_new, tokens_buff_count)
456         (tokens_buff_last_token_ptr, tokens_buff_put_token_to)
457         (tokens_buff_add_token, tokens_buff_remove_last_token)
458         (reached_end_of_context, consume_next_token_from_context): New
459         static functions.
460         (cpp_get_token_1): New static function. Split and extended from
461         cpp_get_token.  Use reached_end_of_context and
462         consume_next_token_from_context.  Unify its return point.  Move
463         the location tweaking from cpp_get_token_with_location in here.
464         (cpp_get_token): Use cpp_get_token_1
465         (stringify_arg): Use the new arg_token_at.
466         (paste_all_tokens): Support tokens coming from extended tokens
467         contexts.
468         (collect_args): Return the number of collected arguments, by
469         parameter.  Store virtual locations of tokens that constitute the
470         collected args.
471         (funlike_invocation_p): Return the number of collected arguments,
472         by parameter.
473         (enter_macro_context): Add a parameter for macro expansion point.
474         Pass it to replace_args and to the "used" cpp callback.  Get the
475         number of function-like macro arguments from funlike_invocation_p,
476         pass it to the new delete_macro_args to free the memory used by
477         macro args.  When -ftrack-macro-expansion is in effect, for macros
478         that have no arguments, create a macro map for the macro expansion
479         and use it to allocate proper virtual locations for tokens
480         resulting from the expansion.  Push an extended tokens context
481         containing the tokens resulting from macro expansion and their
482         virtual locations.
483         (replace_args): Rename the different variables named 'count' into
484         variables with more meaningful names.  Create a macro map;
485         allocate virtual locations of tokens resulting from this
486         expansion.  Use macro_arg_token_iter to iterate over tokens of a
487         given macro.  Handle the case of the argument of
488         -ftrack-macro-expansion being < 2.  Don't free macro arguments
489         memory resulting from expand_arg here, as these are freed by the
490         caller of replace_arg using delete_macro_args now.  Push extended
491         token context.
492         (next_context, push_ptoken_context, _cpp_push_token_context)
493         (_cpp_push_text_context): Properly initialize the context.
494         (expand_arg): Use the new alloc_expanded_arg_mem,
495         push_extended_tokens_context, cpp_get_token_1, and set_arg_token.
496         (_cpp_pop_context): Really free the memory held by the context.
497         Handle freeing memory used by extended tokens contexts.
498         (cpp_get_token_with_location): Use cpp_get_token_1.
499         (cpp_sys_macro_p): Adjust.
500         (_cpp_backup_tokens): Support the new kinds of token contexts.
501         * traditional.c (recursive_macro): Adjust.
503 2011-10-15  Tom Tromey  <tromey@redhat>
504             Dodji Seketeli  <dodji@redhat.com>
506         * include/line-map.h (enum lc_reason)<LC_ENTER_MACRO>: New enum
507         member.
508         (MAX_SOURCE_LOCATION): New constant.
509         (struct line_map_ordinary, struct line_map_macro): New structs.
510         (struct line_map): Turn this into a union of the two above.  Add
511         comments.
512         (struct maps_info): New struct.
513         (struct line_maps)<info_ordinary, info_macro>: Two new fields.
514         These now carry the map information that was previously scattered
515         in struct line_maps.
516         (struct map_info::allocated): Fix comment.
517         (MAP_START_LOCATION, ORDINARY_MAP_FILE_NAME)
518         (ORDINARY_MAP_STARTING_LINE_NUMBER)
519         (ORDINARY_MAP_INCLUDER_FILE_INDEX)
520         (ORDINARY_MAP_IN_SYSTEM_HEADER_P)
521         (ORDINARY_MAP_NUMBER_OF_COLUMN_BITS, MACRO_MAP_MACRO)
522         (MACRO_MAP_NUM_MACRO_TOKENS MACRO_MAP_LOCATIONS)
523         (MACRO_MAP_EXPANSION_POINT_LOCATION)
524         (LOCATION_POSSIBLY_IN_MACRO_MAP_P, LINEMAPS_MAP_INFO)
525         (LINEMAPS_MAPS, LINEMAPS_ALLOCATE, LINEMAPS_USED, LINEMAPS_CACHE)
526         (LINEMAPS_LAST_MAP, LINEMAPS_LAST_ALLOCATED_MAP)
527         (LINEMAPS_ORDINARY_MAPS, LINEMAPS_ORDINARY_ALLOCATED)
528         (LINEMAPS_ORDINARY_USED, LINEMAPS_ORDINARY_CACHE)
529         (LINEMAPS_LAST_ORDINARY_MAP, LINEMAPS_LAST_ALLOCATED_ORDINARY_MAP)
530         (LINEMAPS_MACRO_MAPS, LINEMAPS_MACRO_ALLOCATED)
531         (LINEMAPS_MACRO_USED, LINEMAPS_MACRO_CACHE)
532         (LINEMAPS_LAST_MACRO_MAP, LINEMAPS_LAST_ALLOCATED_MACRO_MAP)
533         (LINEMAPS_MAP_AT, LINEMAPS_ORDINARY_MAP_AT)
534         (LINEMAPS_MACRO_MAP_AT): New accessors for ordinary and macro map
535         information.
536         (linemap_check_ordinary, linemap_assert)
537         (linemap_location_before_p): New macros.
538         (linemap_position_for_line_and_column)
539         (linemap_tracks_macro_expansion_locs_p, linemap_add_macro_token)
540         (linemap_macro_expansion_map_p)
541         (linemap_macro_map_loc_to_def_point)
542         (linemap_macro_map_loc_unwind_once)
543         (linemap_macro_map_loc_to_exp_point, linemap_step_out_once)
544         (linemap_get_source_line linemap_get_source_column)
545         (linemap_map_get_macro_name, linemap_get_file_path)
546         (linemap_location_in_system_header_p)
547         (linemap_location_from_macro_expansion_p): Declare new functions.
548         (SOURCE_LINE, SOURCE_COLUMN, LAST_SOURCE_LINE_LOCATION)
549         (LINEMAP_FILE, LINEMAP_LINE, LINEMAP_SYSP): Assert that this
550         accessors act on ordinary maps only.
551         (INCLUDED_FROM): Return NULL for main files; use the new
552         accessors.
553         (LINEMAP_POSITION_FOR_COLUMN): Use the new accessors.
554         (struct expanded_location): Move here from gcc/input.h
555         (linemap_resolve_location, linemap_expand_location)
556         (linemap_expand_location_full): Declare new functions.
557         * line-map.c: Include cpplib.h, internal.h
558         (linemap_enter_macro, linemap_add_macro_token)
559         (linemap_get_expansion_line, linemap_get_expansion_filename): New
560         functions that are private to libcpp.
561         (linemap_assert): New macro.
562         (linemap_macro_loc_to_exp_point, linemap_macro_loc_to_exp_point)
563         (linemap_macro_loc_unwind, linemap_macro_map_loc_to_def_point)
564         (linemap_macro_map_loc_unwind_toward_spelling)
565         (linemap_macro_map_loc_to_exp_point)
566         (first_map_in_common_1, first_map_in_common): New static
567         functions.
568         (new_linemap): Define new static functions.  Extracted and
569         enhanced from ...
570         (linemap_add): ... here.  Use linemap_assert in lieu of abort
571         previously.
572         (linemap_tracks_macro_expansion_locs_p)
573         (linemap_add_macro_token, linemap_macro_expansion_map_p)
574         (linemap_check_ordinary, linemap_macro_map_loc_to_exp_point)
575         (linemap_macro_map_loc_to_def_point)
576         (linemap_macro_map_loc_unwind_once)
577         (linemap_step_out_once, linemap_map_get_index)
578         (linemap_get_source_line,linemap_get_source_column)
579         (linemap_get_file_path, linemap_map_get_macro_name)
580         (linemap_location_in_system_header_p)
581         (linemap_location_originated_from_system_header_p)
582         (linemap_location_from_macro_expansion_p)
583         (linemap_tracks_macro_expansion_locs_p)
584         (linemap_resolve_location, linemap_expand_location)
585         (linemap_expand_location_full)
586         (linemap_tracks_macro_expansion_locs_p)
587         (linemap_position_for_line_and_column, linemap_compare_locations):
588         Define new public functions.
589         (linemap_init): Initialize ordinary and macro maps information in
590         the map set.
591         (linemap_check_files_exited): Use the new accessors.
592         (linemap_free): Remove this dead code.
593         (linemap_line_start): Assert this uses an ordinary map.  Adjust to
594         use the new ordinary map accessors and data structures.  Don't
595         overflow past the lowest possible macro token's location.
596         (linemap_position_for_column): Assert the ordinary maps of the map
597         set are really ordinary.  Use ordinary map accessors.
598         (linemap_lookup): Keep the same logic but generalize to allow
599         lookup of both ordinary and macro maps.  Do not crash when called
600         with an empty line table.
601         * directives-only.c (_cpp_preprocess_dir_only): Adjust to use the
602         new API of line-map.h.
603         * directives.c (start_directive, do_line, do_linemarker)
604         (do_linemarker): Likewise.
605         * files.c (_cpp_find_file, _cpp_stack_include, open_file_failed)
606         (make_cpp_dir, cpp_make_system_header): Likewise.
607         * init.c (cpp_read_main_file): Likewise.
608         * internal.h (CPP_INCREMENT_LINE): Likewise.
609         (linemap_enter_macro, linemap_add_macro_token)
610         (linemap_get_expansion_line, linemap_get_expansion_filename): New
611         functions private to libcpp.
612         * lex.c (_cpp_process_line_notes, _cpp_skip_block_comment)
613         (skip_line_comment, skip_whitespace, lex_raw_string)
614         (_cpp_lex_direct): Likewise.
615         * macro.c (_cpp_builtin_macro_text): Likewise.
616         (_cpp_aligned_alloc): Initialize the new name member of the macro.
617         * traditional.c (copy_comment, _cpp_scan_out_logical_line):
618         Likewise.
619         * errors.c (cpp_diagnostic): Adjust to new linemap API.
621 2011-08-28  Dodji Seketeli  <dodji@redhat.com>
623         * line-map.c (linemap_add): Assert that reason must not be
624         LC_RENAME when called for the first time on a "main input file".
626 2011-08-22  Gabriel Charette  <gchare@google.com>
628         * init.c (cpp_create_reader): Inititalize forced_token_location_p.
629         * internal.h (struct cpp_reader): Add field forced_token_location_p.
630         * lex.c (_cpp_lex_direct): Use forced_token_location_p.
631         (cpp_force_token_locations): New.
632         (cpp_stop_forcing_token_locations): New.
634 2011-08-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
636         PR libstdc++/1773
637         * init.c (cpp_init_builtins): Define __cplusplus 19971L.
639 2011-08-18  Joseph Myers  <joseph@codesourcery.com>
641         * include/cpplib.h (struct cpp_options): Fix typo.
643 2011-08-18  Joseph Myers  <joseph@codesourcery.com>
645         * include/cpplib.h (struct cpp_options): Add rliterals.
646         * init.c  (struct lang_flags, lang_defaults): Add rliterals.
647         (cpp_set_lang): Set rliterals option.
648         (cpp_init_builtins): Define __STDC_UTF_16__ and __STDC_UTF_32__.
649         * lex.c (_cpp_lex_direct): Only accept raw strings if rliterals.
651 2011-08-15  Gabriel Charette  <gchare@google.com>
653         * include/line-map.h (LINEMAP_POSITION_FOR_COLUMN): Remove.
654         Update all users to use linemap_position_for_column instead.
656 2011-07-28  Gabriel Charette  <gchare@google.com>
658         * include/line-map.h (struct line_maps):
659         Remove unused field last_listed. Update all users.
661 2011-07-28  H.J. Lu  <hongjiu.lu@intel.com>
663         * configure.ac: Set need_64bit_hwint to yes for x86 targets.
664         * configure: Regenerated.
666 2011-07-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
668         * system.h [__cplusplus]: Wrap C function declarations in extern "C".
670 2011-07-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
671             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
673         PR bootstrap/49794
674         * configure.ac: Test AM_ICONV with CXX.
675         * configure: Regenerate.
676         * system.h (HAVE_DESIGNATED_INITIALIZERS): Never define for C++.
678 2011-07-15  Dodji Seketeli  <dodji@redhat.com>
680         * directives.c (struct if_stack): Use source_location as type
681         here.
682         * include/cpplib.h (struct cpp_callbacks)<include, define, undef,
683         indent, def_pragma, used_define, used_undef>: Properly use
684         source_location as parameter type, rather than unsigned int.
686 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
688         PR target/39150
689         * configure.ac (host_wide_int): Handle x86_64-*-solaris2.1[0-9]
690         like i[34567]86-*-solaris2.1[0-9]*.
691         * configure: Regenerate.
693 2011-06-16  Jason Merrill  <jason@redhat.com>
695         PR c++/45399
696         * lex.c (lex_raw_string): Don't check for embedded NUL.
698 2011-06-06  Dodji Seketeli  <dodji@redhat.com>
700         PR preprocessor/48532
701         * directives.c (do_pragma): Don't forget the invocation location
702         when parsing the pragma name of a namespaced pragma directive.
704 2011-05-29  John Tytgat  <John.Tytgat@aaug.net>
706         * files.c (read_file_guts): Add test on non-zero value of S_ISREG.
708 2011-05-22  Uros Bizjak  <ubizjak@gmail.com>
710         PR target/49104
711         * lex.c (init_vectorized_lexer): Do not set "minimum" when __3dNOW_A__
712         is defined.  Check bit_MMXEXT and bit_CMOV to use search_line_mmx.
714 2011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
716         * system.h (ENUM_BITFIELD): Remove.
718 2011-04-24  Jakub Jelinek  <jakub@redhat.com>
720         PR preprocessor/48740
721         * lex.c (lex_raw_string): When raw string ends with
722         ??) followed by raw prefix and ", ensure it is preprocessed
723         with ??) rather than ??].
725 2011-04-20  Jim Meyering  <meyering@redhat.com>
727         * files.c (destroy_cpp_file): Remove useless if-before-free.
728         * init.c (cpp_destroy): Likewise.
729         * macro.c (replace_args): Likewise.
730         * pch.c (cpp_valid_state): Likewise.
732 2011-03-25  Kai Tietz  <ktietz@redhat.com>
734         * files.c (file_hash_eq): Use filename_cmp
735         instead of strcmp.
736         (nonexistent_file_hash_eq): Likewise.
737         (remap_filename): Likewise.
738         Handle absolute DOS-path,
739         (append_file_to_dir): Check for IS_DIR_SEPARATOR
740         instead of slash.
741         (read_name_map): Likewise.
742         * linemap.c (linemap_add): Use filename_cmp
743         instead of strcmp.
744         * mkdeps.c (apply_vpath): Use filename_ncmp
745         instead of strncmp.
746         (deps_restore): Use filename_cmp instead of
747         strcmp.
748         * init.c (read_original_directory): Use
749         IS_DIR_SEPARATOR instead of checking for slash.
751 2011-03-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
753         PR preprocessor/48192
754         * directives.c (do_ifdef): Do not consider conditional macros as
755         being defined.
756         (do_ifndef): Ditto.
757         * expr.c (parse_defined): Ditto.
759 2011-03-18  Richard Henderson  <rth@redhat.com>
761         PR bootstrap/45381
762         * lex.c [ALTIVEC] (search_line_fast): Require gcc version 4.5.
764 2011-11-04  Eric Botcazou  <ebotcazou@adacore.com>
765             Jakub Jelinek  <jakub@redhat.com>
767         PR preprocessor/39213
768         * directives.c (end_directive): Call _cpp_remove_overlay for deferred
769         pragmas as well in traditional mode.
771 2010-11-17  Ian Lance Taylor  <iant@google.com>
773         PR bootstrap/45538
774         * configure.ac: Use AC_USE_SYSTEM_EXTENSIONS.  Remove switch of
775         AC_LANG based on ENABLE_BUILD_WITH_CXX.
777 2010-11-16  Kai Tietz  <kai.tietz@onevision.com>
779         PR preprocessor/17349
780         * lex.c (save_comment): Handle in argument passing c++
781         comments special.
783 2010-11-02  Ian Lance Taylor  <iant@google.com>
785         * configure.ac: Use AC_SYS_LARGEFILE.
786         * configure: Rebuild.
787         * config.in: Rebuild.
789 2010-10-19  Basile Starynkevitch  <basile@starynkevitch.net>
791         * line-map.h (source_location): Remove obsolete comment
792         mentioning location_s.
794 2010-09-29  Kai Tietz  <kai.tietz@onevision.com>
796         PR preprocessor/45362
797         * directives.c (cpp_pop_definition): Make static.
798         (do_pragma_push_macro): Reworked to store text
799         definition.
800         (do_pragma_pop_macro): Add free text definition.
801         (cpp_push_definition): Removed.
802         * include/cpplib.h (cpp_push_definition): Removed.
803         (cpp_pop_definition): Likewise.
804         * internal.h (def_pragma_macro): Remove member 'value'
805         and add new members 'definition', 'line',
806         'syshdr', 'sued' and 'is_undef'.
807         * pch.c (_cpp_restore_pushed_macros): Rework to work
808         on text definition and store additional macro flags.
809         (_cpp_save_pushed_macros): Likewise.
811 2010-09-29  Joseph Myers  <joseph@codesourcery.com>
813         * include/cpplib.h (cpp_options): Rename warn_deprecated,
814         warn_traditional, warn_long_long and pedantic.
815         * directives.c (directive_diagnostics, _cpp_handle_directive):
816         Update names of cpp_options members.
817         * expr.c (cpp_classify_number, eval_token): Update names of
818         cpp_options members.
819         * init.c (cpp_create_reader, post_options): Update names of
820         cpp_options members.
821         * internal.h (CPP_PEDANTIC, CPP_WTRADITIONAL): Update names of
822         cpp_options members.
823         * macro.c (parse_params): Update names of cpp_options members.
825 2010-09-15  Ian Lance Taylor  <iant@google.com>
827         * init.c: Fix type name in comment.
829 2010-08-31  Jakub Jelinek  <jakub@redhat.com>
831         PR preprocessor/45457
832         * expr.c (parse_defined): Call pfile->cb.user_builtin_macro hook if
833         needed.
834         * directives.c (do_ifdef, do_ifndef): Likewise.
836 2010-08-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
838         * system.h [HAVE_INTTYPES_H]: Include inttypes.h.
840 2010-08-24  Richard Henderson  <rth@redhat.com>
842         PR bootstrap/45376
843         * configure.ac (HAVE_SSE4): New check.
844         * configure, config.in: Rebuild.
845         * lex.c (search_line_sse42): Omit if !HAVE_SSE4.
847 2010-08-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
849         * lex.c [__sun__ && __svr4__]: Disable init_vectorized_lexer
850         etc. on Solaris 2/x86.
852 2010-08-21  Richard Henderson  <rth@redhat.com>
853             Andi Kleen <ak@linux.intel.com>
854             David S. Miller  <davem@davemloft.net>
856         * configure.ac (AC_C_BIGENDIAN, AC_TYPE_UINTPTR_T): New tests.
857         (ssize_t): Check via AC_TYPE_SSIZE_T instead of AC_CHECK_TYPE.
858         (ptrdiff_t): Check via AC_CHECK_TYPE.
859         * config.in, configure: Rebuild.
860         * system.h: Include stdint.h, if available.
861         * lex.c (WORDS_BIGENDIAN): Provide default.
862         (acc_char_mask_misalign, acc_char_replicate, acc_char_cmp,
863         acc_char_index, search_line_acc_char, repl_chars, search_line_mmx,
864         search_line_sse2, search_line_sse42, init_vectorized_lexer,
865         search_line_fast): New.
866         (_cpp_clean_line): Use search_line_fast.  Restructure the fast
867         loop to make it clear when we're leaving the loop.  Stay in the
868         fast loop for non-trigraph '?'.
870 2010-06-11  Jakub Jelinek  <jakub@redhat.com>
872         * include/cpplib.h (struct cpp_callbacks): Add user_builtin_macro
873         callback.
874         (enum cpp_builtin_type): Add BT_FIRST_USER and BT_LAST_USER.
875         (cpp_macro_definition): Remove const qual from second argument.
876         * macro.c (enter_macro_context): Call user_builtin_macro callback for
877         NODE_BUILTIN !NODE_USED macros.
878         (warn_of_redefinition): Likewise.  Remove const qual from second
879         argument.
880         (cpp_macro_definition): Likewise.
881         * pch.c (write_macdef, save_macros): Call user_builtin_macro callback
882         for NODE_BUILTIN !NODE_USED macros.
884 2010-06-10  Joseph Myers  <joseph@codesourcery.com>
886         * include/cpplib.h (struct cpp_options): Remove show_column.
887         * init.c (cpp_create_reader, post_options): Don't set show_column.
889 2010-06-09  Joern Rennecke  <joern.rennecke@embecosm.com>
891         PR bootstrap/44432
892         * configure.ac: Before using ZW_PROG_COMPILER_DEPENDENCIES for C++,
893         check that C++ compiler works.
894         * configure: Regenerate.
896 2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
898         * include/symtab.h (ht_identifier_ptr): New.
900 2010-06-03  Joern Rennecke <joern.rennecke@embecosm.com>
901             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
903         PR bootstrap/42798
904         * configure.ac: Check for declaration of 'basename(char *)'.
905         * configure: Regenerate.
906         * config.in: Regenerate.
908 2010-04-25  Joseph Myers  <joseph@codesourcery.com>
910         * include/cpplib.h (enum c_lang): Add CLK_GNUC1X and CLK_STDC1X.
911         * init.c (lang_defaults): Add entries for new language variants.
912         (cpp_init_builtins): Define __STDC_VERSION__ to 201000L for C1X
913         variants.
915 2010-04-09  Manuel López-Ibáñez <manu@gcc.gnu.org>
917         PR cpp/43195
918         * files.c (report_missing_guard): Test for #pragma once.
920 2010-04-07  Simon Baldwin  <simonb@google.com>
922         * directives.c (do_diagnostic): Add warning reason argument,
923         call appropriate error reporting function for code.
924         (directive_diagnostics): Call specific warning functions with
925         warning reason where appropriate.
926         (do_error, do_warning, do_pragma_dependency): Add warning reason
927         argument to do_diagnostic calls.
928         * macro.c (_cpp_warn_if_unused_macro, enter_macro_context,
929         _cpp_create_definition): Call specific warning functions with
930         warning reason where appropriate.
931         * Makefile.in: Add new diagnostic functions to gettext translations.
932         * include/cpplib.h (struct cpp_callbacks): Add warning reason code
933         to error callback.
934         (CPP_DL_WARNING, CPP_DL_WARNING_SYSHDR, CPP_DL_PEDWARN, CPP_DL_ERROR,
935         CPP_DL_ICE, CPP_DL_NOTE, CPP_DL_FATAL): Replace macros with enums.
936         (CPP_W_NONE, CPP_W_DEPRECATED, CPP_W_COMMENTS,
937         CPP_W_MISSING_INCLUDE_DIRS, CPP_W_TRIGRAPHS, CPP_W_MULTICHAR,
938         CPP_W_TRADITIONAL, CPP_W_LONG_LONG, CPP_W_ENDIF_LABELS,
939         CPP_W_NUM_SIGN_CHANGE, CPP_W_VARIADIC_MACROS,
940         CPP_W_BUILTIN_MACRO_REDEFINED, CPP_W_DOLLARS, CPP_W_UNDEF,
941         CPP_W_UNUSED_MACROS, CPP_W_CXX_OPERATOR_NAMES, CPP_W_NORMALIZE,
942         CPP_W_INVALID_PCH, CPP_W_WARNING_DIRECTIVE): New enums for cpp
943         warning reason codes.
944         (cpp_warning, cpp_pedwarning, cpp_warning_syshdr,
945         cpp_warning_with_line, cpp_pedwarning_with_line,
946         cpp_warning_with_line_syshdr): New specific error reporting functions.
947         * pch.c (cpp_valid_state): Call specific warning functions with
948         warning reason where appropriate.
949         * errors.c (cpp_diagnostic, cpp_diagnostic_with_line): New central
950         diagnostic handlers.
951         (cpp_warning, cpp_pedwarning, cpp_warning_syshdr,
952         cpp_warning_with_line, cpp_pedwarning_with_line,
953         cpp_warning_with_line_syshdr): New specific error reporting functions.
954         * expr.c (cpp_classify_number, eval_token, num_unary_op): Call
955         specific warning functions with warning reason where appropriate.
956         * lex.c (_cpp_process_line_notes, _cpp_skip_block_comment,
957         warn_about_normalization, lex_identifier_intern, lex_identifier,
958         _cpp_lex_direct): Ditto.
959         * charset.c (_cpp_valid_ucn, convert_hex, convert_escape,
960         narrow_str_to_charconst): Ditto.
962 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
964         PR preprocessor/43642
965         * lex.c (lex_raw_string): Change type of TYPE variable to
966         unsigned char.
968 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
970         * aclocal.m4: Regenerate.
972 2010-03-29  Jason Merrill  <jason@redhat.com>
974         More N3077 raw string changes
975         * charset.c (cpp_interpret_string): Don't transform UCNs in raw
976         strings.
977         * lex.c (bufring_append): Split out from...
978         (lex_raw_string): ...here.  Undo trigraph and line splicing
979         transformations.  Do process line notes in multi-line literals.
980         (_cpp_process_line_notes): Ignore notes that were already handled.
982         Some raw string changes from N3077
983         * charset.c (cpp_interpret_string): Change inner delimiters to ().
984         * lex.c (lex_raw_string): Likewise.  Also disallow '\' in delimiter.
986 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
988         * init.c (read_original_filename): Don't call read_original_directory
989         if _cpp_handle_directive returns 0.
991 2010-01-01  Joseph Myers  <joseph@codesourcery.com>
993         PR preprocessor/41947
994         * expr.c (cpp_classify_number): Give error for hexadecimal
995         floating-point constant with no digits before or after point.
997 2009-11-20  Arnaud Charlet  <charlet@adacore.com>
999         * macro.c (enter_macro_context): Call cb.used callback if defined.
1000         * directives.c (do_idef, do_ifndef): Ditto.
1001         * include/cpplib.h (struct cpp_callbacks): Add used callback.
1003 2009-11-11  Kai Tietz  <kai.tietz@onevision.com>
1005         * directives.c (do_pragma_push_macro): New pragma handler.
1006         (do_pragma_pop_macro): Likewise.
1007         (_cpp_init_internal_pragmas): Add push_macro and
1008         pop_macro handler to internal pragmas.
1009         (lex_macro_node_from_str): Removed.
1010         (cpp_push_definition): Replace lex_macro_node_from_str
1011         by _cpp_lex_identifier.
1012         (cpp_pop_definition): Likewise.
1013         * internal.h (_cpp_lex_identifier): New prototype.
1014         (def_pragma_macro): New structure.
1015         (cpp_reader): New member pushed_macros.
1016         * lex.c (_cpp_lex_identifier): New function.
1017         (lex_identifier_intern): New function.
1018         * init.c (cpp_create_reader): Initialize pushed_macros
1019         member.
1020         (cpp_destroy): Free elements in pushed_macros member.
1021         * pch.c (_cpp_save_pushed_macros): New function.
1022         (_cpp_restore_pushed_macros): Likewise.
1023         (_cpp_restore_pushed_macros): Use _cpp_save_pushed_macros.
1024         (cpp_read_state): Use _cpp_restore_pushed_macros.
1026 2009-10-19  Jakub Jelinek  <jakub@redhat.com>
1028         * charset.c (cpp_init_iconv): Initialize utf8_cset_desc.
1029         (_cpp_destroy_iconv): Destroy utf8_cset_desc, char16_cset_desc
1030         and char32_cset_desc.
1031         (converter_for_type): Handle CPP_UTF8STRING.
1032         (cpp_interpret_string): Handle CPP_UTF8STRING and raw-strings.
1033         * directives.c (get__Pragma_string): Handle CPP_UTF8STRING.
1034         (parse_include): Reject raw strings.
1035         * include/cpplib.h (CPP_UTF8STRING): New token type.
1036         * internal.h (struct cpp_reader): Add utf8_cset_desc field.
1037         * lex.c (lex_raw_string): New function.
1038         (lex_string): Handle u8 string literals, call lex_raw_string
1039         for raw string literals.
1040         (_cpp_lex_direct): Call lex_string even for u8" and {,u,U,L,u8}R"
1041         sequences.
1042         * macro.c (stringify_arg): Handle CPP_UTF8STRING.
1044 2009-10-14  Jakub Jelinek  <jakub@redhat.com>
1046         PR preprocessor/41543
1047         * include/line-map.h (RESERVED_LOCATION_COUNT): Define.
1048         * line-map.c (linemap_init): Initialize highest_location and
1049         highest_line to RESERVED_LOCATION_COUNT-1 instead of 0.
1051 2009-10-09  Jason Merrill  <jason@redhat.com>
1053         * charset.c (_cpp_valid_ucn): Update C++0x restrictions.
1055 2009-10-09  Neil Vachharajani <nvachhar@google.com>
1057         * directives.c (DIRECTIVE_TABLE): Remove DEPRECATED from ident and
1058         sccs.
1060 2009-09-23  Loren J. Rittle  <ljrittle@acm.org>
1062         * configure.ac (AC_CHECK_HEADERS after AC_LANG(C++)): Add sys/stat.h.
1063         * configure: Rebuilt.
1065 2009-09-22  Richard Guenther  <rguenther@suse.de>
1067         PR pch/38987
1068         * files.c (pch_open_file): Disallow non-toplevel PCH inclusion.
1070 2009-09-18  Chris Demetriou  <cgd@google.com>
1072         PR preprocessor/28435:
1073         * include/cpplib.h (struct cpp_options): Add new member
1074         deps.need_preprocessor_output.
1075         * files.c (open_file_failed): If preprocessor output is needed
1076         always report an error.
1078 2009-09-13  Kai Tietz  <kai.tietz@onevision.com>
1080         * configure.ac: Set for i?86-w64-mingw*
1081         need_64bit_hwint to yes.
1082         * configure: Regenerated.
1084 2009-09-10  Jason Merrill  <jason@redhat.com>
1086         * directives.c (cpp_define): constify.
1088 2009-09-02  Ian Lance Taylor  <iant@google.com>
1090         * macro.c (stringify_arg): Escape CPP_WCHAR tokens.
1092 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1094         * configure.ac (AC_PREREQ): Bump to 2.64.
1096 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1098         * aclocal.m4: Regenerate.
1099         * config.in: Regenerate.
1100         * configure: Regenerate.
1102 2009-08-17  Tom Tromey  <tromey@redhat.com>
1104         PR preprocessor/41067:
1105         * charset.c (convert_escape): Add missing ":" to error text.
1107 2009-07-27  Douglas B Rupp  <rupp@gnat.com>
1109         * include/cpplib.h (INO_T_CPP): New macro.
1110         (struct cpp_dir): Use it.
1112 2009-07-20  Jerry Quinn  <jlquinn@optonline.net>
1114         PR regression/40800
1115         * configure.ac: Use = instead of == for testing
1116         ENABLE_BUILD_WITH_CXX.
1117         * configure: Rebuild.
1119 2009-07-17  Jerry Quinn  <jlquinn@optonline.net>
1121         * directives.c (do_linemarker, do_line): Use CPP_STRING for
1122         ignored enum value.
1123         * files.c (find_file_in_dir): Add cast from void* to char*.
1124         * symtab.c (ht_lookup_with_hash): Add cast from void* to char*.
1125         * Makefile.in: (WARN_CFLAGS): Use general and C-specific
1126         warnings.
1127         (CXX, CXXFLAGS, WARN_CXXFLAGS, ALL_CXXFLAGS,
1128         ENABLE_BUILD_WITH_CXX, CCDEPMODE, CXXDEPMODE, COMPILER,
1129         COMPILER_FLAGS): New.
1130         (DEPMODE): Set from CCDEPMODE or CXXDEPMODE.
1131         (COMPILE.base): Use COMPILER instead of CC.  Use COMPILER_FLAGS
1132         instead of ALL_CFLAGS.
1133         * configure.ac: Invoke AC_PROG_CXX.  Separate C-specific warnings
1134         from other warnings.  Add -Wc++-compat to C-specific warnings.
1135         Check for --enable-build-with-cxx.  Set and substitute
1136         ENABLE_BUILD_WITH_CXX.  Invoke ZW_PROG_COMPILER_DEPENDENCIES
1137         according to ENABLE_BUILD_WITH_CXX.  Invoke AC_LANG before
1138         AC_CHECK_HEADERS.
1139         * configure: Rebuild.
1140         * include/cpp-id-data.h: Remove extern "C".
1141         * include/line-map.h: Likewise.
1142         * include/mkdeps.h: Likewise.
1143         * include/symtab.h: Likewise.
1144         * internal.h: Likewise.
1146 2009-06-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1148         * directives.c (parse_include): Add location argument. Update all
1149         calls.
1150         (parse_answer): Likewise.
1151         (do_include_common): Error with exact location.
1152         (parse_assertion): Likewise.
1154 2009-06-18  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1156         * expr.c (num_div_op): Take explicit location.
1158 2009-06-17  Ian Lance Taylor  <iant@google.com>
1160         * include/cpplib.h (progname): Don't declare.
1162 2009-06-12  Ian Lance Taylor  <iant@google.com>
1164         * include/cpplib.h (struct cpp_options): Add
1165         warn_cxx_operator_names field.
1166         (NODE_WARN_OPERATOR): Define.
1167         (struct cpp_hashnode): Increase flags field to 10 bits, decrease
1168         type to 6 bits.
1169         * init.c (mark_named_operators): Add flags parameter.
1170         (cpp_post_options): Pick flags value to pass to
1171         mark_named_operators.
1172         * lex.c (lex_identifier): If NODE_WARN_OPERATOR is set, warn that
1173         identifier is an operator name in C++.
1175 2009-06-01  Aldy Hernandez  <aldyh@redhat.com>
1177         * include/line-map.h (LAST_SOURCE_COLUMN): New.
1179 2009-06-01  Ian Lance Taylor  <iant@google.com>
1181         * include/cpp-id-data.h: Add extern "C".
1182         * include/line-map.h: Likewise.
1183         * include/mkdeps.h: Likewise.
1184         * include/symtab.h: Likewise.
1185         * internal.h: Likewise.
1187 2009-05-15  Ian Lance Taylor  <iant@google.com>
1189         * include/cpplib.h (enum cpp_builtin_type): Rename from enum
1190         builtin_type.  Change all uses.
1192 2009-05-14  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1194         PR cpp/36674
1195         * directives (do_linemarker): Compensate for the increment in
1196         location that occurs when we reach the end of line.
1197         * files (_cpp_stack_include): Mention _cpp_find_file in the
1198         comment.
1200 2009-05-10  Joseph Myers  <joseph@codesourcery.com>
1202         * include/cpplib.h (enum cpp_token_fld_kind): Add
1203         CPP_TOKEN_FLD_TOKEN_NO.
1204         (struct cpp_macro_arg, struct cpp_identifier): Define.
1205         (union cpp_token_u): Use struct cpp_identifier for identifiers.
1206         Use struct cpp_macro_arg for macro arguments.  Add token_no for
1207         CPP_PASTE token numbers.
1208         * directives.c (_cpp_handle_directive, lex_macro_node, do_pragma,
1209         do_pragma_poison, parse_assertion): Use val.node.node in place of
1210         val.node.
1211         * expr.c (parse_defined, eval_token): Use val.node.node in place
1212         of val.node.
1213         * lex.c (cpp_ideq, _cpp_lex_direct, cpp_token_len,
1214         cpp_spell_token, cpp_output_token, _cpp_equiv_tokens,
1215         cpp_token_val_index): Use val.macro_arg.arg_no or val.token_no in
1216         place of val.arg_no.  Use val.node.node in place of val.node.
1217         * macro.c (replace_args, cpp_get_token, parse_params,
1218         lex_expansion_token, create_iso_definition, cpp_macro_definition):
1219         Use val.macro_arg.arg_no or val.token_no in place of val.arg_no.
1220         Use val.node.node in place of val.node.
1222 2009-05-03  Joseph Myers  <joseph@codesourcery.com>
1224         * charset.c (one_utf8_to_cppchar): Correct mask used for 5-byte
1225         UTF-8 sequences.
1227 2009-04-25  Joseph Myers  <joseph@codesourcery.com>
1229         PR preprocessor/39559
1230         * expr.c (cpp_interpret_integer): Use a pedwarn for decimal
1231         constants larger than intmax_t in C99 mode.
1233 2009-04-21  Taras Glek <tglek@mozilla.com>
1235         * include/cpp-id-data.h: Update GTY annotations to new syntax.
1236         * include/cpplib.h: Likewise.
1237         * include/line-map.h: Likewise.
1238         * include/symtab.h: Likewise.
1240 2009-04-22  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1242         PR c++/14875
1243         * lex.c (cpp_type2name): Take a flags parameter. Call
1244         cpp_named_operator2name for named operators and cpp_digraph2name
1245         for digraphs.
1246         (cpp_digraph2name): New.
1247         (cpp_spell_token): Use it.
1248         (cpp_output_token): Likewise.
1249         * include/cpplib.h (cpp_type2name): Update declaration.
1250         * init.c (cpp_named_operator2name): New.
1251         * internal.h (cpp_named_operator2name): Declare.
1253 2009-04-21  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1255         PR c++/13358
1256         * init.c (cpp_create_reader): Wlong_long is disabled by default.
1257         * expr.c (cpp_classify_number): Give different messages for C and
1258         C++ front-ends.
1260 2009-04-19  Joseph Myers  <joseph@codesourcery.com>
1262         PR preprocessor/20078
1263         * include/cpp-id-data.h (struct cpp_macro): Add extra_tokens
1264         field.
1265         * include/cpplib.h (SP_DIGRAPH, SP_PREV_WHITE): Define.
1266         (struct cpp_token): Change flags to unsigned short.
1267         * lex.c (_cpp_lex_direct): Initialize arg_no for CPP_PASTE tokens.
1268         (_cpp_equiv_tokens): Check arg_no for CPP_PASTE tokens.
1269         (cpp_token_val_index): Return CPP_TOKEN_FLD_ARG_NO for CPP_PASTE
1270         tokens.
1271         * macro.c (macro_real_token_count): New.
1272         (enter_macro_context, replace_args): Use macro_real_token_count.
1273         (create_iso_definition): Record whitespace surrounding and digraph
1274         spelling of # and ## tokens using SP_PREV_WHITE and SP_DIGRAPH.
1275         Set extra_tokens and save CPP_PASTE tokens with arg_no set for
1276         multiple consecutive ## tokens.
1277         (_cpp_create_definition): Initialize extra_tokens.
1278         (cpp_macro_definition): Use macro_real_token_count.
1280 2009-04-18  Joseph Myers  <joseph@codesourcery.com>
1282         * directives.c (parse_include): Pass true to check_eol.
1284 2009-04-18  Joseph Myers  <joseph@codesourcery.com>
1286         PR preprocessor/39646
1287         * include/line-map.h (enum lc_reason): Add LC_RENAME_VERBATIM.
1288         * line-map.c (linemap_add): Handle LC_RENAME_VERBATIM.
1289         * directives.c (do_line, do_linemarker): Use LC_RENAME_VERBATIM in
1290         place of LC_RENAME.
1292 2009-04-18  Joseph Myers  <joseph@codesourcery.com>
1294         PR preprocessor/39647
1295         * directives.c (check_eol): Add parameter expand.
1296         (do_undef, parse_include, do_line, do_linemarker, do_ident,
1297         do_pragma_once, do_pragma_system_header, do_ifdef, do_ifndef,
1298         do_else, do_endif, do_assert, do_unassert): All callers changed.
1299         Pass true from do_line, false elsewhere.
1301 2009-04-12  Joseph Myers  <joseph@codesourcery.com>
1303         PR preprocessor/31869
1304         * macro.c (stringify_arg): Handle NULL source token in padding
1305         token where previous padding token did not have source token with
1306         preceding whitespace.
1308 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
1310         * Makefile.in: Change copyright header to refer to version
1311         3 of the GNU General Public License and to point readers at the
1312         COPYING3 file and the FSF's license web page.
1313         * charset.c: Likewise.
1314         * directives-only.c: Likewise.
1315         * directives.c: Likewise.
1316         * errors.c: Likewise.
1317         * expr.c: Likewise.
1318         * files.c: Likewise.
1319         * identifiers.c: Likewise.
1320         * include/cpp-id-data.h: Likewise.
1321         * include/cpplib.h: Likewise.
1322         * include/line-map.h: Likewise.
1323         * include/mkdeps.h: Likewise.
1324         * include/symtab.h: Likewise.
1325         * init.c: Likewise.
1326         * internal.h: Likewise.
1327         * lex.c: Likewise.
1328         * line-map.c: Likewise.
1329         * macro.c: Likewise.
1330         * makeucnid.c: Likewise.
1331         * mkdeps.c: Likewise.
1332         * pch.c: Likewise.
1333         * symtab.c: Likewise.
1334         * system.h: Likewise.
1335         * traditional.c: Likewise.
1336         * ucnid.tab: Likewise.
1337         * ucnid.h: Regenerate.
1339 2009-04-01  Janis Johnson  <janis187@us.ibm.com>
1341         PR c/39027
1342         * include/cpplib.h (CPP_N_DEFAULT): Define.
1343         * expr.c (interpret_float_suffix): Recognize d or D for double,
1344         return new value for default.
1345         (cpp_classify_number): Issue pedwarn for use of d or D in suffix.
1347         PR c/33466
1348         * expr.c (interpret_float_suffix): Reject invalid suffix that uses
1349         letters from decimal float and fixed-point suffixes.
1351 2009-03-31  Joseph Myers  <joseph@codesourcery.com>
1353         PR preprocessor/15638
1354         * files.c (_cpp_find_file): Call open_file_failed after diagnosing
1355         invalid PCH.
1356         (open_file_failed): Make error for missing file fatal.
1357         * include/cpplib.h (CPP_DL_FATAL): Define.
1359 2009-03-30  Sergiy Vyshnevetskiy  <serg@vostok.net>
1361         PR preprocessor/31932:
1362         * internal.h: Don't mention HAVE_ICONV_H.
1363         * configure, config.in: Rebuild.
1364         * configure.ac: Don't check for iconv.h.
1366 2009-03-30  Tom Tromey  <tromey@redhat.com>
1368         PR preprocessor/39512:
1369         * line-map.c (linemap_init): Initialize 'reallocator' field.
1371 2009-03-30  Jakub Jelinek  <jakub@redhat.com>
1373         PR target/39558
1374         * macro.c (cpp_get_token): If macro_to_expand returns NULL
1375         and used some tokens, add CPP_PADDING before next token.
1377 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
1379         PR preprocessor/34695
1380         * makedepend.c: Remove.
1381         * Makefile.in (makedepend_OBJS, makedepend$(EXEEXT)): Remove.
1382         (all, clean, TAGS_SOURCES, include): Remove makedepend handling.
1383         * directives.c (cpp_errors): Remove.
1384         * errors.c (print_location, _cpp_begin_message, v_message):
1385         Remove.
1386         (cpp_error, cpp_error_with_line): Always use error callback.
1387         (cpp_error, cpp_error_with_line, cpp_errno): Return bool.
1388         * include/cpplib.h (cpp_options): Remove pedantic_errors,
1389         inhibit_warnings, warn_system_headers, inhibit_errors,
1390         warnings_are_errors, client_diagnostic.
1391         (cpp_callbacks): Add extra arguments to error callback; make it
1392         return bool.
1393         (cpp_finish): Return void.
1394         (cpp_destroy): Remove inaccurate comment about return value.
1395         (cpp_errors, CPP_DL_EXTRACT, CPP_DL_WARNING_P): Remove.
1396         (CPP_DL_NOTE): Define.
1397         * include/line-map.h (linemap_print_containing_files): Remove.
1398         * init.c (cpp_finish): Do not check for or return number of
1399         errors.
1400         * internal.h (cpp_reader): Remove errors field.
1401         * line-map.c (linemap_print_containing_files): Remove.
1402         * macro.c (_cpp_create_definition): Use CPP_DL_NOTE for message
1403         about previous definition.  Only emit it if previous diagnostic
1404         was emitted.
1406 2009-03-28  Joseph Myers  <joseph@codesourcery.com>
1408         * Makefile.in (po/$(PACKAGE).pot): Use $(mkinstalldirs) not
1409         mkinstalldirs.
1411 2009-03-18  Jakub Jelinek  <jakub@redhat.com>
1413         * include/cpplib.h (struct cpp_dir): Reorder fields for 64-bit hosts.
1415 2009-02-21  Joseph Myers  <joseph@codesourcery.com>
1417         * lex.c (lex_string): Return a CPP_LESS token for missing '>' in a
1418         header name.
1419         (_cpp_lex_direct): Handle this.
1421 2009-02-15  Richard Guenther  <rguenther@suse.de>
1423         Revert last change.
1425 2009-02-13  Richard Guenther  <rguenther@suse.de>
1427         * configure.ac: Enable LFS.
1428         * configure: Re-generate.
1429         * config.in: Likewise.
1431 2009-01-05  Ben Elliston  <bje@au.ibm.com>
1433         * Makefile.in (.po.gmo): Use mkinstalldirs, not test -d || mkdir.
1434         (.po.pox): Likewise.
1435         (po/$(PACKAGE).pot): Likewise.
1437 2008-12-10  Alexandre Oliva  <aoliva@redhat.com>
1439         PR target/37033
1440         * pch.c (cpp_valid_state): Improve message for poisoned symbols.
1441         Allow for differences in __GCC_HAVE_DWARF2_CFI_ASM.
1443 2008-11-29  Joseph Myers  <joseph@codesourcery.com>
1445         * lex.c (cpp_token_len): Use 6 as default length.
1447 2008-10-31  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1449         * expr.c (struct op): Add location.
1450         (_cpp_parse_expr): Propagate locations throught the stack
1451         of expressions.
1452         (reduce): Likewise.
1453         (check_promotion): Use explicit location in errors.
1455 2008-10-05  Matthew Gingell  <gingell@adacore.com>
1456             Arnaud Charlet  <charlet@adacore.com>
1458         * include/cpplib.h (cpp_comments, cpp_comment_table): New structs.
1459         (cpp_get_comments): New function.
1460         * internal.h (struct cpp_reader): Add comments field.
1461         * init.c (cpp_destroy): Free comments.
1462         * lex.c (store_comment, cpp_get_comments): New functions.
1463         (comments): New struct.
1464         (save_comment): Store comments in comments struct.
1466 2008-09-18  Simon Baldwin  <simonb@google.com>
1468         * include/cpplib.h (struct cpp_options): Add new boolean flag
1469         warn_builtin_macro_redefined.
1470         * init.c (cpp_create_reader): Initialize warn_builtin_macro_redefined.
1471         * (struct builtin_operator): Split out from previous struct builtin,
1472         enhance extra const correctness.
1473         * (struct builtin_macro): Split out from previous struct builtin, add
1474         new always_warn_if_redefined flag, enhance const correctness.
1475         * (mark_named_operators): Use struct builtin_operator.
1476         * (cpp_init_special_builtins): Use struct builtin_macro, add NODE_WARN
1477         to builtins selectively.
1478         * macro.c (warn_of_redefinition): Return false if a builtin macro
1479         is not flagged with NODE_WARN.
1481 2008-07-31  Jakub Jelinek  <jakub@redhat.com>
1483         PR preprocessor/36649
1484         * files.c (struct report_missing_guard_data): New type.
1485         (report_missing_guard): Put paths into an array instead of printing
1486         them right away.  Return 1 rather than 0.
1487         (report_missing_guard_cmp): New function.
1488         (_cpp_report_missing_guards): Sort and print paths gathered by
1489         report_missing_guard callback.
1491 2008-07-22  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1493         PR 28079
1494         * directives.c (strtolinenum): Handle overflow.
1495         (do_line): Give a warning if line number overflowed.
1496         (do_linemarker): Update call to strtolinenum.
1498 2008-07-21  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1500         * include/line-map.h (linenum_type): New typedef.
1501         (struct line_map): Use it.
1502         (SOURCE_LINE): Second arguments is a LOCATION not a LINE.
1503         (SOURCE_COLUMN): Likewise.
1504         * macro.c (_cpp_builtin_macro_text): Use linenum_type. Don't store
1505         source_location values in a variable of type linenum_type.
1506         * directives.c (struct if_stack): Use linenum_type.
1507         (strtoul_for_line): Rename as strtolinenum.
1508         (do_line): Use linenum_type.
1509         (do_linemarker): Use linenum_type and strtolinenum.
1510         (_cpp_do_file_change): Use linenum_t.
1511         * line-map.c (linemap_add): Likewise.
1512         (linemap_line_start): Likewise.
1513         * traditional.c (struct fun_macro): 'line' is a source_location.
1514         * errors.c (print_location): Use linenum_type.
1515         * directives-only.c (_cpp_preprocess_dir_only): Likewise.
1516         * internal.h (CPP_INCREMENT_LINE): Likewise.
1517         * lex.c (_cpp_skip_block_comment): Use source_location.
1518         
1519 2008-07-14  Ben Elliston  <bje@au.ibm.com>
1521         * include/cpplib.h (NODE_CONDITIONAL): New.
1522         (struct cpp_callbacks): New macro_to_expand field.
1523         (struct cpp_hashnode): Adjust size of flags and type fields.
1524         (cpp_peek_token): Prototype.
1525         * lex.c (cpp_peek_token): New function.
1526         (_cpp_temp_token): Protect pre-existing lookaheads.
1527         * macro.c (cpp_get_token): Expand any conditional macros.
1528         (_cpp_backup_tokens_direct): New.
1529         (_cpp_backup_tokens): Call _cpp_backup_tokens_direct.
1530         (warn_of_redefinition): Silently allow redefined conditional
1531         macros.
1532         (_cpp_create_definition): Remove the conditional flag when a user
1533         defines one of the conditional macros.
1534         * internal.h (_cpp_backup_tokens_direct): New prototype.
1536 2008-06-13  Andrew Haley  <aph@redhat.com>
1538         PR preprocessor/33305
1539         * macro.c (replace_args): Print a warning for empty macro
1540         arguments in C89 and C++.
1542 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1544         * Makefile.in ($(srcdir)/aclocal.m4): Update dependencies.
1545         * configure: Regenerate.
1547 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1549         * Makefile.in (datarootdir): New variable.
1551 2008-06-12  H.J. Lu  <hongjiu.lu@intel.com>
1553         PR preprocessor/36479
1554         * charset.c (cpp_interpret_string_notranslate): Also set
1555         narrow_cset_desc.width.
1557 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
1559         * configure.ac (parisc*64*-*-*): Remove.
1560         * configure: Regenerate.
1562 2008-05-30  Tom Tromey  <tromey@redhat.com>
1564         PR preprocessor/36320:
1565         * internal.h (_cpp_parse_expr): Update.
1566         * expr.c (_cpp_parse_expr): Add 'is_if' argument.  Update error
1567         messages.
1568         * directives.c (do_if): Update.
1569         (do_elif): Require expression if processing group.
1571 2008-05-30  Danny Smith  <dannysmith@users.sourceforge.net>
1573         * include/cpplib.h (struct cpp_dir): Add new field, canonical_name.
1575 2008-05-21  Tom Tromey  <tromey@redhat.com>
1577         PR preprocessor/27777:
1578         * lex.c (cpp_output_line_to_string): New function.
1579         * internal.h (_cpp_begin_message): Don't declare.
1580         * errors.c (_cpp_begin_message): Now static.
1581         * include/cpplib.h (cpp_output_line_to_string): Declare.
1582         * directives.c (do_diagnostic): Rewrote.  Use
1583         cpp_output_line_to_string.  Don't use _cpp_begin_message.
1585 2008-05-21  Tom Tromey  <tromey@redhat.com>
1587         * include/symtab.h (HT_ALLOCED): Remove.
1588         (ht_purge): Declare.
1589         * symtab.c (DELETED): New define.
1590         (ht_lookup): Update comment.
1591         (ht_lookup_with_hash): Handle deleted entries.  Remove HT_ALLOCED
1592         code.  Use subobject allocator for strings, if it exists.
1593         (ht_expand): Handle deleted entries.
1594         (ht_forall): Likewise.
1595         (ht_purge): New function.
1596         (ht_dump_statistics): Print deletion statistics.
1598 2008-05-13  Tom Tromey  <tromey@redhat.com>
1600         PR preprocessor/22168:
1601         * include/cpplib.h (struct cpp_options) <objc>: Update
1602         documentation.
1603         * expr.c (eval_token): Warn for use of assertions.
1604         * directives.c (directive_diagnostics): Warn about extensions.
1605         (DEPRECATED): New define.
1606         (DIRECTIVE_TABLE): Use it.
1608 2008-05-06  Tom Tromey  <tromey@redhat.com>
1610         PR preprocessor/35313, PR preprocessor/36088:
1611         * expr.c (optab) <QUERY, COMMA>: Set precedence to 4.
1612         (reduce) <case CPP_QUERY>: Special case CPP_COMMA and CPP_COLON.
1614 2008-05-04  David S. Miller  <davem@davemloft.net>
1616         * configure.ac (sparc*-*-*): Always set need_64bit_hwint to yes.
1617         * configure: Regenerate.
1619 2008-04-22  Daniel Franke  <franke.daniel@gmail.com>
1621         * include/cpplib.h (cpp_define_formatted): New.
1622         * directives.c (cpp_define_formatted): New.
1624 2008-04-21  Tom Tromey  <tromey@redhat.com>
1626         PR libcpp/33415:
1627         * charset.c (_cpp_convert_input): Add buffer_start argument.
1628         Ignore UTF-8 BOM if seen.
1629         * internal.h (_cpp_convert_input): Add argument.
1630         * files.c (struct _cpp_file) <buffer_start>: New field.
1631         (destroy_cpp_file): Free buffer_start, not buffer.
1632         (_cpp_pop_file_buffer): Likewise.
1633         (read_file_guts): Update.
1635 2008-04-18  Kris Van Hees <kris.van.hees@oracle.com>
1637         * include/cpp-id-data.h (UC): Was U, conflicts with U"..." literal.
1638         * include/cpplib.h (CHAR16, CHAR32, STRING16, STRING32): New tokens.
1639         (struct cpp_options): Added uliterals.
1640         (cpp_interpret_string): Update prototype.
1641         (cpp_interpret_string_notranslate): Idem.
1642         * charset.c (init_iconv_desc): New width member in cset_converter.
1643         (cpp_init_iconv): Add support for char{16,32}_cset_desc.
1644         (convert_ucn): Idem.
1645         (emit_numeric_escape): Idem.
1646         (convert_hex): Idem.
1647         (convert_oct): Idem.
1648         (convert_escape): Idem.
1649         (converter_for_type): New function.
1650         (cpp_interpret_string): Use converter_for_type, support u and U prefix.
1651         (cpp_interpret_string_notranslate): Match changed prototype.
1652         (wide_str_to_charconst): Use converter_for_type.
1653         (cpp_interpret_charconst): Add support for CPP_CHAR{16,32}.
1654         * directives.c (linemarker_dir): Macro U changed to UC.
1655         (parse_include): Idem.
1656         (register_pragma_1): Idem.
1657         (restore_registered_pragmas): Idem.
1658         (get__Pragma_string): Support CPP_STRING{16,32}.
1659         * expr.c (eval_token): Support CPP_CHAR{16,32}.
1660         * init.c (struct lang_flags): Added uliterals.
1661         (lang_defaults): Idem.
1662         * internal.h (struct cset_converter) <width>: New field.
1663         (struct cpp_reader) <char16_cset_desc>: Idem.
1664         (struct cpp_reader) <char32_cset_desc>: Idem.
1665         * lex.c (digraph_spellings): Macro U changed to UC.
1666         (OP, TK): Idem.
1667         (lex_string): Add support for u'...', U'...', u"..." and U"...".
1668         (_cpp_lex_direct): Idem.
1669         * macro.c (_cpp_builtin_macro_text): Macro U changed to UC.
1670         (stringify_arg): Support CPP_CHAR{16,32} and CPP_STRING{16,32}.
1672 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1674         PR bootstrap/35457
1675         * aclocal.m4: Regenerate.
1676         * configure: Regenerate.
1678 2008-04-17  Tom Tromey  <tromey@redhat.com>
1680         PR libcpp/34866:
1681         * errors.c (cpp_error): Don't reference a token before the start
1682         of the current run.
1684 2008-04-16  Tom Tromey  <tromey@redhat.com>
1686         * Makefile.in (TAGS_SOURCES): New variable.
1687         (TAGS): New target.
1689 2008-04-11  Kaz Kojima  <kkojima@gcc.gnu.org>
1691         * configure.ac: (need_64bit_hwint): Need 64bit hwint for sh-*-*
1692         and shbe-*-*.
1693         * configure: Rebuilt.
1695 2008-04-02  Joseph Myers  <joseph@codesourcery.com>
1697         * include/cpplib.h (struct cpp_callbacks): Add used_define,
1698         used_undef and before_define.
1699         (NODE_USED): Define.
1700         * directives.c (do_define, do_undef, undefine_macros, do_ifdef,
1701         do_ifndef, cpp_pop_definition): Handle new flag and use new
1702         callbacks.
1703         * expr.c (parse_defined): Handle new flag and use new callbacks.
1704         * macro.c (enter_macro_context, _cpp_free_definition): Handle new
1705         flag and use new callbacks.
1707 2008-04-01  Jakub Jelinek  <jakub@redhat.com>
1709         PR pch/13675
1710         * files.c (struct _cpp_file): Remove pch field.
1711         (pch_open_file): Don't set file->pch, just file->pchname.
1712         (should_stack_file): After pfile->cb.read_pch call
1713         free pchname and clear pchname, don't close file->fd.
1714         Test file->pchname instead of file->pch.  Don't close fd after cb.
1715         (_cpp_stack_include): Test file->pchname instead of file->pch.
1717 2008-03-28  Tom Tromey  <tromey@redhat.com>
1719         * Makefile.in (POSTCOMPILE): New variable.
1720         (.c.o): Use it.
1722 2008-03-13  Tom Tromey  <tromey@redhat.com>
1724         PR libcpp/35322:
1725         * directives.c (destringize_and_run): Set pfile->directive.
1727 2008-03-06  Markus Milleder  <markus.milleder@generali.at>
1729         PR preprocessor/35458
1730         * mkdeps.c (munge): Quote '#' with a '\'.
1732 2008-02-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1734         PR preprocessor/35379
1735         * mkdeps.c (deps_write): Ensure the first target always appears
1736         in the first column, without leading backslash newline.  Avoid
1737         some more extra whitespace.
1739 2008-02-25  Thiemo Seufer <ths@mips.com>
1741         * Makefile.in ($(srcdir)/config.in): Depend on configure.ac.
1743 2008-02-19  Tom Tromey  <tromey@redhat.com>
1745         * traditional.c (lex_identifier): Use CPP_HASHNODE.
1746         * lex.c (lex_identifier): Use CPP_HASHNODE.
1747         * include/line-map.h (LINEMAP_POSITION_FOR_COLUMN): Wrap in
1748         do-while.
1749         * identifiers.c (alloc_node): Change return type.
1750         (_cpp_init_hashtable): Don't cast 'alloc_node'.
1751         (proxy_assertion_broken): New declaration.
1752         (cpp_forall_identifiers): Move comment.
1753         * line-map.c (linemap_add): Comment fix.
1754         (linemap_line_start): Indentation fix.
1756 2008-01-25  Jakub Jelinek  <jakub@redhat.com>
1758         PR preprocessor/34692
1759         * macro.c (collect_args): Add pragma_buff argument.  Push
1760         CPP_PRAGMA ... CPP_PRAGMA_EOL tokens to *pragma_buff, rather
1761         than into arguments.  Reset prevent_expansion and parsing_args
1762         state at CPP_PRAGMA_EOL/CPP_EOF.
1763         (funlike_invocation_p): Add pragma_buff argument, pass it through
1764         to collect_args.
1765         (enter_macro_context): Add result argument.  Adjust
1766         funlike_invocation_p caller.  Emit all deferred pragma tokens
1767         gathered during collect_args before the expansion, add a padding
1768         token.  Return 2 instead of 1 if any pragma tokens were prepended.
1769         (cpp_get_token): If enter_macro_context returns 2, don't return
1770         a padding token, instead cycle to grab CPP_PRAGMA token.
1771         * directives.c (_cpp_handle_directive): If was_parsing_args
1772         in deferred pragma, leave parsing_args and prevent_expansion as is.
1774 2008-01-22  Tom Tromey  <tromey@redhat.com>
1776         PR c++/34859
1777         * macro.c (_cpp_create_definition): Handle __STDC_LIMIT_MACROS and
1778         __STDC_CONSTANT_MACROS.
1780 2008-01-07  Fred Fish  <fnf@specifix.com>
1782         PR preprocessor/30363
1783         * traditional.c (replace_args_and_push): Add local variable
1784         cxtquote, calculate the replacement text size assuming a 
1785         worst case of every input character quoted with backslash,
1786         and properly handle output quoting of quote characters in
1787         actual arguments used in function-like macros.
1789 2008-01-03  Tom Tromey  <tromey@redhat.com>
1791         PR preprocessor/34602
1792         * directives.c (do_line): Don't try to spell EOF token.
1793         (do_linemarker): Add comment.
1795 2007-12-11  DJ Delorie  <dj@redhat.com>
1797         * charset.c (convert_using_iconv): Close out any shift states,
1798         returning to the initial state.
1800 2007-12-06  Tom Tromey  <tromey@redhat.com>
1802         PR c/29172
1803         * internal.h (struct cpp_reader) <file_hash_entries>: Changed
1804         type.
1805         <file_hash_entries_allocated, file_hash_entries_used>: Removed.
1806         * files.c (FILE_HASH_POOL_SIZE): New macro.
1807         (struct file_hash_entry_pool): New.
1808         (destroy_all_cpp_files): New function.
1809         (allocate_file_hash_entries): Allocate a file_hash_entry_pool.
1810         (new_file_hash_entry): Update.
1811         (free_file_hash_entries): New function.
1812         (_cpp_cleanup_files): Call free_file_hash_entries and
1813         destroy_all_cpp_files.
1814         (cpp_clear_file_cache): New function.
1815         * include/cpplib.h (cpp_clear_file_cache): Declare.
1817 2007-12-03  Tom Tromey  <tromey@redhat.com>
1819         PR preprocessor/34288
1820         * configure.ac, config.in: Rebuilt.
1821         * configure.ac: Check for ssize_t.
1823 2007-11-30  Tom Tromey  <tromey@redhat.com>
1825         PR preprocessor/32868
1826         * macro.c (_cpp_create_definition): Special case
1827         __STDC_FORMAT_MACROS.
1829 2007-11-16  Michael Matz  <matz@suse.de>
1831         * files.c (search_path_head): Fix check for absolute paths.
1833 2007-11-11  Tom Tromey  <tromey@redhat.com>
1835         PR c++/17557
1836         * include/cpplib.h (cpp_included_before): Declare.
1837         * files.c (struct file_hash_entry) <location>: New field.
1838         (_cpp_find_file): Initialize new field.
1839         (make_cpp_dir): Likewise.
1840         (cpp_included_before): New function.
1842 2007-11-01  Tom Tromey  <tromey@redhat.com>
1844         PR preprocessor/30805
1845         * macro.c (paste_tokens): Handle padding token.
1846         (paste_tokens): Don't abort unless padding has PASTE_LEFT flag.
1848 2007-10-31  Tom Tromey  <tromey@redhat.com>
1850         PR preprocessor/30786
1851         * macro.c (builtin_macro): Return result of _cpp_do__Pragma.
1852         * directives.c (_cpp_do__Pragma): Return error status.
1853         * internal.h (_cpp_do__Pragma): Update.
1854         * directives.c (get__Pragma_string): Back up if EOF seen.
1856 2007-09-06  Tom Tromey  <tromey@redhat.com>
1858         * internal.h (struct cpp_reader) <invocation_location>: New
1859         field.
1860         (struct cpp_reader) <set_invocation_location>: Likewise.
1861         * init.c (cpp_set_line_map): New function.
1862         * line-map.c (linemap_add): Use linemap's allocator.
1863         * include/line-map.h (GTY): Define.
1864         (line_map_realloc): New typedef.
1865         (struct line_map): Mark with GTY.
1866         (struct line_maps): Likewise.
1867         (struct line_maps) <maps>: Likewise.
1868         (struct line_maps) <reallocator>: New field.
1869         * include/symtab.h (GTY): Conditionally define.
1870         * include/cpplib.h (cpp_set_line_map): Declare.
1871         (cpp_get_token_with_location): Declare.
1872         * macro.c (cpp_get_token): Set invocation_location on the reader.
1873         (cpp_get_token_with_location): New function.
1875 2007-08-30  Chao-ying Fu  <fu@mips.com>
1877         * expr.c (interpret_float_suffix): Support hr, r, lr, llr, uhr, ur,
1878         ulr, ullr, hk, k, lk, llk, uhk, uk, ulk, ullk.
1879         (cpp_classify_number): Support decimal fixed-point constants without
1880         exponents.
1881         Warn about fixed-point constants when -pedantic.
1882         * include/cpplib.h (CPP_N_SMALL, CPP_N_MEDIUM, CPP_N_LARGE): Change
1883         comments to support fixed-point values.
1884         (CPP_N_FRACT, CPP_N_ACCUM): Define.
1886 2007-08-18  Tom Tromey  <tromey@redhat.com>
1888         PR preprocessor/32974
1889         * directives.c (parse_include): Don't check for EOL when
1890         processing #pragma dependency.
1892 2007-07-30  Ollie Wild  <aaw@google.com>
1894         * directives-only.c: New file.
1895         * internal.h (struct _cpp_dir_only_callbacks): New.
1896         (_cpp_preprocess_dir_only): New function.
1897         * directives.c (_cpp_handle_directive): Check directives_only before
1898         disabling execution of indented directives.
1899         * files.c (_cpp_stack_file): Add directives_only check.
1900         * include/cpplib.h (struct cpp_options): Add directives_only.
1901         (cpp_init_special_builtins): New function.
1902         * init.c (cpp_init_special_builtins): New function.
1903         (cpp_init_builtins): Move builtin_array initialization to
1904         cpp_init_special_builtins.
1905         (post_options): Check directives_only before setting
1906         pfile->state.prevent_expansion = 1.
1907         * macro.c (_cpp_builtin_macro_text): Print an error if __COUNTER__
1908         is expanded inside a directive while -fdirectives-only is enabled.
1909         * Makefile.in (libcpp_a_OBJS): Add directives-only.o.
1910         (libcpp_a_SOURCES): Add directives-only.c.
1912 2007-07-04  Uros Bizjak  <ubizjak@gmail.com>
1914         * traditional.c (_cpp_scan_out_logical_line): Initialize
1915         fmacro.args, fmacro.node, fmacro.offset, fmacro.line and
1916         fmacro.args to prevent 'may be used uninitialized' warning.
1918 2007-07-03  Uros Bizjak  <ubizjak@gmail.com>
1920         * include/cpplib.h (CPP_N_WIDTH_MD, CPP_N_MD_W, CPP_N_MD_Q):
1921         Add new constants.
1922         * expr.c (interpret_float_suffix): Process 'w', 'W', 'q' and 'Q'
1923         suffixes.  Return CPP_N_MD_W for 'w' or 'W' suffixes and CPP_N_MD_Q
1924         for 'q' or 'Q' suffixes.
1926 2007-06-17  Danny Smith  <dannysmith@users.sourceforge.net
1928         * files.c (open_file): Correct typo.
1930 2007-06-16  Vladimir Prus  <vladimir@codesourcery.com>
1932         * files.c (open_file): Prevent the call
1933         for stat from overwriting errno.
1935 2007-06-09  Vladimir Prus  <vladimir@codesourcery.com>
1937         * files.c (open_file): Account for the
1938         fact that on windows, opening a directory gives
1939         EACCES.
1941 2007-06-05  Joerg Wunsch  <j.gnu@uriah.heep.sax.de>
1943         PR preprocessor/23479
1944         * expr.c (cpp_classify_number): Implement 0b-prefixed binary
1945         integer constants.
1946         (append_digit): Likewise.
1947         * include/cpplib.h: Add CPP_N_BINARY, to be used for 0b-prefixed
1948         binary integer constants.
1950 2007-05-31  Dave Korn  <dave.korn@artimi.com>
1952         PR preprocessor/14331
1953         * lex.c (_cpp_get_fresh_line):  Don't warn if no newline at EOF.
1955 2007-05-24  Ollie Wild  <aaw@google.com>
1957         * macro.c (_cpp_builtin_macro_text): Handle BT_COUNTER.
1958         * pch.c (cpp_write_pch_deps): Save __COUNTER__ state.
1959         (cpp_write_pch_state): Save __COUNTER__ state.
1960         (cpp_valid_state): Check valid __COUNTER__ state.
1961         (cpp_read_state): Read new __COUNTER__ state.
1962         * include/cpplib.h (enum builtin_type): Add BT_COUNTER enumerator.
1963         * init.c (builtin_array): Add __COUNTER__/BT_COUNTER.
1964         * internal.h (struct cpp_reader): Add counter member.
1966 2007-05-23  Simon Martin  <simartin@users.sourceforge.net>
1968         PR preprocessor/20077
1969         * macro.c (create_iso_definition): Fixed the method to determine
1970         whether the token-pasting operator appears at the beginning or the end
1971         of a macro.
1973 2007-05-21  Ian Lance Taylor  <iant@google.com>
1975         * internal.h (struct cpp_reader): Add new fields:
1976         nonexistent_file_hash and nonexistent_file_ob.
1977         * files.c: Include "obstack.h".
1978         (find_file_in_dir): Before trying to open the file, look up the
1979         path name in the hash table of nonexistent files.  After failing
1980         to open the file, add the path name to the hash table.
1981         (_cpp_find_file): Cache the results of looking up the file name
1982         starting with the quote and bracket chain heads, if we can.
1983         (nonexistent_file_hash_eq): New static function.
1984         (_cpp_init_files): Initialize pfile->nonexistent_file_hash and
1985         pfile->nonexistent_file_ob.
1986         (_cpp_cleanup_files): Free pfile->nonexistent_file_hash and
1987         pfile->nonexistent_file_ob.
1989 2007-05-14  Janis Johnson  <janis187@us.ibm.com>
1991         * expr.c (cpp_classify_number): Warn about dfp constant for -pedantic.
1993         PR c/31924
1994         * expr.c (interpret_float_suffix): Check for invalid suffix.
1996 2007-05-02  Eric Christopher  <echristo@apple.com>
1998         * expr.c (num_div_op): Don't overflow if the result is
1999         zero.
2001 2007-05-02  Tom Tromey  <tromey@redhat.com>
2003         PR preprocessor/28709
2004         * macro.c (paste_tokens): Remove PASTE_LEFT from the old lhs.
2006 2007-03-30  Michael Meissner  <michael.meissner@amd.com>
2008         * directives.c (lex_macro_node_from_str): Fix alloca call to be
2009         type correct.
2011 2007-03-30  Richard Henderson  <rth@redhat.com>
2013         * directives.c (lex_macro_node_from_str): New.
2014         (cpp_push_definition, cpp_pop_definition): New.
2015         * include/cpplib.h (cpp_push_definition, cpp_pop_definition): Declare.
2017 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
2019         * Makefile.in: Add dummy install-pdf target.
2021 2007-01-30  Tom Tromey  <tromey@redhat.com>
2023         PR preprocessor/30468
2024         * mkdeps.c (apply_vpath): Strip successive '/'s if we stripped
2025         './'.
2027 2007-01-30  Tom Tromey  <tromey@redhat.com>
2029         PR preprocessor/29966
2030         * macro.c (lex_expansion_token): Save and restore cpp_reader's
2031         cur_token.
2032         (_cpp_create_definition): Don't restore cur_token here.
2033         * lex.c (_cpp_lex_token): Added assertion.
2035 2007-01-27  Tom Tromey  <tromey@redhat.com>
2037         * configure: Rebuilt.
2039 2007-01-12  Tom Tromey  <tromey@redhat.com>
2041         PR preprocessor/28227
2042         * directives.c (lex_macro_node): Added 'is_def_or_undef'
2043         argument.
2044         (do_define): Update.
2045         (do_undef): Update.
2046         (do_ifdef): Update.
2047         (do_ifndef): Update.
2049 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2051         * configure: Regenerate.
2053 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2055         * configure: Regenerate.
2057 2007-01-04  Tom Tromey  <tromey@redhat.com>
2059         PR preprocessor/28165
2060         * internal.h (cpp_in_primary_file): New function.
2061         * directives.c (do_include_next): Use cpp_in_primary_file.
2062         (do_pragma_once): Likewise.
2063         (do_pragma_system_header): Likewise.
2065 2006-12-29  Ian Lance Taylor  <iant@google.com>
2067         * lex.c (_cpp_clean_line): Add uses of __builtin_expect.  Don't
2068         look backward at the end of the line unless we saw a backslash.
2070 2006-12-29  Jakub Jelinek  <jakub@redhat.com>
2072         PR preprocessor/29612
2073         * directives.c (do_linemarker): Set pfile->buffer->sysp always, not
2074         only when new_sysp is non-zero.
2076 2006-12-28  Tom Tromey  <tromey@redhat.com>
2078         PR preprocessor/30001
2079         * charset.c (_cpp_convert_input): Check that to.len is greater
2080         than zero.
2082 2006-11-20  Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>
2084         * configure.ac (need_64bit_hwint): Need 64bit hwint for SPU.
2085         * configure: Rebuilt.
2087 2006-11-01      Douglas Gregor <doug.gregor@gmail.com>
2089         * include/cpplib.h (enum c_lang): Add CLK_GNUCXX0X and CLK_CXX0X
2090         for experimental C++0x mode.
2091         * init.c (lang_defaults): Add defaults for C++0x modes. C++0x has
2092         adopted the preprocessor changes introduced in C99.
2094 2006-10-29  Joseph Myers  <joseph@codesourcery.com>
2096         * configure.ac (need_64bit_hwint): Set for i[34567]86-*-linux*
2097         depending on --enable-targets=all.
2098         * configure: Regenerate.
2100 2006-10-12  Jakub Jelinek  <jakub@redhat.com>
2102         PR preprocessor/28709
2103         * macro.c (paste_tokens): Do error reporting here, use BUF with the
2104         spelled LHS token as opposed to spelling it again.
2105         (paste_all_tokens): Don't report errors here, just break on failure.
2107 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
2109         * Makefile.in: Added empty "pdf" target.
2111 2006-09-22  Geoffrey Keating  <geoffk@apple.com>
2113         * configure.ac: Make need_64_bit_hwint case for x86-darwin
2114         match exactly the glob in gcc/config.gcc.
2115         * configure: Regenerate.
2117 2006-09-13  Joseph S. Myers  <joseph@codesourcery.com>
2119         PR c/28768
2120         PR preprocessor/14634
2121         * lex.c (lex_string): Pedwarn for unterminated literals.
2123 2006-09-08  Eric Christopher  <echristo@apple.com>
2125         * configure.ac: Add 64-bit HWI support for i?86-darwin.
2127 2006-08-14  Steve Ellcey  <sje@cup.hp.com>
2129         PR c++/28288
2130         PR c++/14556
2131         * include/cpplib.h: Remove <?, >?, <?=, and >?= tokens.
2132         (CPP_LAST_EQ): Change.
2133         (CPP_LAST_PUNCTUATOR): Change.
2134         * expr.c (cpp_operator): Remove MIN and MAX.
2135         (reduce): Remove CPP_MIN and CPP_MAX.
2136         (num_binary_op): Ditto.
2137         * lex.c (_cpp_lex_direct): Ditto.
2138         (cpp_avoid_paste): Remove ? as legal symbol after > or <.
2140 2006-06-09  Jakub Jelinek  <jakub@redhat.com>
2142         PR preprocessor/27746
2143         * directives.c (do_pragma): Handle pragma with valid namespace
2144         and invalid name coming from macro expansion.
2145         * directives.c (destringize_and_run): Initialize next field in
2146         context.
2148         PR c/27747
2149         PR c++/27748
2150         * directives.c (destringize_and_run): Set NO_EXPAND on the
2151         tokens.
2153         * macro.c (_cpp_backup_tokens): Fix comment typo.
2155 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
2157         * Makefile.in (CATALOGS): Add po/ prefix.
2158         * configure: Regenerated.
2160 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
2162         * Makefile.in: Add install-html target. Add install-html to .PHONY
2164 2006-02-17  Grigory Zagorodnev <grigory_zagorodnev@linux.intel.com>
2166         * macro.c (_cpp_builtin_macro_text): Handle BT_TIMESTAMP.
2167         * files.c (_cpp_get_file_stat): New function.
2168         * include/cpplib.h (builtin_type): Add BT_TIMESTAMP.
2169         * init.c (builtin_array): Add support for __TIMESTAMP__/BT_TIMESTAMP.
2170         * internal.h (_cpp_get_file_stat): Prototype.
2171         (struct cpp_buffer): Add timestamp.
2173 2006-01-23  Jakub Jelinek  <jakub@redhat.com>
2175         PR preprocessor/25717
2176         * init.c (cpp_init_builtins): If __STDC__ will not change value
2177         between system headers and other sources, define it as a normal
2178         macro rather than a builtin.
2179         * macro.c (_cpp_builtin_macro_text) <case BT_STDC>: Only check
2180         cpp_in_system_header condition.
2182 2006-01-05  Paolo Bonzini  <bonzini@gnu.org>
2184         * Makefile.in: Use -MMD instead of -MD.
2186 2006-01-04  Dmitry Kurochkin <dmitry.kurochkin@gmail.com>
2187             Richard Henderson  <rth@redhat.com>
2189         Merge from gomp branch:
2190         * directives.c (struct pragma_entry): Add is_deferred.  Add ident
2191         entry to value union.
2192         (end_directive): Don't eat the line if in_deferred_pragma.
2193         (run_directive): Remove pragma hacks.
2194         (insert_pragma_entry): Remove.
2195         (new_pragma_entry): New.
2196         (register_pragma_1): Split out of register_pragma.  Only handle
2197         the lookup tree and return the new entry.
2198         (cpp_register_pragma): Fill in the pragma entry here.
2199         (cpp_register_deferred_pragma): New.
2200         (register_pragma_internal): New.
2201         (_cpp_init_internal_pragmas): Use register_pragma_internal.
2202         (do_pragma): Allow pragma expansion after namespace.  For deferred
2203         pragmas, don't slurp the line into a string.
2204         (destringize_and_run): Save tokens for deferred pragmas.
2205         (cpp_handle_deferred_pragma): Remove.
2206         * macro.c (builtin_macro): Remove pragma token hack.
2207         (_cpp_push_token_context): Rename from push_token_context and export.
2208         * internal.h (struct lexer_state): Add pragma_allow_expansion.
2209         (_cpp_push_token_context): Declare.
2210         * lex.c (_cpp_lex_token): Allow _cpp_handle_directive to return
2211         a token.  Update the line number correctly if so.
2212         (_cpp_lex_direct): Emit CPP_PRAGMA_EOL tokens.
2213         (cpp_token_val_index): Return CPP_TOKEN_FLD_PRAGMA for pragmas.
2214         * include/cpplib.h (PRAGMA_EOL): New.
2215         (CPP_TOKEN_FLD_PRAGMA): New.
2216         (struct cpp_token): Add val.pragma.
2217         (struct cpp_options): Remove defer_pragmas.
2218         (cpp_handle_deferred_pragma): Remove.
2219         (cpp_register_deferred_pragma): Declare.
2221 2006-01-01  Jakub Jelinek  <jakub@redhat.com>
2223         PR c++/25294
2224         * directives.c (do_pragma): If pragma line ends with multi-line
2225         block comment, end the saved deferred pragma string before that
2226         comment.  Handle embedded '\0' chars on the pragma line.
2228 2005-12-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2230         PR c++/23333
2231         * include/cpplib.h: Add PURE_ZERO to flags for the cpp_token structure.
2233 2005-12-07  Jon Grimm  <jgrimm2@us.ibm.com>
2234             Ben Elliston  <bje@au.ibm.com>
2236         * include/cpplib.h (CPP_N_DFLOAT): New.
2237         * expr.c (interpret_float_suffix): Identify df, dd, and dl
2238         suffixes as decimal floating point constants.
2239         (cpp_classify_number): Disallow hexadecimal DFP constants.
2241 2005-11-14  Gerald Pfeifer  <gerald@pfeifer.com>
2242             Ian Lance Taylor  <ian@airs.com>
2244         * include/cpplib.h (struct cpp_callbacks): Annotate error with
2245         ATTRIBUTE_FPTR_PRINTF(3,0) instead of ATTRIBUTE_PRINTF(3,0).
2247 2005-11-09  Per Bothner  <per@bothner.com>
2248             Uros Bizjak  <uros@kss-loka.si>
2250         PR c/24101
2251         * init.c (read_original_filename): Temporarily set
2252         state.in_directive before calling _cpp_lex_direct for
2253         CPP_HASH tokens.
2255 2005-11-03  James E Wilson  <wilson@specifix.com>
2257         PR preprocessor/24202
2258         * files.c (_cpp_pop_file_buffer): Set buffer_valid to false.
2260 2005-11-04  Joseph S. Myers  <joseph@codesourcery.com>
2262         * include/cpplib.h (struct cpp_callbacks): Make error take
2263         va_list* parameter.
2264         * errors.c (cpp_error): Update call to callback.
2266 2005-11-03  Andrew Pinski  <pinskia@physics.uc.edu>
2268         PR preprocessor/22042
2269         * macro.c (_cpp_builtin_macro_text): Lower the needed max
2270         buffer size.
2271         (cpp_quote_string): Don't octalify non printable
2272         charactors.
2274 2005-11-03  Joseph S. Myers  <joseph@codesourcery.com>
2276         PR c++/17964
2277         * include/cpplib.h (struct cpp_options): Add client_diagnostic.
2278         (struct cpp_callbacks): Add error.
2279         * errors.c (cpp_error): If client_diagnostic, use error callback.
2280         * charset.c (convert_escape): Don't use %03o in diagnostic.
2282 2005-10-21  James E Wilson  <wilson@specifix.com>
2284         PR preprocessor/15220
2285         * files.c (_cpp_find_file): New parameter angle_brackets.  Fix all
2286         callers.  Pass to open_file_failed.
2287         (open_file_failed): New parameter angle_brackets.  Fix all callers.
2288         Use in print_dep assignment.
2289         * init.c (cpp_read_main_file): Pass additional arg to _cpp_find_file.
2290         * internal.h (_cpp_find_file): Add new parm to declaration.
2292 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
2294         * configure.ac: Require 64-bit int for arm*-*-*eabi*.
2295         * configure: Regenerate.
2297 2005-10-04  Ian Lance Taylor  <ian@airs.com>
2299         PR preprocessor/13726
2300         * directives.c (check_eol_return_comments): New static function.
2301         (parse_include): Add buf parameter.  Change all callers.
2302         (do_include_common): If not discard comments, turn on
2303         save_comments.  Pass collected comments to include callback.
2304         * include/cpplib.h (struct cpp_callbacks): Add new parameter to
2305         include callback: cpp_token list.
2307 2005-09-20  Joseph S. Myers  <joseph@codesourcery.com>
2309         * include/cpplib.h (struct cpp_options): Add extended_identifiers.
2310         * init.c (struct lang_flags, lang_defaults): Add
2311         extended_identifiers.
2312         (cpp_set_lang): Use it.
2313         * lex.c (forms_identifier_p): Check extended_identifiers.
2315 2005-08-30  Jakub Jelinek  <jakub@redhat.com>
2317         PR preprocessor/20348
2318         PR preprocessor/20356
2319         * files.c (_cpp_find_file, search_cache): Revert 2004-06-26 and
2320         2004-06-05 changes.
2322 2005-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2324         * configure.ac (ACX_PROG_CC_WARNING_OPTS): add
2325         -Wmissing-format-attribute.
2327         * configure: Regenerate.
2329 2005-06-29  Kelley Cook  <kcook@gcc.gnu.org>
2331         * all files: Update FSF address in copyright headers.
2332         * makeucnid.c (write_copyright): Update outputted FSF address.
2334 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
2336         * configure.ac: Invoke ZW_CREATE_DEPDIR and
2337         ZW_PROG_COMPILER_DEPENDENCIES.
2338         * aclocal.m4, configure: Regenerate.
2339         * Makefile.in (DEPMODE, DEPDIR, depcomp, COMPILE.base, COMPILE):
2340         New variables.
2341         (distclean): Clean up $(DEPDIR) and its contents.
2342         (.c.o): Use $(COMPILE).
2343         Include $(DEPDIR)/*.Po for most object->header dependencies.
2345 2005-05-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2347         * configure.ac: Check declarations for asprintf and vasprintf.
2348         * config.in: Regenerate.
2349         * configure: Likewise.
2351         * charset.c (conversion_loop): Use XRESIZEVEC.
2352         (convert_no_conversion): Likewise.
2353         (convert_using_iconv): Likewise.
2354         (init_iconv_desc): Cast return value of alloca.
2355         (cpp_host_to_exec_charset): Use XNEWVEC.
2356         (emit_numeric_escape): Use XRESIZEVEC.
2357         (cpp_interpret_string): Use XNEWVEC.
2358         (cpp_interpret_string): Use XRESIZEVEC.
2359         (_cpp_interpret_identifier): Cast return value of alloca.
2360         (_cpp_convert_input): Use XNEWVEC and XRESIZEVEC.
2361         * directives.c (glue_header_name): Use XNEWVEC and XRESIZEVEC.
2362         (parse_include): Use XNEWVEC.
2363         (insert_pragma_entry): Rename local variable "new" to
2364         "new_entry".
2365         (save_registered_pragmas): Cast return value of xmemdup.
2366         (destringize_and_run): Same for alloca.
2367         (parse_assertion): Likewise.
2368         (do_assert): Cast allocated storage to proper type.
2369         (cpp_define): Likewise.
2370         (_cpp_define_builtin): Likewise.
2371         (cpp_undef): Likewise.
2372         (handle_assertion): Likewise.
2373         (cpp_push_buffer): Rename local variable "new" to "new_buffer".
2374         * expr.c (CPP_UPLUS): Cast value to type cpp_ttype.
2375         (CPP_UMINUS): Likewise.
2376         (struct cpp_operator): Rename from struct operator.
2377         (_cpp_expand_op_stack): Use XRESIZEVEC.
2378         * files.c (pch_open_file): Use XNEWVEC.
2379         (pch_open_file): Use XRESIZEVEC.
2380         (read_file_guts): Use XNEWVEC and XRESIZEVEC.
2381         (dir_name_of_file): Use XNEWVEC.
2382         (make_cpp_file): Use XCNEW.
2383         (make_cpp_dir): Likewise.
2384         (allocate_file_hash_entries): USE XNEWVEC.
2385         (cpp_included): Cast return value of htab_find_with_hash.
2386         (append_file_to_dir): Use XNEWVEC.
2387         (read_filename_string): Likewise. Use XRESIZEVEC too.
2388         (read_name_map): Cast return value of alloca.  Use XRESIZEVEC.
2389         (remap_filename): Use XNEWVEC.
2390         (struct pchf_entry): Move definition out of struct pchf_data.
2391         (_cpp_save_file_entries): Use XCNEWVAR.
2392         (_cpp_read_file_entries): Use XNEWVAR.
2393         * identifiers.c (alloc_node): Use XOBNEW.
2394         * init.c (cpp_create_reader): Use XCNEW.
2395         (cpp_init_builtins): Cast of b->value to enum builtin_type.
2396         (read_original_directory): Cast return value of alloca.
2397         * lex.c (add_line_note): Use XRESIZEVEC.
2398         (warn_about_normalization): Use XNEWVEC.
2399         (_cpp_lex_direct): Cast node->directive_index to (enum cpp_ttype).
2400         (new_buff): Use XNEWVEC.
2401         * line-map.c (linemap_add): Use XRESIZEVEC.
2402         * macro.c (builtin_macro): Cast return value of alloca.
2403         (paste_tokens): Likewise.
2404         (expand_arg): Use XNEWVEC and XRESIZEVEC.
2405         (_cpp_save_parameter): Use XRESIZEVEC.
2406         (create_iso_definition): Cast allocated storage to proper type.
2407         (_cpp_create_definition): Likewise.
2408         (cpp_macro_definition): Use XRESIZEVEC.
2409         * makedepend.c (add_clm): Use XNEW.
2410         (add_dir): Likewise.
2411         * mkdeps.c (munge): Use XNEWVEC.
2412         (deps_init): Use XCNEW.
2413         (deps_add_target): Use XRESIZEVEC.
2414         (deps_add_default_target): Cast return value of alloca.
2415         (deps_add_dep): Use XRESIZEVEC.
2416         (deps_add_vpath): Likewise.  Use XNEWVEC too.
2417         (deps_restore): Likewise.
2418         * pch.c (save_idents): Use XNEW and XNEWVEC.
2419         (cpp_save_state): Use XNEW.
2420         (count_defs): Cast return value of htab_find.
2421         (write_defs): Likewise.
2422         (cpp_write_pch_deps): Use XNEWVEC.
2423         (collect_ht_nodes): Use XRESIZEVEC.
2424         (cpp_valid_state): Use XNEWVEC.
2425         (save_macros): Use XRESIZEVEC.  Cast return value of xmemdup.
2426         * symtab.c (ht_create): Use XCNEW.
2427         (ht_lookup_with_hash): Cast return value of obstack_copy0.
2428         (ht_expand): Use XCNEWVEC.
2429         * system.h (HAVE_DESIGNATED_INITIALIZERS): False if __cplusplus.
2430         (bool): Do not define if __cplusplus.
2432 2005-05-12  Zack Weinberg  <zack@codesourcery.com>
2434         * directives.c (#sccs table entry): Mark IN_I, consistent with #ident.
2435         (do_sccs): Delete function definition, #define to do_ident.
2436         (do_ident): Don't hardwire directive name.
2438 2005-05-12  Ryota Kunisawa  <kunisawa@access.co.jp>
2440         PR bootstrap/21230
2441         * configure: Regenerate.
2443 2005-04-27  Andris Pavenis  <pavenis@latnet.lv>
2445         * files.c: Include io.h for DJGPP to get prototype of setmode.
2447 2005-04-19  Per Bothner  <per@bothner.com>
2449         PR preprocessor/20907
2450         * line-map.c (linemap_line_start): Fix bug when we need to increse
2451         column_bits but can re-use the current line_map.
2453 2005-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2455         * system.h (fopen, fdopen, freopen): Define these to the unlocked
2456         libiberty functions.
2458 2005-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2460         * configure.ac (libcpp_UNLOCKED_FUNCS): New.
2461         (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for libcpp_UNLOCKED_FUNCS.
2462         * system.h (putchar, getc, getchar, clearerr, feof, fileno,
2463         fflush, fgetc, fgets, ferror, fread): Redefine to the associated
2464         _unlocked function.
2465         (fwrite_unlocked): Fix prototype.
2467         * configure, config.in: Regenerate.
2469 2005-04-05  Jakub Jelinek  <jakub@redhat.com>
2471         PR preprocessor/19475
2472         * macro.c (create_iso_definition): For < ISO C99, don't
2473         pedwarn if there is no whitespace between macro name and its
2474         replacement, but the replacement starts with a basic character
2475         set character.
2477 2005-03-28  Andreas Jaeger  <aj@suse.de>
2479         * lex.c (warn_about_normalization): Cast field width to int to
2480         avoid warning.
2482 2005-03-19  Joseph S. Myers  <joseph@codesourcery.com>
2484         * configure.ac: Consistently use solaris2.1[0-9]* instead of
2485         solaris2.1[0-9].
2486         * configure: Regenerate.
2488 2005-03-15  Geoffrey Keating  <geoffk@apple.com>
2490         * charset.c (_cpp_valid_ucn): In identifiers, reject a partial
2491         UCN rather than printing an error.
2493 2005-03-14  Geoffrey Keating  <geoffk@apple.com>
2495         * lex.c (forms_identifier_p): Disable UCNs in C89 mode.
2497 2005-03-14  Geoffrey Keating  <geoffk@apple.com>
2499         * init.c (cpp_create_reader): Default warn_normalize to normalized_C.
2500         * charset.c: Update for new format of ucnid.h.
2501         (ucn_valid_in_identifier): Update for new format of ucnid.h.
2502         Add NST parameter, and update it; update callers.
2503         (cpp_valid_ucn): Add NST parameter, update callers.  Replace abort
2504         with cpp_error.
2505         (convert_ucn): Pass normalize_state to cpp_valid_ucn.
2506         * internal.h (struct normalize_state): New.
2507         (INITIAL_NORMALIZE_STATE): New.
2508         (NORMALIZE_STATE_RESULT): New.
2509         (NORMALIZE_STATE_UPDATE_IDNUM): New.
2510         (_cpp_valid_ucn): New.
2511         * lex.c (warn_about_normalization): New.
2512         (forms_identifier_p): Add normalize_state parameter, update callers.
2513         (lex_identifier): Add normalize_state parameter, update callers.  Keep
2514         the state current.
2515         (lex_number): Likewise.
2516         (_cpp_lex_direct): Pass normalize_state to subroutines.  Check
2517         it with warn_about_normalization.
2518         * makeucnid.c: New.
2519         * ucnid.h: Replace.
2520         * ucnid.pl: Remove.
2521         * ucnid.tab: Make appropriate for input to makeucnid.c.  Remove
2522         comments about obsolete version of C++.
2523         * include/cpplib.h (enum cpp_normalize_level): New.
2524         (struct cpp_options): Add warn_normalize field.
2526 2005-03-11  Geoffrey Keating  <geoffk@apple.com>
2528         * directives.c (glue_header_name): Update call to cpp_spell_token.
2529         * internal.h (_cpp_interpret_identifier): New.
2530         * charset.c (_cpp_interpret_identifier): New.
2531         (_cpp_valid_ucn): Allow UCN version of '$'.
2532         * lex.c (lex_identifier): Add extra parameter to indicate if initial
2533         character was '$' or '\'.  Support identifiers with UCNs.
2534         (forms_identifier_p): Allow UCNs.
2535         (_cpp_lex_direct): Pass extra parameter to lex_identifier.
2536         (utf8_to_ucn): New.
2537         (cpp_spell_token): Add FORSTRING parameter.  Use it.
2538         (cpp_token_as_text): Update call to cpp_spell_token.
2539         (cpp_output_token): Write UCNs back out.
2540         (stringify_arg): Update call to cpp_spell_token.
2541         (paste_tokens): Likewise.
2542         (cpp_macro_definition): Likewise.
2543         * macro.c (stringify_arg): Likewise.
2544         (paste_tokens): Likewise.
2545         (cpp_macro_definition): Likewise.
2546         * include/cpplib.h: Add parameter to cpp_spell_token.
2548 2005-03-04  Jakub Jelinek  <jakub@redhat.com>
2550         PR bootstrap/20282
2551         PR bootstrap/20305
2552         * macro.c (replace_args, cpp_get_token): Copy whole
2553         cpp_token_u instead of just cpp_string field from it.
2555 2005-02-28  Devang Patel  <dpatel@apple.com>
2557         * directives.c (do_line): Save sysp early before line table is
2558         realloc'ed.
2560 2005-02-20  Zack Weinberg  <zack@codesourcery.com>
2562         PR 18785
2563         * charset.c (LAST_POSSIBLY_BASIC_SOURCE_CHAR): New helper macro.
2564         (cpp_host_to_exec_charset): New function.
2565         * include/cpplib.h: Declare cpp_host_to_exec_charset.
2567 2005-02-19  Devang Patel  <dpatel@apple.com>
2569         * charset.c (_cpp_convert_input): Check '\r' before inserting
2570         '\n' at the end.
2572 2005-02-15  Eric Christopher  <echristo@redhat.com>
2574         PR preprocessor/19077
2575         * macro.c (cpp_macro_definition): Move handling of whitespace
2576         to PREV_WHITE conditional. Remove overloading of len
2577         variable.
2579 2005-02-14  Kazu Hirata  <kazu@cs.umass.edu>
2581         * directives.c, files.c, init.c, internal.h, macro.c, pch.c,
2582         traditional.c: Update copyright.
2584 2005-02-14  Paolo Bonzini  <bonzini@gnu.org>
2586         PR bootstrap/19818
2587         * configure.ac: Check for declaration of basename and getopt.
2588         * config.in: Regenerate.
2589         * configure: Regenerate.
2590         * internal.h (ustrcspn): New.
2591         * macro.c (create_iso_definition): Fix allocation of memory.
2592         (padding_token): Add cast to remove const-ness.
2593         * pch.c (cpp_read_state): Use ustrcspn.
2595 2005-02-08  Mike Stump  <mrs@apple.com>
2597         * files.c (pchf_adder): Remove.
2598         (struct pchf_adder_info): Likewise.
2599         (_cpp_save_file_entries): Write out all files so that #import works.
2601 2005-01-23  Joseph S. Myers  <joseph@codesourcery.com>
2603         * configure: Regenerate.
2605 2005-01-11  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2607         * include/cpplib.h (c_lang): Fix comment to say cpp_create_reader.
2609         * include/cpplib.h: Also update copyright years.
2611 2005-01-03  Geoffrey Keating  <geoffk@apple.com>
2613         * files.c (_cpp_find_file): Add files found by search_path_exhausted
2614         to the list of all files.
2616 2005-01-01  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2618         * internal.h: Update references to Cpp lib filenames.
2619         * directives.c: Likewise.
2620         * init.c: Likewise.
2621         * macro.c: Likewise.
2622         * traditional.c: Likewise.
2624 2004-12-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
2626         PR preprocessor/15167
2627         * files.c (destroy_cpp_file): New function.
2628         (should_stack_file): Make a new file if the
2629         compared file is still stacked.
2631 2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
2633         PR preprocessor/17610
2634         * directives.c (do_include_common): Error out if an empty filename
2635         is given for #include (or #include_next or #import).
2637 2004-11-27  Roger Sayle  <roger@eyesopen.com>
2638             Zack Weinberg  <zack@codesourcery.com>
2640         * internal.h: Replace all uses of uchar with unsigned char.
2641         * include/cpp-id-data.h: Likewise.  Guard typedef of uchar
2642         with !IN_GCC, so uchar is only defined whilst building libcpp.
2644 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
2646         * aclocal.m4: Regenerate.
2648 2004-11-24  Roger Sayle  <roger@eyesopen.com>
2650         PR preprocessor/15824
2651         * configure.ac: Correct HAVE_UCHAR test to #include <sys/types.h>
2652         directly, instead of the non-existant "system.h" and "ansidecl.h".
2653         * configure: Regenerate.
2655 2004-11-23  Daniel Jacobowitz  <dan@codesourcery.com>
2656             Joseph Myers  <joseph@codesourcery.com>
2658         * internal.h (struct lexer_state): Add in_deferred_pragma.
2659         * directives.c (struct pragma_entry): Add allow_expansion.
2660         (insert_pragma_entry): Take allow_expansion flag.
2661         (register_pragma): Likewise.
2662         (cpp_register_pragma): Likewise.
2663         (_cpp_init_internal_pragmas): Update calls to cpp_register_pragma.
2664         (do_pragma): Honor allow_expansion.
2665         (cpp_handle_deferred_pragma): Set in_deferred_pragma.
2666         * include/cpplib.h (cpp_register_pragma): Update prototype.
2668 2004-11-18  Daniel Jacobowitz  <dan@codesourcery.com>
2669             Mark Mitchell  <mark@codesourcery.com>
2671         * configure.ac (i[34567]86-*-solaris2.1[0-9]*): Set
2672         need_64bit_hwint=yes.
2673         * configure: Regenerate.
2675 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
2677         * Makefile.in ($(PACKAGE).pot): New rule.  Depend on
2678         po/$(PACKAGE).pot.
2679         (po/$(PACKAGE).pot): Use ":" instead of "," in --keyword
2680         arguments.  Add keywords _, N_, SYNTAX_ERROR and SYNTAX_ERROR2.
2681         Remove local srcdir path from generated file.
2683 2004-11-04  Zack Weinberg  <zack@codesourcery.com>
2684             Gerald Pfeifer  <gerald@pfeifer.com>
2686         * internal.h (HAVE_ICONV): Undefine if we do not have HAVE_ICONV_H
2687         as well.
2689 2004-10-27  Zack Weinberg  <zack@codesourcery.com>
2691         PR 18075
2692         * directives.c (do_pragma): Do not defer pragmas which are unknown.
2693         (cpp_handle_deferred_pragma): Add cast to silence warning.
2695 2004-10-14  Joseph S. Myers  <jsm@polyomino.org.uk>
2697         * errors.c (_cpp_begin_message): Print "error: " for errors.
2699 2004-10-10  Andreas Jaeger  <aj@suse.de>
2701         * makedepend.c: Include mkdeps.h for prototype of deps_add_vpath.
2702         * Makefile.in (makedepend.o): Add dependency on mkdeps.h.
2704 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
2706         * pch.c (cpp_write_pch_state): Remove variable z as it is not
2707         used.
2708         (cpp_read_state): Remove unused variables, m, d and mac_count.
2710 2004-09-29  Per Bothner  <per@bothner.com>
2712         * directives.c (cpp_handle_deferred_pragma):  Save, clear and restore
2713         cb.line_change.  Otherwise do_pragma will call the line_change
2714         call-back with a meaningless line number.
2716 2004-09-24  Zack Weinberg  <zack@codesourcery.com>
2718         * configure.ac: Move AC_PROG_MAKE_SET, AC_PROG_INSTALL to
2719         programs cluster. Use ACX_PROG_CC_WARNING_OPTS,
2720         ACX_PROG_CC_WARNING_ALMOST_PEDANTIC, ACX_PROG_CC_WARNINGS_ARE_ERRORS.
2721         * aclocal.m4, configure: Regenerate.
2722         * init.c: Include localedir.h.
2723         * Makefile.in (WARN_CFLAGS, ALL_CFLAGS): New variables.
2724         (DEFS): Delete.
2725         (.c.o): Use $(ALL_CFLAGS).
2726         (localedir.h, localedir.hs): New rules.
2727         (clean): Use rm -rf to remove directories.
2728         (distclean): Also delete localedir.h and localedir.hs.
2729         (init.o): Update dependencies.
2731 2004-09-22  Kelley Cook  <kcook@gcc.gnu.org>
2733         * Makefile.in (aclocal.m4): Update dependencies.
2734         * configure.ac (AC_CONFIG_MACRO_DIR): New.
2735         * aclocal.m4, configure: Regenerate.
2737 2004-09-17  Zack Weinberg  <zack@codesourcery.com>
2739         * charset.c (_cpp_destroy_iconv, emit_numeric_escape)
2740         (_cpp_convert_input, _cpp_default_encoding): Add comments.
2741         Some other comments in this file also tweaked.
2743         * directives.c (do_pragma): Save current buffer position
2744         before lexing the pragma keywords; don't call
2745         _cpp_backup_tokens in the defer_pragmas case.
2747 2004-09-15  Per Bothner  <per@bothner.com>
2749         * include/line-map.h (line_map_start):  Add parameter names so
2750         preceding comment makes sense.
2751         (linemap_add):  Remove from comment mention of non-existing parameter.
2753 2004-09-09  Matt Austern  <austern@apple.com>
2754             Zack Weinberg  <zack@codesourcery.com>
2756         * include/cpplib.h (TTYPE_TABLE): Remove CPP_ and SPELL_
2757         prefixes throughout.  Add entry for PRAGMA.  Remove
2758         unnecessary "= 0" from EQ.
2759         (enum cpp_ttype): Adjust OP and TK definitions to restore
2760         prefixes, via token-paste.
2761         (CPP_LAST_EQ, CPP_FIRST_DIGRAPH, CPP_LAST_PUNCTUATOR, CPP_LAST_CPP_OP):
2762         Change from #defines to additional cpp_ttype enumerators.
2763         (struct cpp_options): Add defer_pragmas.
2764         (cpp_handle_deferred_pragma): Prototype new interface.
2766         * internal.h (struct cpp_reader): Add directive_result.
2767         * directives.c (struct pragma_entry): Add is_internal field;
2768         give boolean fields type bool.
2769         (start_directive): Initialize pfile->directive_result.type.
2770         (_cpp_do__Pragma): Likewise.
2771         (run_directive): Do not crash if pfile->buffer->prev is NULL.
2772         (insert_pragma_entry): Add 'internal' argument; set new->is_internal
2773         from it.
2774         (register_pragma): New static function, bulk of former
2775         cpp_register_pragma here; add 'internal' argument, pass along
2776         to insert_pragma_entry.
2777         (cpp_register_pragma): Now a wrapper around register_pragma which
2778         always passes false for 'internal' argument.
2779         (_cpp_init_internal_pragmas): Call register_pragma directly, passing
2780         true for 'internal'.
2781         (do_pragma): If CPP_OPTION (pfile, defer_pragmas) and this isn't
2782         an internal pragma, save text till the end of the line as a CPP_PRAGMA
2783         token instead of executing the pragma.
2784         (cpp_handle_deferred_pragma): New interface.
2785         * lex.c (token_spellings): Adjust OP and TK definitions to
2786         match changes to cpplib.h.
2787         (_cpp_lex_token): Check for a directive-result token and
2788         return it if present.
2789         (cpp_token_val_index): Handle CPP_PRAGMA.
2790         * macro.c (cpp_builtin_macro_text): Correct comment.
2791         (builtin_macro): Handle directive-result tokens from _cpp_do__Pragma.
2793 2004-09-06  Serge Belyshev  <belyshev@lubercy.com>
2795         PR preprocessor/14699
2796         * symtab.c (ht_dump_statistics): Change type of sum_of_squares
2797         from size_t to double.
2799 2004-08-28  Andreas Schwab  <schwab@suse.de>
2800             Andreas Jaeger <aj@suse.de>
2802         * configure.ac: Set PACKAGE correctly.
2803         * configure: Regenerated.
2805 2004-08-25  Paolo Bonzini  <bonzini@gnu.org>
2807         * Makefile.in: Add back top_builddir.
2809 2004-08-25  Paolo Bonzini  <bonzini@gnu.org>
2811         * configure.ac: Replace Automake macro invocations
2812         with manual Autoconf checks and substitutions.
2813         * configure: Regenerate.
2814         * aclocal.m4: Regenerate.
2815         * config.in: Regenerate.
2816         * Makefile.am: Removed.
2817         * Makefile.in: Heavy simplification and reorganization.
2819 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
2821         * configure.ac (arm*-*-eabi*): New target.
2822         (arm*-*-symbianelf*): Likewise.
2823         * configure: Regenerated.
2825 2004-07-24  Bernardo Innocenti  <bernie@develer.com>
2827         * internal.h (xnew, xcnew, xnewvec, xcnewvec, xobnew): Remove.
2828         * directives.c: Use XNEW-family macros from libiberty.
2829         * lex.c: Likewise.
2830         * macro.c: Likewise.
2831         * cpplib.h (cpp_deps_style): Export enum with name.
2833 2004-07-23  Matthias Klose  <doko@debian.org>
2835         * init.c (init_library): Use PACKAGE for the text domain.
2837 2004-07-16  Andris Pavenis  <pavenis@latnet.lv>
2839         PR preprocessor/16366
2840         * internal.h (struct cpp_reader): New field dir_hash.
2841         * files.c (make_cpp_dir): Use dir_hash, not file_hash.
2842         (_cpp_init_files, _cpp_cleanup_files): Update for new field.
2844 2004-07-04  Neil Booth  <neil@duron.akihabara.co.uk>
2846         PR preprocessor/16192
2847         PR preprocessor/15913
2848         PR preprocessor/15572
2849         * expr.c (_cpp_parse_expr): Handle remaining cases where an
2850         expression is missing.
2851         * init.c (post_options): Traditional cpp doesn't do // comments.
2853 2004-06-30  Per Bothner  <per@bothner.com>
2855         * include/line-map.h (fileline):  Remove old typedef.
2856         * internal.h (struct cpp_reader):  Use source_location typedef instead.
2858 2004-06-26  Zack Weinberg  <zack@codesourcery.com>
2860         Partially revert patch of 2004-06-05.
2861         * files.c (search_cache): Remove pfile argument.  Don't check
2862         for file that would be found by "" or <> search here...
2863         (_cpp_find_file): ...do it here, before calling find_file_in_dir.
2864         Do not apply directory-of-current-file correction to files
2865         found by this check.  Rearrange code slightly.
2867 2004-06-21  Geoffrey Keating  <geoffk@apple.com>
2869         * files.c (should_stack_file): Correct swapped parameters to call
2870         to cb.read_pch.
2871         * pch.c (cpp_valid_state): Handle -fpreprocessed.
2873 2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
2875         * Makefile.in: Regenerate with automake 1.8.5.
2876         * aclocal.m4: Likewise.
2877         * configure: Regenerate.
2879 2004-06-11  Zack Weinberg  <zack@codesourcery.com>
2881         * configure.ac: Don't invoke ACX_HEADER_STDBOOL.
2882         * configure, config.in: Regenerate.
2883         * system.h: Unconditionally define bool as unsigned char,
2884         BOOL_BITFIELD as unsigned int.
2885         * .cvsignore: New file.
2887 2004-06-09  Geoffrey Keating  <geoffk@apple.com>
2889         * traditional.c (push_replacement_text): Set macro->traditional.
2890         (save_replacement_text): Likewise.
2891         * pch.c (cpp_write_pch_state): Don't write list of defined macros.
2892         (struct save_macro_item): Delete.
2893         (struct save_macro_data): Use a character array not the previous
2894         structured format.
2895         (save_macros): Save macro as text not as internal structures.
2896         (cpp_prepare_state): Update for changes to save_macro_data.
2897         (cpp_read_state): Don't read macros defined in PCH.  Restore
2898         -D macros as text.
2899         * macro.c (create_iso_definition): Honour alloc_subobject.
2900         Clear traditional flag.
2901         (_cpp_create_definition): Honour alloc_subobject.
2902         * lex.c (cpp_token_val_index): New.
2903         * internal.h: Include cpp-id-data.h.
2904         (uchar): Move definition to cpp-id-data.h.
2905         (U): Likewise.
2906         (cpp_macro): Likewise.
2907         * directives.c (struct answer): Move to cpp-id-data.h.
2908         (do_assert): Honour alloc_subobject.
2910         * include/symtab.h (struct ht): Add field 'alloc_subobject'.
2911         * include/cpplib.h (struct cpp_string): Add GTY marker.
2912         (enum cpp_token_fld_kind): New.
2913         (struct cpp_token): Add GTY markers.
2914         (cpp_token_val_index): Prototype.
2915         (CPP_HASHNODE_VALUE_IDX): New.
2916         (struct cpp_hashnode): Don't skip fields of 'value' when marking.
2917         * include/cpp-id-data.h: New file.
2919 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
2921         * Makefile.am (all-local): New.
2922         * Makefile.in: Regenerate.
2924 2004-06-06  Roger Sayle  <roger@eyesopen.com>
2926         * Makefile.am (LIBICONV): Declare.
2927         (makedepend_LDADD): Use LIBICONV.
2928         * Makefile.in: Regenerate.
2930 2004-06-05  Andrew Pinski  <pinskia@physics.uc.edu>
2932         * Makefile.am (LIBINTL): Declare
2933         (makedepend_LDADD): Use LIBINTL.
2934         * Makefile.in: Regenerate.
2936 2004-06-05  Zack Weinberg  <zack@codesourcery.com>
2938         * Makefile.am: Add makedepend.
2939         * Makefile.in, aclocal.m4: Regenerate.
2940         * charset.c: Insert a space to avoid a warning.
2941         * directives.c: Include mkdeps.h.
2942         (_cpp_handle_directive): Reenable macro expander if appropriate.
2943         (undefine_macros): Inline body of _cpp_free_definition for speed.
2944         Do not call undef callback or _cpp_warn_if_unused_macro.
2945         (cpp_get_deps): New interface.
2946         * files.c (search_cache): Add pfile argument.  Check for file
2947         that would be found by "" or <> search here...
2948         (_cpp_find_file): ...not here.  Correct recorded start_dir of
2949         files found by directory-of-current-file search that would be
2950         found by "" or <> search.
2951         * init.c (cpp_add_dependency_target): Delete.
2952         * internal.h (struct lexer_state): Add discarding_output flag.
2953         * lex.c (lex_identifier): Compute hash function while scanning.
2954         * macro.c (cpp_scan_nooutput): Disable macro expansion outside
2955         directives.
2956         * makedepend.c: New file.
2957         * mkdeps.c (struct deps): Add vpath vector.
2958         (apply_vpath, deps_add_vpath): New function.
2959         (deps_free): Free vpath vector.
2960         (deps_add_dep, deps_add_target): Use apply_vpath.
2961         * symtab.c (calc_hash): Use HT_HASHSTEP and HT_FINISH.
2962         (ht_lookup_with_hash): New function.
2963         * cpplib.h, mkdeps.h: Update prototypes.
2964         * symtab.h: Update prototypes.
2965         (HT_HASHSTEP, HT_FINISH): New macros.
2967 2004-05-29  Geoffrey Keating  <geoffk@apple.com>
2969         * symtab.c (ht_create): Set entries_owned.
2970         (ht_destroy): Honour entries_owned.
2971         (ht_expand): Likewise.
2972         (ht_load): New.
2973         * include/symtab.h (struct ht): New field 'entries_owned'
2974         (ht_load): New prototype.
2976 2004-05-26  Paolo Bonzini  <bonzini@gnu.org>
2978         PR bootstrap/15651
2979         * configure.ac: Fix m4 quoting when picking
2980         the size of HOST_WIDE_INT.
2981         * configure: Regenerate.
2983 2004-05-25  Paolo Bonzini  <bonzini@gnu.org>
2985         * Makefile.am: the correct directory for
2986         gettext include files is given by @INCINTL@.
2987         * Makefile.in: Regenerate.
2989 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
2991         * system.h [!ENABLE_NLS]: dgettext takes two
2992         parameters.
2994 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
2996         Moved libcpp from the gcc subdirectory to the toplevel.
2997         * Makefile.am: New file.
2998         * Makefile.in: Regenerate.
2999         * configure.ac: New file.
3000         * configure: Regenerate.
3001         * config.in: Regenerate.
3002         * charset.c: Moved from gcc/cppcharset.c.  Add note about
3003         brokenness of input charset detection.  Adjust for change
3004         in name of cppucnid.h.
3005         * errors.c: Moved from gcc/cpperror.c.  Do not include intl.h.
3006         * expr.c: Moved from gcc/cppexp.c.
3007         * files.c: Moved from gcc/cppfiles.c.  Do not include intl.h.
3008         Remove #define of O_BINARY, it is in system.h.
3009         * identifiers.c: Moved from gcc/cpphash.c.
3010         * internal.h: Moved from gcc/cpphash.h.  Change header
3011         guard name.  All other files adjusted to match name change.
3012         * init.c: Moved from gcc/cppinit.c.
3013         (init_library) [ENABLE_NLS]: Call bindtextdomain.
3014         * lex.c: Moved from gcc/cpplex.c.
3015         * directives.c: Moved from gcc/cpplib.c.
3016         * macro.c: Moved from gcc/cppmacro.c.
3017         * pch.c: Moved from gcc/cpppch.c.  Do not include intl.h.
3018         * traditional.c: Moved from gcc/cpptrad.c.
3019         * ucnid.h: Moved from gcc/cppucnid.h.  Change header
3020         guard name.
3021         * ucnid.pl: Moved from gcc/cppucnid.pl.
3022         * ucnid.tab: Moved from gcc/cppucnid.tab.  Change header
3023         guard name.
3024         * symtab.c: Moved from gcc/hashtable.c.
3025         * line-map.c: Moved from gcc.  Do not include intl.h.
3026         * mkdeps.c: Moved from gcc.
3027         * system.h: New file.
3028         * include/cpplib.h: Moved from gcc.  Change header guard name.
3029         * include/line-map.h: Moved from gcc.  Change header guard name.
3030         * include/mkdeps.h: Moved from gcc.  Change header guard name.
3031         * include/symtab.h: Moved from gcc/hashtable.h.  Change header
3032         guard name.