]> git.ipfire.org Git - thirdparty/gcc.git/blame - libcpp/ChangeLog
rtl.h (assign_stack_temp, [...]): Remove 'keep' argument.
[thirdparty/gcc.git] / libcpp / ChangeLog
CommitLineData
53a103d3
DS
12012-05-25 Dodji Seketeli <dodji@redhat.com>
2
3 PR bootstrap/53459
4 * lex.c (search_line_fast): Avoid unused local typedefs to simulate
5 a static assertion.
6
828a7f76
DS
72012-05-29 Dodji Seketeli <dodji@redhat.com>
8
9 PR preprocessor/53229
10 * internal.h (cpp_reader::set_invocation_location): Remove.
11 (cpp_reader::about_to_expand_macro_p): New member flag.
12 * directives.c (do_pragma): Remove Kludge as
13 pfile->set_invocation_location is no more.
14 * macro.c (cpp_get_token_1): Do away with the use of
15 cpp_reader::set_invocation_location. Just collect the macro
16 expansion point when we are about to expand the top-most macro.
17 Do not override cpp_reader::about_to_expand_macro_p.
18 This fixes gcc.dg/cpp/paste12.c by making get_token_no_padding
19 properly handle locations of expansion points.
20 (cpp_get_token_with_location): Adjust, as
21 cpp_reader::set_invocation_location is no more.
22 (paste_tokens): Take a virtual location parameter for
23 the LHS of the pasting operator. Use it in diagnostics. Update
24 comments.
25 (paste_all_tokens): Tighten the assert. Propagate the location of
26 the expansion point when no virtual locations are available.
27 Pass the virtual location to paste_tokens.
28 (in_macro_expansion_p): New static function.
29 (enter_macro_context): Set the cpp_reader::about_to_expand_macro_p
30 flag until we really start expanding the macro.
31
0b2c4be5
DS
322012-05-16 Dodji Seketeli <dodji@redhat.com>
33
34 PR preprocessor/7263
35 * include/cpplib.h (cpp_classify_number): Take a location
36 parameter.
37 * expr.c (SYNTAX_ERROR_AT, SYNTAX_ERROR2_AT): New diagnostic
38 macros that take a location parameter.
39 (cpp_classify_number): Take a (virtual) location parameter. Use
40 it for diagnostics. Adjust comments.
41 (eval_token): Take a location parameter. Pass it to
42 cpp_classify_number and to diagnostic routines.
43 (_cpp_parse_expr): Use virtual locations of tokens when parsing
44 expressions. Pass a virtual location to eval_token and to
45 diagnostic routines.
46
638d2065
TG
472012-05-10 Tristan Gingold <gingold@adacore.com>
48
49 * expr.c (interpret_float_suffix): Add a guard.
50
3ad64f53
DS
512012-05-02 Dodji Seketeli <dodji@redhat.com>
52
53 Properly initialize cpp_context in destringize_and_run
54 * directives.c (destringize_and_run): Properly initialize the new
55 context.
56 * macro.c (_cpp_pop_context): Assert that we shouldn't try to pop
57 the initial base context, which has the same life time as the
58 current instance of cpp_file.
59
b193dfa8
MLI
602012-04-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
61 Dodji Seketeli <dodji@seketeli.org>
62
3efc2959 63 PR c++/52974
b193dfa8
MLI
64 * libcpp/files.c (maybe_shorter_path): New.
65 (find_file_in_dir): Use it.
66
4e65a470
DS
672012-04-30 Dodji Seketeli <dodji@redhat.com>
68
51fce2d3
DS
69 Switch -ftrack-macro-expansion=2 on by default.
70 * init.c (cpp_create_reader): Switch -ftrack-macro-expansion=2 on
71 by default. Add comments.
72
c4ca1a09
DS
73 Strip "<built-in>" loc from displayed expansion context
74 * include/line-map.h (linemap_unwind_toward_expansion): Fix typo
75 in comment.
76 (linemap_unwind_to_first_non_reserved_loc): Declare new function.
77 * line-map.c (linemap_unwind_to_first_non_reserved_loc): Define
78 new function.
79
3600218c
DS
80 Fix expansion point loc for macro-like tokens
81 * macro.c (macro_of_context): New static function.
82 (_cpp_push_token_context, push_extended_tokens_context): If the
83 macro argument is NULL, it means we are continuing the expansion
84 of the current macro, if any. Update comments.
85 (_cpp_pop_context): Re-enable expansion of the macro only when we
86 are really out of the context of the current expansion.
87
0ff2b8a0
DS
88 Fix token pasting with -ftrack-macro-expansion
89 * macro.c (paste_all_tokens): Put the token resulting from pasting
90 into an extended token context with -ftrack-macro-location is in
91 effect.
92
4e65a470
DS
93 Fix cpp_sys_macro_p with -ftrack-macro-expansion
94 * macro.c (cpp_sys_macro_p): Support -ftrack-macro-expansion.
95
112448b4
DS
962012-04-29 Dodji Seketeli <dodji@redhat.com>
97
98 * lex.c (lex_raw_string): Change C++ style comments into C style
99 comments.
100 (lex_string): Likewise.
101
7f5f5f98
OW
1022012-04-27 Ollie Wild <aaw@google.com>
103
104 * include/cpplib.h (struct cpp_options): Add new field,
105 warn_literal_suffix.
106 (CPP_W_LITERAL_SUFFIX): New enum.
107 * init.c (cpp_create_reader): Default initialization of
108 warn_literal_suffix.
109 * lex.c (lex_raw_string): Treat user-defined literals which don't
110 begin with '_' as separate tokens and produce a warning.
111 (lex_string): Ditto.
112
1d72e96f
MLI
1132012-04-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
114
115 * line-map.c (linemap_resolve_location): Synchronize comments with
116 those in line-map.h.
117 * include/line-map.h (linemap_resolve_location): Fix spelling in
118 comment.
119
e75b54a2
RE
1202012-03-22 Richard Earnshaw <rearnsha@arm.com>
121
122 * lex.c (search_line_fast): Provide Neon-optimized version for ARM.
123
7888f266
RO
1242012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
125
126 * lex.c: Remove Solaris 8 reference.
127
dd552284
WL
1282012-02-14 Walter Lee <walt@tilera.com>
129
130 * configure.ac: Require 64-bit hwint for tilegx and tilepro.
131 * configure: Regenerate.
132
2c5cbc31
RG
1332012-01-09 Richard Guenther <rguenther@suse.de>
134
135 * macro.c (_cpp_builtin_macro_text): Remove unused variable map.
136
b492b686
GF
1372012-01-09 Gary Funck <gary@intrepid.com>
138
139 PR preprocessor/33919
140 * files.c (_cpp_get_file_name): New. Implement file name
141 access function.
142 * internal.h (_cpp_get_file_name): New prototype.
143 * macro.c (_cpp_builtin_macro_text): Call _cpp_get_file_name()
144 to use pfile->main_file in lieu of traversing INCLUDED_FROM chain.
145
75291c57
OH
1462012-01-03 Olivier Hainque <hainque@adacore.com>
147
148 * system.h: Prior to #define, #undef fopen and freopen unconditionally.
149
48b0b196
JM
1502011-12-20 Joseph Myers <joseph@codesourcery.com>
151
152 * include/cpplib.h (CLK_GNUC1X): Change to CLK_GNUC11.
153 (CLK_STDC1X): Change to CLK_STDC11.
154 * init.c (lang_defaults): Update comments.
155 (cpp_init_builtins): Update language tests. Use 201112L for C11
156 __STDC_VERSION__.
157
4a5e00ca
AS
1582011-12-20 Andreas Schwab <schwab@linux-m68k.org>
159
160 * configure: Regenerate.
161
095af58f
AS
1622011-12-19 Andreas Schwab <schwab@linux-m68k.org>
163
164 * configure: Regenerate.
165
b0c084b7
JJ
1662011-12-07 Jakub Jelinek <jakub@redhat.com>
167
168 PR bootstrap/50237
169 * internal.h (_cpp_init_lexer): New prototype.
170 * init.c (init_library): Call it.
171 * lex.c (init_vectorized_lexer): Remove constructor attribute,
172 add inline keyword.
173 (HAVE_init_vectorized_lexer): Define.
174 (_cpp_init_lexer): New function.
175
9b554be9
DS
1762011-12-03 Dodji Seketeli <dodji@redhat.com>
177
178 * macro.c (tokens_buff_remove_last_token)
179 (tokens_buff_put_token_to): Add an 'inline' function specifier to
180 the prototype.
181
8dcf72a8
DN
1822011-11-22 Diego Novillo <dnovillo@google.com>
183
184 * include/line-map.h (linemap_dump): Declare.
185 (line_table_dump): Declare.
186 * line-map.c (linemap_dump): New.
187 (line_table_dump): New.
188
7e74ce3f
ESR
1892011-11-21 Ed Smith-Rowland <3dw4rd@verizon.net>
190
191 PR c++/50958
192 * expr.c (cpp_userdef_char_remove_type): Fix typo.
193
e9411247
MM
1942011-11-03 Michael Matz <matz@suse.de>
195
196 PR bootstrap/50857
197 * configure.ac: Check for -fno-exceptions -fno-rtti.
198 * configure: Regenerate.
199 * Makefile.in (NOEXCEPTION_FLAGS): New flag.
200 (ALL_CXXFLAGS): Use it.
201
0c1dace3
PC
2022011-11-02 Paolo Carlini <paolo.carlini@oracle.com>
203
204 * internal.h (uxstrdup, ustrchr): Return const unsigned char *.
205
25339f10
JM
2062011-11-02 Jason Merrill <jason@redhat.com>
207
208 PR c++/50810
209 * configure.ac: Add -Wno-narrowing to warning options.
210
97e3ad20
JM
2112011-10-31 Jason Merrill <jason@redhat.com>
212
1fb80b0c
JM
213 PR libstdc++/1773
214 * init.c (cpp_init_builtins): Set __cplusplus for C++11.
215
97e3ad20
JM
216 PR c++/50920
217 * include/cpplib.h (enum c_lang): Rename CLK_CXX0X to CLK_CXX11,
218 CLK_GNUCXX0X to CLK_GNUCXX11.
219
3ce4f9e4
ESR
2202011-10-26 Ed Smith-Rowland <3dw4rd@verizon.net>
221
222 Implement C++11 user-defined literals.
223 * expr.c: (cpp_interpret_float_suffix, cpp_interpret_int_suffix,
224 cpp_userdef_string_remove_type, cpp_userdef_string_add_type,
225 cpp_userdef_char_remove_type, cpp_userdef_char_add_type,
226 cpp_userdef_string_p, cpp_userdef_char_p, cpp_get_userdef_suffix): New.
227 (cpp_classify_number): Classify unrecognized tokens as user-defined
228 literals.
229 * include/cpplib.h: Add new tokens for user-defined literals.
230 * init.c: Add new preprocessor flag (cxx11).
231 * lex.c: (lex_string, lex_raw_string): Handle user-defined literals
232 including concatenation and promotion with suffixes.
233
3bb0c8db
DS
2342011-10-24 Dodji Seketeli <dodji@redhat.com>
235
236 * line-map.c (linemap_macro_map_lookup): Fix logic.
237
84756fd4
DS
2382011-10-24 Dodji Seketeli <dodji@redhat.com>
239
240 * include/line-map.h (linemap_expand_location): Take a line table
241 parameter. Update comment.
242 (linemap_resolve_location): Update comment.
243 (linemap_expand_location_full): Remove.
244 * line-map.c (linemap_resolve_location): Handle reserved
245 locations; return a NULL map in those cases.
246 (linemap_expand_location): If location is reserved, return a
247 zeroed expanded location. Update comment. Take a line table to
248 assert that the function takes non-virtual locations only.
249 (linemap_expand_location_full): remove.
250 (linemap_dump_location): Handle the fact that
251 linemap_resolve_location can return NULL line maps when the
252 location resolves to a reserved location.
253
254 * line-map.c (linemap_macro_map_lookup): Fix logic.
255
ad2305ad
DS
2562011-10-22 Dodji Seketeli <dodji@redhat.com>
257
258 PR bootstrap/50778
259 * include/internal.h (_cpp_remaining_tokens_num_in_context): Take the
260 context to act upon.
261 * lex.c (_cpp_remaining_tokens_num_in_context): Likewise. Update
262 comment.
263 (cpp_token_from_context_at): Likewise.
264 (cpp_peek_token): Use the context to peek tokens from.
265
cbbcf655
DS
2662011-10-20 Dodji Seketeli <dodji@redhat.com>
267
268 PR bootstrap/50801
269 * lex.c (_cpp_remaining_tokens_num_in_context): Fix computation of
270 number of tokens.
271
d17687f6
DS
2722011-10-18 Dodji Seketeli <dodji@redhat.com>
273
274 PR bootstrap/50760
275 * include/line-map.h (struct linemap_stats): Change the type of
276 the members from size_t to long.
277 * macro.c (macro_arg_token_iter_init): Unconditionally initialize
278 iter->location_ptr.
279
411f92de
DS
2802011-10-17 Dodji Seketeli <dodji@redhat.com>
281
282 * line-map.c (linemap_macro_map_loc_to_exp_point): Avoid setting a
283 variable without using it if ENABLE_CHECKING is not defined. Mark
284 the LOCATION parameter as being unused.
285
b9bd6f74
TT
2862011-10-15 Tom Tromey <tromey@redhat.com>
287 Dodji Seketeli <dodji@redhat.com>
288
289 * include/line-map.h (struct line_maps::alloced_size_for_request):
290 New member.
291 * line-map.c (new_linemap): Use set->alloced_size_for_request to
292 get the actual allocated size of line maps.
293
64a1a422
TT
2942011-10-15 Tom Tromey <tromey@redhat.com>
295 Dodji Seketeli <dodji@redhat.com>
296
297 * line-map.h (struct linemap_stats): Declare new struct.
298 (linemap_get_statistics): Declare ...
299 * line-map.c (linemap_get_statistics): ... new function.
300 * macro.c (num_expanded_macros_counter, num_macro_tokens_counter):
301 Declare new counters.
302 (enter_macro_context, replace_args): Update
303 num_macro_tokens_counter.
304 (cpp_get_token_1): Update num_expanded_macros_counter.
305
847e697a
TT
3062011-10-15 Tom Tromey <tromey@redhat.com>
307 Dodji Seketeli <dodji@redhat.com>
308
309 * include/cpplib.h (struct cpp_options)<debug>: New struct member.
310 * include/line-map.h (linemap_dump_location): Declare ...
311 * line-map.c (linemap_dump_location): ... new function.
312
92582b75
TT
3132011-10-15 Tom Tromey <tromey@redhat.com>
314 Dodji Seketeli <dodji@redhat.com>
315
316 * include/cpplib.h (struct cpp_options)<track_macro_expansion>:
317 New option.
318 * internal.h (struct macro_context): New struct.
319 (enum context_tokens_kind): New enum.
320 (struct cpp_context)<tokens_kind>: New member of type enum
321 context_tokens_kind.
322 (struct cpp_context)<macro>: Remove this. Replace it with an enum
323 of macro and macro_context.
324 (struct cpp_context)<direct_p>: Remove.
325 (_cpp_remaining_tokens_num_in_context): Declare new function.
326 * directives.c (destringize_and_run): Adjust.
327 * lex.c (_cpp_remaining_tokens_num_in_context)
328 (_cpp_token_from_context_at): Define new functions
329 (cpp_peek_token): Use them.
330 * init.c (cpp_create_reader): Initialize the base context to zero.
331 (_cpp_token_from_context_at): Define new static function.
332 (cpp_peek_token): Use new _cpp_remaining_tokens_num_in_context and
333 _cpp_token_from_context_at.
334 * macro.c (struct macro_arg)<virt_locs, expanded_virt_locs>: New
335 members.
336 (enum macro_arg_token_kind): New enum.
337 (struct macro_arg_token_iter): New struct.
338 (maybe_adjust_loc_for_trad_cpp, push_extended_tokens_context)
339 (alloc_expanded_arg_mem, ensure_expanded_arg_room)
340 (delete_macro_args, set_arg_token, get_arg_token_location)
341 (arg_token_ptr_at, macro_arg_token_iter_init)
342 (macro_arg_token_iter_get_token)
343 (macro_arg_token_iter_get_location, macro_arg_token_iter_forward)
344 (expanded_token_index, tokens_buff_new, tokens_buff_count)
345 (tokens_buff_last_token_ptr, tokens_buff_put_token_to)
346 (tokens_buff_add_token, tokens_buff_remove_last_token)
347 (reached_end_of_context, consume_next_token_from_context): New
348 static functions.
349 (cpp_get_token_1): New static function. Split and extended from
350 cpp_get_token. Use reached_end_of_context and
351 consume_next_token_from_context. Unify its return point. Move
352 the location tweaking from cpp_get_token_with_location in here.
353 (cpp_get_token): Use cpp_get_token_1
354 (stringify_arg): Use the new arg_token_at.
355 (paste_all_tokens): Support tokens coming from extended tokens
356 contexts.
357 (collect_args): Return the number of collected arguments, by
358 parameter. Store virtual locations of tokens that constitute the
359 collected args.
360 (funlike_invocation_p): Return the number of collected arguments,
361 by parameter.
362 (enter_macro_context): Add a parameter for macro expansion point.
363 Pass it to replace_args and to the "used" cpp callback. Get the
364 number of function-like macro arguments from funlike_invocation_p,
365 pass it to the new delete_macro_args to free the memory used by
366 macro args. When -ftrack-macro-expansion is in effect, for macros
367 that have no arguments, create a macro map for the macro expansion
368 and use it to allocate proper virtual locations for tokens
369 resulting from the expansion. Push an extended tokens context
370 containing the tokens resulting from macro expansion and their
371 virtual locations.
372 (replace_args): Rename the different variables named 'count' into
373 variables with more meaningful names. Create a macro map;
374 allocate virtual locations of tokens resulting from this
375 expansion. Use macro_arg_token_iter to iterate over tokens of a
376 given macro. Handle the case of the argument of
377 -ftrack-macro-expansion being < 2. Don't free macro arguments
378 memory resulting from expand_arg here, as these are freed by the
379 caller of replace_arg using delete_macro_args now. Push extended
380 token context.
381 (next_context, push_ptoken_context, _cpp_push_token_context)
382 (_cpp_push_text_context): Properly initialize the context.
383 (expand_arg): Use the new alloc_expanded_arg_mem,
384 push_extended_tokens_context, cpp_get_token_1, and set_arg_token.
385 (_cpp_pop_context): Really free the memory held by the context.
386 Handle freeing memory used by extended tokens contexts.
387 (cpp_get_token_with_location): Use cpp_get_token_1.
388 (cpp_sys_macro_p): Adjust.
389 (_cpp_backup_tokens): Support the new kinds of token contexts.
390 * traditional.c (recursive_macro): Adjust.
391
46427374
TT
3922011-10-15 Tom Tromey <tromey@redhat>
393 Dodji Seketeli <dodji@redhat.com>
394
395 * include/line-map.h (enum lc_reason)<LC_ENTER_MACRO>: New enum
396 member.
397 (MAX_SOURCE_LOCATION): New constant.
398 (struct line_map_ordinary, struct line_map_macro): New structs.
399 (struct line_map): Turn this into a union of the two above. Add
400 comments.
401 (struct maps_info): New struct.
402 (struct line_maps)<info_ordinary, info_macro>: Two new fields.
403 These now carry the map information that was previously scattered
404 in struct line_maps.
405 (struct map_info::allocated): Fix comment.
406 (MAP_START_LOCATION, ORDINARY_MAP_FILE_NAME)
407 (ORDINARY_MAP_STARTING_LINE_NUMBER)
408 (ORDINARY_MAP_INCLUDER_FILE_INDEX)
409 (ORDINARY_MAP_IN_SYSTEM_HEADER_P)
410 (ORDINARY_MAP_NUMBER_OF_COLUMN_BITS, MACRO_MAP_MACRO)
411 (MACRO_MAP_NUM_MACRO_TOKENS MACRO_MAP_LOCATIONS)
412 (MACRO_MAP_EXPANSION_POINT_LOCATION)
413 (LOCATION_POSSIBLY_IN_MACRO_MAP_P, LINEMAPS_MAP_INFO)
414 (LINEMAPS_MAPS, LINEMAPS_ALLOCATE, LINEMAPS_USED, LINEMAPS_CACHE)
415 (LINEMAPS_LAST_MAP, LINEMAPS_LAST_ALLOCATED_MAP)
416 (LINEMAPS_ORDINARY_MAPS, LINEMAPS_ORDINARY_ALLOCATED)
417 (LINEMAPS_ORDINARY_USED, LINEMAPS_ORDINARY_CACHE)
418 (LINEMAPS_LAST_ORDINARY_MAP, LINEMAPS_LAST_ALLOCATED_ORDINARY_MAP)
419 (LINEMAPS_MACRO_MAPS, LINEMAPS_MACRO_ALLOCATED)
420 (LINEMAPS_MACRO_USED, LINEMAPS_MACRO_CACHE)
421 (LINEMAPS_LAST_MACRO_MAP, LINEMAPS_LAST_ALLOCATED_MACRO_MAP)
422 (LINEMAPS_MAP_AT, LINEMAPS_ORDINARY_MAP_AT)
423 (LINEMAPS_MACRO_MAP_AT): New accessors for ordinary and macro map
424 information.
425 (linemap_check_ordinary, linemap_assert)
426 (linemap_location_before_p): New macros.
427 (linemap_position_for_line_and_column)
428 (linemap_tracks_macro_expansion_locs_p, linemap_add_macro_token)
429 (linemap_macro_expansion_map_p)
430 (linemap_macro_map_loc_to_def_point)
431 (linemap_macro_map_loc_unwind_once)
432 (linemap_macro_map_loc_to_exp_point, linemap_step_out_once)
433 (linemap_get_source_line linemap_get_source_column)
434 (linemap_map_get_macro_name, linemap_get_file_path)
435 (linemap_location_in_system_header_p)
436 (linemap_location_from_macro_expansion_p): Declare new functions.
437 (SOURCE_LINE, SOURCE_COLUMN, LAST_SOURCE_LINE_LOCATION)
438 (LINEMAP_FILE, LINEMAP_LINE, LINEMAP_SYSP): Assert that this
439 accessors act on ordinary maps only.
440 (INCLUDED_FROM): Return NULL for main files; use the new
441 accessors.
442 (LINEMAP_POSITION_FOR_COLUMN): Use the new accessors.
443 (struct expanded_location): Move here from gcc/input.h
444 (linemap_resolve_location, linemap_expand_location)
445 (linemap_expand_location_full): Declare new functions.
446 * line-map.c: Include cpplib.h, internal.h
447 (linemap_enter_macro, linemap_add_macro_token)
448 (linemap_get_expansion_line, linemap_get_expansion_filename): New
449 functions that are private to libcpp.
450 (linemap_assert): New macro.
451 (linemap_macro_loc_to_exp_point, linemap_macro_loc_to_exp_point)
452 (linemap_macro_loc_unwind, linemap_macro_map_loc_to_def_point)
453 (linemap_macro_map_loc_unwind_toward_spelling)
454 (linemap_macro_map_loc_to_exp_point)
455 (first_map_in_common_1, first_map_in_common): New static
456 functions.
457 (new_linemap): Define new static functions. Extracted and
458 enhanced from ...
459 (linemap_add): ... here. Use linemap_assert in lieu of abort
460 previously.
461 (linemap_tracks_macro_expansion_locs_p)
462 (linemap_add_macro_token, linemap_macro_expansion_map_p)
463 (linemap_check_ordinary, linemap_macro_map_loc_to_exp_point)
464 (linemap_macro_map_loc_to_def_point)
465 (linemap_macro_map_loc_unwind_once)
466 (linemap_step_out_once, linemap_map_get_index)
467 (linemap_get_source_line,linemap_get_source_column)
468 (linemap_get_file_path, linemap_map_get_macro_name)
469 (linemap_location_in_system_header_p)
470 (linemap_location_originated_from_system_header_p)
471 (linemap_location_from_macro_expansion_p)
472 (linemap_tracks_macro_expansion_locs_p)
473 (linemap_resolve_location, linemap_expand_location)
474 (linemap_expand_location_full)
475 (linemap_tracks_macro_expansion_locs_p)
476 (linemap_position_for_line_and_column, linemap_compare_locations):
477 Define new public functions.
478 (linemap_init): Initialize ordinary and macro maps information in
479 the map set.
480 (linemap_check_files_exited): Use the new accessors.
481 (linemap_free): Remove this dead code.
482 (linemap_line_start): Assert this uses an ordinary map. Adjust to
483 use the new ordinary map accessors and data structures. Don't
484 overflow past the lowest possible macro token's location.
485 (linemap_position_for_column): Assert the ordinary maps of the map
486 set are really ordinary. Use ordinary map accessors.
487 (linemap_lookup): Keep the same logic but generalize to allow
488 lookup of both ordinary and macro maps. Do not crash when called
489 with an empty line table.
490 * directives-only.c (_cpp_preprocess_dir_only): Adjust to use the
491 new API of line-map.h.
492 * directives.c (start_directive, do_line, do_linemarker)
493 (do_linemarker): Likewise.
494 * files.c (_cpp_find_file, _cpp_stack_include, open_file_failed)
495 (make_cpp_dir, cpp_make_system_header): Likewise.
496 * init.c (cpp_read_main_file): Likewise.
497 * internal.h (CPP_INCREMENT_LINE): Likewise.
498 (linemap_enter_macro, linemap_add_macro_token)
499 (linemap_get_expansion_line, linemap_get_expansion_filename): New
500 functions private to libcpp.
501 * lex.c (_cpp_process_line_notes, _cpp_skip_block_comment)
502 (skip_line_comment, skip_whitespace, lex_raw_string)
503 (_cpp_lex_direct): Likewise.
504 * macro.c (_cpp_builtin_macro_text): Likewise.
505 (_cpp_aligned_alloc): Initialize the new name member of the macro.
506 * traditional.c (copy_comment, _cpp_scan_out_logical_line):
507 Likewise.
508 * errors.c (cpp_diagnostic): Adjust to new linemap API.
509
892a371f
DS
5102011-08-28 Dodji Seketeli <dodji@redhat.com>
511
512 * line-map.c (linemap_add): Assert that reason must not be
513 LC_RENAME when called for the first time on a "main input file".
514
e3dfef44
GC
5152011-08-22 Gabriel Charette <gchare@google.com>
516
517 * init.c (cpp_create_reader): Inititalize forced_token_location_p.
518 * internal.h (struct cpp_reader): Add field forced_token_location_p.
519 * lex.c (_cpp_lex_direct): Use forced_token_location_p.
520 (cpp_force_token_locations): New.
521 (cpp_stop_forcing_token_locations): New.
522
32fe396e
RO
5232011-08-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
524
525 PR libstdc++/1773
526 * init.c (cpp_init_builtins): Define __cplusplus 19971L.
527
7c1ffff9
JM
5282011-08-18 Joseph Myers <joseph@codesourcery.com>
529
530 * include/cpplib.h (struct cpp_options): Fix typo.
531
a48e3dd1
JM
5322011-08-18 Joseph Myers <joseph@codesourcery.com>
533
534 * include/cpplib.h (struct cpp_options): Add rliterals.
535 * init.c (struct lang_flags, lang_defaults): Add rliterals.
536 (cpp_set_lang): Set rliterals option.
537 (cpp_init_builtins): Define __STDC_UTF_16__ and __STDC_UTF_32__.
538 * lex.c (_cpp_lex_direct): Only accept raw strings if rliterals.
539
3f6ced10
GC
5402011-08-15 Gabriel Charette <gchare@google.com>
541
542 * include/line-map.h (LINEMAP_POSITION_FOR_COLUMN): Remove.
543 Update all users to use linemap_position_for_column instead.
544
0681d04c
GC
5452011-07-28 Gabriel Charette <gchare@google.com>
546
547 * include/line-map.h (struct line_maps):
548 Remove unused field last_listed. Update all users.
549
5e9627ca
L
5502011-07-28 H.J. Lu <hongjiu.lu@intel.com>
551
552 * configure.ac: Set need_64bit_hwint to yes for x86 targets.
553 * configure: Regenerated.
554
a024b70f
RO
5552011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
556
557 * system.h [__cplusplus]: Wrap C function declarations in extern "C".
558
5b6d595b
RO
5592011-07-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
560 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
561
562 PR bootstrap/49794
563 * configure.ac: Test AM_ICONV with CXX.
564 * configure: Regenerate.
565 * system.h (HAVE_DESIGNATED_INITIALIZERS): Never define for C++.
566
d0a9fbe1
DS
5672011-07-15 Dodji Seketeli <dodji@redhat.com>
568
569 * directives.c (struct if_stack): Use source_location as type
570 here.
571 * include/cpplib.h (struct cpp_callbacks)<include, define, undef,
572 indent, def_pragma, used_define, used_undef>: Properly use
573 source_location as parameter type, rather than unsigned int.
574
fbdd5d87
RO
5752011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
576
577 PR target/39150
578 * configure.ac (host_wide_int): Handle x86_64-*-solaris2.1[0-9]
579 like i[34567]86-*-solaris2.1[0-9]*.
580 * configure: Regenerate.
581
8787a05a
JM
5822011-06-16 Jason Merrill <jason@redhat.com>
583
584 PR c++/45399
585 * lex.c (lex_raw_string): Don't check for embedded NUL.
586
38fbfaf6
DS
5872011-06-06 Dodji Seketeli <dodji@redhat.com>
588
589 PR preprocessor/48532
590 * directives.c (do_pragma): Don't forget the invocation location
591 when parsing the pragma name of a namespaced pragma directive.
592
fc0993ac
JT
5932011-05-29 John Tytgat <John.Tytgat@aaug.net>
594
595 * files.c (read_file_guts): Add test on non-zero value of S_ISREG.
596
ef230b38
UB
5972011-05-22 Uros Bizjak <ubizjak@gmail.com>
598
599 PR target/49104
600 * lex.c (init_vectorized_lexer): Do not set "minimum" when __3dNOW_A__
601 is defined. Check bit_MMXEXT and bit_CMOV to use search_line_mmx.
602
e5b0dad8
JK
6032011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
604
605 * system.h (ENUM_BITFIELD): Remove.
606
6cfae070
JJ
6072011-04-24 Jakub Jelinek <jakub@redhat.com>
608
609 PR preprocessor/48740
610 * lex.c (lex_raw_string): When raw string ends with
611 ??) followed by raw prefix and ", ensure it is preprocessed
612 with ??) rather than ??].
613
04695783
JM
6142011-04-20 Jim Meyering <meyering@redhat.com>
615
616 * files.c (destroy_cpp_file): Remove useless if-before-free.
617 * init.c (cpp_destroy): Likewise.
618 * macro.c (replace_args): Likewise.
619 * pch.c (cpp_valid_state): Likewise.
620
4489800d
KT
6212011-03-25 Kai Tietz <ktietz@redhat.com>
622
623 * files.c (file_hash_eq): Use filename_cmp
624 instead of strcmp.
625 (nonexistent_file_hash_eq): Likewise.
626 (remap_filename): Likewise.
627 Handle absolute DOS-path,
628 (append_file_to_dir): Check for IS_DIR_SEPARATOR
629 instead of slash.
630 (read_name_map): Likewise.
631 * linemap.c (linemap_add): Use filename_cmp
632 instead of strcmp.
633 * mkdeps.c (apply_vpath): Use filename_ncmp
634 instead of strncmp.
635 (deps_restore): Use filename_cmp instead of
636 strcmp.
637 * init.c (read_original_directory): Use
638 IS_DIR_SEPARATOR instead of checking for slash.
639
f3c33d9d
MM
6402011-03-21 Michael Meissner <meissner@linux.vnet.ibm.com>
641
642 PR preprocessor/48192
643 * directives.c (do_ifdef): Do not consider conditional macros as
644 being defined.
645 (do_ifndef): Ditto.
646 * expr.c (parse_defined): Ditto.
647
01956319
RH
6482011-03-18 Richard Henderson <rth@redhat.com>
649
650 PR bootstrap/45381
651 * lex.c [ALTIVEC] (search_line_fast): Require gcc version 4.5.
652
c5a62c6f
EB
6532011-11-04 Eric Botcazou <ebotcazou@adacore.com>
654 Jakub Jelinek <jakub@redhat.com>
655
656 PR preprocessor/39213
657 * directives.c (end_directive): Call _cpp_remove_overlay for deferred
658 pragmas as well in traditional mode.
659
0e1a989c
ILT
6602010-11-17 Ian Lance Taylor <iant@google.com>
661
662 PR bootstrap/45538
663 * configure.ac: Use AC_USE_SYSTEM_EXTENSIONS. Remove switch of
664 AC_LANG based on ENABLE_BUILD_WITH_CXX.
665
651a20b5
KT
6662010-11-16 Kai Tietz <kai.tietz@onevision.com>
667
668 PR preprocessor/17349
669 * lex.c (save_comment): Handle in argument passing c++
670 comments special.
671
480767a9
ILT
6722010-11-02 Ian Lance Taylor <iant@google.com>
673
674 * configure.ac: Use AC_SYS_LARGEFILE.
675 * configure: Rebuild.
676 * config.in: Rebuild.
677
078419c9 6782010-10-19 Basile Starynkevitch <basile@starynkevitch.net>
480767a9 679
078419c9
BS
680 * line-map.h (source_location): Remove obsolete comment
681 mentioning location_s.
682
d6874138
KT
6832010-09-29 Kai Tietz <kai.tietz@onevision.com>
684
685 PR preprocessor/45362
686 * directives.c (cpp_pop_definition): Make static.
687 (do_pragma_push_macro): Reworked to store text
688 definition.
689 (do_pragma_pop_macro): Add free text definition.
690 (cpp_push_definition): Removed.
691 * include/cpplib.h (cpp_push_definition): Removed.
692 (cpp_pop_definition): Likewise.
693 * internal.h (def_pragma_macro): Remove member 'value'
694 and add new members 'definition', 'line',
695 'syshdr', 'sued' and 'is_undef'.
696 * pch.c (_cpp_restore_pushed_macros): Rework to work
697 on text definition and store additional macro flags.
698 (_cpp_save_pushed_macros): Likewise.
699
e3339d0f
JM
7002010-09-29 Joseph Myers <joseph@codesourcery.com>
701
702 * include/cpplib.h (cpp_options): Rename warn_deprecated,
703 warn_traditional, warn_long_long and pedantic.
704 * directives.c (directive_diagnostics, _cpp_handle_directive):
705 Update names of cpp_options members.
706 * expr.c (cpp_classify_number, eval_token): Update names of
707 cpp_options members.
708 * init.c (cpp_create_reader, post_options): Update names of
709 cpp_options members.
710 * internal.h (CPP_PEDANTIC, CPP_WTRADITIONAL): Update names of
711 cpp_options members.
712 * macro.c (parse_params): Update names of cpp_options members.
713
128465e6
ILT
7142010-09-15 Ian Lance Taylor <iant@google.com>
715
716 * init.c: Fix type name in comment.
717
a69d2520
JJ
7182010-08-31 Jakub Jelinek <jakub@redhat.com>
719
720 PR preprocessor/45457
721 * expr.c (parse_defined): Call pfile->cb.user_builtin_macro hook if
722 needed.
723 * directives.c (do_ifdef, do_ifndef): Likewise.
724
707bcb7a
RO
7252010-08-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
726
727 * system.h [HAVE_INTTYPES_H]: Include inttypes.h.
728
6f173e52
RH
7292010-08-24 Richard Henderson <rth@redhat.com>
730
731 PR bootstrap/45376
732 * configure.ac (HAVE_SSE4): New check.
733 * configure, config.in: Rebuild.
734 * lex.c (search_line_sse42): Omit if !HAVE_SSE4.
735
789d73cb
RO
7362010-08-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
737
738 * lex.c [__sun__ && __svr4__]: Disable init_vectorized_lexer
739 etc. on Solaris 2/x86.
740
246a2fcb
RH
7412010-08-21 Richard Henderson <rth@redhat.com>
742 Andi Kleen <ak@linux.intel.com>
743 David S. Miller <davem@davemloft.net>
744
745 * configure.ac (AC_C_BIGENDIAN, AC_TYPE_UINTPTR_T): New tests.
746 (ssize_t): Check via AC_TYPE_SSIZE_T instead of AC_CHECK_TYPE.
747 (ptrdiff_t): Check via AC_CHECK_TYPE.
748 * config.in, configure: Rebuild.
749 * system.h: Include stdint.h, if available.
750 * lex.c (WORDS_BIGENDIAN): Provide default.
751 (acc_char_mask_misalign, acc_char_replicate, acc_char_cmp,
752 acc_char_index, search_line_acc_char, repl_chars, search_line_mmx,
753 search_line_sse2, search_line_sse42, init_vectorized_lexer,
754 search_line_fast): New.
755 (_cpp_clean_line): Use search_line_fast. Restructure the fast
756 loop to make it clear when we're leaving the loop. Stay in the
757 fast loop for non-trigraph '?'.
758
8e680db5
JJ
7592010-06-11 Jakub Jelinek <jakub@redhat.com>
760
761 * include/cpplib.h (struct cpp_callbacks): Add user_builtin_macro
762 callback.
763 (enum cpp_builtin_type): Add BT_FIRST_USER and BT_LAST_USER.
764 (cpp_macro_definition): Remove const qual from second argument.
765 * macro.c (enter_macro_context): Call user_builtin_macro callback for
766 NODE_BUILTIN !NODE_USED macros.
767 (warn_of_redefinition): Likewise. Remove const qual from second
768 argument.
769 (cpp_macro_definition): Likewise.
770 * pch.c (write_macdef, save_macros): Call user_builtin_macro callback
771 for NODE_BUILTIN !NODE_USED macros.
772
1cb42611
JM
7732010-06-10 Joseph Myers <joseph@codesourcery.com>
774
775 * include/cpplib.h (struct cpp_options): Remove show_column.
776 * init.c (cpp_create_reader, post_options): Don't set show_column.
777
ff5dfc48
JR
7782010-06-09 Joern Rennecke <joern.rennecke@embecosm.com>
779
780 PR bootstrap/44432
781 * configure.ac: Before using ZW_PROG_COMPILER_DEPENDENCIES for C++,
782 check that C++ compiler works.
783 * configure: Regenerate.
784
a9429e29
LB
7852010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
786
787 * include/symtab.h (ht_identifier_ptr): New.
788
c3f247f4
RW
7892010-06-03 Joern Rennecke <joern.rennecke@embecosm.com>
790 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
791
792 PR bootstrap/42798
793 * configure.ac: Check for declaration of 'basename(char *)'.
794 * configure: Regenerate.
795 * config.in: Regenerate.
796
2778d766
JM
7972010-04-25 Joseph Myers <joseph@codesourcery.com>
798
799 * include/cpplib.h (enum c_lang): Add CLK_GNUC1X and CLK_STDC1X.
800 * init.c (lang_defaults): Add entries for new language variants.
801 (cpp_init_builtins): Define __STDC_VERSION__ to 201000L for C1X
802 variants.
803
d8a12e84
MLI
8042010-04-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
805
806 PR cpp/43195
807 * files.c (report_missing_guard): Test for #pragma once.
808
87cf0651
SB
8092010-04-07 Simon Baldwin <simonb@google.com>
810
811 * directives.c (do_diagnostic): Add warning reason argument,
812 call appropriate error reporting function for code.
813 (directive_diagnostics): Call specific warning functions with
814 warning reason where appropriate.
815 (do_error, do_warning, do_pragma_dependency): Add warning reason
816 argument to do_diagnostic calls.
817 * macro.c (_cpp_warn_if_unused_macro, enter_macro_context,
818 _cpp_create_definition): Call specific warning functions with
819 warning reason where appropriate.
820 * Makefile.in: Add new diagnostic functions to gettext translations.
821 * include/cpplib.h (struct cpp_callbacks): Add warning reason code
822 to error callback.
823 (CPP_DL_WARNING, CPP_DL_WARNING_SYSHDR, CPP_DL_PEDWARN, CPP_DL_ERROR,
824 CPP_DL_ICE, CPP_DL_NOTE, CPP_DL_FATAL): Replace macros with enums.
825 (CPP_W_NONE, CPP_W_DEPRECATED, CPP_W_COMMENTS,
826 CPP_W_MISSING_INCLUDE_DIRS, CPP_W_TRIGRAPHS, CPP_W_MULTICHAR,
827 CPP_W_TRADITIONAL, CPP_W_LONG_LONG, CPP_W_ENDIF_LABELS,
828 CPP_W_NUM_SIGN_CHANGE, CPP_W_VARIADIC_MACROS,
829 CPP_W_BUILTIN_MACRO_REDEFINED, CPP_W_DOLLARS, CPP_W_UNDEF,
830 CPP_W_UNUSED_MACROS, CPP_W_CXX_OPERATOR_NAMES, CPP_W_NORMALIZE,
831 CPP_W_INVALID_PCH, CPP_W_WARNING_DIRECTIVE): New enums for cpp
832 warning reason codes.
833 (cpp_warning, cpp_pedwarning, cpp_warning_syshdr,
834 cpp_warning_with_line, cpp_pedwarning_with_line,
835 cpp_warning_with_line_syshdr): New specific error reporting functions.
836 * pch.c (cpp_valid_state): Call specific warning functions with
837 warning reason where appropriate.
838 * errors.c (cpp_diagnostic, cpp_diagnostic_with_line): New central
839 diagnostic handlers.
840 (cpp_warning, cpp_pedwarning, cpp_warning_syshdr,
841 cpp_warning_with_line, cpp_pedwarning_with_line,
842 cpp_warning_with_line_syshdr): New specific error reporting functions.
843 * expr.c (cpp_classify_number, eval_token, num_unary_op): Call
844 specific warning functions with warning reason where appropriate.
845 * lex.c (_cpp_process_line_notes, _cpp_skip_block_comment,
846 warn_about_normalization, lex_identifier_intern, lex_identifier,
847 _cpp_lex_direct): Ditto.
848 * charset.c (_cpp_valid_ucn, convert_hex, convert_escape,
849 narrow_str_to_charconst): Ditto.
850
d947ada0
JJ
8512010-04-06 Jakub Jelinek <jakub@redhat.com>
852
853 PR preprocessor/43642
854 * lex.c (lex_raw_string): Change type of TYPE variable to
855 unsigned char.
856
4d9e8446
RW
8572010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
858
859 * aclocal.m4: Regenerate.
860
52150625
JM
8612010-03-29 Jason Merrill <jason@redhat.com>
862
00a81b8b
JM
863 More N3077 raw string changes
864 * charset.c (cpp_interpret_string): Don't transform UCNs in raw
865 strings.
866 * lex.c (bufring_append): Split out from...
867 (lex_raw_string): ...here. Undo trigraph and line splicing
868 transformations. Do process line notes in multi-line literals.
869 (_cpp_process_line_notes): Ignore notes that were already handled.
870
52150625
JM
871 Some raw string changes from N3077
872 * charset.c (cpp_interpret_string): Change inner delimiters to ().
873 * lex.c (lex_raw_string): Likewise. Also disallow '\' in delimiter.
874
709d7160
JJ
8752010-02-11 Jakub Jelinek <jakub@redhat.com>
876
877 * init.c (read_original_filename): Don't call read_original_directory
878 if _cpp_handle_directive returns 0.
879
dadab4fd
JM
8802010-01-01 Joseph Myers <joseph@codesourcery.com>
881
882 PR preprocessor/41947
883 * expr.c (cpp_classify_number): Give error for hexadecimal
884 floating-point constant with no digits before or after point.
885
3de8a540
AC
8862009-11-20 Arnaud Charlet <charlet@adacore.com>
887
888 * macro.c (enter_macro_context): Call cb.used callback if defined.
889 * directives.c (do_idef, do_ifndef): Ditto.
890 * include/cpplib.h (struct cpp_callbacks): Add used callback.
891
17e7cb85
KT
8922009-11-11 Kai Tietz <kai.tietz@onevision.com>
893
894 * directives.c (do_pragma_push_macro): New pragma handler.
895 (do_pragma_pop_macro): Likewise.
896 (_cpp_init_internal_pragmas): Add push_macro and
897 pop_macro handler to internal pragmas.
898 (lex_macro_node_from_str): Removed.
899 (cpp_push_definition): Replace lex_macro_node_from_str
900 by _cpp_lex_identifier.
901 (cpp_pop_definition): Likewise.
902 * internal.h (_cpp_lex_identifier): New prototype.
903 (def_pragma_macro): New structure.
904 (cpp_reader): New member pushed_macros.
905 * lex.c (_cpp_lex_identifier): New function.
906 (lex_identifier_intern): New function.
907 * init.c (cpp_create_reader): Initialize pushed_macros
908 member.
909 (cpp_destroy): Free elements in pushed_macros member.
910 * pch.c (_cpp_save_pushed_macros): New function.
911 (_cpp_restore_pushed_macros): Likewise.
912 (_cpp_restore_pushed_macros): Use _cpp_save_pushed_macros.
913 (cpp_read_state): Use _cpp_restore_pushed_macros.
914
2c6e3f55
JJ
9152009-10-19 Jakub Jelinek <jakub@redhat.com>
916
917 * charset.c (cpp_init_iconv): Initialize utf8_cset_desc.
918 (_cpp_destroy_iconv): Destroy utf8_cset_desc, char16_cset_desc
919 and char32_cset_desc.
920 (converter_for_type): Handle CPP_UTF8STRING.
921 (cpp_interpret_string): Handle CPP_UTF8STRING and raw-strings.
922 * directives.c (get__Pragma_string): Handle CPP_UTF8STRING.
923 (parse_include): Reject raw strings.
924 * include/cpplib.h (CPP_UTF8STRING): New token type.
925 * internal.h (struct cpp_reader): Add utf8_cset_desc field.
926 * lex.c (lex_raw_string): New function.
927 (lex_string): Handle u8 string literals, call lex_raw_string
928 for raw string literals.
929 (_cpp_lex_direct): Call lex_string even for u8" and {,u,U,L,u8}R"
930 sequences.
931 * macro.c (stringify_arg): Handle CPP_UTF8STRING.
932
96c169e1
JJ
9332009-10-14 Jakub Jelinek <jakub@redhat.com>
934
935 PR preprocessor/41543
936 * include/line-map.h (RESERVED_LOCATION_COUNT): Define.
937 * line-map.c (linemap_init): Initialize highest_location and
938 highest_line to RESERVED_LOCATION_COUNT-1 instead of 0.
939
30c99a9e
JM
9402009-10-09 Jason Merrill <jason@redhat.com>
941
942 * charset.c (_cpp_valid_ucn): Update C++0x restrictions.
943
2214382c
NV
9442009-10-09 Neil Vachharajani <nvachhar@google.com>
945
946 * directives.c (DIRECTIVE_TABLE): Remove DEPRECATED from ident and
947 sccs.
948
e02222d2
LR
9492009-09-23 Loren J. Rittle <ljrittle@acm.org>
950
951 * configure.ac (AC_CHECK_HEADERS after AC_LANG(C++)): Add sys/stat.h.
952 * configure: Rebuilt.
953
9a8a2b7a
RG
9542009-09-22 Richard Guenther <rguenther@suse.de>
955
956 PR pch/38987
957 * files.c (pch_open_file): Disallow non-toplevel PCH inclusion.
958
74dc6a11
CD
9592009-09-18 Chris Demetriou <cgd@google.com>
960
961 PR preprocessor/28435:
962 * include/cpplib.h (struct cpp_options): Add new member
963 deps.need_preprocessor_output.
964 * files.c (open_file_failed): If preprocessor output is needed
965 always report an error.
966
933608b7
KT
9672009-09-13 Kai Tietz <kai.tietz@onevision.com>
968
969 * configure.ac: Set for i?86-w64-mingw*
970 need_64bit_hwint to yes.
971 * configure: Regenerated.
972
86373e7e
JM
9732009-09-10 Jason Merrill <jason@redhat.com>
974
975 * directives.c (cpp_define): constify.
976
fd2ab214
ILT
9772009-09-02 Ian Lance Taylor <iant@google.com>
978
979 * macro.c (stringify_arg): Escape CPP_WCHAR tokens.
980
df58e648
RW
9812009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
982
983 * configure.ac (AC_PREREQ): Bump to 2.64.
984
5213506e
RW
9852009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
986
987 * aclocal.m4: Regenerate.
988 * config.in: Regenerate.
989 * configure: Regenerate.
990
709a22df
TT
9912009-08-17 Tom Tromey <tromey@redhat.com>
992
993 PR preprocessor/41067:
994 * charset.c (convert_escape): Add missing ":" to error text.
995
0c539b47
DR
9962009-07-27 Douglas B Rupp <rupp@gnat.com>
997
998 * include/cpplib.h (INO_T_CPP): New macro.
999 (struct cpp_dir): Use it.
1000
2b69c841
JQ
10012009-07-20 Jerry Quinn <jlquinn@optonline.net>
1002
1003 PR regression/40800
1004 * configure.ac: Use = instead of == for testing
1005 ENABLE_BUILD_WITH_CXX.
1006 * configure: Rebuild.
1007
f1bf410c
JQ
10082009-07-17 Jerry Quinn <jlquinn@optonline.net>
1009
1010 * directives.c (do_linemarker, do_line): Use CPP_STRING for
1011 ignored enum value.
1012 * files.c (find_file_in_dir): Add cast from void* to char*.
1013 * symtab.c (ht_lookup_with_hash): Add cast from void* to char*.
1014 * Makefile.in: (WARN_CFLAGS): Use general and C-specific
1015 warnings.
1016 (CXX, CXXFLAGS, WARN_CXXFLAGS, ALL_CXXFLAGS,
1017 ENABLE_BUILD_WITH_CXX, CCDEPMODE, CXXDEPMODE, COMPILER,
1018 COMPILER_FLAGS): New.
1019 (DEPMODE): Set from CCDEPMODE or CXXDEPMODE.
1020 (COMPILE.base): Use COMPILER instead of CC. Use COMPILER_FLAGS
1021 instead of ALL_CFLAGS.
1022 * configure.ac: Invoke AC_PROG_CXX. Separate C-specific warnings
1023 from other warnings. Add -Wc++-compat to C-specific warnings.
1024 Check for --enable-build-with-cxx. Set and substitute
1025 ENABLE_BUILD_WITH_CXX. Invoke ZW_PROG_COMPILER_DEPENDENCIES
1026 according to ENABLE_BUILD_WITH_CXX. Invoke AC_LANG before
1027 AC_CHECK_HEADERS.
1028 * configure: Rebuild.
1029 * include/cpp-id-data.h: Remove extern "C".
1030 * include/line-map.h: Likewise.
1031 * include/mkdeps.h: Likewise.
1032 * include/symtab.h: Likewise.
1033 * internal.h: Likewise.
1034
a28fbdba
MLI
10352009-06-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1036
1037 * directives.c (parse_include): Add location argument. Update all
1038 calls.
1039 (parse_answer): Likewise.
1040 (do_include_common): Error with exact location.
1041 (parse_assertion): Likewise.
1042
b506a5a2
MLI
10432009-06-18 Manuel López-Ibáñez <manu@gcc.gnu.org>
1044
1045 * expr.c (num_div_op): Take explicit location.
1046
7d8847a4
ILT
10472009-06-17 Ian Lance Taylor <iant@google.com>
1048
1049 * include/cpplib.h (progname): Don't declare.
1050
3d8b2a98
ILT
10512009-06-12 Ian Lance Taylor <iant@google.com>
1052
1053 * include/cpplib.h (struct cpp_options): Add
1054 warn_cxx_operator_names field.
1055 (NODE_WARN_OPERATOR): Define.
1056 (struct cpp_hashnode): Increase flags field to 10 bits, decrease
1057 type to 6 bits.
1058 * init.c (mark_named_operators): Add flags parameter.
1059 (cpp_post_options): Pick flags value to pass to
1060 mark_named_operators.
1061 * lex.c (lex_identifier): If NODE_WARN_OPERATOR is set, warn that
1062 identifier is an operator name in C++.
1063
e74fe492
AH
10642009-06-01 Aldy Hernandez <aldyh@redhat.com>
1065
1066 * include/line-map.h (LAST_SOURCE_COLUMN): New.
1067
4851089f
ILT
10682009-06-01 Ian Lance Taylor <iant@google.com>
1069
1070 * include/cpp-id-data.h: Add extern "C".
1071 * include/line-map.h: Likewise.
1072 * include/mkdeps.h: Likewise.
1073 * include/symtab.h: Likewise.
1074 * internal.h: Likewise.
1075
7e5487a2
ILT
10762009-05-15 Ian Lance Taylor <iant@google.com>
1077
1078 * include/cpplib.h (enum cpp_builtin_type): Rename from enum
1079 builtin_type. Change all uses.
1080
00b0c19b
MLI
10812009-05-14 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1082
1083 PR cpp/36674
1084 * directives (do_linemarker): Compensate for the increment in
1085 location that occurs when we reach the end of line.
1086 * files (_cpp_stack_include): Mention _cpp_find_file in the
1087 comment.
1088
9a0c6187
JM
10892009-05-10 Joseph Myers <joseph@codesourcery.com>
1090
1091 * include/cpplib.h (enum cpp_token_fld_kind): Add
1092 CPP_TOKEN_FLD_TOKEN_NO.
1093 (struct cpp_macro_arg, struct cpp_identifier): Define.
1094 (union cpp_token_u): Use struct cpp_identifier for identifiers.
1095 Use struct cpp_macro_arg for macro arguments. Add token_no for
1096 CPP_PASTE token numbers.
1097 * directives.c (_cpp_handle_directive, lex_macro_node, do_pragma,
1098 do_pragma_poison, parse_assertion): Use val.node.node in place of
1099 val.node.
1100 * expr.c (parse_defined, eval_token): Use val.node.node in place
1101 of val.node.
1102 * lex.c (cpp_ideq, _cpp_lex_direct, cpp_token_len,
1103 cpp_spell_token, cpp_output_token, _cpp_equiv_tokens,
1104 cpp_token_val_index): Use val.macro_arg.arg_no or val.token_no in
1105 place of val.arg_no. Use val.node.node in place of val.node.
1106 * macro.c (replace_args, cpp_get_token, parse_params,
1107 lex_expansion_token, create_iso_definition, cpp_macro_definition):
1108 Use val.macro_arg.arg_no or val.token_no in place of val.arg_no.
1109 Use val.node.node in place of val.node.
1110
9e322bc1
JM
11112009-05-03 Joseph Myers <joseph@codesourcery.com>
1112
1113 * charset.c (one_utf8_to_cppchar): Correct mask used for 5-byte
1114 UTF-8 sequences.
1115
f88d0772
JM
11162009-04-25 Joseph Myers <joseph@codesourcery.com>
1117
1118 PR preprocessor/39559
1119 * expr.c (cpp_interpret_integer): Use a pedwarn for decimal
1120 constants larger than intmax_t in C99 mode.
1121
d1b38208
TG
11222009-04-21 Taras Glek <tglek@mozilla.com>
1123
1124 * include/cpp-id-data.h: Update GTY annotations to new syntax.
1125 * include/cpplib.h: Likewise.
1126 * include/line-map.h: Likewise.
1127 * include/symtab.h: Likewise.
1128
cfc93532
MLI
11292009-04-22 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1130
1131 PR c++/14875
1132 * lex.c (cpp_type2name): Take a flags parameter. Call
1133 cpp_named_operator2name for named operators and cpp_digraph2name
1134 for digraphs.
1135 (cpp_digraph2name): New.
1136 (cpp_spell_token): Use it.
1137 (cpp_output_token): Likewise.
1138 * include/cpplib.h (cpp_type2name): Update declaration.
1139 * init.c (cpp_named_operator2name): New.
1140 * internal.h (cpp_named_operator2name): Declare.
1141
9c650d90
MLI
11422009-04-21 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1143
1144 PR c++/13358
1145 * init.c (cpp_create_reader): Wlong_long is disabled by default.
1146 * expr.c (cpp_classify_number): Give different messages for C and
1147 C++ front-ends.
1148
aa508502
JM
11492009-04-19 Joseph Myers <joseph@codesourcery.com>
1150
1151 PR preprocessor/20078
1152 * include/cpp-id-data.h (struct cpp_macro): Add extra_tokens
1153 field.
1154 * include/cpplib.h (SP_DIGRAPH, SP_PREV_WHITE): Define.
1155 (struct cpp_token): Change flags to unsigned short.
1156 * lex.c (_cpp_lex_direct): Initialize arg_no for CPP_PASTE tokens.
1157 (_cpp_equiv_tokens): Check arg_no for CPP_PASTE tokens.
1158 (cpp_token_val_index): Return CPP_TOKEN_FLD_ARG_NO for CPP_PASTE
1159 tokens.
1160 * macro.c (macro_real_token_count): New.
1161 (enter_macro_context, replace_args): Use macro_real_token_count.
1162 (create_iso_definition): Record whitespace surrounding and digraph
1163 spelling of # and ## tokens using SP_PREV_WHITE and SP_DIGRAPH.
1164 Set extra_tokens and save CPP_PASTE tokens with arg_no set for
1165 multiple consecutive ## tokens.
1166 (_cpp_create_definition): Initialize extra_tokens.
1167 (cpp_macro_definition): Use macro_real_token_count.
1168
61cc8223
JM
11692009-04-18 Joseph Myers <joseph@codesourcery.com>
1170
1171 * directives.c (parse_include): Pass true to check_eol.
1172
c7f9c0b9
JM
11732009-04-18 Joseph Myers <joseph@codesourcery.com>
1174
1175 PR preprocessor/39646
1176 * include/line-map.h (enum lc_reason): Add LC_RENAME_VERBATIM.
1177 * line-map.c (linemap_add): Handle LC_RENAME_VERBATIM.
1178 * directives.c (do_line, do_linemarker): Use LC_RENAME_VERBATIM in
1179 place of LC_RENAME.
1180
a5cb563b
JM
11812009-04-18 Joseph Myers <joseph@codesourcery.com>
1182
1183 PR preprocessor/39647
1184 * directives.c (check_eol): Add parameter expand.
1185 (do_undef, parse_include, do_line, do_linemarker, do_ident,
1186 do_pragma_once, do_pragma_system_header, do_ifdef, do_ifndef,
1187 do_else, do_endif, do_assert, do_unassert): All callers changed.
1188 Pass true from do_line, false elsewhere.
1189
18f41a1b
JM
11902009-04-12 Joseph Myers <joseph@codesourcery.com>
1191
1192 PR preprocessor/31869
1193 * macro.c (stringify_arg): Handle NULL source token in padding
1194 token where previous padding token did not have source token with
1195 preceding whitespace.
1196
748086b7
JJ
11972009-04-09 Jakub Jelinek <jakub@redhat.com>
1198
1199 * Makefile.in: Change copyright header to refer to version
1200 3 of the GNU General Public License and to point readers at the
1201 COPYING3 file and the FSF's license web page.
1202 * charset.c: Likewise.
1203 * directives-only.c: Likewise.
1204 * directives.c: Likewise.
1205 * errors.c: Likewise.
1206 * expr.c: Likewise.
1207 * files.c: Likewise.
1208 * identifiers.c: Likewise.
1209 * include/cpp-id-data.h: Likewise.
1210 * include/cpplib.h: Likewise.
1211 * include/line-map.h: Likewise.
1212 * include/mkdeps.h: Likewise.
1213 * include/symtab.h: Likewise.
1214 * init.c: Likewise.
1215 * internal.h: Likewise.
1216 * lex.c: Likewise.
1217 * line-map.c: Likewise.
1218 * macro.c: Likewise.
1219 * makeucnid.c: Likewise.
1220 * mkdeps.c: Likewise.
1221 * pch.c: Likewise.
1222 * symtab.c: Likewise.
1223 * system.h: Likewise.
1224 * traditional.c: Likewise.
1225 * ucnid.tab: Likewise.
1226 * ucnid.h: Regenerate.
1227
eec49116
JJ
12282009-04-01 Janis Johnson <janis187@us.ibm.com>
1229
839a3b8a
JJ
1230 PR c/39027
1231 * include/cpplib.h (CPP_N_DEFAULT): Define.
1232 * expr.c (interpret_float_suffix): Recognize d or D for double,
1233 return new value for default.
1234 (cpp_classify_number): Issue pedwarn for use of d or D in suffix.
1235
eec49116
JJ
1236 PR c/33466
1237 * expr.c (interpret_float_suffix): Reject invalid suffix that uses
1238 letters from decimal float and fixed-point suffixes.
1239
47580d22
JM
12402009-03-31 Joseph Myers <joseph@codesourcery.com>
1241
1242 PR preprocessor/15638
1243 * files.c (_cpp_find_file): Call open_file_failed after diagnosing
1244 invalid PCH.
1245 (open_file_failed): Make error for missing file fatal.
1246 * include/cpplib.h (CPP_DL_FATAL): Define.
1247
5a2df0fa
SV
12482009-03-30 Sergiy Vyshnevetskiy <serg@vostok.net>
1249
1250 PR preprocessor/31932:
1251 * internal.h: Don't mention HAVE_ICONV_H.
1252 * configure, config.in: Rebuild.
1253 * configure.ac: Don't check for iconv.h.
1254
c1a8a3c6
TT
12552009-03-30 Tom Tromey <tromey@redhat.com>
1256
1257 PR preprocessor/39512:
1258 * line-map.c (linemap_init): Initialize 'reallocator' field.
1259
a37a7b8a
JJ
12602009-03-30 Jakub Jelinek <jakub@redhat.com>
1261
1262 PR target/39558
1263 * macro.c (cpp_get_token): If macro_to_expand returns NULL
1264 and used some tokens, add CPP_PADDING before next token.
1265
148e4216
JM
12662009-03-29 Joseph Myers <joseph@codesourcery.com>
1267
1268 PR preprocessor/34695
1269 * makedepend.c: Remove.
1270 * Makefile.in (makedepend_OBJS, makedepend$(EXEEXT)): Remove.
1271 (all, clean, TAGS_SOURCES, include): Remove makedepend handling.
1272 * directives.c (cpp_errors): Remove.
1273 * errors.c (print_location, _cpp_begin_message, v_message):
1274 Remove.
1275 (cpp_error, cpp_error_with_line): Always use error callback.
1276 (cpp_error, cpp_error_with_line, cpp_errno): Return bool.
1277 * include/cpplib.h (cpp_options): Remove pedantic_errors,
1278 inhibit_warnings, warn_system_headers, inhibit_errors,
1279 warnings_are_errors, client_diagnostic.
1280 (cpp_callbacks): Add extra arguments to error callback; make it
1281 return bool.
1282 (cpp_finish): Return void.
1283 (cpp_destroy): Remove inaccurate comment about return value.
1284 (cpp_errors, CPP_DL_EXTRACT, CPP_DL_WARNING_P): Remove.
1285 (CPP_DL_NOTE): Define.
1286 * include/line-map.h (linemap_print_containing_files): Remove.
1287 * init.c (cpp_finish): Do not check for or return number of
1288 errors.
1289 * internal.h (cpp_reader): Remove errors field.
1290 * line-map.c (linemap_print_containing_files): Remove.
1291 * macro.c (_cpp_create_definition): Use CPP_DL_NOTE for message
1292 about previous definition. Only emit it if previous diagnostic
1293 was emitted.
1294
f1450211
JM
12952009-03-28 Joseph Myers <joseph@codesourcery.com>
1296
1297 * Makefile.in (po/$(PACKAGE).pot): Use $(mkinstalldirs) not
1298 mkinstalldirs.
1299
8f5929e1
JJ
13002009-03-18 Jakub Jelinek <jakub@redhat.com>
1301
1302 * include/cpplib.h (struct cpp_dir): Reorder fields for 64-bit hosts.
1303
4bb09c26
JM
13042009-02-21 Joseph Myers <joseph@codesourcery.com>
1305
1306 * lex.c (lex_string): Return a CPP_LESS token for missing '>' in a
1307 header name.
1308 (_cpp_lex_direct): Handle this.
1309
68c9ab45
RG
13102009-02-15 Richard Guenther <rguenther@suse.de>
1311
1312 Revert last change.
1313
601b3e1a
RG
13142009-02-13 Richard Guenther <rguenther@suse.de>
1315
1316 * configure.ac: Enable LFS.
1317 * configure: Re-generate.
1318 * config.in: Likewise.
1319
fc0cd180
BE
13202009-01-05 Ben Elliston <bje@au.ibm.com>
1321
1322 * Makefile.in (.po.gmo): Use mkinstalldirs, not test -d || mkdir.
1323 (.po.pox): Likewise.
1324 (po/$(PACKAGE).pot): Likewise.
1325
db89a3be
AO
13262008-12-10 Alexandre Oliva <aoliva@redhat.com>
1327
1328 PR target/37033
1329 * pch.c (cpp_valid_state): Improve message for poisoned symbols.
1330 Allow for differences in __GCC_HAVE_DWARF2_CFI_ASM.
1331
cc955282
JM
13322008-11-29 Joseph Myers <joseph@codesourcery.com>
1333
1334 * lex.c (cpp_token_len): Use 6 as default length.
1335
47960aaf
MLI
13362008-10-31 Manuel López-Ibáñez <manu@gcc.gnu.org>
1337
1338 * expr.c (struct op): Add location.
1339 (_cpp_parse_expr): Propagate locations throught the stack
1340 of expressions.
1341 (reduce): Likewise.
1342 (check_promotion): Use explicit location in errors.
1343
631d0d36
MG
13442008-10-05 Matthew Gingell <gingell@adacore.com>
1345 Arnaud Charlet <charlet@adacore.com>
1346
1347 * include/cpplib.h (cpp_comments, cpp_comment_table): New structs.
1348 (cpp_get_comments): New function.
1349 * internal.h (struct cpp_reader): Add comments field.
1350 * init.c (cpp_destroy): Free comments.
1351 * lex.c (store_comment, cpp_get_comments): New functions.
1352 (comments): New struct.
1353 (save_comment): Store comments in comments struct.
1354
c047ce93
SB
13552008-09-18 Simon Baldwin <simonb@google.com>
1356
1357 * include/cpplib.h (struct cpp_options): Add new boolean flag
1358 warn_builtin_macro_redefined.
1359 * init.c (cpp_create_reader): Initialize warn_builtin_macro_redefined.
1360 * (struct builtin_operator): Split out from previous struct builtin,
1361 enhance extra const correctness.
1362 * (struct builtin_macro): Split out from previous struct builtin, add
1363 new always_warn_if_redefined flag, enhance const correctness.
1364 * (mark_named_operators): Use struct builtin_operator.
1365 * (cpp_init_special_builtins): Use struct builtin_macro, add NODE_WARN
1366 to builtins selectively.
1367 * macro.c (warn_of_redefinition): Return false if a builtin macro
1368 is not flagged with NODE_WARN.
1369
affa55c6
JJ
13702008-07-31 Jakub Jelinek <jakub@redhat.com>
1371
1372 PR preprocessor/36649
1373 * files.c (struct report_missing_guard_data): New type.
1374 (report_missing_guard): Put paths into an array instead of printing
1375 them right away. Return 1 rather than 0.
1376 (report_missing_guard_cmp): New function.
1377 (_cpp_report_missing_guards): Sort and print paths gathered by
1378 report_missing_guard callback.
1379
3b8f20a1
MLI
13802008-07-22 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1381
1382 PR 28079
1383 * directives.c (strtolinenum): Handle overflow.
1384 (do_line): Give a warning if line number overflowed.
1385 (do_linemarker): Update call to strtolinenum.
1386
1bb64668
MLI
13872008-07-21 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1388
1389 * include/line-map.h (linenum_type): New typedef.
1390 (struct line_map): Use it.
1391 (SOURCE_LINE): Second arguments is a LOCATION not a LINE.
1392 (SOURCE_COLUMN): Likewise.
1393 * macro.c (_cpp_builtin_macro_text): Use linenum_type. Don't store
1394 source_location values in a variable of type linenum_type.
1395 * directives.c (struct if_stack): Use linenum_type.
1396 (strtoul_for_line): Rename as strtolinenum.
1397 (do_line): Use linenum_type.
1398 (do_linemarker): Use linenum_type and strtolinenum.
1399 (_cpp_do_file_change): Use linenum_t.
1400 * line-map.c (linemap_add): Likewise.
1401 (linemap_line_start): Likewise.
1402 * traditional.c (struct fun_macro): 'line' is a source_location.
1403 * errors.c (print_location): Use linenum_type.
1404 * directives-only.c (_cpp_preprocess_dir_only): Likewise.
1405 * internal.h (CPP_INCREMENT_LINE): Likewise.
1406 * lex.c (_cpp_skip_block_comment): Use source_location.
1407
5950c3c9
BE
14082008-07-14 Ben Elliston <bje@au.ibm.com>
1409
1410 * include/cpplib.h (NODE_CONDITIONAL): New.
1411 (struct cpp_callbacks): New macro_to_expand field.
1412 (struct cpp_hashnode): Adjust size of flags and type fields.
1413 (cpp_peek_token): Prototype.
1414 * lex.c (cpp_peek_token): New function.
1415 (_cpp_temp_token): Protect pre-existing lookaheads.
1416 * macro.c (cpp_get_token): Expand any conditional macros.
1417 (_cpp_backup_tokens_direct): New.
1418 (_cpp_backup_tokens): Call _cpp_backup_tokens_direct.
1419 (warn_of_redefinition): Silently allow redefined conditional
1420 macros.
1421 (_cpp_create_definition): Remove the conditional flag when a user
1422 defines one of the conditional macros.
1423 * internal.h (_cpp_backup_tokens_direct): New prototype.
1424
e85edc9e
AH
14252008-06-13 Andrew Haley <aph@redhat.com>
1426
1427 PR preprocessor/33305
1428 * macro.c (replace_args): Print a warning for empty macro
1429 arguments in C89 and C++.
1430
18c04407
RW
14312008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1432
1433 * Makefile.in ($(srcdir)/aclocal.m4): Update dependencies.
1434 * configure: Regenerate.
1435
2d09b640
RW
14362008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1437
1438 * Makefile.in (datarootdir): New variable.
1439
0b7c73cc
L
14402008-06-12 H.J. Lu <hongjiu.lu@intel.com>
1441
1442 PR preprocessor/36479
1443 * charset.c (cpp_interpret_string_notranslate): Also set
1444 narrow_cset_desc.width.
1445
cd985f66
JM
14462008-06-07 Joseph Myers <joseph@codesourcery.com>
1447
1448 * configure.ac (parisc*64*-*-*): Remove.
1449 * configure: Regenerate.
1450
d750887f
TT
14512008-05-30 Tom Tromey <tromey@redhat.com>
1452
1453 PR preprocessor/36320:
1454 * internal.h (_cpp_parse_expr): Update.
1455 * expr.c (_cpp_parse_expr): Add 'is_if' argument. Update error
1456 messages.
1457 * directives.c (do_if): Update.
1458 (do_elif): Require expression if processing group.
1459
c100de59
DS
14602008-05-30 Danny Smith <dannysmith@users.sourceforge.net>
1461
1462 * include/cpplib.h (struct cpp_dir): Add new field, canonical_name.
1463
5d6342eb
TT
14642008-05-21 Tom Tromey <tromey@redhat.com>
1465
1466 PR preprocessor/27777:
1467 * lex.c (cpp_output_line_to_string): New function.
1468 * internal.h (_cpp_begin_message): Don't declare.
1469 * errors.c (_cpp_begin_message): Now static.
1470 * include/cpplib.h (cpp_output_line_to_string): Declare.
1471 * directives.c (do_diagnostic): Rewrote. Use
1472 cpp_output_line_to_string. Don't use _cpp_begin_message.
1473
dae4174e
TT
14742008-05-21 Tom Tromey <tromey@redhat.com>
1475
1476 * include/symtab.h (HT_ALLOCED): Remove.
1477 (ht_purge): Declare.
1478 * symtab.c (DELETED): New define.
1479 (ht_lookup): Update comment.
1480 (ht_lookup_with_hash): Handle deleted entries. Remove HT_ALLOCED
1481 code. Use subobject allocator for strings, if it exists.
1482 (ht_expand): Handle deleted entries.
1483 (ht_forall): Likewise.
1484 (ht_purge): New function.
1485 (ht_dump_statistics): Print deletion statistics.
1486
899015a0
TT
14872008-05-13 Tom Tromey <tromey@redhat.com>
1488
1489 PR preprocessor/22168:
1490 * include/cpplib.h (struct cpp_options) <objc>: Update
1491 documentation.
1492 * expr.c (eval_token): Warn for use of assertions.
1493 * directives.c (directive_diagnostics): Warn about extensions.
1494 (DEPRECATED): New define.
1495 (DIRECTIVE_TABLE): Use it.
1496
71c10038
TT
14972008-05-06 Tom Tromey <tromey@redhat.com>
1498
1499 PR preprocessor/35313, PR preprocessor/36088:
1500 * expr.c (optab) <QUERY, COMMA>: Set precedence to 4.
1501 (reduce) <case CPP_QUERY>: Special case CPP_COMMA and CPP_COLON.
1502
2bd0fe3d
DM
15032008-05-04 David S. Miller <davem@davemloft.net>
1504
1505 * configure.ac (sparc*-*-*): Always set need_64bit_hwint to yes.
1506 * configure: Regenerate.
1507
28f68625
DF
15082008-04-22 Daniel Franke <franke.daniel@gmail.com>
1509
1510 * include/cpplib.h (cpp_define_formatted): New.
1511 * directives.c (cpp_define_formatted): New.
1512
688e7a53
TT
15132008-04-21 Tom Tromey <tromey@redhat.com>
1514
1515 PR libcpp/33415:
1516 * charset.c (_cpp_convert_input): Add buffer_start argument.
1517 Ignore UTF-8 BOM if seen.
1518 * internal.h (_cpp_convert_input): Add argument.
1519 * files.c (struct _cpp_file) <buffer_start>: New field.
1520 (destroy_cpp_file): Free buffer_start, not buffer.
1521 (_cpp_pop_file_buffer): Likewise.
1522 (read_file_guts): Update.
1523
b6baa67d
KVH
15242008-04-18 Kris Van Hees <kris.van.hees@oracle.com>
1525
1526 * include/cpp-id-data.h (UC): Was U, conflicts with U"..." literal.
1527 * include/cpplib.h (CHAR16, CHAR32, STRING16, STRING32): New tokens.
1528 (struct cpp_options): Added uliterals.
1529 (cpp_interpret_string): Update prototype.
1530 (cpp_interpret_string_notranslate): Idem.
1531 * charset.c (init_iconv_desc): New width member in cset_converter.
1532 (cpp_init_iconv): Add support for char{16,32}_cset_desc.
1533 (convert_ucn): Idem.
1534 (emit_numeric_escape): Idem.
1535 (convert_hex): Idem.
1536 (convert_oct): Idem.
1537 (convert_escape): Idem.
1538 (converter_for_type): New function.
1539 (cpp_interpret_string): Use converter_for_type, support u and U prefix.
1540 (cpp_interpret_string_notranslate): Match changed prototype.
1541 (wide_str_to_charconst): Use converter_for_type.
1542 (cpp_interpret_charconst): Add support for CPP_CHAR{16,32}.
1543 * directives.c (linemarker_dir): Macro U changed to UC.
1544 (parse_include): Idem.
1545 (register_pragma_1): Idem.
1546 (restore_registered_pragmas): Idem.
1547 (get__Pragma_string): Support CPP_STRING{16,32}.
1548 * expr.c (eval_token): Support CPP_CHAR{16,32}.
1549 * init.c (struct lang_flags): Added uliterals.
1550 (lang_defaults): Idem.
1551 * internal.h (struct cset_converter) <width>: New field.
1552 (struct cpp_reader) <char16_cset_desc>: Idem.
1553 (struct cpp_reader) <char32_cset_desc>: Idem.
1554 * lex.c (digraph_spellings): Macro U changed to UC.
1555 (OP, TK): Idem.
1556 (lex_string): Add support for u'...', U'...', u"..." and U"...".
1557 (_cpp_lex_direct): Idem.
1558 * macro.c (_cpp_builtin_macro_text): Macro U changed to UC.
1559 (stringify_arg): Support CPP_CHAR{16,32} and CPP_STRING{16,32}.
1560
deb984e6
PB
15612008-04-18 Paolo Bonzini <bonzini@gnu.org>
1562
1563 PR bootstrap/35457
1564 * aclocal.m4: Regenerate.
1565 * configure: Regenerate.
1566
bf048bea
TT
15672008-04-17 Tom Tromey <tromey@redhat.com>
1568
1569 PR libcpp/34866:
1570 * errors.c (cpp_error): Don't reference a token before the start
1571 of the current run.
1572
7f27b0f8
TT
15732008-04-16 Tom Tromey <tromey@redhat.com>
1574
1575 * Makefile.in (TAGS_SOURCES): New variable.
1576 (TAGS): New target.
1577
a1fcb9a1
KK
15782008-04-11 Kaz Kojima <kkojima@gcc.gnu.org>
1579
1580 * configure.ac: (need_64bit_hwint): Need 64bit hwint for sh-*-*
1581 and shbe-*-*.
1582 * configure: Rebuilt.
1583
93d45d9e
JM
15842008-04-02 Joseph Myers <joseph@codesourcery.com>
1585
1586 * include/cpplib.h (struct cpp_callbacks): Add used_define,
1587 used_undef and before_define.
1588 (NODE_USED): Define.
1589 * directives.c (do_define, do_undef, undefine_macros, do_ifdef,
1590 do_ifndef, cpp_pop_definition): Handle new flag and use new
1591 callbacks.
1592 * expr.c (parse_defined): Handle new flag and use new callbacks.
1593 * macro.c (enter_macro_context, _cpp_free_definition): Handle new
1594 flag and use new callbacks.
1595
d4c32e1d
JJ
15962008-04-01 Jakub Jelinek <jakub@redhat.com>
1597
1598 PR pch/13675
1599 * files.c (struct _cpp_file): Remove pch field.
1600 (pch_open_file): Don't set file->pch, just file->pchname.
1601 (should_stack_file): After pfile->cb.read_pch call
1602 free pchname and clear pchname, don't close file->fd.
1603 Test file->pchname instead of file->pch. Don't close fd after cb.
1604 (_cpp_stack_include): Test file->pchname instead of file->pch.
1605
161031e3
TT
16062008-03-28 Tom Tromey <tromey@redhat.com>
1607
1608 * Makefile.in (POSTCOMPILE): New variable.
1609 (.c.o): Use it.
1610
14ccf800
TT
16112008-03-13 Tom Tromey <tromey@redhat.com>
1612
1613 PR libcpp/35322:
1614 * directives.c (destringize_and_run): Set pfile->directive.
1615
830465c6
MM
16162008-03-06 Markus Milleder <markus.milleder@generali.at>
1617
1618 PR preprocessor/35458
1619 * mkdeps.c (munge): Quote '#' with a '\'.
1620
d482a073
RW
16212008-02-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1622
1623 PR preprocessor/35379
1624 * mkdeps.c (deps_write): Ensure the first target always appears
1625 in the first column, without leading backslash newline. Avoid
1626 some more extra whitespace.
1627
185a6cc1
TS
16282008-02-25 Thiemo Seufer <ths@mips.com>
1629
d482a073 1630 * Makefile.in ($(srcdir)/config.in): Depend on configure.ac.
185a6cc1 1631
2bf41bf0
TT
16322008-02-19 Tom Tromey <tromey@redhat.com>
1633
1634 * traditional.c (lex_identifier): Use CPP_HASHNODE.
1635 * lex.c (lex_identifier): Use CPP_HASHNODE.
1636 * include/line-map.h (LINEMAP_POSITION_FOR_COLUMN): Wrap in
1637 do-while.
1638 * identifiers.c (alloc_node): Change return type.
1639 (_cpp_init_hashtable): Don't cast 'alloc_node'.
1640 (proxy_assertion_broken): New declaration.
1641 (cpp_forall_identifiers): Move comment.
1642 * line-map.c (linemap_add): Comment fix.
1643 (linemap_line_start): Indentation fix.
1644
765d600a
JJ
16452008-01-25 Jakub Jelinek <jakub@redhat.com>
1646
1647 PR preprocessor/34692
1648 * macro.c (collect_args): Add pragma_buff argument. Push
1649 CPP_PRAGMA ... CPP_PRAGMA_EOL tokens to *pragma_buff, rather
1650 than into arguments. Reset prevent_expansion and parsing_args
1651 state at CPP_PRAGMA_EOL/CPP_EOF.
1652 (funlike_invocation_p): Add pragma_buff argument, pass it through
1653 to collect_args.
1654 (enter_macro_context): Add result argument. Adjust
1655 funlike_invocation_p caller. Emit all deferred pragma tokens
1656 gathered during collect_args before the expansion, add a padding
1657 token. Return 2 instead of 1 if any pragma tokens were prepended.
1658 (cpp_get_token): If enter_macro_context returns 2, don't return
1659 a padding token, instead cycle to grab CPP_PRAGMA token.
1660 * directives.c (_cpp_handle_directive): If was_parsing_args
1661 in deferred pragma, leave parsing_args and prevent_expansion as is.
1662
ec46053b
TT
16632008-01-22 Tom Tromey <tromey@redhat.com>
1664
765d600a 1665 PR c++/34859
ec46053b
TT
1666 * macro.c (_cpp_create_definition): Handle __STDC_LIMIT_MACROS and
1667 __STDC_CONSTANT_MACROS.
1668
681c6ab0
FF
16692008-01-07 Fred Fish <fnf@specifix.com>
1670
765d600a 1671 PR preprocessor/30363
681c6ab0
FF
1672 * traditional.c (replace_args_and_push): Add local variable
1673 cxtquote, calculate the replacement text size assuming a
1674 worst case of every input character quoted with backslash,
1675 and properly handle output quoting of quote characters in
1676 actual arguments used in function-like macros.
1677
33ae4837
TT
16782008-01-03 Tom Tromey <tromey@redhat.com>
1679
765d600a 1680 PR preprocessor/34602
33ae4837
TT
1681 * directives.c (do_line): Don't try to spell EOF token.
1682 (do_linemarker): Add comment.
1683
675575f5
DD
16842007-12-11 DJ Delorie <dj@redhat.com>
1685
1686 * charset.c (convert_using_iconv): Close out any shift states,
1687 returning to the initial state.
1688
97f6bd40
TT
16892007-12-06 Tom Tromey <tromey@redhat.com>
1690
765d600a 1691 PR c/29172
97f6bd40
TT
1692 * internal.h (struct cpp_reader) <file_hash_entries>: Changed
1693 type.
1694 <file_hash_entries_allocated, file_hash_entries_used>: Removed.
1695 * files.c (FILE_HASH_POOL_SIZE): New macro.
1696 (struct file_hash_entry_pool): New.
1697 (destroy_all_cpp_files): New function.
1698 (allocate_file_hash_entries): Allocate a file_hash_entry_pool.
1699 (new_file_hash_entry): Update.
1700 (free_file_hash_entries): New function.
1701 (_cpp_cleanup_files): Call free_file_hash_entries and
1702 destroy_all_cpp_files.
1703 (cpp_clear_file_cache): New function.
1704 * include/cpplib.h (cpp_clear_file_cache): Declare.
1705
d56a25e1
TT
17062007-12-03 Tom Tromey <tromey@redhat.com>
1707
765d600a 1708 PR preprocessor/34288
d56a25e1
TT
1709 * configure.ac, config.in: Rebuilt.
1710 * configure.ac: Check for ssize_t.
1711
607f74e9
TT
17122007-11-30 Tom Tromey <tromey@redhat.com>
1713
765d600a 1714 PR preprocessor/32868
607f74e9
TT
1715 * macro.c (_cpp_create_definition): Special case
1716 __STDC_FORMAT_MACROS.
1717
b0f4807f
MM
17182007-11-16 Michael Matz <matz@suse.de>
1719
1720 * files.c (search_path_head): Fix check for absolute paths.
1721
f1e20710
TT
17222007-11-11 Tom Tromey <tromey@redhat.com>
1723
765d600a 1724 PR c++/17557
f1e20710
TT
1725 * include/cpplib.h (cpp_included_before): Declare.
1726 * files.c (struct file_hash_entry) <location>: New field.
1727 (_cpp_find_file): Initialize new field.
1728 (make_cpp_dir): Likewise.
1729 (cpp_included_before): New function.
1730
f373b44d
TT
17312007-11-01 Tom Tromey <tromey@redhat.com>
1732
765d600a 1733 PR preprocessor/30805
f373b44d
TT
1734 * macro.c (paste_tokens): Handle padding token.
1735 (paste_tokens): Don't abort unless padding has PASTE_LEFT flag.
1736
5b9a40df
TT
17372007-10-31 Tom Tromey <tromey@redhat.com>
1738
765d600a 1739 PR preprocessor/30786
5b9a40df
TT
1740 * macro.c (builtin_macro): Return result of _cpp_do__Pragma.
1741 * directives.c (_cpp_do__Pragma): Return error status.
1742 * internal.h (_cpp_do__Pragma): Update.
1743 * directives.c (get__Pragma_string): Back up if EOF seen.
1744
5ffeb913
TT
17452007-09-06 Tom Tromey <tromey@redhat.com>
1746
1747 * internal.h (struct cpp_reader) <invocation_location>: New
1748 field.
1749 (struct cpp_reader) <set_invocation_location>: Likewise.
1750 * init.c (cpp_set_line_map): New function.
1751 * line-map.c (linemap_add): Use linemap's allocator.
1752 * include/line-map.h (GTY): Define.
1753 (line_map_realloc): New typedef.
1754 (struct line_map): Mark with GTY.
1755 (struct line_maps): Likewise.
1756 (struct line_maps) <maps>: Likewise.
1757 (struct line_maps) <reallocator>: New field.
1758 * include/symtab.h (GTY): Conditionally define.
1759 * include/cpplib.h (cpp_set_line_map): Declare.
1760 (cpp_get_token_with_location): Declare.
1761 * macro.c (cpp_get_token): Set invocation_location on the reader.
1762 (cpp_get_token_with_location): New function.
1763
ac6b1c67
CF
17642007-08-30 Chao-ying Fu <fu@mips.com>
1765
1766 * expr.c (interpret_float_suffix): Support hr, r, lr, llr, uhr, ur,
1767 ulr, ullr, hk, k, lk, llk, uhk, uk, ulk, ullk.
1768 (cpp_classify_number): Support decimal fixed-point constants without
1769 exponents.
1770 Warn about fixed-point constants when -pedantic.
1771 * include/cpplib.h (CPP_N_SMALL, CPP_N_MEDIUM, CPP_N_LARGE): Change
1772 comments to support fixed-point values.
1773 (CPP_N_FRACT, CPP_N_ACCUM): Define.
1774
cda5e672
TT
17752007-08-18 Tom Tromey <tromey@redhat.com>
1776
765d600a 1777 PR preprocessor/32974
cda5e672
TT
1778 * directives.c (parse_include): Don't check for EOL when
1779 processing #pragma dependency.
1780
ccfc4c91
OW
17812007-07-30 Ollie Wild <aaw@google.com>
1782
1783 * directives-only.c: New file.
1784 * internal.h (struct _cpp_dir_only_callbacks): New.
1785 (_cpp_preprocess_dir_only): New function.
1786 * directives.c (_cpp_handle_directive): Check directives_only before
1787 disabling execution of indented directives.
1788 * files.c (_cpp_stack_file): Add directives_only check.
1789 * include/cpplib.h (struct cpp_options): Add directives_only.
1790 (cpp_init_special_builtins): New function.
1791 * init.c (cpp_init_special_builtins): New function.
1792 (cpp_init_builtins): Move builtin_array initialization to
1793 cpp_init_special_builtins.
1794 (post_options): Check directives_only before setting
1795 pfile->state.prevent_expansion = 1.
1796 * macro.c (_cpp_builtin_macro_text): Print an error if __COUNTER__
1797 is expanded inside a directive while -fdirectives-only is enabled.
1798 * Makefile.in (libcpp_a_OBJS): Add directives-only.o.
1799 (libcpp_a_SOURCES): Add directives-only.c.
1800
a206413a
UB
18012007-07-04 Uros Bizjak <ubizjak@gmail.com>
1802
1803 * traditional.c (_cpp_scan_out_logical_line): Initialize
1804 fmacro.args, fmacro.node, fmacro.offset, fmacro.line and
1805 fmacro.args to prevent 'may be used uninitialized' warning.
1806
c77cd3d1
UB
18072007-07-03 Uros Bizjak <ubizjak@gmail.com>
1808
1809 * include/cpplib.h (CPP_N_WIDTH_MD, CPP_N_MD_W, CPP_N_MD_Q):
1810 Add new constants.
1811 * expr.c (interpret_float_suffix): Process 'w', 'W', 'q' and 'Q'
1812 suffixes. Return CPP_N_MD_W for 'w' or 'W' suffixes and CPP_N_MD_Q
1813 for 'q' or 'Q' suffixes.
1814
66938a1d
DS
18152007-06-17 Danny Smith <dannysmith@users.sourceforge.net
1816
e1311401 1817 * files.c (open_file): Correct typo.
66938a1d 1818
71995ede
VP
18192007-06-16 Vladimir Prus <vladimir@codesourcery.com>
1820
e1311401 1821 * files.c (open_file): Prevent the call
71995ede
VP
1822 for stat from overwriting errno.
1823
84152c25
VP
18242007-06-09 Vladimir Prus <vladimir@codesourcery.com>
1825
e1311401 1826 * files.c (open_file): Account for the
84152c25
VP
1827 fact that on windows, opening a directory gives
1828 EACCES.
1829
f7fd775f
JW
18302007-06-05 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
1831
1832 PR preprocessor/23479
1833 * expr.c (cpp_classify_number): Implement 0b-prefixed binary
1834 integer constants.
1835 (append_digit): Likewise.
1836 * include/cpplib.h: Add CPP_N_BINARY, to be used for 0b-prefixed
1837 binary integer constants.
1838
ed0e74e0
DK
18392007-05-31 Dave Korn <dave.korn@artimi.com>
1840
1841 PR preprocessor/14331
1842 * lex.c (_cpp_get_fresh_line): Don't warn if no newline at EOF.
1843
a702045a
OW
18442007-05-24 Ollie Wild <aaw@google.com>
1845
1846 * macro.c (_cpp_builtin_macro_text): Handle BT_COUNTER.
1847 * pch.c (cpp_write_pch_deps): Save __COUNTER__ state.
1848 (cpp_write_pch_state): Save __COUNTER__ state.
1849 (cpp_valid_state): Check valid __COUNTER__ state.
1850 (cpp_read_state): Read new __COUNTER__ state.
1851 * include/cpplib.h (enum builtin_type): Add BT_COUNTER enumerator.
1852 * init.c (builtin_array): Add __COUNTER__/BT_COUNTER.
1853 * internal.h (struct cpp_reader): Add counter member.
1854
126e073b
SM
18552007-05-23 Simon Martin <simartin@users.sourceforge.net>
1856
1857 PR preprocessor/20077
1858 * macro.c (create_iso_definition): Fixed the method to determine
1859 whether the token-pasting operator appears at the beginning or the end
1860 of a macro.
1861
0b4cafec
ILT
18622007-05-21 Ian Lance Taylor <iant@google.com>
1863
1864 * internal.h (struct cpp_reader): Add new fields:
1865 nonexistent_file_hash and nonexistent_file_ob.
1866 * files.c: Include "obstack.h".
1867 (find_file_in_dir): Before trying to open the file, look up the
1868 path name in the hash table of nonexistent files. After failing
1869 to open the file, add the path name to the hash table.
1870 (_cpp_find_file): Cache the results of looking up the file name
1871 starting with the quote and bracket chain heads, if we can.
1872 (nonexistent_file_hash_eq): New static function.
1873 (_cpp_init_files): Initialize pfile->nonexistent_file_hash and
1874 pfile->nonexistent_file_ob.
1875 (_cpp_cleanup_files): Free pfile->nonexistent_file_hash and
1876 pfile->nonexistent_file_ob.
1877
30e04921
JJ
18782007-05-14 Janis Johnson <janis187@us.ibm.com>
1879
5a6bb57e
JJ
1880 * expr.c (cpp_classify_number): Warn about dfp constant for -pedantic.
1881
30e04921
JJ
1882 PR c/31924
1883 * expr.c (interpret_float_suffix): Check for invalid suffix.
1884
22a8a52d
EC
18852007-05-02 Eric Christopher <echristo@apple.com>
1886
1887 * expr.c (num_div_op): Don't overflow if the result is
1888 zero.
1889
fca35e1b
TT
18902007-05-02 Tom Tromey <tromey@redhat.com>
1891
765d600a 1892 PR preprocessor/28709
fca35e1b
TT
1893 * macro.c (paste_tokens): Remove PASTE_LEFT from the old lhs.
1894
4cd97075
MM
18952007-03-30 Michael Meissner <michael.meissner@amd.com>
1896
1897 * directives.c (lex_macro_node_from_str): Fix alloca call to be
1898 type correct.
1899
121de39f
RH
19002007-03-30 Richard Henderson <rth@redhat.com>
1901
1902 * directives.c (lex_macro_node_from_str): New.
1903 (cpp_push_definition, cpp_pop_definition): New.
1904 * include/cpplib.h (cpp_push_definition, cpp_pop_definition): Declare.
1905
4fcb360b
BM
19062007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
1907
1908 * Makefile.in: Add dummy install-pdf target.
1909
67e64439
TT
19102007-01-30 Tom Tromey <tromey@redhat.com>
1911
765d600a 1912 PR preprocessor/30468
67e64439
TT
1913 * mkdeps.c (apply_vpath): Strip successive '/'s if we stripped
1914 './'.
1915
ee380365
TT
19162007-01-30 Tom Tromey <tromey@redhat.com>
1917
765d600a 1918 PR preprocessor/29966
ee380365
TT
1919 * macro.c (lex_expansion_token): Save and restore cpp_reader's
1920 cur_token.
1921 (_cpp_create_definition): Don't restore cur_token here.
1922 * lex.c (_cpp_lex_token): Added assertion.
1923
024abeb3
TT
19242007-01-27 Tom Tromey <tromey@redhat.com>
1925
1926 * configure: Rebuilt.
1927
ee1c2a10
TT
19282007-01-12 Tom Tromey <tromey@redhat.com>
1929
765d600a 1930 PR preprocessor/28227
ee1c2a10
TT
1931 * directives.c (lex_macro_node): Added 'is_def_or_undef'
1932 argument.
1933 (do_define): Update.
1934 (do_undef): Update.
1935 (do_ifdef): Update.
1936 (do_ifndef): Update.
1937
67214c16
PB
19382007-01-11 Paolo Bonzini <bonzini@gnu.org>
1939
1940 * configure: Regenerate.
1941
1aa6ca40
PB
19422007-01-11 Paolo Bonzini <bonzini@gnu.org>
1943
1944 * configure: Regenerate.
1945
705e2d28
TT
19462007-01-04 Tom Tromey <tromey@redhat.com>
1947
765d600a 1948 PR preprocessor/28165
705e2d28
TT
1949 * internal.h (cpp_in_primary_file): New function.
1950 * directives.c (do_include_next): Use cpp_in_primary_file.
1951 (do_pragma_once): Likewise.
1952 (do_pragma_system_header): Likewise.
1953
7af45bd4
ILT
19542006-12-29 Ian Lance Taylor <iant@google.com>
1955
1956 * lex.c (_cpp_clean_line): Add uses of __builtin_expect. Don't
1957 look backward at the end of the line unless we saw a backslash.
1958
9d30f270
JJ
19592006-12-29 Jakub Jelinek <jakub@redhat.com>
1960
1961 PR preprocessor/29612
1962 * directives.c (do_linemarker): Set pfile->buffer->sysp always, not
1963 only when new_sysp is non-zero.
1964
30b0edc0
TT
19652006-12-28 Tom Tromey <tromey@redhat.com>
1966
765d600a 1967 PR preprocessor/30001
30b0edc0
TT
1968 * charset.c (_cpp_convert_input): Check that to.len is greater
1969 than zero.
1970
85d9c13c
TS
19712006-11-20 Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>
1972
1973 * configure.ac (need_64bit_hwint): Need 64bit hwint for SPU.
83cc06b2 1974 * configure: Rebuilt.
85d9c13c 1975
dfafdaa6
DG
19762006-11-01 Douglas Gregor <doug.gregor@gmail.com>
1977
1978 * include/cpplib.h (enum c_lang): Add CLK_GNUCXX0X and CLK_CXX0X
1979 for experimental C++0x mode.
1980 * init.c (lang_defaults): Add defaults for C++0x modes. C++0x has
1981 adopted the preprocessor changes introduced in C99.
1982
0f45f0f5
JM
19832006-10-29 Joseph Myers <joseph@codesourcery.com>
1984
1985 * configure.ac (need_64bit_hwint): Set for i[34567]86-*-linux*
1986 depending on --enable-targets=all.
1987 * configure: Regenerate.
1988
de000d22
JJ
19892006-10-12 Jakub Jelinek <jakub@redhat.com>
1990
1991 PR preprocessor/28709
1992 * macro.c (paste_tokens): Do error reporting here, use BUF with the
1993 spelled LHS token as opposed to spelling it again.
1994 (paste_all_tokens): Don't report errors here, just break on failure.
1995
b5422ad7
BM
19962006-10-10 Brooks Moses <bmoses@stanford.edu>
1997
1998 * Makefile.in: Added empty "pdf" target.
1999
aaf50ff2
GK
20002006-09-22 Geoffrey Keating <geoffk@apple.com>
2001
2002 * configure.ac: Make need_64_bit_hwint case for x86-darwin
2003 match exactly the glob in gcc/config.gcc.
2004 * configure: Regenerate.
2005
c663e301
JM
20062006-09-13 Joseph S. Myers <joseph@codesourcery.com>
2007
2008 PR c/28768
2009 PR preprocessor/14634
2010 * lex.c (lex_string): Pedwarn for unterminated literals.
2011
f7288899
EC
20122006-09-08 Eric Christopher <echristo@apple.com>
2013
2014 * configure.ac: Add 64-bit HWI support for i?86-darwin.
2015
b52dbbf8
SE
20162006-08-14 Steve Ellcey <sje@cup.hp.com>
2017
2018 PR c++/28288
2019 PR c++/14556
2020 * include/cpplib.h: Remove <?, >?, <?=, and >?= tokens.
2021 (CPP_LAST_EQ): Change.
2022 (CPP_LAST_PUNCTUATOR): Change.
2023 * expr.c (cpp_operator): Remove MIN and MAX.
2024 (reduce): Remove CPP_MIN and CPP_MAX.
2025 (num_binary_op): Ditto.
2026 * lex.c (_cpp_lex_direct): Ditto.
2027 (cpp_avoid_paste): Remove ? as legal symbol after > or <.
2028
1c90c6f9
JJ
20292006-06-09 Jakub Jelinek <jakub@redhat.com>
2030
2031 PR preprocessor/27746
2032 * directives.c (do_pragma): Handle pragma with valid namespace
2033 and invalid name coming from macro expansion.
2034 * directives.c (destringize_and_run): Initialize next field in
2035 context.
2036
2037 PR c/27747
2038 PR c++/27748
2039 * directives.c (destringize_and_run): Set NO_EXPAND on the
2040 tokens.
2041
2042 * macro.c (_cpp_backup_tokens): Fix comment typo.
2043
5c3c3683
DJ
20442006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
2045
2046 * Makefile.in (CATALOGS): Add po/ prefix.
2047 * configure: Regenerated.
2048
b2bd74bc
CD
20492006-05-23 Carlos O'Donell <carlos@codesourcery.com>
2050
2051 * Makefile.in: Add install-html target. Add install-html to .PHONY
2052
be8ac3e2
GZ
20532006-02-17 Grigory Zagorodnev <grigory_zagorodnev@linux.intel.com>
2054
2055 * macro.c (_cpp_builtin_macro_text): Handle BT_TIMESTAMP.
2056 * files.c (_cpp_get_file_stat): New function.
2057 * include/cpplib.h (builtin_type): Add BT_TIMESTAMP.
2058 * init.c (builtin_array): Add support for __TIMESTAMP__/BT_TIMESTAMP.
2059 * internal.h (_cpp_get_file_stat): Prototype.
2060 (struct cpp_buffer): Add timestamp.
2061
83900997
JJ
20622006-01-23 Jakub Jelinek <jakub@redhat.com>
2063
2064 PR preprocessor/25717
2065 * init.c (cpp_init_builtins): If __STDC__ will not change value
2066 between system headers and other sources, define it as a normal
2067 macro rather than a builtin.
2068 * macro.c (_cpp_builtin_macro_text) <case BT_STDC>: Only check
2069 cpp_in_system_header condition.
2070
20712006-01-05 Paolo Bonzini <bonzini@gnu.org>
9220c30c
PB
2072
2073 * Makefile.in: Use -MMD instead of -MD.
2074
bc4071dd
RH
20752006-01-04 Dmitry Kurochkin <dmitry.kurochkin@gmail.com>
2076 Richard Henderson <rth@redhat.com>
2077
2078 Merge from gomp branch:
2079 * directives.c (struct pragma_entry): Add is_deferred. Add ident
2080 entry to value union.
2081 (end_directive): Don't eat the line if in_deferred_pragma.
2082 (run_directive): Remove pragma hacks.
2083 (insert_pragma_entry): Remove.
2084 (new_pragma_entry): New.
2085 (register_pragma_1): Split out of register_pragma. Only handle
2086 the lookup tree and return the new entry.
2087 (cpp_register_pragma): Fill in the pragma entry here.
2088 (cpp_register_deferred_pragma): New.
2089 (register_pragma_internal): New.
2090 (_cpp_init_internal_pragmas): Use register_pragma_internal.
2091 (do_pragma): Allow pragma expansion after namespace. For deferred
2092 pragmas, don't slurp the line into a string.
2093 (destringize_and_run): Save tokens for deferred pragmas.
2094 (cpp_handle_deferred_pragma): Remove.
2095 * macro.c (builtin_macro): Remove pragma token hack.
2096 (_cpp_push_token_context): Rename from push_token_context and export.
2097 * internal.h (struct lexer_state): Add pragma_allow_expansion.
2098 (_cpp_push_token_context): Declare.
2099 * lex.c (_cpp_lex_token): Allow _cpp_handle_directive to return
2100 a token. Update the line number correctly if so.
2101 (_cpp_lex_direct): Emit CPP_PRAGMA_EOL tokens.
2102 (cpp_token_val_index): Return CPP_TOKEN_FLD_PRAGMA for pragmas.
2103 * include/cpplib.h (PRAGMA_EOL): New.
2104 (CPP_TOKEN_FLD_PRAGMA): New.
2105 (struct cpp_token): Add val.pragma.
2106 (struct cpp_options): Remove defer_pragmas.
2107 (cpp_handle_deferred_pragma): Remove.
2108 (cpp_register_deferred_pragma): Declare.
2109
d09e893f
JJ
21102006-01-01 Jakub Jelinek <jakub@redhat.com>
2111
2112 PR c++/25294
2113 * directives.c (do_pragma): If pragma line ends with multi-line
2114 block comment, end the saved deferred pragma string before that
2115 comment. Handle embedded '\0' chars on the pragma line.
2116
ab84748a
VR
21172005-12-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2118
2119 PR c++/23333
2120 * include/cpplib.h: Add PURE_ZERO to flags for the cpp_token structure.
2121
ad6ed77e
JG
21222005-12-07 Jon Grimm <jgrimm2@us.ibm.com>
2123 Ben Elliston <bje@au.ibm.com>
2124
2125 * include/cpplib.h (CPP_N_DFLOAT): New.
2126 * expr.c (interpret_float_suffix): Identify df, dd, and dl
2127 suffixes as decimal floating point constants.
2128 (cpp_classify_number): Disallow hexadecimal DFP constants.
2129
ba096620 21302005-11-14 Gerald Pfeifer <gerald@pfeifer.com>
bc4071dd 2131 Ian Lance Taylor <ian@airs.com>
ba096620
GP
2132
2133 * include/cpplib.h (struct cpp_callbacks): Annotate error with
2134 ATTRIBUTE_FPTR_PRINTF(3,0) instead of ATTRIBUTE_PRINTF(3,0).
2135
456b8ce5
UB
21362005-11-09 Per Bothner <per@bothner.com>
2137 Uros Bizjak <uros@kss-loka.si>
f7288899 2138
456b8ce5
UB
2139 PR c/24101
2140 * init.c (read_original_filename): Temporarily set
2141 state.in_directive before calling _cpp_lex_direct for
2142 CPP_HASH tokens.
2143
5571f74f
JW
21442005-11-03 James E Wilson <wilson@specifix.com>
2145
2146 PR preprocessor/24202
2147 * files.c (_cpp_pop_file_buffer): Set buffer_valid to false.
2148
a63607ed
JM
21492005-11-04 Joseph S. Myers <joseph@codesourcery.com>
2150
2151 * include/cpplib.h (struct cpp_callbacks): Make error take
2152 va_list* parameter.
2153 * errors.c (cpp_error): Update call to callback.
2154
651ed942
AP
21552005-11-03 Andrew Pinski <pinskia@physics.uc.edu>
2156
2157 PR preprocessor/22042
2158 * macro.c (_cpp_builtin_macro_text): Lower the needed max
2159 buffer size.
2160 (cpp_quote_string): Don't octalify non printable
2161 charactors.
2162
178b58b5
JM
21632005-11-03 Joseph S. Myers <joseph@codesourcery.com>
2164
2165 PR c++/17964
2166 * include/cpplib.h (struct cpp_options): Add client_diagnostic.
2167 (struct cpp_callbacks): Add error.
2168 * errors.c (cpp_error): If client_diagnostic, use error callback.
2169 * charset.c (convert_escape): Don't use %03o in diagnostic.
2170
3ee5ed11 21712005-10-21 James E Wilson <wilson@specifix.com>
6568f34b
JW
2172
2173 PR preprocessor/15220
2174 * files.c (_cpp_find_file): New parameter angle_brackets. Fix all
2175 callers. Pass to open_file_failed.
2176 (open_file_failed): New parameter angle_brackets. Fix all callers.
2177 Use in print_dep assignment.
2178 * init.c (cpp_read_main_file): Pass additional arg to _cpp_find_file.
2179 * internal.h (_cpp_find_file): Add new parm to declaration.
f7288899 2180
077fc835
KH
21812005-10-08 Kazu Hirata <kazu@codesourcery.com>
2182
2183 * configure.ac: Require 64-bit int for arm*-*-*eabi*.
2184 * configure: Regenerate.
2185
cbc43ae0
ILT
21862005-10-04 Ian Lance Taylor <ian@airs.com>
2187
2188 PR preprocessor/13726
2189 * directives.c (check_eol_return_comments): New static function.
2190 (parse_include): Add buf parameter. Change all callers.
2191 (do_include_common): If not discard comments, turn on
2192 save_comments. Pass collected comments to include callback.
2193 * include/cpplib.h (struct cpp_callbacks): Add new parameter to
2194 include callback: cpp_token list.
2195
af15a2fe
JM
21962005-09-20 Joseph S. Myers <joseph@codesourcery.com>
2197
2198 * include/cpplib.h (struct cpp_options): Add extended_identifiers.
2199 * init.c (struct lang_flags, lang_defaults): Add
2200 extended_identifiers.
2201 (cpp_set_lang): Use it.
2202 * lex.c (forms_identifier_p): Check extended_identifiers.
2203
f5eab47e
JJ
22042005-08-30 Jakub Jelinek <jakub@redhat.com>
2205
2206 PR preprocessor/20348
2207 PR preprocessor/20356
2208 * files.c (_cpp_find_file, search_cache): Revert 2004-06-26 and
2209 2004-06-05 changes.
2210
467129e6
KG
22112005-07-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2212
2213 * configure.ac (ACX_PROG_CC_WARNING_OPTS): add
2214 -Wmissing-format-attribute.
2215
2216 * configure: Regenerate.
2217
200031d1
KC
22182005-06-29 Kelley Cook <kcook@gcc.gnu.org>
2219
2220 * all files: Update FSF address in copyright headers.
2221 * makeucnid.c (write_copyright): Update outputted FSF address.
2222
f610dd5f
ZW
22232005-06-13 Zack Weinberg <zack@codesourcery.com>
2224
2225 * configure.ac: Invoke ZW_CREATE_DEPDIR and
2226 ZW_PROG_COMPILER_DEPENDENCIES.
2227 * aclocal.m4, configure: Regenerate.
2228 * Makefile.in (DEPMODE, DEPDIR, depcomp, COMPILE.base, COMPILE):
2229 New variables.
2230 (distclean): Clean up $(DEPDIR) and its contents.
2231 (.c.o): Use $(COMPILE).
2232 Include $(DEPDIR)/*.Po for most object->header dependencies.
2233
c3f829c1
GDR
22342005-05-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
2235
2236 * configure.ac: Check declarations for asprintf and vasprintf.
2237 * config.in: Regenerate.
2238 * configure: Likewise.
2239
2240 * charset.c (conversion_loop): Use XRESIZEVEC.
2241 (convert_no_conversion): Likewise.
2242 (convert_using_iconv): Likewise.
2243 (init_iconv_desc): Cast return value of alloca.
2244 (cpp_host_to_exec_charset): Use XNEWVEC.
2245 (emit_numeric_escape): Use XRESIZEVEC.
2246 (cpp_interpret_string): Use XNEWVEC.
2247 (cpp_interpret_string): Use XRESIZEVEC.
2248 (_cpp_interpret_identifier): Cast return value of alloca.
2249 (_cpp_convert_input): Use XNEWVEC and XRESIZEVEC.
2250 * directives.c (glue_header_name): Use XNEWVEC and XRESIZEVEC.
2251 (parse_include): Use XNEWVEC.
2252 (insert_pragma_entry): Rename local variable "new" to
f610dd5f 2253 "new_entry".
c3f829c1
GDR
2254 (save_registered_pragmas): Cast return value of xmemdup.
2255 (destringize_and_run): Same for alloca.
2256 (parse_assertion): Likewise.
2257 (do_assert): Cast allocated storage to proper type.
2258 (cpp_define): Likewise.
2259 (_cpp_define_builtin): Likewise.
2260 (cpp_undef): Likewise.
2261 (handle_assertion): Likewise.
2262 (cpp_push_buffer): Rename local variable "new" to "new_buffer".
2263 * expr.c (CPP_UPLUS): Cast value to type cpp_ttype.
2264 (CPP_UMINUS): Likewise.
2265 (struct cpp_operator): Rename from struct operator.
2266 (_cpp_expand_op_stack): Use XRESIZEVEC.
2267 * files.c (pch_open_file): Use XNEWVEC.
2268 (pch_open_file): Use XRESIZEVEC.
2269 (read_file_guts): Use XNEWVEC and XRESIZEVEC.
2270 (dir_name_of_file): Use XNEWVEC.
2271 (make_cpp_file): Use XCNEW.
2272 (make_cpp_dir): Likewise.
2273 (allocate_file_hash_entries): USE XNEWVEC.
2274 (cpp_included): Cast return value of htab_find_with_hash.
2275 (append_file_to_dir): Use XNEWVEC.
2276 (read_filename_string): Likewise. Use XRESIZEVEC too.
2277 (read_name_map): Cast return value of alloca. Use XRESIZEVEC.
2278 (remap_filename): Use XNEWVEC.
2279 (struct pchf_entry): Move definition out of struct pchf_data.
2280 (_cpp_save_file_entries): Use XCNEWVAR.
2281 (_cpp_read_file_entries): Use XNEWVAR.
2282 * identifiers.c (alloc_node): Use XOBNEW.
2283 * init.c (cpp_create_reader): Use XCNEW.
2284 (cpp_init_builtins): Cast of b->value to enum builtin_type.
2285 (read_original_directory): Cast return value of alloca.
2286 * lex.c (add_line_note): Use XRESIZEVEC.
2287 (warn_about_normalization): Use XNEWVEC.
2288 (_cpp_lex_direct): Cast node->directive_index to (enum cpp_ttype).
2289 (new_buff): Use XNEWVEC.
2290 * line-map.c (linemap_add): Use XRESIZEVEC.
2291 * macro.c (builtin_macro): Cast return value of alloca.
2292 (paste_tokens): Likewise.
2293 (expand_arg): Use XNEWVEC and XRESIZEVEC.
2294 (_cpp_save_parameter): Use XRESIZEVEC.
2295 (create_iso_definition): Cast allocated storage to proper type.
2296 (_cpp_create_definition): Likewise.
2297 (cpp_macro_definition): Use XRESIZEVEC.
2298 * makedepend.c (add_clm): Use XNEW.
2299 (add_dir): Likewise.
2300 * mkdeps.c (munge): Use XNEWVEC.
2301 (deps_init): Use XCNEW.
2302 (deps_add_target): Use XRESIZEVEC.
2303 (deps_add_default_target): Cast return value of alloca.
2304 (deps_add_dep): Use XRESIZEVEC.
2305 (deps_add_vpath): Likewise. Use XNEWVEC too.
2306 (deps_restore): Likewise.
2307 * pch.c (save_idents): Use XNEW and XNEWVEC.
2308 (cpp_save_state): Use XNEW.
2309 (count_defs): Cast return value of htab_find.
2310 (write_defs): Likewise.
2311 (cpp_write_pch_deps): Use XNEWVEC.
2312 (collect_ht_nodes): Use XRESIZEVEC.
2313 (cpp_valid_state): Use XNEWVEC.
2314 (save_macros): Use XRESIZEVEC. Cast return value of xmemdup.
2315 * symtab.c (ht_create): Use XCNEW.
2316 (ht_lookup_with_hash): Cast return value of obstack_copy0.
2317 (ht_expand): Use XCNEWVEC.
2318 * system.h (HAVE_DESIGNATED_INITIALIZERS): False if __cplusplus.
2319 (bool): Do not define if __cplusplus.
2320
1ed17cd5
ZW
23212005-05-12 Zack Weinberg <zack@codesourcery.com>
2322
2323 * directives.c (#sccs table entry): Mark IN_I, consistent with #ident.
2324 (do_sccs): Delete function definition, #define to do_ident.
2325 (do_ident): Don't hardwire directive name.
2326
5a8c20ce
RK
23272005-05-12 Ryota Kunisawa <kunisawa@access.co.jp>
2328
2329 PR bootstrap/21230
2330 * configure: Regenerate.
2331
473c5bc9
AP
23322005-04-27 Andris Pavenis <pavenis@latnet.lv>
2333
2334 * files.c: Include io.h for DJGPP to get prototype of setmode.
2335
c1fc5047
PB
23362005-04-19 Per Bothner <per@bothner.com>
2337
2338 PR preprocessor/20907
2339 * line-map.c (linemap_line_start): Fix bug when we need to increse
2340 column_bits but can re-use the current line_map.
2341
042630ad
KG
23422005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2343
2344 * system.h (fopen, fdopen, freopen): Define these to the unlocked
2345 libiberty functions.
2346
0d667716
KG
23472005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2348
2349 * configure.ac (libcpp_UNLOCKED_FUNCS): New.
2350 (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for libcpp_UNLOCKED_FUNCS.
2351 * system.h (putchar, getc, getchar, clearerr, feof, fileno,
2352 fflush, fgetc, fgets, ferror, fread): Redefine to the associated
2353 _unlocked function.
2354 (fwrite_unlocked): Fix prototype.
1ed17cd5 2355
0d667716
KG
2356 * configure, config.in: Regenerate.
2357
cae064e7
JJ
23582005-04-05 Jakub Jelinek <jakub@redhat.com>
2359
2360 PR preprocessor/19475
2361 * macro.c (create_iso_definition): For < ISO C99, don't
2362 pedwarn if there is no whitespace between macro name and its
2363 replacement, but the replacement starts with a basic character
2364 set character.
2365
cbada204
AJ
23662005-03-28 Andreas Jaeger <aj@suse.de>
2367
2368 * lex.c (warn_about_normalization): Cast field width to int to
2369 avoid warning.
2370
f42eccdb
JM
23712005-03-19 Joseph S. Myers <joseph@codesourcery.com>
2372
2373 * configure.ac: Consistently use solaris2.1[0-9]* instead of
2374 solaris2.1[0-9].
2375 * configure: Regenerate.
2376
c79e602b
GK
23772005-03-15 Geoffrey Keating <geoffk@apple.com>
2378
2379 * charset.c (_cpp_valid_ucn): In identifiers, reject a partial
2380 UCN rather than printing an error.
2381
50668cf6
GK
23822005-03-14 Geoffrey Keating <geoffk@apple.com>
2383
6baba9bb
GK
2384 * lex.c (forms_identifier_p): Disable UCNs in C89 mode.
2385
23862005-03-14 Geoffrey Keating <geoffk@apple.com>
1ed17cd5 2387
50668cf6
GK
2388 * init.c (cpp_create_reader): Default warn_normalize to normalized_C.
2389 * charset.c: Update for new format of ucnid.h.
2390 (ucn_valid_in_identifier): Update for new format of ucnid.h.
2391 Add NST parameter, and update it; update callers.
2392 (cpp_valid_ucn): Add NST parameter, update callers. Replace abort
2393 with cpp_error.
2394 (convert_ucn): Pass normalize_state to cpp_valid_ucn.
2395 * internal.h (struct normalize_state): New.
2396 (INITIAL_NORMALIZE_STATE): New.
2397 (NORMALIZE_STATE_RESULT): New.
2398 (NORMALIZE_STATE_UPDATE_IDNUM): New.
2399 (_cpp_valid_ucn): New.
2400 * lex.c (warn_about_normalization): New.
2401 (forms_identifier_p): Add normalize_state parameter, update callers.
2402 (lex_identifier): Add normalize_state parameter, update callers. Keep
2403 the state current.
2404 (lex_number): Likewise.
2405 (_cpp_lex_direct): Pass normalize_state to subroutines. Check
2406 it with warn_about_normalization.
2407 * makeucnid.c: New.
2408 * ucnid.h: Replace.
2409 * ucnid.pl: Remove.
2410 * ucnid.tab: Make appropriate for input to makeucnid.c. Remove
2411 comments about obsolete version of C++.
2412 * include/cpplib.h (enum cpp_normalize_level): New.
2413 (struct cpp_options): Add warn_normalize field.
2414
47e20491
GK
24152005-03-11 Geoffrey Keating <geoffk@apple.com>
2416
2417 * directives.c (glue_header_name): Update call to cpp_spell_token.
2418 * internal.h (_cpp_interpret_identifier): New.
2419 * charset.c (_cpp_interpret_identifier): New.
2420 (_cpp_valid_ucn): Allow UCN version of '$'.
2421 * lex.c (lex_identifier): Add extra parameter to indicate if initial
2422 character was '$' or '\'. Support identifiers with UCNs.
2423 (forms_identifier_p): Allow UCNs.
2424 (_cpp_lex_direct): Pass extra parameter to lex_identifier.
2425 (utf8_to_ucn): New.
2426 (cpp_spell_token): Add FORSTRING parameter. Use it.
2427 (cpp_token_as_text): Update call to cpp_spell_token.
2428 (cpp_output_token): Write UCNs back out.
2429 (stringify_arg): Update call to cpp_spell_token.
2430 (paste_tokens): Likewise.
2431 (cpp_macro_definition): Likewise.
2432 * macro.c (stringify_arg): Likewise.
2433 (paste_tokens): Likewise.
2434 (cpp_macro_definition): Likewise.
2435 * include/cpplib.h: Add parameter to cpp_spell_token.
2436
73096711
JJ
24372005-03-04 Jakub Jelinek <jakub@redhat.com>
2438
2439 PR bootstrap/20282
2440 PR bootstrap/20305
2441 * macro.c (replace_args, cpp_get_token): Copy whole
2442 cpp_token_u instead of just cpp_string field from it.
2443
2203a881
DP
24442005-02-28 Devang Patel <dpatel@apple.com>
2445
2446 * directives.c (do_line): Save sysp early before line table is
2447 realloc'ed.
1ed17cd5 2448
c5ff069d
ZW
24492005-02-20 Zack Weinberg <zack@codesourcery.com>
2450
2451 PR 18785
2452 * charset.c (LAST_POSSIBLY_BASIC_SOURCE_CHAR): New helper macro.
2453 (cpp_host_to_exec_charset): New function.
2454 * include/cpplib.h: Declare cpp_host_to_exec_charset.
2455
04c90eea
DP
24562005-02-19 Devang Patel <dpatel@apple.com>
2457
2458 * charset.c (_cpp_convert_input): Check '\r' before inserting
2459 '\n' at the end.
c5ff069d 2460
6da55c00
EC
24612005-02-15 Eric Christopher <echristo@redhat.com>
2462
2463 PR preprocessor/19077
2464 * macro.c (cpp_macro_definition): Move handling of whitespace
2465 to PREV_WHITE conditional. Remove overloading of len
2466 variable.
2467
31c3e631
KH
24682005-02-14 Kazu Hirata <kazu@cs.umass.edu>
2469
2470 * directives.c, files.c, init.c, internal.h, macro.c, pch.c,
2471 traditional.c: Update copyright.
2472
be0f1e54
PB
24732005-02-14 Paolo Bonzini <bonzini@gnu.org>
2474
2475 PR bootstrap/19818
2476 * configure.ac: Check for declaration of basename and getopt.
2477 * config.in: Regenerate.
2478 * configure: Regenerate.
2479 * internal.h (ustrcspn): New.
2480 * macro.c (create_iso_definition): Fix allocation of memory.
2481 (padding_token): Add cast to remove const-ness.
2482 * pch.c (cpp_read_state): Use ustrcspn.
2483
ecddfb39
MS
24842005-02-08 Mike Stump <mrs@apple.com>
2485
2486 * files.c (pchf_adder): Remove.
2487 (struct pchf_adder_info): Likewise.
2488 (_cpp_save_file_entries): Write out all files so that #import works.
2489
9fcdd891
JM
24902005-01-23 Joseph S. Myers <joseph@codesourcery.com>
2491
2492 * configure: Regenerate.
2493
ecfd72e7
TS
24942005-01-11 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2495
2496 * include/cpplib.h (c_lang): Fix comment to say cpp_create_reader.
2497
6c25a4f7 2498 * include/cpplib.h: Also update copyright years.
c5ff069d 2499
942926ad
GK
25002005-01-03 Geoffrey Keating <geoffk@apple.com>
2501
2502 * files.c (_cpp_find_file): Add files found by search_path_exhausted
2503 to the list of all files.
2504
a2566ae9
GDR
25052005-01-01 Gabriel Dos Reis <gdr@integrable-solutions.net>
2506
2507 * internal.h: Update references to Cpp lib filenames.
2508 * directives.c: Likewise.
2509 * init.c: Likewise.
2510 * macro.c: Likewise.
2511 * traditional.c: Likewise.
2512
1b449375
EB
25132004-12-15 Eric Botcazou <ebotcazou@libertysurf.fr>
2514
2515 PR preprocessor/15167
2516 * files.c (destroy_cpp_file): New function.
2517 (should_stack_file): Make a new file if the
2518 compared file is still stacked.
2519
28303828
NN
25202004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
2521
c5ff069d 2522 PR preprocessor/17610
28303828
NN
2523 * directives.c (do_include_common): Error out if an empty filename
2524 is given for #include (or #include_next or #import).
2525
c812785a
RS
25262004-11-27 Roger Sayle <roger@eyesopen.com>
2527 Zack Weinberg <zack@codesourcery.com>
2528
2529 * internal.h: Replace all uses of uchar with unsigned char.
2530 * include/cpp-id-data.h: Likewise. Guard typedef of uchar
2531 with !IN_GCC, so uchar is only defined whilst building libcpp.
2532
f91eaa01
KC
25332004-11-24 Kelley Cook <kcook@gcc.gnu.org>
2534
2535 * aclocal.m4: Regenerate.
2536
f78ce0c2
RS
25372004-11-24 Roger Sayle <roger@eyesopen.com>
2538
2539 PR preprocessor/15824
2540 * configure.ac: Correct HAVE_UCHAR test to #include <sys/types.h>
2541 directly, instead of the non-existant "system.h" and "ansidecl.h".
2542 * configure: Regenerate.
2543
b5b3e36a 25442004-11-23 Daniel Jacobowitz <dan@codesourcery.com>
c5ff069d 2545 Joseph Myers <joseph@codesourcery.com>
b5b3e36a
DJ
2546
2547 * internal.h (struct lexer_state): Add in_deferred_pragma.
2548 * directives.c (struct pragma_entry): Add allow_expansion.
2549 (insert_pragma_entry): Take allow_expansion flag.
2550 (register_pragma): Likewise.
2551 (cpp_register_pragma): Likewise.
2552 (_cpp_init_internal_pragmas): Update calls to cpp_register_pragma.
2553 (do_pragma): Honor allow_expansion.
2554 (cpp_handle_deferred_pragma): Set in_deferred_pragma.
2555 * include/cpplib.h (cpp_register_pragma): Update prototype.
2556
a8e68029 25572004-11-18 Daniel Jacobowitz <dan@codesourcery.com>
c5ff069d 2558 Mark Mitchell <mark@codesourcery.com>
a8e68029
DJ
2559
2560 * configure.ac (i[34567]86-*-solaris2.1[0-9]*): Set
2561 need_64bit_hwint=yes.
2562 * configure: Regenerate.
2563
50f47ee0
JM
25642004-11-09 Joseph S. Myers <joseph@codesourcery.com>
2565
2566 * Makefile.in ($(PACKAGE).pot): New rule. Depend on
2567 po/$(PACKAGE).pot.
2568 (po/$(PACKAGE).pot): Use ":" instead of "," in --keyword
2569 arguments. Add keywords _, N_, SYNTAX_ERROR and SYNTAX_ERROR2.
2570 Remove local srcdir path from generated file.
2571
968e08d6 25722004-11-04 Zack Weinberg <zack@codesourcery.com>
c5ff069d 2573 Gerald Pfeifer <gerald@pfeifer.com>
968e08d6
ZW
2574
2575 * internal.h (HAVE_ICONV): Undefine if we do not have HAVE_ICONV_H
2576 as well.
2577
3da3d587
ZW
25782004-10-27 Zack Weinberg <zack@codesourcery.com>
2579
2580 PR 18075
2581 * directives.c (do_pragma): Do not defer pragmas which are unknown.
2582 (cpp_handle_deferred_pragma): Add cast to silence warning.
2583
ac24fc25
JM
25842004-10-14 Joseph S. Myers <jsm@polyomino.org.uk>
2585
2586 * errors.c (_cpp_begin_message): Print "error: " for errors.
2587
7731405b
AJ
25882004-10-10 Andreas Jaeger <aj@suse.de>
2589
2590 * makedepend.c: Include mkdeps.h for prototype of deps_add_vpath.
2591 * Makefile.in (makedepend.o): Add dependency on mkdeps.h.
2592
646544e3
AP
25932004-10-08 Andrew Pinski <pinskia@physics.uc.edu>
2594
2595 * pch.c (cpp_write_pch_state): Remove variable z as it is not
2596 used.
2597 (cpp_read_state): Remove unused variables, m, d and mac_count.
2598
67a74146
PB
25992004-09-29 Per Bothner <per@bothner.com>
2600
2601 * directives.c (cpp_handle_deferred_pragma): Save, clear and restore
2602 cb.line_change. Otherwise do_pragma will call the line_change
2603 call-back with a meaningless line number.
2604
018a4785
ZW
26052004-09-24 Zack Weinberg <zack@codesourcery.com>
2606
2607 * configure.ac: Move AC_PROG_MAKE_SET, AC_PROG_INSTALL to
2608 programs cluster. Use ACX_PROG_CC_WARNING_OPTS,
2609 ACX_PROG_CC_WARNING_ALMOST_PEDANTIC, ACX_PROG_CC_WARNINGS_ARE_ERRORS.
2610 * aclocal.m4, configure: Regenerate.
2611 * init.c: Include localedir.h.
2612 * Makefile.in (WARN_CFLAGS, ALL_CFLAGS): New variables.
2613 (DEFS): Delete.
2614 (.c.o): Use $(ALL_CFLAGS).
2615 (localedir.h, localedir.hs): New rules.
2616 (clean): Use rm -rf to remove directories.
2617 (distclean): Also delete localedir.h and localedir.hs.
2618 (init.o): Update dependencies.
2619
88fa57d7
KC
26202004-09-22 Kelley Cook <kcook@gcc.gnu.org>
2621
2622 * Makefile.in (aclocal.m4): Update dependencies.
2623 * configure.ac (AC_CONFIG_MACRO_DIR): New.
2624 * aclocal.m4, configure: Regenerate.
2625
8f8e9aa5
ZW
26262004-09-17 Zack Weinberg <zack@codesourcery.com>
2627
a29f62d9
ZW
2628 * charset.c (_cpp_destroy_iconv, emit_numeric_escape)
2629 (_cpp_convert_input, _cpp_default_encoding): Add comments.
2630 Some other comments in this file also tweaked.
2631
8f8e9aa5
ZW
2632 * directives.c (do_pragma): Save current buffer position
2633 before lexing the pragma keywords; don't call
2634 _cpp_backup_tokens in the defer_pragmas case.
2635
a2981930
PB
26362004-09-15 Per Bothner <per@bothner.com>
2637
2638 * include/line-map.h (line_map_start): Add parameter names so
2639 preceding comment makes sense.
2640 (linemap_add): Remove from comment mention of non-existing parameter.
2641
21b11495
ZW
26422004-09-09 Matt Austern <austern@apple.com>
2643 Zack Weinberg <zack@codesourcery.com>
2644
2645 * include/cpplib.h (TTYPE_TABLE): Remove CPP_ and SPELL_
2646 prefixes throughout. Add entry for PRAGMA. Remove
2647 unnecessary "= 0" from EQ.
2648 (enum cpp_ttype): Adjust OP and TK definitions to restore
2649 prefixes, via token-paste.
2650 (CPP_LAST_EQ, CPP_FIRST_DIGRAPH, CPP_LAST_PUNCTUATOR, CPP_LAST_CPP_OP):
2651 Change from #defines to additional cpp_ttype enumerators.
2652 (struct cpp_options): Add defer_pragmas.
2653 (cpp_handle_deferred_pragma): Prototype new interface.
2654
2655 * internal.h (struct cpp_reader): Add directive_result.
2656 * directives.c (struct pragma_entry): Add is_internal field;
2657 give boolean fields type bool.
2658 (start_directive): Initialize pfile->directive_result.type.
2659 (_cpp_do__Pragma): Likewise.
2660 (run_directive): Do not crash if pfile->buffer->prev is NULL.
2661 (insert_pragma_entry): Add 'internal' argument; set new->is_internal
2662 from it.
2663 (register_pragma): New static function, bulk of former
2664 cpp_register_pragma here; add 'internal' argument, pass along
2665 to insert_pragma_entry.
2666 (cpp_register_pragma): Now a wrapper around register_pragma which
2667 always passes false for 'internal' argument.
2668 (_cpp_init_internal_pragmas): Call register_pragma directly, passing
2669 true for 'internal'.
2670 (do_pragma): If CPP_OPTION (pfile, defer_pragmas) and this isn't
2671 an internal pragma, save text till the end of the line as a CPP_PRAGMA
2672 token instead of executing the pragma.
2673 (cpp_handle_deferred_pragma): New interface.
2674 * lex.c (token_spellings): Adjust OP and TK definitions to
2675 match changes to cpplib.h.
2676 (_cpp_lex_token): Check for a directive-result token and
2677 return it if present.
2678 (cpp_token_val_index): Handle CPP_PRAGMA.
2679 * macro.c (cpp_builtin_macro_text): Correct comment.
2680 (builtin_macro): Handle directive-result tokens from _cpp_do__Pragma.
2681
0fd9e8dd
SB
26822004-09-06 Serge Belyshev <belyshev@lubercy.com>
2683
2684 PR preprocessor/14699
2685 * symtab.c (ht_dump_statistics): Change type of sum_of_squares
2686 from size_t to double.
2687
39b8ce7f
AS
26882004-08-28 Andreas Schwab <schwab@suse.de>
2689 Andreas Jaeger <aj@suse.de>
2690
2691 * configure.ac: Set PACKAGE correctly.
2692 * configure: Regenerated.
2693
5d1f4b27
PB
26942004-08-25 Paolo Bonzini <bonzini@gnu.org>
2695
2696 * Makefile.in: Add back top_builddir.
2697
078e3ffe
PB
26982004-08-25 Paolo Bonzini <bonzini@gnu.org>
2699
2700 * configure.ac: Replace Automake macro invocations
2701 with manual Autoconf checks and substitutions.
2702 * configure: Regenerate.
2703 * aclocal.m4: Regenerate.
2704 * config.in: Regenerate.
2705 * Makefile.am: Removed.
2706 * Makefile.in: Heavy simplification and reorganization.
2707
b3f8d95d
MM
27082004-08-09 Mark Mitchell <mark@codesourcery.com>
2709
2710 * configure.ac (arm*-*-eabi*): New target.
2711 (arm*-*-symbianelf*): Likewise.
2712 * configure: Regenerated.
2713
72bb2c39
BI
27142004-07-24 Bernardo Innocenti <bernie@develer.com>
2715
2716 * internal.h (xnew, xcnew, xnewvec, xcnewvec, xobnew): Remove.
2717 * directives.c: Use XNEW-family macros from libiberty.
2718 * lex.c: Likewise.
2719 * macro.c: Likewise.
2720 * cpplib.h (cpp_deps_style): Export enum with name.
2721
21b11495 27222004-07-23 Matthias Klose <doko@debian.org>
72bb2c39 2723
21b11495 2724 * init.c (init_library): Use PACKAGE for the text domain.
85eac2a0 2725
a23ee064
AP
27262004-07-16 Andris Pavenis <pavenis@latnet.lv>
2727
2728 PR preprocessor/16366
2729 * internal.h (struct cpp_reader): New field dir_hash.
2730 * files.c (make_cpp_dir): Use dir_hash, not file_hash.
2731 (_cpp_init_files, _cpp_cleanup_files): Update for new field.
2732
a09d4744
NB
27332004-07-04 Neil Booth <neil@duron.akihabara.co.uk>
2734
2735 PR preprocessor/16192
2736 PR preprocessor/15913
2737 PR preprocessor/15572
2738 * expr.c (_cpp_parse_expr): Handle remaining cases where an
2739 expression is missing.
2740 * init.c (post_options): Traditional cpp doesn't do // comments.
2741
f58f7def
PB
27422004-06-30 Per Bothner <per@bothner.com>
2743
2744 * include/line-map.h (fileline): Remove old typedef.
2745 * internal.h (struct cpp_reader): Use source_location typedef instead.
2746
e83d8d43
ZW
27472004-06-26 Zack Weinberg <zack@codesourcery.com>
2748
2749 Partially revert patch of 2004-06-05.
2750 * files.c (search_cache): Remove pfile argument. Don't check
2751 for file that would be found by "" or <> search here...
2752 (_cpp_find_file): ...do it here, before calling find_file_in_dir.
2753 Do not apply directory-of-current-file correction to files
2754 found by this check. Rearrange code slightly.
2755
c0d578e6
GK
27562004-06-21 Geoffrey Keating <geoffk@apple.com>
2757
2758 * files.c (should_stack_file): Correct swapped parameters to call
2759 to cb.read_pch.
2760 * pch.c (cpp_valid_state): Handle -fpreprocessed.
2761
159d5224
PB
27622004-06-15 Paolo Bonzini <bonzini@gnu.org>
2763
2764 * Makefile.in: Regenerate with automake 1.8.5.
2765 * aclocal.m4: Likewise.
2766 * configure: Regenerate.
2767
2fac9c01
ZW
27682004-06-11 Zack Weinberg <zack@codesourcery.com>
2769
2770 * configure.ac: Don't invoke ACX_HEADER_STDBOOL.
2771 * configure, config.in: Regenerate.
2772 * system.h: Unconditionally define bool as unsigned char,
2773 BOOL_BITFIELD as unsigned int.
2774 * .cvsignore: New file.
2775
d8044160
GK
27762004-06-09 Geoffrey Keating <geoffk@apple.com>
2777
2778 * traditional.c (push_replacement_text): Set macro->traditional.
2779 (save_replacement_text): Likewise.
2780 * pch.c (cpp_write_pch_state): Don't write list of defined macros.
2781 (struct save_macro_item): Delete.
2782 (struct save_macro_data): Use a character array not the previous
2783 structured format.
2784 (save_macros): Save macro as text not as internal structures.
2785 (cpp_prepare_state): Update for changes to save_macro_data.
2786 (cpp_read_state): Don't read macros defined in PCH. Restore
2cf22451 2787 -D macros as text.
d8044160
GK
2788 * macro.c (create_iso_definition): Honour alloc_subobject.
2789 Clear traditional flag.
2790 (_cpp_create_definition): Honour alloc_subobject.
2791 * lex.c (cpp_token_val_index): New.
2792 * internal.h: Include cpp-id-data.h.
2793 (uchar): Move definition to cpp-id-data.h.
2794 (U): Likewise.
2795 (cpp_macro): Likewise.
2796 * directives.c (struct answer): Move to cpp-id-data.h.
2797 (do_assert): Honour alloc_subobject.
2cf22451
ZW
2798
2799 * include/symtab.h (struct ht): Add field 'alloc_subobject'.
2800 * include/cpplib.h (struct cpp_string): Add GTY marker.
2801 (enum cpp_token_fld_kind): New.
2802 (struct cpp_token): Add GTY markers.
2803 (cpp_token_val_index): Prototype.
2804 (CPP_HASHNODE_VALUE_IDX): New.
2805 (struct cpp_hashnode): Don't skip fields of 'value' when marking.
2806 * include/cpp-id-data.h: New file.
d8044160 2807
0ca8e815
PB
28082004-06-09 Paolo Bonzini <bonzini@gnu.org>
2809
2810 * Makefile.am (all-local): New.
2811 * Makefile.in: Regenerate.
2812
b51fa00f
RS
28132004-06-06 Roger Sayle <roger@eyesopen.com>
2814
2815 * Makefile.am (LIBICONV): Declare.
2816 (makedepend_LDADD): Use LIBICONV.
2817 * Makefile.in: Regenerate.
2818
5e2f3f39
AP
28192004-06-05 Andrew Pinski <pinskia@physics.uc.edu>
2820
2821 * Makefile.am (LIBINTL): Declare
2822 (makedepend_LDADD): Use LIBINTL.
2823 * Makefile.in: Regenerate.
2824
c6e83800
ZW
28252004-06-05 Zack Weinberg <zack@codesourcery.com>
2826
2827 * Makefile.am: Add makedepend.
2828 * Makefile.in, aclocal.m4: Regenerate.
2829 * charset.c: Insert a space to avoid a warning.
2830 * directives.c: Include mkdeps.h.
2831 (_cpp_handle_directive): Reenable macro expander if appropriate.
2832 (undefine_macros): Inline body of _cpp_free_definition for speed.
2833 Do not call undef callback or _cpp_warn_if_unused_macro.
2834 (cpp_get_deps): New interface.
2835 * files.c (search_cache): Add pfile argument. Check for file
2836 that would be found by "" or <> search here...
2837 (_cpp_find_file): ...not here. Correct recorded start_dir of
2838 files found by directory-of-current-file search that would be
2839 found by "" or <> search.
2840 * init.c (cpp_add_dependency_target): Delete.
2841 * internal.h (struct lexer_state): Add discarding_output flag.
2842 * lex.c (lex_identifier): Compute hash function while scanning.
2843 * macro.c (cpp_scan_nooutput): Disable macro expansion outside
2844 directives.
2845 * makedepend.c: New file.
2846 * mkdeps.c (struct deps): Add vpath vector.
2847 (apply_vpath, deps_add_vpath): New function.
2848 (deps_free): Free vpath vector.
2849 (deps_add_dep, deps_add_target): Use apply_vpath.
2850 * symtab.c (calc_hash): Use HT_HASHSTEP and HT_FINISH.
2851 (ht_lookup_with_hash): New function.
2852 * cpplib.h, mkdeps.h: Update prototypes.
2853 * symtab.h: Update prototypes.
2854 (HT_HASHSTEP, HT_FINISH): New macros.
2855
b453c95f
GK
28562004-05-29 Geoffrey Keating <geoffk@apple.com>
2857
2858 * symtab.c (ht_create): Set entries_owned.
2859 (ht_destroy): Honour entries_owned.
2860 (ht_expand): Likewise.
2861 (ht_load): New.
2cf22451
ZW
2862 * include/symtab.h (struct ht): New field 'entries_owned'
2863 (ht_load): New prototype.
b453c95f 2864
963e23c5
PB
28652004-05-26 Paolo Bonzini <bonzini@gnu.org>
2866
2867 PR bootstrap/15651
2868 * configure.ac: Fix m4 quoting when picking
2869 the size of HOST_WIDE_INT.
2870 * configure: Regenerate.
2871
0429bc77
PB
28722004-05-25 Paolo Bonzini <bonzini@gnu.org>
2873
2874 * Makefile.am: the correct directory for
2875 gettext include files is given by @INCINTL@.
2876 * Makefile.in: Regenerate.
2877
c86dd7db
PB
28782004-05-24 Paolo Bonzini <bonzini@gnu.org>
2879
2880 * system.h [!ENABLE_NLS]: dgettext takes two
2881 parameters.
2882
4f4e53dd
PB
28832004-05-23 Paolo Bonzini <bonzini@gnu.org>
2884
2885 Moved libcpp from the gcc subdirectory to the toplevel.
2886 * Makefile.am: New file.
2887 * Makefile.in: Regenerate.
2888 * configure.ac: New file.
2889 * configure: Regenerate.
2890 * config.in: Regenerate.
2891 * charset.c: Moved from gcc/cppcharset.c. Add note about
2892 brokenness of input charset detection. Adjust for change
2893 in name of cppucnid.h.
2894 * errors.c: Moved from gcc/cpperror.c. Do not include intl.h.
2895 * expr.c: Moved from gcc/cppexp.c.
2896 * files.c: Moved from gcc/cppfiles.c. Do not include intl.h.
2897 Remove #define of O_BINARY, it is in system.h.
2898 * identifiers.c: Moved from gcc/cpphash.c.
2899 * internal.h: Moved from gcc/cpphash.h. Change header
2900 guard name. All other files adjusted to match name change.
2901 * init.c: Moved from gcc/cppinit.c.
2902 (init_library) [ENABLE_NLS]: Call bindtextdomain.
2903 * lex.c: Moved from gcc/cpplex.c.
2904 * directives.c: Moved from gcc/cpplib.c.
2905 * macro.c: Moved from gcc/cppmacro.c.
2906 * pch.c: Moved from gcc/cpppch.c. Do not include intl.h.
2907 * traditional.c: Moved from gcc/cpptrad.c.
2908 * ucnid.h: Moved from gcc/cppucnid.h. Change header
2909 guard name.
2910 * ucnid.pl: Moved from gcc/cppucnid.pl.
2911 * ucnid.tab: Moved from gcc/cppucnid.tab. Change header
2912 guard name.
2913 * symtab.c: Moved from gcc/hashtable.c.
2914 * line-map.c: Moved from gcc. Do not include intl.h.
2915 * mkdeps.c: Moved from gcc.
2916 * system.h: New file.
2cf22451
ZW
2917 * include/cpplib.h: Moved from gcc. Change header guard name.
2918 * include/line-map.h: Moved from gcc. Change header guard name.
2919 * include/mkdeps.h: Moved from gcc. Change header guard name.
2920 * include/symtab.h: Moved from gcc/hashtable.h. Change header
2921 guard name.