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