]> git.ipfire.org Git - thirdparty/gcc.git/blame - libcpp/ChangeLog
re PR c++/51429 (ICE with invalid use of overloaded member function)
[thirdparty/gcc.git] / libcpp / ChangeLog
CommitLineData
9b554be9
DS
12011-12-03 Dodji Seketeli <dodji@redhat.com>
2
3 * macro.c (tokens_buff_remove_last_token)
4 (tokens_buff_put_token_to): Add an 'inline' function specifier to
5 the prototype.
6
8dcf72a8
DN
72011-11-22 Diego Novillo <dnovillo@google.com>
8
9 * include/line-map.h (linemap_dump): Declare.
10 (line_table_dump): Declare.
11 * line-map.c (linemap_dump): New.
12 (line_table_dump): New.
13
7e74ce3f
ESR
142011-11-21 Ed Smith-Rowland <3dw4rd@verizon.net>
15
16 PR c++/50958
17 * expr.c (cpp_userdef_char_remove_type): Fix typo.
18
e9411247
MM
192011-11-03 Michael Matz <matz@suse.de>
20
21 PR bootstrap/50857
22 * configure.ac: Check for -fno-exceptions -fno-rtti.
23 * configure: Regenerate.
24 * Makefile.in (NOEXCEPTION_FLAGS): New flag.
25 (ALL_CXXFLAGS): Use it.
26
0c1dace3
PC
272011-11-02 Paolo Carlini <paolo.carlini@oracle.com>
28
29 * internal.h (uxstrdup, ustrchr): Return const unsigned char *.
30
25339f10
JM
312011-11-02 Jason Merrill <jason@redhat.com>
32
33 PR c++/50810
34 * configure.ac: Add -Wno-narrowing to warning options.
35
97e3ad20
JM
362011-10-31 Jason Merrill <jason@redhat.com>
37
1fb80b0c
JM
38 PR libstdc++/1773
39 * init.c (cpp_init_builtins): Set __cplusplus for C++11.
40
97e3ad20
JM
41 PR c++/50920
42 * include/cpplib.h (enum c_lang): Rename CLK_CXX0X to CLK_CXX11,
43 CLK_GNUCXX0X to CLK_GNUCXX11.
44
3ce4f9e4
ESR
452011-10-26 Ed Smith-Rowland <3dw4rd@verizon.net>
46
47 Implement C++11 user-defined literals.
48 * expr.c: (cpp_interpret_float_suffix, cpp_interpret_int_suffix,
49 cpp_userdef_string_remove_type, cpp_userdef_string_add_type,
50 cpp_userdef_char_remove_type, cpp_userdef_char_add_type,
51 cpp_userdef_string_p, cpp_userdef_char_p, cpp_get_userdef_suffix): New.
52 (cpp_classify_number): Classify unrecognized tokens as user-defined
53 literals.
54 * include/cpplib.h: Add new tokens for user-defined literals.
55 * init.c: Add new preprocessor flag (cxx11).
56 * lex.c: (lex_string, lex_raw_string): Handle user-defined literals
57 including concatenation and promotion with suffixes.
58
3bb0c8db
DS
592011-10-24 Dodji Seketeli <dodji@redhat.com>
60
61 * line-map.c (linemap_macro_map_lookup): Fix logic.
62
84756fd4
DS
632011-10-24 Dodji Seketeli <dodji@redhat.com>
64
65 * include/line-map.h (linemap_expand_location): Take a line table
66 parameter. Update comment.
67 (linemap_resolve_location): Update comment.
68 (linemap_expand_location_full): Remove.
69 * line-map.c (linemap_resolve_location): Handle reserved
70 locations; return a NULL map in those cases.
71 (linemap_expand_location): If location is reserved, return a
72 zeroed expanded location. Update comment. Take a line table to
73 assert that the function takes non-virtual locations only.
74 (linemap_expand_location_full): remove.
75 (linemap_dump_location): Handle the fact that
76 linemap_resolve_location can return NULL line maps when the
77 location resolves to a reserved location.
78
79 * line-map.c (linemap_macro_map_lookup): Fix logic.
80
ad2305ad
DS
812011-10-22 Dodji Seketeli <dodji@redhat.com>
82
83 PR bootstrap/50778
84 * include/internal.h (_cpp_remaining_tokens_num_in_context): Take the
85 context to act upon.
86 * lex.c (_cpp_remaining_tokens_num_in_context): Likewise. Update
87 comment.
88 (cpp_token_from_context_at): Likewise.
89 (cpp_peek_token): Use the context to peek tokens from.
90
cbbcf655
DS
912011-10-20 Dodji Seketeli <dodji@redhat.com>
92
93 PR bootstrap/50801
94 * lex.c (_cpp_remaining_tokens_num_in_context): Fix computation of
95 number of tokens.
96
d17687f6
DS
972011-10-18 Dodji Seketeli <dodji@redhat.com>
98
99 PR bootstrap/50760
100 * include/line-map.h (struct linemap_stats): Change the type of
101 the members from size_t to long.
102 * macro.c (macro_arg_token_iter_init): Unconditionally initialize
103 iter->location_ptr.
104
411f92de
DS
1052011-10-17 Dodji Seketeli <dodji@redhat.com>
106
107 * line-map.c (linemap_macro_map_loc_to_exp_point): Avoid setting a
108 variable without using it if ENABLE_CHECKING is not defined. Mark
109 the LOCATION parameter as being unused.
110
b9bd6f74
TT
1112011-10-15 Tom Tromey <tromey@redhat.com>
112 Dodji Seketeli <dodji@redhat.com>
113
114 * include/line-map.h (struct line_maps::alloced_size_for_request):
115 New member.
116 * line-map.c (new_linemap): Use set->alloced_size_for_request to
117 get the actual allocated size of line maps.
118
64a1a422
TT
1192011-10-15 Tom Tromey <tromey@redhat.com>
120 Dodji Seketeli <dodji@redhat.com>
121
122 * line-map.h (struct linemap_stats): Declare new struct.
123 (linemap_get_statistics): Declare ...
124 * line-map.c (linemap_get_statistics): ... new function.
125 * macro.c (num_expanded_macros_counter, num_macro_tokens_counter):
126 Declare new counters.
127 (enter_macro_context, replace_args): Update
128 num_macro_tokens_counter.
129 (cpp_get_token_1): Update num_expanded_macros_counter.
130
847e697a
TT
1312011-10-15 Tom Tromey <tromey@redhat.com>
132 Dodji Seketeli <dodji@redhat.com>
133
134 * include/cpplib.h (struct cpp_options)<debug>: New struct member.
135 * include/line-map.h (linemap_dump_location): Declare ...
136 * line-map.c (linemap_dump_location): ... new function.
137
92582b75
TT
1382011-10-15 Tom Tromey <tromey@redhat.com>
139 Dodji Seketeli <dodji@redhat.com>
140
141 * include/cpplib.h (struct cpp_options)<track_macro_expansion>:
142 New option.
143 * internal.h (struct macro_context): New struct.
144 (enum context_tokens_kind): New enum.
145 (struct cpp_context)<tokens_kind>: New member of type enum
146 context_tokens_kind.
147 (struct cpp_context)<macro>: Remove this. Replace it with an enum
148 of macro and macro_context.
149 (struct cpp_context)<direct_p>: Remove.
150 (_cpp_remaining_tokens_num_in_context): Declare new function.
151 * directives.c (destringize_and_run): Adjust.
152 * lex.c (_cpp_remaining_tokens_num_in_context)
153 (_cpp_token_from_context_at): Define new functions
154 (cpp_peek_token): Use them.
155 * init.c (cpp_create_reader): Initialize the base context to zero.
156 (_cpp_token_from_context_at): Define new static function.
157 (cpp_peek_token): Use new _cpp_remaining_tokens_num_in_context and
158 _cpp_token_from_context_at.
159 * macro.c (struct macro_arg)<virt_locs, expanded_virt_locs>: New
160 members.
161 (enum macro_arg_token_kind): New enum.
162 (struct macro_arg_token_iter): New struct.
163 (maybe_adjust_loc_for_trad_cpp, push_extended_tokens_context)
164 (alloc_expanded_arg_mem, ensure_expanded_arg_room)
165 (delete_macro_args, set_arg_token, get_arg_token_location)
166 (arg_token_ptr_at, macro_arg_token_iter_init)
167 (macro_arg_token_iter_get_token)
168 (macro_arg_token_iter_get_location, macro_arg_token_iter_forward)
169 (expanded_token_index, tokens_buff_new, tokens_buff_count)
170 (tokens_buff_last_token_ptr, tokens_buff_put_token_to)
171 (tokens_buff_add_token, tokens_buff_remove_last_token)
172 (reached_end_of_context, consume_next_token_from_context): New
173 static functions.
174 (cpp_get_token_1): New static function. Split and extended from
175 cpp_get_token. Use reached_end_of_context and
176 consume_next_token_from_context. Unify its return point. Move
177 the location tweaking from cpp_get_token_with_location in here.
178 (cpp_get_token): Use cpp_get_token_1
179 (stringify_arg): Use the new arg_token_at.
180 (paste_all_tokens): Support tokens coming from extended tokens
181 contexts.
182 (collect_args): Return the number of collected arguments, by
183 parameter. Store virtual locations of tokens that constitute the
184 collected args.
185 (funlike_invocation_p): Return the number of collected arguments,
186 by parameter.
187 (enter_macro_context): Add a parameter for macro expansion point.
188 Pass it to replace_args and to the "used" cpp callback. Get the
189 number of function-like macro arguments from funlike_invocation_p,
190 pass it to the new delete_macro_args to free the memory used by
191 macro args. When -ftrack-macro-expansion is in effect, for macros
192 that have no arguments, create a macro map for the macro expansion
193 and use it to allocate proper virtual locations for tokens
194 resulting from the expansion. Push an extended tokens context
195 containing the tokens resulting from macro expansion and their
196 virtual locations.
197 (replace_args): Rename the different variables named 'count' into
198 variables with more meaningful names. Create a macro map;
199 allocate virtual locations of tokens resulting from this
200 expansion. Use macro_arg_token_iter to iterate over tokens of a
201 given macro. Handle the case of the argument of
202 -ftrack-macro-expansion being < 2. Don't free macro arguments
203 memory resulting from expand_arg here, as these are freed by the
204 caller of replace_arg using delete_macro_args now. Push extended
205 token context.
206 (next_context, push_ptoken_context, _cpp_push_token_context)
207 (_cpp_push_text_context): Properly initialize the context.
208 (expand_arg): Use the new alloc_expanded_arg_mem,
209 push_extended_tokens_context, cpp_get_token_1, and set_arg_token.
210 (_cpp_pop_context): Really free the memory held by the context.
211 Handle freeing memory used by extended tokens contexts.
212 (cpp_get_token_with_location): Use cpp_get_token_1.
213 (cpp_sys_macro_p): Adjust.
214 (_cpp_backup_tokens): Support the new kinds of token contexts.
215 * traditional.c (recursive_macro): Adjust.
216
46427374
TT
2172011-10-15 Tom Tromey <tromey@redhat>
218 Dodji Seketeli <dodji@redhat.com>
219
220 * include/line-map.h (enum lc_reason)<LC_ENTER_MACRO>: New enum
221 member.
222 (MAX_SOURCE_LOCATION): New constant.
223 (struct line_map_ordinary, struct line_map_macro): New structs.
224 (struct line_map): Turn this into a union of the two above. Add
225 comments.
226 (struct maps_info): New struct.
227 (struct line_maps)<info_ordinary, info_macro>: Two new fields.
228 These now carry the map information that was previously scattered
229 in struct line_maps.
230 (struct map_info::allocated): Fix comment.
231 (MAP_START_LOCATION, ORDINARY_MAP_FILE_NAME)
232 (ORDINARY_MAP_STARTING_LINE_NUMBER)
233 (ORDINARY_MAP_INCLUDER_FILE_INDEX)
234 (ORDINARY_MAP_IN_SYSTEM_HEADER_P)
235 (ORDINARY_MAP_NUMBER_OF_COLUMN_BITS, MACRO_MAP_MACRO)
236 (MACRO_MAP_NUM_MACRO_TOKENS MACRO_MAP_LOCATIONS)
237 (MACRO_MAP_EXPANSION_POINT_LOCATION)
238 (LOCATION_POSSIBLY_IN_MACRO_MAP_P, LINEMAPS_MAP_INFO)
239 (LINEMAPS_MAPS, LINEMAPS_ALLOCATE, LINEMAPS_USED, LINEMAPS_CACHE)
240 (LINEMAPS_LAST_MAP, LINEMAPS_LAST_ALLOCATED_MAP)
241 (LINEMAPS_ORDINARY_MAPS, LINEMAPS_ORDINARY_ALLOCATED)
242 (LINEMAPS_ORDINARY_USED, LINEMAPS_ORDINARY_CACHE)
243 (LINEMAPS_LAST_ORDINARY_MAP, LINEMAPS_LAST_ALLOCATED_ORDINARY_MAP)
244 (LINEMAPS_MACRO_MAPS, LINEMAPS_MACRO_ALLOCATED)
245 (LINEMAPS_MACRO_USED, LINEMAPS_MACRO_CACHE)
246 (LINEMAPS_LAST_MACRO_MAP, LINEMAPS_LAST_ALLOCATED_MACRO_MAP)
247 (LINEMAPS_MAP_AT, LINEMAPS_ORDINARY_MAP_AT)
248 (LINEMAPS_MACRO_MAP_AT): New accessors for ordinary and macro map
249 information.
250 (linemap_check_ordinary, linemap_assert)
251 (linemap_location_before_p): New macros.
252 (linemap_position_for_line_and_column)
253 (linemap_tracks_macro_expansion_locs_p, linemap_add_macro_token)
254 (linemap_macro_expansion_map_p)
255 (linemap_macro_map_loc_to_def_point)
256 (linemap_macro_map_loc_unwind_once)
257 (linemap_macro_map_loc_to_exp_point, linemap_step_out_once)
258 (linemap_get_source_line linemap_get_source_column)
259 (linemap_map_get_macro_name, linemap_get_file_path)
260 (linemap_location_in_system_header_p)
261 (linemap_location_from_macro_expansion_p): Declare new functions.
262 (SOURCE_LINE, SOURCE_COLUMN, LAST_SOURCE_LINE_LOCATION)
263 (LINEMAP_FILE, LINEMAP_LINE, LINEMAP_SYSP): Assert that this
264 accessors act on ordinary maps only.
265 (INCLUDED_FROM): Return NULL for main files; use the new
266 accessors.
267 (LINEMAP_POSITION_FOR_COLUMN): Use the new accessors.
268 (struct expanded_location): Move here from gcc/input.h
269 (linemap_resolve_location, linemap_expand_location)
270 (linemap_expand_location_full): Declare new functions.
271 * line-map.c: Include cpplib.h, internal.h
272 (linemap_enter_macro, linemap_add_macro_token)
273 (linemap_get_expansion_line, linemap_get_expansion_filename): New
274 functions that are private to libcpp.
275 (linemap_assert): New macro.
276 (linemap_macro_loc_to_exp_point, linemap_macro_loc_to_exp_point)
277 (linemap_macro_loc_unwind, linemap_macro_map_loc_to_def_point)
278 (linemap_macro_map_loc_unwind_toward_spelling)
279 (linemap_macro_map_loc_to_exp_point)
280 (first_map_in_common_1, first_map_in_common): New static
281 functions.
282 (new_linemap): Define new static functions. Extracted and
283 enhanced from ...
284 (linemap_add): ... here. Use linemap_assert in lieu of abort
285 previously.
286 (linemap_tracks_macro_expansion_locs_p)
287 (linemap_add_macro_token, linemap_macro_expansion_map_p)
288 (linemap_check_ordinary, linemap_macro_map_loc_to_exp_point)
289 (linemap_macro_map_loc_to_def_point)
290 (linemap_macro_map_loc_unwind_once)
291 (linemap_step_out_once, linemap_map_get_index)
292 (linemap_get_source_line,linemap_get_source_column)
293 (linemap_get_file_path, linemap_map_get_macro_name)
294 (linemap_location_in_system_header_p)
295 (linemap_location_originated_from_system_header_p)
296 (linemap_location_from_macro_expansion_p)
297 (linemap_tracks_macro_expansion_locs_p)
298 (linemap_resolve_location, linemap_expand_location)
299 (linemap_expand_location_full)
300 (linemap_tracks_macro_expansion_locs_p)
301 (linemap_position_for_line_and_column, linemap_compare_locations):
302 Define new public functions.
303 (linemap_init): Initialize ordinary and macro maps information in
304 the map set.
305 (linemap_check_files_exited): Use the new accessors.
306 (linemap_free): Remove this dead code.
307 (linemap_line_start): Assert this uses an ordinary map. Adjust to
308 use the new ordinary map accessors and data structures. Don't
309 overflow past the lowest possible macro token's location.
310 (linemap_position_for_column): Assert the ordinary maps of the map
311 set are really ordinary. Use ordinary map accessors.
312 (linemap_lookup): Keep the same logic but generalize to allow
313 lookup of both ordinary and macro maps. Do not crash when called
314 with an empty line table.
315 * directives-only.c (_cpp_preprocess_dir_only): Adjust to use the
316 new API of line-map.h.
317 * directives.c (start_directive, do_line, do_linemarker)
318 (do_linemarker): Likewise.
319 * files.c (_cpp_find_file, _cpp_stack_include, open_file_failed)
320 (make_cpp_dir, cpp_make_system_header): Likewise.
321 * init.c (cpp_read_main_file): Likewise.
322 * internal.h (CPP_INCREMENT_LINE): Likewise.
323 (linemap_enter_macro, linemap_add_macro_token)
324 (linemap_get_expansion_line, linemap_get_expansion_filename): New
325 functions private to libcpp.
326 * lex.c (_cpp_process_line_notes, _cpp_skip_block_comment)
327 (skip_line_comment, skip_whitespace, lex_raw_string)
328 (_cpp_lex_direct): Likewise.
329 * macro.c (_cpp_builtin_macro_text): Likewise.
330 (_cpp_aligned_alloc): Initialize the new name member of the macro.
331 * traditional.c (copy_comment, _cpp_scan_out_logical_line):
332 Likewise.
333 * errors.c (cpp_diagnostic): Adjust to new linemap API.
334
892a371f
DS
3352011-08-28 Dodji Seketeli <dodji@redhat.com>
336
337 * line-map.c (linemap_add): Assert that reason must not be
338 LC_RENAME when called for the first time on a "main input file".
339
e3dfef44
GC
3402011-08-22 Gabriel Charette <gchare@google.com>
341
342 * init.c (cpp_create_reader): Inititalize forced_token_location_p.
343 * internal.h (struct cpp_reader): Add field forced_token_location_p.
344 * lex.c (_cpp_lex_direct): Use forced_token_location_p.
345 (cpp_force_token_locations): New.
346 (cpp_stop_forcing_token_locations): New.
347
32fe396e
RO
3482011-08-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
349
350 PR libstdc++/1773
351 * init.c (cpp_init_builtins): Define __cplusplus 19971L.
352
7c1ffff9
JM
3532011-08-18 Joseph Myers <joseph@codesourcery.com>
354
355 * include/cpplib.h (struct cpp_options): Fix typo.
356
a48e3dd1
JM
3572011-08-18 Joseph Myers <joseph@codesourcery.com>
358
359 * include/cpplib.h (struct cpp_options): Add rliterals.
360 * init.c (struct lang_flags, lang_defaults): Add rliterals.
361 (cpp_set_lang): Set rliterals option.
362 (cpp_init_builtins): Define __STDC_UTF_16__ and __STDC_UTF_32__.
363 * lex.c (_cpp_lex_direct): Only accept raw strings if rliterals.
364
3f6ced10
GC
3652011-08-15 Gabriel Charette <gchare@google.com>
366
367 * include/line-map.h (LINEMAP_POSITION_FOR_COLUMN): Remove.
368 Update all users to use linemap_position_for_column instead.
369
0681d04c
GC
3702011-07-28 Gabriel Charette <gchare@google.com>
371
372 * include/line-map.h (struct line_maps):
373 Remove unused field last_listed. Update all users.
374
5e9627ca
L
3752011-07-28 H.J. Lu <hongjiu.lu@intel.com>
376
377 * configure.ac: Set need_64bit_hwint to yes for x86 targets.
378 * configure: Regenerated.
379
a024b70f
RO
3802011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
381
382 * system.h [__cplusplus]: Wrap C function declarations in extern "C".
383
5b6d595b
RO
3842011-07-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
385 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
386
387 PR bootstrap/49794
388 * configure.ac: Test AM_ICONV with CXX.
389 * configure: Regenerate.
390 * system.h (HAVE_DESIGNATED_INITIALIZERS): Never define for C++.
391
d0a9fbe1
DS
3922011-07-15 Dodji Seketeli <dodji@redhat.com>
393
394 * directives.c (struct if_stack): Use source_location as type
395 here.
396 * include/cpplib.h (struct cpp_callbacks)<include, define, undef,
397 indent, def_pragma, used_define, used_undef>: Properly use
398 source_location as parameter type, rather than unsigned int.
399
fbdd5d87
RO
4002011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
401
402 PR target/39150
403 * configure.ac (host_wide_int): Handle x86_64-*-solaris2.1[0-9]
404 like i[34567]86-*-solaris2.1[0-9]*.
405 * configure: Regenerate.
406
8787a05a
JM
4072011-06-16 Jason Merrill <jason@redhat.com>
408
409 PR c++/45399
410 * lex.c (lex_raw_string): Don't check for embedded NUL.
411
38fbfaf6
DS
4122011-06-06 Dodji Seketeli <dodji@redhat.com>
413
414 PR preprocessor/48532
415 * directives.c (do_pragma): Don't forget the invocation location
416 when parsing the pragma name of a namespaced pragma directive.
417
fc0993ac
JT
4182011-05-29 John Tytgat <John.Tytgat@aaug.net>
419
420 * files.c (read_file_guts): Add test on non-zero value of S_ISREG.
421
ef230b38
UB
4222011-05-22 Uros Bizjak <ubizjak@gmail.com>
423
424 PR target/49104
425 * lex.c (init_vectorized_lexer): Do not set "minimum" when __3dNOW_A__
426 is defined. Check bit_MMXEXT and bit_CMOV to use search_line_mmx.
427
e5b0dad8
JK
4282011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
429
430 * system.h (ENUM_BITFIELD): Remove.
431
6cfae070
JJ
4322011-04-24 Jakub Jelinek <jakub@redhat.com>
433
434 PR preprocessor/48740
435 * lex.c (lex_raw_string): When raw string ends with
436 ??) followed by raw prefix and ", ensure it is preprocessed
437 with ??) rather than ??].
438
04695783
JM
4392011-04-20 Jim Meyering <meyering@redhat.com>
440
441 * files.c (destroy_cpp_file): Remove useless if-before-free.
442 * init.c (cpp_destroy): Likewise.
443 * macro.c (replace_args): Likewise.
444 * pch.c (cpp_valid_state): Likewise.
445
4489800d
KT
4462011-03-25 Kai Tietz <ktietz@redhat.com>
447
448 * files.c (file_hash_eq): Use filename_cmp
449 instead of strcmp.
450 (nonexistent_file_hash_eq): Likewise.
451 (remap_filename): Likewise.
452 Handle absolute DOS-path,
453 (append_file_to_dir): Check for IS_DIR_SEPARATOR
454 instead of slash.
455 (read_name_map): Likewise.
456 * linemap.c (linemap_add): Use filename_cmp
457 instead of strcmp.
458 * mkdeps.c (apply_vpath): Use filename_ncmp
459 instead of strncmp.
460 (deps_restore): Use filename_cmp instead of
461 strcmp.
462 * init.c (read_original_directory): Use
463 IS_DIR_SEPARATOR instead of checking for slash.
464
f3c33d9d
MM
4652011-03-21 Michael Meissner <meissner@linux.vnet.ibm.com>
466
467 PR preprocessor/48192
468 * directives.c (do_ifdef): Do not consider conditional macros as
469 being defined.
470 (do_ifndef): Ditto.
471 * expr.c (parse_defined): Ditto.
472
01956319
RH
4732011-03-18 Richard Henderson <rth@redhat.com>
474
475 PR bootstrap/45381
476 * lex.c [ALTIVEC] (search_line_fast): Require gcc version 4.5.
477
c5a62c6f
EB
4782011-11-04 Eric Botcazou <ebotcazou@adacore.com>
479 Jakub Jelinek <jakub@redhat.com>
480
481 PR preprocessor/39213
482 * directives.c (end_directive): Call _cpp_remove_overlay for deferred
483 pragmas as well in traditional mode.
484
0e1a989c
ILT
4852010-11-17 Ian Lance Taylor <iant@google.com>
486
487 PR bootstrap/45538
488 * configure.ac: Use AC_USE_SYSTEM_EXTENSIONS. Remove switch of
489 AC_LANG based on ENABLE_BUILD_WITH_CXX.
490
651a20b5
KT
4912010-11-16 Kai Tietz <kai.tietz@onevision.com>
492
493 PR preprocessor/17349
494 * lex.c (save_comment): Handle in argument passing c++
495 comments special.
496
480767a9
ILT
4972010-11-02 Ian Lance Taylor <iant@google.com>
498
499 * configure.ac: Use AC_SYS_LARGEFILE.
500 * configure: Rebuild.
501 * config.in: Rebuild.
502
078419c9 5032010-10-19 Basile Starynkevitch <basile@starynkevitch.net>
480767a9 504
078419c9
BS
505 * line-map.h (source_location): Remove obsolete comment
506 mentioning location_s.
507
d6874138
KT
5082010-09-29 Kai Tietz <kai.tietz@onevision.com>
509
510 PR preprocessor/45362
511 * directives.c (cpp_pop_definition): Make static.
512 (do_pragma_push_macro): Reworked to store text
513 definition.
514 (do_pragma_pop_macro): Add free text definition.
515 (cpp_push_definition): Removed.
516 * include/cpplib.h (cpp_push_definition): Removed.
517 (cpp_pop_definition): Likewise.
518 * internal.h (def_pragma_macro): Remove member 'value'
519 and add new members 'definition', 'line',
520 'syshdr', 'sued' and 'is_undef'.
521 * pch.c (_cpp_restore_pushed_macros): Rework to work
522 on text definition and store additional macro flags.
523 (_cpp_save_pushed_macros): Likewise.
524
e3339d0f
JM
5252010-09-29 Joseph Myers <joseph@codesourcery.com>
526
527 * include/cpplib.h (cpp_options): Rename warn_deprecated,
528 warn_traditional, warn_long_long and pedantic.
529 * directives.c (directive_diagnostics, _cpp_handle_directive):
530 Update names of cpp_options members.
531 * expr.c (cpp_classify_number, eval_token): Update names of
532 cpp_options members.
533 * init.c (cpp_create_reader, post_options): Update names of
534 cpp_options members.
535 * internal.h (CPP_PEDANTIC, CPP_WTRADITIONAL): Update names of
536 cpp_options members.
537 * macro.c (parse_params): Update names of cpp_options members.
538
128465e6
ILT
5392010-09-15 Ian Lance Taylor <iant@google.com>
540
541 * init.c: Fix type name in comment.
542
a69d2520
JJ
5432010-08-31 Jakub Jelinek <jakub@redhat.com>
544
545 PR preprocessor/45457
546 * expr.c (parse_defined): Call pfile->cb.user_builtin_macro hook if
547 needed.
548 * directives.c (do_ifdef, do_ifndef): Likewise.
549
707bcb7a
RO
5502010-08-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
551
552 * system.h [HAVE_INTTYPES_H]: Include inttypes.h.
553
6f173e52
RH
5542010-08-24 Richard Henderson <rth@redhat.com>
555
556 PR bootstrap/45376
557 * configure.ac (HAVE_SSE4): New check.
558 * configure, config.in: Rebuild.
559 * lex.c (search_line_sse42): Omit if !HAVE_SSE4.
560
789d73cb
RO
5612010-08-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
562
563 * lex.c [__sun__ && __svr4__]: Disable init_vectorized_lexer
564 etc. on Solaris 2/x86.
565
246a2fcb
RH
5662010-08-21 Richard Henderson <rth@redhat.com>
567 Andi Kleen <ak@linux.intel.com>
568 David S. Miller <davem@davemloft.net>
569
570 * configure.ac (AC_C_BIGENDIAN, AC_TYPE_UINTPTR_T): New tests.
571 (ssize_t): Check via AC_TYPE_SSIZE_T instead of AC_CHECK_TYPE.
572 (ptrdiff_t): Check via AC_CHECK_TYPE.
573 * config.in, configure: Rebuild.
574 * system.h: Include stdint.h, if available.
575 * lex.c (WORDS_BIGENDIAN): Provide default.
576 (acc_char_mask_misalign, acc_char_replicate, acc_char_cmp,
577 acc_char_index, search_line_acc_char, repl_chars, search_line_mmx,
578 search_line_sse2, search_line_sse42, init_vectorized_lexer,
579 search_line_fast): New.
580 (_cpp_clean_line): Use search_line_fast. Restructure the fast
581 loop to make it clear when we're leaving the loop. Stay in the
582 fast loop for non-trigraph '?'.
583
8e680db5
JJ
5842010-06-11 Jakub Jelinek <jakub@redhat.com>
585
586 * include/cpplib.h (struct cpp_callbacks): Add user_builtin_macro
587 callback.
588 (enum cpp_builtin_type): Add BT_FIRST_USER and BT_LAST_USER.
589 (cpp_macro_definition): Remove const qual from second argument.
590 * macro.c (enter_macro_context): Call user_builtin_macro callback for
591 NODE_BUILTIN !NODE_USED macros.
592 (warn_of_redefinition): Likewise. Remove const qual from second
593 argument.
594 (cpp_macro_definition): Likewise.
595 * pch.c (write_macdef, save_macros): Call user_builtin_macro callback
596 for NODE_BUILTIN !NODE_USED macros.
597
1cb42611
JM
5982010-06-10 Joseph Myers <joseph@codesourcery.com>
599
600 * include/cpplib.h (struct cpp_options): Remove show_column.
601 * init.c (cpp_create_reader, post_options): Don't set show_column.
602
ff5dfc48
JR
6032010-06-09 Joern Rennecke <joern.rennecke@embecosm.com>
604
605 PR bootstrap/44432
606 * configure.ac: Before using ZW_PROG_COMPILER_DEPENDENCIES for C++,
607 check that C++ compiler works.
608 * configure: Regenerate.
609
a9429e29
LB
6102010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
611
612 * include/symtab.h (ht_identifier_ptr): New.
613
c3f247f4
RW
6142010-06-03 Joern Rennecke <joern.rennecke@embecosm.com>
615 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
616
617 PR bootstrap/42798
618 * configure.ac: Check for declaration of 'basename(char *)'.
619 * configure: Regenerate.
620 * config.in: Regenerate.
621
2778d766
JM
6222010-04-25 Joseph Myers <joseph@codesourcery.com>
623
624 * include/cpplib.h (enum c_lang): Add CLK_GNUC1X and CLK_STDC1X.
625 * init.c (lang_defaults): Add entries for new language variants.
626 (cpp_init_builtins): Define __STDC_VERSION__ to 201000L for C1X
627 variants.
628
d8a12e84
MLI
6292010-04-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
630
631 PR cpp/43195
632 * files.c (report_missing_guard): Test for #pragma once.
633
87cf0651
SB
6342010-04-07 Simon Baldwin <simonb@google.com>
635
636 * directives.c (do_diagnostic): Add warning reason argument,
637 call appropriate error reporting function for code.
638 (directive_diagnostics): Call specific warning functions with
639 warning reason where appropriate.
640 (do_error, do_warning, do_pragma_dependency): Add warning reason
641 argument to do_diagnostic calls.
642 * macro.c (_cpp_warn_if_unused_macro, enter_macro_context,
643 _cpp_create_definition): Call specific warning functions with
644 warning reason where appropriate.
645 * Makefile.in: Add new diagnostic functions to gettext translations.
646 * include/cpplib.h (struct cpp_callbacks): Add warning reason code
647 to error callback.
648 (CPP_DL_WARNING, CPP_DL_WARNING_SYSHDR, CPP_DL_PEDWARN, CPP_DL_ERROR,
649 CPP_DL_ICE, CPP_DL_NOTE, CPP_DL_FATAL): Replace macros with enums.
650 (CPP_W_NONE, CPP_W_DEPRECATED, CPP_W_COMMENTS,
651 CPP_W_MISSING_INCLUDE_DIRS, CPP_W_TRIGRAPHS, CPP_W_MULTICHAR,
652 CPP_W_TRADITIONAL, CPP_W_LONG_LONG, CPP_W_ENDIF_LABELS,
653 CPP_W_NUM_SIGN_CHANGE, CPP_W_VARIADIC_MACROS,
654 CPP_W_BUILTIN_MACRO_REDEFINED, CPP_W_DOLLARS, CPP_W_UNDEF,
655 CPP_W_UNUSED_MACROS, CPP_W_CXX_OPERATOR_NAMES, CPP_W_NORMALIZE,
656 CPP_W_INVALID_PCH, CPP_W_WARNING_DIRECTIVE): New enums for cpp
657 warning reason codes.
658 (cpp_warning, cpp_pedwarning, cpp_warning_syshdr,
659 cpp_warning_with_line, cpp_pedwarning_with_line,
660 cpp_warning_with_line_syshdr): New specific error reporting functions.
661 * pch.c (cpp_valid_state): Call specific warning functions with
662 warning reason where appropriate.
663 * errors.c (cpp_diagnostic, cpp_diagnostic_with_line): New central
664 diagnostic handlers.
665 (cpp_warning, cpp_pedwarning, cpp_warning_syshdr,
666 cpp_warning_with_line, cpp_pedwarning_with_line,
667 cpp_warning_with_line_syshdr): New specific error reporting functions.
668 * expr.c (cpp_classify_number, eval_token, num_unary_op): Call
669 specific warning functions with warning reason where appropriate.
670 * lex.c (_cpp_process_line_notes, _cpp_skip_block_comment,
671 warn_about_normalization, lex_identifier_intern, lex_identifier,
672 _cpp_lex_direct): Ditto.
673 * charset.c (_cpp_valid_ucn, convert_hex, convert_escape,
674 narrow_str_to_charconst): Ditto.
675
d947ada0
JJ
6762010-04-06 Jakub Jelinek <jakub@redhat.com>
677
678 PR preprocessor/43642
679 * lex.c (lex_raw_string): Change type of TYPE variable to
680 unsigned char.
681
4d9e8446
RW
6822010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
683
684 * aclocal.m4: Regenerate.
685
52150625
JM
6862010-03-29 Jason Merrill <jason@redhat.com>
687
00a81b8b
JM
688 More N3077 raw string changes
689 * charset.c (cpp_interpret_string): Don't transform UCNs in raw
690 strings.
691 * lex.c (bufring_append): Split out from...
692 (lex_raw_string): ...here. Undo trigraph and line splicing
693 transformations. Do process line notes in multi-line literals.
694 (_cpp_process_line_notes): Ignore notes that were already handled.
695
52150625
JM
696 Some raw string changes from N3077
697 * charset.c (cpp_interpret_string): Change inner delimiters to ().
698 * lex.c (lex_raw_string): Likewise. Also disallow '\' in delimiter.
699
709d7160
JJ
7002010-02-11 Jakub Jelinek <jakub@redhat.com>
701
702 * init.c (read_original_filename): Don't call read_original_directory
703 if _cpp_handle_directive returns 0.
704
dadab4fd
JM
7052010-01-01 Joseph Myers <joseph@codesourcery.com>
706
707 PR preprocessor/41947
708 * expr.c (cpp_classify_number): Give error for hexadecimal
709 floating-point constant with no digits before or after point.
710
3de8a540
AC
7112009-11-20 Arnaud Charlet <charlet@adacore.com>
712
713 * macro.c (enter_macro_context): Call cb.used callback if defined.
714 * directives.c (do_idef, do_ifndef): Ditto.
715 * include/cpplib.h (struct cpp_callbacks): Add used callback.
716
17e7cb85
KT
7172009-11-11 Kai Tietz <kai.tietz@onevision.com>
718
719 * directives.c (do_pragma_push_macro): New pragma handler.
720 (do_pragma_pop_macro): Likewise.
721 (_cpp_init_internal_pragmas): Add push_macro and
722 pop_macro handler to internal pragmas.
723 (lex_macro_node_from_str): Removed.
724 (cpp_push_definition): Replace lex_macro_node_from_str
725 by _cpp_lex_identifier.
726 (cpp_pop_definition): Likewise.
727 * internal.h (_cpp_lex_identifier): New prototype.
728 (def_pragma_macro): New structure.
729 (cpp_reader): New member pushed_macros.
730 * lex.c (_cpp_lex_identifier): New function.
731 (lex_identifier_intern): New function.
732 * init.c (cpp_create_reader): Initialize pushed_macros
733 member.
734 (cpp_destroy): Free elements in pushed_macros member.
735 * pch.c (_cpp_save_pushed_macros): New function.
736 (_cpp_restore_pushed_macros): Likewise.
737 (_cpp_restore_pushed_macros): Use _cpp_save_pushed_macros.
738 (cpp_read_state): Use _cpp_restore_pushed_macros.
739
2c6e3f55
JJ
7402009-10-19 Jakub Jelinek <jakub@redhat.com>
741
742 * charset.c (cpp_init_iconv): Initialize utf8_cset_desc.
743 (_cpp_destroy_iconv): Destroy utf8_cset_desc, char16_cset_desc
744 and char32_cset_desc.
745 (converter_for_type): Handle CPP_UTF8STRING.
746 (cpp_interpret_string): Handle CPP_UTF8STRING and raw-strings.
747 * directives.c (get__Pragma_string): Handle CPP_UTF8STRING.
748 (parse_include): Reject raw strings.
749 * include/cpplib.h (CPP_UTF8STRING): New token type.
750 * internal.h (struct cpp_reader): Add utf8_cset_desc field.
751 * lex.c (lex_raw_string): New function.
752 (lex_string): Handle u8 string literals, call lex_raw_string
753 for raw string literals.
754 (_cpp_lex_direct): Call lex_string even for u8" and {,u,U,L,u8}R"
755 sequences.
756 * macro.c (stringify_arg): Handle CPP_UTF8STRING.
757
96c169e1
JJ
7582009-10-14 Jakub Jelinek <jakub@redhat.com>
759
760 PR preprocessor/41543
761 * include/line-map.h (RESERVED_LOCATION_COUNT): Define.
762 * line-map.c (linemap_init): Initialize highest_location and
763 highest_line to RESERVED_LOCATION_COUNT-1 instead of 0.
764
30c99a9e
JM
7652009-10-09 Jason Merrill <jason@redhat.com>
766
767 * charset.c (_cpp_valid_ucn): Update C++0x restrictions.
768
2214382c
NV
7692009-10-09 Neil Vachharajani <nvachhar@google.com>
770
771 * directives.c (DIRECTIVE_TABLE): Remove DEPRECATED from ident and
772 sccs.
773
e02222d2
LR
7742009-09-23 Loren J. Rittle <ljrittle@acm.org>
775
776 * configure.ac (AC_CHECK_HEADERS after AC_LANG(C++)): Add sys/stat.h.
777 * configure: Rebuilt.
778
9a8a2b7a
RG
7792009-09-22 Richard Guenther <rguenther@suse.de>
780
781 PR pch/38987
782 * files.c (pch_open_file): Disallow non-toplevel PCH inclusion.
783
74dc6a11
CD
7842009-09-18 Chris Demetriou <cgd@google.com>
785
786 PR preprocessor/28435:
787 * include/cpplib.h (struct cpp_options): Add new member
788 deps.need_preprocessor_output.
789 * files.c (open_file_failed): If preprocessor output is needed
790 always report an error.
791
933608b7
KT
7922009-09-13 Kai Tietz <kai.tietz@onevision.com>
793
794 * configure.ac: Set for i?86-w64-mingw*
795 need_64bit_hwint to yes.
796 * configure: Regenerated.
797
86373e7e
JM
7982009-09-10 Jason Merrill <jason@redhat.com>
799
800 * directives.c (cpp_define): constify.
801
fd2ab214
ILT
8022009-09-02 Ian Lance Taylor <iant@google.com>
803
804 * macro.c (stringify_arg): Escape CPP_WCHAR tokens.
805
df58e648
RW
8062009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
807
808 * configure.ac (AC_PREREQ): Bump to 2.64.
809
5213506e
RW
8102009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
811
812 * aclocal.m4: Regenerate.
813 * config.in: Regenerate.
814 * configure: Regenerate.
815
709a22df
TT
8162009-08-17 Tom Tromey <tromey@redhat.com>
817
818 PR preprocessor/41067:
819 * charset.c (convert_escape): Add missing ":" to error text.
820
0c539b47
DR
8212009-07-27 Douglas B Rupp <rupp@gnat.com>
822
823 * include/cpplib.h (INO_T_CPP): New macro.
824 (struct cpp_dir): Use it.
825
2b69c841
JQ
8262009-07-20 Jerry Quinn <jlquinn@optonline.net>
827
828 PR regression/40800
829 * configure.ac: Use = instead of == for testing
830 ENABLE_BUILD_WITH_CXX.
831 * configure: Rebuild.
832
f1bf410c
JQ
8332009-07-17 Jerry Quinn <jlquinn@optonline.net>
834
835 * directives.c (do_linemarker, do_line): Use CPP_STRING for
836 ignored enum value.
837 * files.c (find_file_in_dir): Add cast from void* to char*.
838 * symtab.c (ht_lookup_with_hash): Add cast from void* to char*.
839 * Makefile.in: (WARN_CFLAGS): Use general and C-specific
840 warnings.
841 (CXX, CXXFLAGS, WARN_CXXFLAGS, ALL_CXXFLAGS,
842 ENABLE_BUILD_WITH_CXX, CCDEPMODE, CXXDEPMODE, COMPILER,
843 COMPILER_FLAGS): New.
844 (DEPMODE): Set from CCDEPMODE or CXXDEPMODE.
845 (COMPILE.base): Use COMPILER instead of CC. Use COMPILER_FLAGS
846 instead of ALL_CFLAGS.
847 * configure.ac: Invoke AC_PROG_CXX. Separate C-specific warnings
848 from other warnings. Add -Wc++-compat to C-specific warnings.
849 Check for --enable-build-with-cxx. Set and substitute
850 ENABLE_BUILD_WITH_CXX. Invoke ZW_PROG_COMPILER_DEPENDENCIES
851 according to ENABLE_BUILD_WITH_CXX. Invoke AC_LANG before
852 AC_CHECK_HEADERS.
853 * configure: Rebuild.
854 * include/cpp-id-data.h: Remove extern "C".
855 * include/line-map.h: Likewise.
856 * include/mkdeps.h: Likewise.
857 * include/symtab.h: Likewise.
858 * internal.h: Likewise.
859
a28fbdba
MLI
8602009-06-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
861
862 * directives.c (parse_include): Add location argument. Update all
863 calls.
864 (parse_answer): Likewise.
865 (do_include_common): Error with exact location.
866 (parse_assertion): Likewise.
867
b506a5a2
MLI
8682009-06-18 Manuel López-Ibáñez <manu@gcc.gnu.org>
869
870 * expr.c (num_div_op): Take explicit location.
871
7d8847a4
ILT
8722009-06-17 Ian Lance Taylor <iant@google.com>
873
874 * include/cpplib.h (progname): Don't declare.
875
3d8b2a98
ILT
8762009-06-12 Ian Lance Taylor <iant@google.com>
877
878 * include/cpplib.h (struct cpp_options): Add
879 warn_cxx_operator_names field.
880 (NODE_WARN_OPERATOR): Define.
881 (struct cpp_hashnode): Increase flags field to 10 bits, decrease
882 type to 6 bits.
883 * init.c (mark_named_operators): Add flags parameter.
884 (cpp_post_options): Pick flags value to pass to
885 mark_named_operators.
886 * lex.c (lex_identifier): If NODE_WARN_OPERATOR is set, warn that
887 identifier is an operator name in C++.
888
e74fe492
AH
8892009-06-01 Aldy Hernandez <aldyh@redhat.com>
890
891 * include/line-map.h (LAST_SOURCE_COLUMN): New.
892
4851089f
ILT
8932009-06-01 Ian Lance Taylor <iant@google.com>
894
895 * include/cpp-id-data.h: Add extern "C".
896 * include/line-map.h: Likewise.
897 * include/mkdeps.h: Likewise.
898 * include/symtab.h: Likewise.
899 * internal.h: Likewise.
900
7e5487a2
ILT
9012009-05-15 Ian Lance Taylor <iant@google.com>
902
903 * include/cpplib.h (enum cpp_builtin_type): Rename from enum
904 builtin_type. Change all uses.
905
00b0c19b
MLI
9062009-05-14 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
907
908 PR cpp/36674
909 * directives (do_linemarker): Compensate for the increment in
910 location that occurs when we reach the end of line.
911 * files (_cpp_stack_include): Mention _cpp_find_file in the
912 comment.
913
9a0c6187
JM
9142009-05-10 Joseph Myers <joseph@codesourcery.com>
915
916 * include/cpplib.h (enum cpp_token_fld_kind): Add
917 CPP_TOKEN_FLD_TOKEN_NO.
918 (struct cpp_macro_arg, struct cpp_identifier): Define.
919 (union cpp_token_u): Use struct cpp_identifier for identifiers.
920 Use struct cpp_macro_arg for macro arguments. Add token_no for
921 CPP_PASTE token numbers.
922 * directives.c (_cpp_handle_directive, lex_macro_node, do_pragma,
923 do_pragma_poison, parse_assertion): Use val.node.node in place of
924 val.node.
925 * expr.c (parse_defined, eval_token): Use val.node.node in place
926 of val.node.
927 * lex.c (cpp_ideq, _cpp_lex_direct, cpp_token_len,
928 cpp_spell_token, cpp_output_token, _cpp_equiv_tokens,
929 cpp_token_val_index): Use val.macro_arg.arg_no or val.token_no in
930 place of val.arg_no. Use val.node.node in place of val.node.
931 * macro.c (replace_args, cpp_get_token, parse_params,
932 lex_expansion_token, create_iso_definition, cpp_macro_definition):
933 Use val.macro_arg.arg_no or val.token_no in place of val.arg_no.
934 Use val.node.node in place of val.node.
935
9e322bc1
JM
9362009-05-03 Joseph Myers <joseph@codesourcery.com>
937
938 * charset.c (one_utf8_to_cppchar): Correct mask used for 5-byte
939 UTF-8 sequences.
940
f88d0772
JM
9412009-04-25 Joseph Myers <joseph@codesourcery.com>
942
943 PR preprocessor/39559
944 * expr.c (cpp_interpret_integer): Use a pedwarn for decimal
945 constants larger than intmax_t in C99 mode.
946
d1b38208
TG
9472009-04-21 Taras Glek <tglek@mozilla.com>
948
949 * include/cpp-id-data.h: Update GTY annotations to new syntax.
950 * include/cpplib.h: Likewise.
951 * include/line-map.h: Likewise.
952 * include/symtab.h: Likewise.
953
cfc93532
MLI
9542009-04-22 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
955
956 PR c++/14875
957 * lex.c (cpp_type2name): Take a flags parameter. Call
958 cpp_named_operator2name for named operators and cpp_digraph2name
959 for digraphs.
960 (cpp_digraph2name): New.
961 (cpp_spell_token): Use it.
962 (cpp_output_token): Likewise.
963 * include/cpplib.h (cpp_type2name): Update declaration.
964 * init.c (cpp_named_operator2name): New.
965 * internal.h (cpp_named_operator2name): Declare.
966
9c650d90
MLI
9672009-04-21 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
968
969 PR c++/13358
970 * init.c (cpp_create_reader): Wlong_long is disabled by default.
971 * expr.c (cpp_classify_number): Give different messages for C and
972 C++ front-ends.
973
aa508502
JM
9742009-04-19 Joseph Myers <joseph@codesourcery.com>
975
976 PR preprocessor/20078
977 * include/cpp-id-data.h (struct cpp_macro): Add extra_tokens
978 field.
979 * include/cpplib.h (SP_DIGRAPH, SP_PREV_WHITE): Define.
980 (struct cpp_token): Change flags to unsigned short.
981 * lex.c (_cpp_lex_direct): Initialize arg_no for CPP_PASTE tokens.
982 (_cpp_equiv_tokens): Check arg_no for CPP_PASTE tokens.
983 (cpp_token_val_index): Return CPP_TOKEN_FLD_ARG_NO for CPP_PASTE
984 tokens.
985 * macro.c (macro_real_token_count): New.
986 (enter_macro_context, replace_args): Use macro_real_token_count.
987 (create_iso_definition): Record whitespace surrounding and digraph
988 spelling of # and ## tokens using SP_PREV_WHITE and SP_DIGRAPH.
989 Set extra_tokens and save CPP_PASTE tokens with arg_no set for
990 multiple consecutive ## tokens.
991 (_cpp_create_definition): Initialize extra_tokens.
992 (cpp_macro_definition): Use macro_real_token_count.
993
61cc8223
JM
9942009-04-18 Joseph Myers <joseph@codesourcery.com>
995
996 * directives.c (parse_include): Pass true to check_eol.
997
c7f9c0b9
JM
9982009-04-18 Joseph Myers <joseph@codesourcery.com>
999
1000 PR preprocessor/39646
1001 * include/line-map.h (enum lc_reason): Add LC_RENAME_VERBATIM.
1002 * line-map.c (linemap_add): Handle LC_RENAME_VERBATIM.
1003 * directives.c (do_line, do_linemarker): Use LC_RENAME_VERBATIM in
1004 place of LC_RENAME.
1005
a5cb563b
JM
10062009-04-18 Joseph Myers <joseph@codesourcery.com>
1007
1008 PR preprocessor/39647
1009 * directives.c (check_eol): Add parameter expand.
1010 (do_undef, parse_include, do_line, do_linemarker, do_ident,
1011 do_pragma_once, do_pragma_system_header, do_ifdef, do_ifndef,
1012 do_else, do_endif, do_assert, do_unassert): All callers changed.
1013 Pass true from do_line, false elsewhere.
1014
18f41a1b
JM
10152009-04-12 Joseph Myers <joseph@codesourcery.com>
1016
1017 PR preprocessor/31869
1018 * macro.c (stringify_arg): Handle NULL source token in padding
1019 token where previous padding token did not have source token with
1020 preceding whitespace.
1021
748086b7
JJ
10222009-04-09 Jakub Jelinek <jakub@redhat.com>
1023
1024 * Makefile.in: Change copyright header to refer to version
1025 3 of the GNU General Public License and to point readers at the
1026 COPYING3 file and the FSF's license web page.
1027 * charset.c: Likewise.
1028 * directives-only.c: Likewise.
1029 * directives.c: Likewise.
1030 * errors.c: Likewise.
1031 * expr.c: Likewise.
1032 * files.c: Likewise.
1033 * identifiers.c: Likewise.
1034 * include/cpp-id-data.h: Likewise.
1035 * include/cpplib.h: Likewise.
1036 * include/line-map.h: Likewise.
1037 * include/mkdeps.h: Likewise.
1038 * include/symtab.h: Likewise.
1039 * init.c: Likewise.
1040 * internal.h: Likewise.
1041 * lex.c: Likewise.
1042 * line-map.c: Likewise.
1043 * macro.c: Likewise.
1044 * makeucnid.c: Likewise.
1045 * mkdeps.c: Likewise.
1046 * pch.c: Likewise.
1047 * symtab.c: Likewise.
1048 * system.h: Likewise.
1049 * traditional.c: Likewise.
1050 * ucnid.tab: Likewise.
1051 * ucnid.h: Regenerate.
1052
eec49116
JJ
10532009-04-01 Janis Johnson <janis187@us.ibm.com>
1054
839a3b8a
JJ
1055 PR c/39027
1056 * include/cpplib.h (CPP_N_DEFAULT): Define.
1057 * expr.c (interpret_float_suffix): Recognize d or D for double,
1058 return new value for default.
1059 (cpp_classify_number): Issue pedwarn for use of d or D in suffix.
1060
eec49116
JJ
1061 PR c/33466
1062 * expr.c (interpret_float_suffix): Reject invalid suffix that uses
1063 letters from decimal float and fixed-point suffixes.
1064
47580d22
JM
10652009-03-31 Joseph Myers <joseph@codesourcery.com>
1066
1067 PR preprocessor/15638
1068 * files.c (_cpp_find_file): Call open_file_failed after diagnosing
1069 invalid PCH.
1070 (open_file_failed): Make error for missing file fatal.
1071 * include/cpplib.h (CPP_DL_FATAL): Define.
1072
5a2df0fa
SV
10732009-03-30 Sergiy Vyshnevetskiy <serg@vostok.net>
1074
1075 PR preprocessor/31932:
1076 * internal.h: Don't mention HAVE_ICONV_H.
1077 * configure, config.in: Rebuild.
1078 * configure.ac: Don't check for iconv.h.
1079
c1a8a3c6
TT
10802009-03-30 Tom Tromey <tromey@redhat.com>
1081
1082 PR preprocessor/39512:
1083 * line-map.c (linemap_init): Initialize 'reallocator' field.
1084
a37a7b8a
JJ
10852009-03-30 Jakub Jelinek <jakub@redhat.com>
1086
1087 PR target/39558
1088 * macro.c (cpp_get_token): If macro_to_expand returns NULL
1089 and used some tokens, add CPP_PADDING before next token.
1090
148e4216
JM
10912009-03-29 Joseph Myers <joseph@codesourcery.com>
1092
1093 PR preprocessor/34695
1094 * makedepend.c: Remove.
1095 * Makefile.in (makedepend_OBJS, makedepend$(EXEEXT)): Remove.
1096 (all, clean, TAGS_SOURCES, include): Remove makedepend handling.
1097 * directives.c (cpp_errors): Remove.
1098 * errors.c (print_location, _cpp_begin_message, v_message):
1099 Remove.
1100 (cpp_error, cpp_error_with_line): Always use error callback.
1101 (cpp_error, cpp_error_with_line, cpp_errno): Return bool.
1102 * include/cpplib.h (cpp_options): Remove pedantic_errors,
1103 inhibit_warnings, warn_system_headers, inhibit_errors,
1104 warnings_are_errors, client_diagnostic.
1105 (cpp_callbacks): Add extra arguments to error callback; make it
1106 return bool.
1107 (cpp_finish): Return void.
1108 (cpp_destroy): Remove inaccurate comment about return value.
1109 (cpp_errors, CPP_DL_EXTRACT, CPP_DL_WARNING_P): Remove.
1110 (CPP_DL_NOTE): Define.
1111 * include/line-map.h (linemap_print_containing_files): Remove.
1112 * init.c (cpp_finish): Do not check for or return number of
1113 errors.
1114 * internal.h (cpp_reader): Remove errors field.
1115 * line-map.c (linemap_print_containing_files): Remove.
1116 * macro.c (_cpp_create_definition): Use CPP_DL_NOTE for message
1117 about previous definition. Only emit it if previous diagnostic
1118 was emitted.
1119
f1450211
JM
11202009-03-28 Joseph Myers <joseph@codesourcery.com>
1121
1122 * Makefile.in (po/$(PACKAGE).pot): Use $(mkinstalldirs) not
1123 mkinstalldirs.
1124
8f5929e1
JJ
11252009-03-18 Jakub Jelinek <jakub@redhat.com>
1126
1127 * include/cpplib.h (struct cpp_dir): Reorder fields for 64-bit hosts.
1128
4bb09c26
JM
11292009-02-21 Joseph Myers <joseph@codesourcery.com>
1130
1131 * lex.c (lex_string): Return a CPP_LESS token for missing '>' in a
1132 header name.
1133 (_cpp_lex_direct): Handle this.
1134
68c9ab45
RG
11352009-02-15 Richard Guenther <rguenther@suse.de>
1136
1137 Revert last change.
1138
601b3e1a
RG
11392009-02-13 Richard Guenther <rguenther@suse.de>
1140
1141 * configure.ac: Enable LFS.
1142 * configure: Re-generate.
1143 * config.in: Likewise.
1144
fc0cd180
BE
11452009-01-05 Ben Elliston <bje@au.ibm.com>
1146
1147 * Makefile.in (.po.gmo): Use mkinstalldirs, not test -d || mkdir.
1148 (.po.pox): Likewise.
1149 (po/$(PACKAGE).pot): Likewise.
1150
db89a3be
AO
11512008-12-10 Alexandre Oliva <aoliva@redhat.com>
1152
1153 PR target/37033
1154 * pch.c (cpp_valid_state): Improve message for poisoned symbols.
1155 Allow for differences in __GCC_HAVE_DWARF2_CFI_ASM.
1156
cc955282
JM
11572008-11-29 Joseph Myers <joseph@codesourcery.com>
1158
1159 * lex.c (cpp_token_len): Use 6 as default length.
1160
47960aaf
MLI
11612008-10-31 Manuel López-Ibáñez <manu@gcc.gnu.org>
1162
1163 * expr.c (struct op): Add location.
1164 (_cpp_parse_expr): Propagate locations throught the stack
1165 of expressions.
1166 (reduce): Likewise.
1167 (check_promotion): Use explicit location in errors.
1168
631d0d36
MG
11692008-10-05 Matthew Gingell <gingell@adacore.com>
1170 Arnaud Charlet <charlet@adacore.com>
1171
1172 * include/cpplib.h (cpp_comments, cpp_comment_table): New structs.
1173 (cpp_get_comments): New function.
1174 * internal.h (struct cpp_reader): Add comments field.
1175 * init.c (cpp_destroy): Free comments.
1176 * lex.c (store_comment, cpp_get_comments): New functions.
1177 (comments): New struct.
1178 (save_comment): Store comments in comments struct.
1179
c047ce93
SB
11802008-09-18 Simon Baldwin <simonb@google.com>
1181
1182 * include/cpplib.h (struct cpp_options): Add new boolean flag
1183 warn_builtin_macro_redefined.
1184 * init.c (cpp_create_reader): Initialize warn_builtin_macro_redefined.
1185 * (struct builtin_operator): Split out from previous struct builtin,
1186 enhance extra const correctness.
1187 * (struct builtin_macro): Split out from previous struct builtin, add
1188 new always_warn_if_redefined flag, enhance const correctness.
1189 * (mark_named_operators): Use struct builtin_operator.
1190 * (cpp_init_special_builtins): Use struct builtin_macro, add NODE_WARN
1191 to builtins selectively.
1192 * macro.c (warn_of_redefinition): Return false if a builtin macro
1193 is not flagged with NODE_WARN.
1194
affa55c6
JJ
11952008-07-31 Jakub Jelinek <jakub@redhat.com>
1196
1197 PR preprocessor/36649
1198 * files.c (struct report_missing_guard_data): New type.
1199 (report_missing_guard): Put paths into an array instead of printing
1200 them right away. Return 1 rather than 0.
1201 (report_missing_guard_cmp): New function.
1202 (_cpp_report_missing_guards): Sort and print paths gathered by
1203 report_missing_guard callback.
1204
3b8f20a1
MLI
12052008-07-22 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1206
1207 PR 28079
1208 * directives.c (strtolinenum): Handle overflow.
1209 (do_line): Give a warning if line number overflowed.
1210 (do_linemarker): Update call to strtolinenum.
1211
1bb64668
MLI
12122008-07-21 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1213
1214 * include/line-map.h (linenum_type): New typedef.
1215 (struct line_map): Use it.
1216 (SOURCE_LINE): Second arguments is a LOCATION not a LINE.
1217 (SOURCE_COLUMN): Likewise.
1218 * macro.c (_cpp_builtin_macro_text): Use linenum_type. Don't store
1219 source_location values in a variable of type linenum_type.
1220 * directives.c (struct if_stack): Use linenum_type.
1221 (strtoul_for_line): Rename as strtolinenum.
1222 (do_line): Use linenum_type.
1223 (do_linemarker): Use linenum_type and strtolinenum.
1224 (_cpp_do_file_change): Use linenum_t.
1225 * line-map.c (linemap_add): Likewise.
1226 (linemap_line_start): Likewise.
1227 * traditional.c (struct fun_macro): 'line' is a source_location.
1228 * errors.c (print_location): Use linenum_type.
1229 * directives-only.c (_cpp_preprocess_dir_only): Likewise.
1230 * internal.h (CPP_INCREMENT_LINE): Likewise.
1231 * lex.c (_cpp_skip_block_comment): Use source_location.
1232
5950c3c9
BE
12332008-07-14 Ben Elliston <bje@au.ibm.com>
1234
1235 * include/cpplib.h (NODE_CONDITIONAL): New.
1236 (struct cpp_callbacks): New macro_to_expand field.
1237 (struct cpp_hashnode): Adjust size of flags and type fields.
1238 (cpp_peek_token): Prototype.
1239 * lex.c (cpp_peek_token): New function.
1240 (_cpp_temp_token): Protect pre-existing lookaheads.
1241 * macro.c (cpp_get_token): Expand any conditional macros.
1242 (_cpp_backup_tokens_direct): New.
1243 (_cpp_backup_tokens): Call _cpp_backup_tokens_direct.
1244 (warn_of_redefinition): Silently allow redefined conditional
1245 macros.
1246 (_cpp_create_definition): Remove the conditional flag when a user
1247 defines one of the conditional macros.
1248 * internal.h (_cpp_backup_tokens_direct): New prototype.
1249
e85edc9e
AH
12502008-06-13 Andrew Haley <aph@redhat.com>
1251
1252 PR preprocessor/33305
1253 * macro.c (replace_args): Print a warning for empty macro
1254 arguments in C89 and C++.
1255
18c04407
RW
12562008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1257
1258 * Makefile.in ($(srcdir)/aclocal.m4): Update dependencies.
1259 * configure: Regenerate.
1260
2d09b640
RW
12612008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1262
1263 * Makefile.in (datarootdir): New variable.
1264
0b7c73cc
L
12652008-06-12 H.J. Lu <hongjiu.lu@intel.com>
1266
1267 PR preprocessor/36479
1268 * charset.c (cpp_interpret_string_notranslate): Also set
1269 narrow_cset_desc.width.
1270
cd985f66
JM
12712008-06-07 Joseph Myers <joseph@codesourcery.com>
1272
1273 * configure.ac (parisc*64*-*-*): Remove.
1274 * configure: Regenerate.
1275
d750887f
TT
12762008-05-30 Tom Tromey <tromey@redhat.com>
1277
1278 PR preprocessor/36320:
1279 * internal.h (_cpp_parse_expr): Update.
1280 * expr.c (_cpp_parse_expr): Add 'is_if' argument. Update error
1281 messages.
1282 * directives.c (do_if): Update.
1283 (do_elif): Require expression if processing group.
1284
c100de59
DS
12852008-05-30 Danny Smith <dannysmith@users.sourceforge.net>
1286
1287 * include/cpplib.h (struct cpp_dir): Add new field, canonical_name.
1288
5d6342eb
TT
12892008-05-21 Tom Tromey <tromey@redhat.com>
1290
1291 PR preprocessor/27777:
1292 * lex.c (cpp_output_line_to_string): New function.
1293 * internal.h (_cpp_begin_message): Don't declare.
1294 * errors.c (_cpp_begin_message): Now static.
1295 * include/cpplib.h (cpp_output_line_to_string): Declare.
1296 * directives.c (do_diagnostic): Rewrote. Use
1297 cpp_output_line_to_string. Don't use _cpp_begin_message.
1298
dae4174e
TT
12992008-05-21 Tom Tromey <tromey@redhat.com>
1300
1301 * include/symtab.h (HT_ALLOCED): Remove.
1302 (ht_purge): Declare.
1303 * symtab.c (DELETED): New define.
1304 (ht_lookup): Update comment.
1305 (ht_lookup_with_hash): Handle deleted entries. Remove HT_ALLOCED
1306 code. Use subobject allocator for strings, if it exists.
1307 (ht_expand): Handle deleted entries.
1308 (ht_forall): Likewise.
1309 (ht_purge): New function.
1310 (ht_dump_statistics): Print deletion statistics.
1311
899015a0
TT
13122008-05-13 Tom Tromey <tromey@redhat.com>
1313
1314 PR preprocessor/22168:
1315 * include/cpplib.h (struct cpp_options) <objc>: Update
1316 documentation.
1317 * expr.c (eval_token): Warn for use of assertions.
1318 * directives.c (directive_diagnostics): Warn about extensions.
1319 (DEPRECATED): New define.
1320 (DIRECTIVE_TABLE): Use it.
1321
71c10038
TT
13222008-05-06 Tom Tromey <tromey@redhat.com>
1323
1324 PR preprocessor/35313, PR preprocessor/36088:
1325 * expr.c (optab) <QUERY, COMMA>: Set precedence to 4.
1326 (reduce) <case CPP_QUERY>: Special case CPP_COMMA and CPP_COLON.
1327
2bd0fe3d
DM
13282008-05-04 David S. Miller <davem@davemloft.net>
1329
1330 * configure.ac (sparc*-*-*): Always set need_64bit_hwint to yes.
1331 * configure: Regenerate.
1332
28f68625
DF
13332008-04-22 Daniel Franke <franke.daniel@gmail.com>
1334
1335 * include/cpplib.h (cpp_define_formatted): New.
1336 * directives.c (cpp_define_formatted): New.
1337
688e7a53
TT
13382008-04-21 Tom Tromey <tromey@redhat.com>
1339
1340 PR libcpp/33415:
1341 * charset.c (_cpp_convert_input): Add buffer_start argument.
1342 Ignore UTF-8 BOM if seen.
1343 * internal.h (_cpp_convert_input): Add argument.
1344 * files.c (struct _cpp_file) <buffer_start>: New field.
1345 (destroy_cpp_file): Free buffer_start, not buffer.
1346 (_cpp_pop_file_buffer): Likewise.
1347 (read_file_guts): Update.
1348
b6baa67d
KVH
13492008-04-18 Kris Van Hees <kris.van.hees@oracle.com>
1350
1351 * include/cpp-id-data.h (UC): Was U, conflicts with U"..." literal.
1352 * include/cpplib.h (CHAR16, CHAR32, STRING16, STRING32): New tokens.
1353 (struct cpp_options): Added uliterals.
1354 (cpp_interpret_string): Update prototype.
1355 (cpp_interpret_string_notranslate): Idem.
1356 * charset.c (init_iconv_desc): New width member in cset_converter.
1357 (cpp_init_iconv): Add support for char{16,32}_cset_desc.
1358 (convert_ucn): Idem.
1359 (emit_numeric_escape): Idem.
1360 (convert_hex): Idem.
1361 (convert_oct): Idem.
1362 (convert_escape): Idem.
1363 (converter_for_type): New function.
1364 (cpp_interpret_string): Use converter_for_type, support u and U prefix.
1365 (cpp_interpret_string_notranslate): Match changed prototype.
1366 (wide_str_to_charconst): Use converter_for_type.
1367 (cpp_interpret_charconst): Add support for CPP_CHAR{16,32}.
1368 * directives.c (linemarker_dir): Macro U changed to UC.
1369 (parse_include): Idem.
1370 (register_pragma_1): Idem.
1371 (restore_registered_pragmas): Idem.
1372 (get__Pragma_string): Support CPP_STRING{16,32}.
1373 * expr.c (eval_token): Support CPP_CHAR{16,32}.
1374 * init.c (struct lang_flags): Added uliterals.
1375 (lang_defaults): Idem.
1376 * internal.h (struct cset_converter) <width>: New field.
1377 (struct cpp_reader) <char16_cset_desc>: Idem.
1378 (struct cpp_reader) <char32_cset_desc>: Idem.
1379 * lex.c (digraph_spellings): Macro U changed to UC.
1380 (OP, TK): Idem.
1381 (lex_string): Add support for u'...', U'...', u"..." and U"...".
1382 (_cpp_lex_direct): Idem.
1383 * macro.c (_cpp_builtin_macro_text): Macro U changed to UC.
1384 (stringify_arg): Support CPP_CHAR{16,32} and CPP_STRING{16,32}.
1385
deb984e6
PB
13862008-04-18 Paolo Bonzini <bonzini@gnu.org>
1387
1388 PR bootstrap/35457
1389 * aclocal.m4: Regenerate.
1390 * configure: Regenerate.
1391
bf048bea
TT
13922008-04-17 Tom Tromey <tromey@redhat.com>
1393
1394 PR libcpp/34866:
1395 * errors.c (cpp_error): Don't reference a token before the start
1396 of the current run.
1397
7f27b0f8
TT
13982008-04-16 Tom Tromey <tromey@redhat.com>
1399
1400 * Makefile.in (TAGS_SOURCES): New variable.
1401 (TAGS): New target.
1402
a1fcb9a1
KK
14032008-04-11 Kaz Kojima <kkojima@gcc.gnu.org>
1404
1405 * configure.ac: (need_64bit_hwint): Need 64bit hwint for sh-*-*
1406 and shbe-*-*.
1407 * configure: Rebuilt.
1408
93d45d9e
JM
14092008-04-02 Joseph Myers <joseph@codesourcery.com>
1410
1411 * include/cpplib.h (struct cpp_callbacks): Add used_define,
1412 used_undef and before_define.
1413 (NODE_USED): Define.
1414 * directives.c (do_define, do_undef, undefine_macros, do_ifdef,
1415 do_ifndef, cpp_pop_definition): Handle new flag and use new
1416 callbacks.
1417 * expr.c (parse_defined): Handle new flag and use new callbacks.
1418 * macro.c (enter_macro_context, _cpp_free_definition): Handle new
1419 flag and use new callbacks.
1420
d4c32e1d
JJ
14212008-04-01 Jakub Jelinek <jakub@redhat.com>
1422
1423 PR pch/13675
1424 * files.c (struct _cpp_file): Remove pch field.
1425 (pch_open_file): Don't set file->pch, just file->pchname.
1426 (should_stack_file): After pfile->cb.read_pch call
1427 free pchname and clear pchname, don't close file->fd.
1428 Test file->pchname instead of file->pch. Don't close fd after cb.
1429 (_cpp_stack_include): Test file->pchname instead of file->pch.
1430
161031e3
TT
14312008-03-28 Tom Tromey <tromey@redhat.com>
1432
1433 * Makefile.in (POSTCOMPILE): New variable.
1434 (.c.o): Use it.
1435
14ccf800
TT
14362008-03-13 Tom Tromey <tromey@redhat.com>
1437
1438 PR libcpp/35322:
1439 * directives.c (destringize_and_run): Set pfile->directive.
1440
830465c6
MM
14412008-03-06 Markus Milleder <markus.milleder@generali.at>
1442
1443 PR preprocessor/35458
1444 * mkdeps.c (munge): Quote '#' with a '\'.
1445
d482a073
RW
14462008-02-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1447
1448 PR preprocessor/35379
1449 * mkdeps.c (deps_write): Ensure the first target always appears
1450 in the first column, without leading backslash newline. Avoid
1451 some more extra whitespace.
1452
185a6cc1
TS
14532008-02-25 Thiemo Seufer <ths@mips.com>
1454
d482a073 1455 * Makefile.in ($(srcdir)/config.in): Depend on configure.ac.
185a6cc1 1456
2bf41bf0
TT
14572008-02-19 Tom Tromey <tromey@redhat.com>
1458
1459 * traditional.c (lex_identifier): Use CPP_HASHNODE.
1460 * lex.c (lex_identifier): Use CPP_HASHNODE.
1461 * include/line-map.h (LINEMAP_POSITION_FOR_COLUMN): Wrap in
1462 do-while.
1463 * identifiers.c (alloc_node): Change return type.
1464 (_cpp_init_hashtable): Don't cast 'alloc_node'.
1465 (proxy_assertion_broken): New declaration.
1466 (cpp_forall_identifiers): Move comment.
1467 * line-map.c (linemap_add): Comment fix.
1468 (linemap_line_start): Indentation fix.
1469
765d600a
JJ
14702008-01-25 Jakub Jelinek <jakub@redhat.com>
1471
1472 PR preprocessor/34692
1473 * macro.c (collect_args): Add pragma_buff argument. Push
1474 CPP_PRAGMA ... CPP_PRAGMA_EOL tokens to *pragma_buff, rather
1475 than into arguments. Reset prevent_expansion and parsing_args
1476 state at CPP_PRAGMA_EOL/CPP_EOF.
1477 (funlike_invocation_p): Add pragma_buff argument, pass it through
1478 to collect_args.
1479 (enter_macro_context): Add result argument. Adjust
1480 funlike_invocation_p caller. Emit all deferred pragma tokens
1481 gathered during collect_args before the expansion, add a padding
1482 token. Return 2 instead of 1 if any pragma tokens were prepended.
1483 (cpp_get_token): If enter_macro_context returns 2, don't return
1484 a padding token, instead cycle to grab CPP_PRAGMA token.
1485 * directives.c (_cpp_handle_directive): If was_parsing_args
1486 in deferred pragma, leave parsing_args and prevent_expansion as is.
1487
ec46053b
TT
14882008-01-22 Tom Tromey <tromey@redhat.com>
1489
765d600a 1490 PR c++/34859
ec46053b
TT
1491 * macro.c (_cpp_create_definition): Handle __STDC_LIMIT_MACROS and
1492 __STDC_CONSTANT_MACROS.
1493
681c6ab0
FF
14942008-01-07 Fred Fish <fnf@specifix.com>
1495
765d600a 1496 PR preprocessor/30363
681c6ab0
FF
1497 * traditional.c (replace_args_and_push): Add local variable
1498 cxtquote, calculate the replacement text size assuming a
1499 worst case of every input character quoted with backslash,
1500 and properly handle output quoting of quote characters in
1501 actual arguments used in function-like macros.
1502
33ae4837
TT
15032008-01-03 Tom Tromey <tromey@redhat.com>
1504
765d600a 1505 PR preprocessor/34602
33ae4837
TT
1506 * directives.c (do_line): Don't try to spell EOF token.
1507 (do_linemarker): Add comment.
1508
675575f5
DD
15092007-12-11 DJ Delorie <dj@redhat.com>
1510
1511 * charset.c (convert_using_iconv): Close out any shift states,
1512 returning to the initial state.
1513
97f6bd40
TT
15142007-12-06 Tom Tromey <tromey@redhat.com>
1515
765d600a 1516 PR c/29172
97f6bd40
TT
1517 * internal.h (struct cpp_reader) <file_hash_entries>: Changed
1518 type.
1519 <file_hash_entries_allocated, file_hash_entries_used>: Removed.
1520 * files.c (FILE_HASH_POOL_SIZE): New macro.
1521 (struct file_hash_entry_pool): New.
1522 (destroy_all_cpp_files): New function.
1523 (allocate_file_hash_entries): Allocate a file_hash_entry_pool.
1524 (new_file_hash_entry): Update.
1525 (free_file_hash_entries): New function.
1526 (_cpp_cleanup_files): Call free_file_hash_entries and
1527 destroy_all_cpp_files.
1528 (cpp_clear_file_cache): New function.
1529 * include/cpplib.h (cpp_clear_file_cache): Declare.
1530
d56a25e1
TT
15312007-12-03 Tom Tromey <tromey@redhat.com>
1532
765d600a 1533 PR preprocessor/34288
d56a25e1
TT
1534 * configure.ac, config.in: Rebuilt.
1535 * configure.ac: Check for ssize_t.
1536
607f74e9
TT
15372007-11-30 Tom Tromey <tromey@redhat.com>
1538
765d600a 1539 PR preprocessor/32868
607f74e9
TT
1540 * macro.c (_cpp_create_definition): Special case
1541 __STDC_FORMAT_MACROS.
1542
b0f4807f
MM
15432007-11-16 Michael Matz <matz@suse.de>
1544
1545 * files.c (search_path_head): Fix check for absolute paths.
1546
f1e20710
TT
15472007-11-11 Tom Tromey <tromey@redhat.com>
1548
765d600a 1549 PR c++/17557
f1e20710
TT
1550 * include/cpplib.h (cpp_included_before): Declare.
1551 * files.c (struct file_hash_entry) <location>: New field.
1552 (_cpp_find_file): Initialize new field.
1553 (make_cpp_dir): Likewise.
1554 (cpp_included_before): New function.
1555
f373b44d
TT
15562007-11-01 Tom Tromey <tromey@redhat.com>
1557
765d600a 1558 PR preprocessor/30805
f373b44d
TT
1559 * macro.c (paste_tokens): Handle padding token.
1560 (paste_tokens): Don't abort unless padding has PASTE_LEFT flag.
1561
5b9a40df
TT
15622007-10-31 Tom Tromey <tromey@redhat.com>
1563
765d600a 1564 PR preprocessor/30786
5b9a40df
TT
1565 * macro.c (builtin_macro): Return result of _cpp_do__Pragma.
1566 * directives.c (_cpp_do__Pragma): Return error status.
1567 * internal.h (_cpp_do__Pragma): Update.
1568 * directives.c (get__Pragma_string): Back up if EOF seen.
1569
5ffeb913
TT
15702007-09-06 Tom Tromey <tromey@redhat.com>
1571
1572 * internal.h (struct cpp_reader) <invocation_location>: New
1573 field.
1574 (struct cpp_reader) <set_invocation_location>: Likewise.
1575 * init.c (cpp_set_line_map): New function.
1576 * line-map.c (linemap_add): Use linemap's allocator.
1577 * include/line-map.h (GTY): Define.
1578 (line_map_realloc): New typedef.
1579 (struct line_map): Mark with GTY.
1580 (struct line_maps): Likewise.
1581 (struct line_maps) <maps>: Likewise.
1582 (struct line_maps) <reallocator>: New field.
1583 * include/symtab.h (GTY): Conditionally define.
1584 * include/cpplib.h (cpp_set_line_map): Declare.
1585 (cpp_get_token_with_location): Declare.
1586 * macro.c (cpp_get_token): Set invocation_location on the reader.
1587 (cpp_get_token_with_location): New function.
1588
ac6b1c67
CF
15892007-08-30 Chao-ying Fu <fu@mips.com>
1590
1591 * expr.c (interpret_float_suffix): Support hr, r, lr, llr, uhr, ur,
1592 ulr, ullr, hk, k, lk, llk, uhk, uk, ulk, ullk.
1593 (cpp_classify_number): Support decimal fixed-point constants without
1594 exponents.
1595 Warn about fixed-point constants when -pedantic.
1596 * include/cpplib.h (CPP_N_SMALL, CPP_N_MEDIUM, CPP_N_LARGE): Change
1597 comments to support fixed-point values.
1598 (CPP_N_FRACT, CPP_N_ACCUM): Define.
1599
cda5e672
TT
16002007-08-18 Tom Tromey <tromey@redhat.com>
1601
765d600a 1602 PR preprocessor/32974
cda5e672
TT
1603 * directives.c (parse_include): Don't check for EOL when
1604 processing #pragma dependency.
1605
ccfc4c91
OW
16062007-07-30 Ollie Wild <aaw@google.com>
1607
1608 * directives-only.c: New file.
1609 * internal.h (struct _cpp_dir_only_callbacks): New.
1610 (_cpp_preprocess_dir_only): New function.
1611 * directives.c (_cpp_handle_directive): Check directives_only before
1612 disabling execution of indented directives.
1613 * files.c (_cpp_stack_file): Add directives_only check.
1614 * include/cpplib.h (struct cpp_options): Add directives_only.
1615 (cpp_init_special_builtins): New function.
1616 * init.c (cpp_init_special_builtins): New function.
1617 (cpp_init_builtins): Move builtin_array initialization to
1618 cpp_init_special_builtins.
1619 (post_options): Check directives_only before setting
1620 pfile->state.prevent_expansion = 1.
1621 * macro.c (_cpp_builtin_macro_text): Print an error if __COUNTER__
1622 is expanded inside a directive while -fdirectives-only is enabled.
1623 * Makefile.in (libcpp_a_OBJS): Add directives-only.o.
1624 (libcpp_a_SOURCES): Add directives-only.c.
1625
a206413a
UB
16262007-07-04 Uros Bizjak <ubizjak@gmail.com>
1627
1628 * traditional.c (_cpp_scan_out_logical_line): Initialize
1629 fmacro.args, fmacro.node, fmacro.offset, fmacro.line and
1630 fmacro.args to prevent 'may be used uninitialized' warning.
1631
c77cd3d1
UB
16322007-07-03 Uros Bizjak <ubizjak@gmail.com>
1633
1634 * include/cpplib.h (CPP_N_WIDTH_MD, CPP_N_MD_W, CPP_N_MD_Q):
1635 Add new constants.
1636 * expr.c (interpret_float_suffix): Process 'w', 'W', 'q' and 'Q'
1637 suffixes. Return CPP_N_MD_W for 'w' or 'W' suffixes and CPP_N_MD_Q
1638 for 'q' or 'Q' suffixes.
1639
66938a1d
DS
16402007-06-17 Danny Smith <dannysmith@users.sourceforge.net
1641
e1311401 1642 * files.c (open_file): Correct typo.
66938a1d 1643
71995ede
VP
16442007-06-16 Vladimir Prus <vladimir@codesourcery.com>
1645
e1311401 1646 * files.c (open_file): Prevent the call
71995ede
VP
1647 for stat from overwriting errno.
1648
84152c25
VP
16492007-06-09 Vladimir Prus <vladimir@codesourcery.com>
1650
e1311401 1651 * files.c (open_file): Account for the
84152c25
VP
1652 fact that on windows, opening a directory gives
1653 EACCES.
1654
f7fd775f
JW
16552007-06-05 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
1656
1657 PR preprocessor/23479
1658 * expr.c (cpp_classify_number): Implement 0b-prefixed binary
1659 integer constants.
1660 (append_digit): Likewise.
1661 * include/cpplib.h: Add CPP_N_BINARY, to be used for 0b-prefixed
1662 binary integer constants.
1663
ed0e74e0
DK
16642007-05-31 Dave Korn <dave.korn@artimi.com>
1665
1666 PR preprocessor/14331
1667 * lex.c (_cpp_get_fresh_line): Don't warn if no newline at EOF.
1668
a702045a
OW
16692007-05-24 Ollie Wild <aaw@google.com>
1670
1671 * macro.c (_cpp_builtin_macro_text): Handle BT_COUNTER.
1672 * pch.c (cpp_write_pch_deps): Save __COUNTER__ state.
1673 (cpp_write_pch_state): Save __COUNTER__ state.
1674 (cpp_valid_state): Check valid __COUNTER__ state.
1675 (cpp_read_state): Read new __COUNTER__ state.
1676 * include/cpplib.h (enum builtin_type): Add BT_COUNTER enumerator.
1677 * init.c (builtin_array): Add __COUNTER__/BT_COUNTER.
1678 * internal.h (struct cpp_reader): Add counter member.
1679
126e073b
SM
16802007-05-23 Simon Martin <simartin@users.sourceforge.net>
1681
1682 PR preprocessor/20077
1683 * macro.c (create_iso_definition): Fixed the method to determine
1684 whether the token-pasting operator appears at the beginning or the end
1685 of a macro.
1686
0b4cafec
ILT
16872007-05-21 Ian Lance Taylor <iant@google.com>
1688
1689 * internal.h (struct cpp_reader): Add new fields:
1690 nonexistent_file_hash and nonexistent_file_ob.
1691 * files.c: Include "obstack.h".
1692 (find_file_in_dir): Before trying to open the file, look up the
1693 path name in the hash table of nonexistent files. After failing
1694 to open the file, add the path name to the hash table.
1695 (_cpp_find_file): Cache the results of looking up the file name
1696 starting with the quote and bracket chain heads, if we can.
1697 (nonexistent_file_hash_eq): New static function.
1698 (_cpp_init_files): Initialize pfile->nonexistent_file_hash and
1699 pfile->nonexistent_file_ob.
1700 (_cpp_cleanup_files): Free pfile->nonexistent_file_hash and
1701 pfile->nonexistent_file_ob.
1702
30e04921
JJ
17032007-05-14 Janis Johnson <janis187@us.ibm.com>
1704
5a6bb57e
JJ
1705 * expr.c (cpp_classify_number): Warn about dfp constant for -pedantic.
1706
30e04921
JJ
1707 PR c/31924
1708 * expr.c (interpret_float_suffix): Check for invalid suffix.
1709
22a8a52d
EC
17102007-05-02 Eric Christopher <echristo@apple.com>
1711
1712 * expr.c (num_div_op): Don't overflow if the result is
1713 zero.
1714
fca35e1b
TT
17152007-05-02 Tom Tromey <tromey@redhat.com>
1716
765d600a 1717 PR preprocessor/28709
fca35e1b
TT
1718 * macro.c (paste_tokens): Remove PASTE_LEFT from the old lhs.
1719
4cd97075
MM
17202007-03-30 Michael Meissner <michael.meissner@amd.com>
1721
1722 * directives.c (lex_macro_node_from_str): Fix alloca call to be
1723 type correct.
1724
121de39f
RH
17252007-03-30 Richard Henderson <rth@redhat.com>
1726
1727 * directives.c (lex_macro_node_from_str): New.
1728 (cpp_push_definition, cpp_pop_definition): New.
1729 * include/cpplib.h (cpp_push_definition, cpp_pop_definition): Declare.
1730
4fcb360b
BM
17312007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
1732
1733 * Makefile.in: Add dummy install-pdf target.
1734
67e64439
TT
17352007-01-30 Tom Tromey <tromey@redhat.com>
1736
765d600a 1737 PR preprocessor/30468
67e64439
TT
1738 * mkdeps.c (apply_vpath): Strip successive '/'s if we stripped
1739 './'.
1740
ee380365
TT
17412007-01-30 Tom Tromey <tromey@redhat.com>
1742
765d600a 1743 PR preprocessor/29966
ee380365
TT
1744 * macro.c (lex_expansion_token): Save and restore cpp_reader's
1745 cur_token.
1746 (_cpp_create_definition): Don't restore cur_token here.
1747 * lex.c (_cpp_lex_token): Added assertion.
1748
024abeb3
TT
17492007-01-27 Tom Tromey <tromey@redhat.com>
1750
1751 * configure: Rebuilt.
1752
ee1c2a10
TT
17532007-01-12 Tom Tromey <tromey@redhat.com>
1754
765d600a 1755 PR preprocessor/28227
ee1c2a10
TT
1756 * directives.c (lex_macro_node): Added 'is_def_or_undef'
1757 argument.
1758 (do_define): Update.
1759 (do_undef): Update.
1760 (do_ifdef): Update.
1761 (do_ifndef): Update.
1762
67214c16
PB
17632007-01-11 Paolo Bonzini <bonzini@gnu.org>
1764
1765 * configure: Regenerate.
1766
1aa6ca40
PB
17672007-01-11 Paolo Bonzini <bonzini@gnu.org>
1768
1769 * configure: Regenerate.
1770
705e2d28
TT
17712007-01-04 Tom Tromey <tromey@redhat.com>
1772
765d600a 1773 PR preprocessor/28165
705e2d28
TT
1774 * internal.h (cpp_in_primary_file): New function.
1775 * directives.c (do_include_next): Use cpp_in_primary_file.
1776 (do_pragma_once): Likewise.
1777 (do_pragma_system_header): Likewise.
1778
7af45bd4
ILT
17792006-12-29 Ian Lance Taylor <iant@google.com>
1780
1781 * lex.c (_cpp_clean_line): Add uses of __builtin_expect. Don't
1782 look backward at the end of the line unless we saw a backslash.
1783
9d30f270
JJ
17842006-12-29 Jakub Jelinek <jakub@redhat.com>
1785
1786 PR preprocessor/29612
1787 * directives.c (do_linemarker): Set pfile->buffer->sysp always, not
1788 only when new_sysp is non-zero.
1789
30b0edc0
TT
17902006-12-28 Tom Tromey <tromey@redhat.com>
1791
765d600a 1792 PR preprocessor/30001
30b0edc0
TT
1793 * charset.c (_cpp_convert_input): Check that to.len is greater
1794 than zero.
1795
85d9c13c
TS
17962006-11-20 Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>
1797
1798 * configure.ac (need_64bit_hwint): Need 64bit hwint for SPU.
83cc06b2 1799 * configure: Rebuilt.
85d9c13c 1800
dfafdaa6
DG
18012006-11-01 Douglas Gregor <doug.gregor@gmail.com>
1802
1803 * include/cpplib.h (enum c_lang): Add CLK_GNUCXX0X and CLK_CXX0X
1804 for experimental C++0x mode.
1805 * init.c (lang_defaults): Add defaults for C++0x modes. C++0x has
1806 adopted the preprocessor changes introduced in C99.
1807
0f45f0f5
JM
18082006-10-29 Joseph Myers <joseph@codesourcery.com>
1809
1810 * configure.ac (need_64bit_hwint): Set for i[34567]86-*-linux*
1811 depending on --enable-targets=all.
1812 * configure: Regenerate.
1813
de000d22
JJ
18142006-10-12 Jakub Jelinek <jakub@redhat.com>
1815
1816 PR preprocessor/28709
1817 * macro.c (paste_tokens): Do error reporting here, use BUF with the
1818 spelled LHS token as opposed to spelling it again.
1819 (paste_all_tokens): Don't report errors here, just break on failure.
1820
b5422ad7
BM
18212006-10-10 Brooks Moses <bmoses@stanford.edu>
1822
1823 * Makefile.in: Added empty "pdf" target.
1824
aaf50ff2
GK
18252006-09-22 Geoffrey Keating <geoffk@apple.com>
1826
1827 * configure.ac: Make need_64_bit_hwint case for x86-darwin
1828 match exactly the glob in gcc/config.gcc.
1829 * configure: Regenerate.
1830
c663e301
JM
18312006-09-13 Joseph S. Myers <joseph@codesourcery.com>
1832
1833 PR c/28768
1834 PR preprocessor/14634
1835 * lex.c (lex_string): Pedwarn for unterminated literals.
1836
f7288899
EC
18372006-09-08 Eric Christopher <echristo@apple.com>
1838
1839 * configure.ac: Add 64-bit HWI support for i?86-darwin.
1840
b52dbbf8
SE
18412006-08-14 Steve Ellcey <sje@cup.hp.com>
1842
1843 PR c++/28288
1844 PR c++/14556
1845 * include/cpplib.h: Remove <?, >?, <?=, and >?= tokens.
1846 (CPP_LAST_EQ): Change.
1847 (CPP_LAST_PUNCTUATOR): Change.
1848 * expr.c (cpp_operator): Remove MIN and MAX.
1849 (reduce): Remove CPP_MIN and CPP_MAX.
1850 (num_binary_op): Ditto.
1851 * lex.c (_cpp_lex_direct): Ditto.
1852 (cpp_avoid_paste): Remove ? as legal symbol after > or <.
1853
1c90c6f9
JJ
18542006-06-09 Jakub Jelinek <jakub@redhat.com>
1855
1856 PR preprocessor/27746
1857 * directives.c (do_pragma): Handle pragma with valid namespace
1858 and invalid name coming from macro expansion.
1859 * directives.c (destringize_and_run): Initialize next field in
1860 context.
1861
1862 PR c/27747
1863 PR c++/27748
1864 * directives.c (destringize_and_run): Set NO_EXPAND on the
1865 tokens.
1866
1867 * macro.c (_cpp_backup_tokens): Fix comment typo.
1868
5c3c3683
DJ
18692006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
1870
1871 * Makefile.in (CATALOGS): Add po/ prefix.
1872 * configure: Regenerated.
1873
b2bd74bc
CD
18742006-05-23 Carlos O'Donell <carlos@codesourcery.com>
1875
1876 * Makefile.in: Add install-html target. Add install-html to .PHONY
1877
be8ac3e2
GZ
18782006-02-17 Grigory Zagorodnev <grigory_zagorodnev@linux.intel.com>
1879
1880 * macro.c (_cpp_builtin_macro_text): Handle BT_TIMESTAMP.
1881 * files.c (_cpp_get_file_stat): New function.
1882 * include/cpplib.h (builtin_type): Add BT_TIMESTAMP.
1883 * init.c (builtin_array): Add support for __TIMESTAMP__/BT_TIMESTAMP.
1884 * internal.h (_cpp_get_file_stat): Prototype.
1885 (struct cpp_buffer): Add timestamp.
1886
83900997
JJ
18872006-01-23 Jakub Jelinek <jakub@redhat.com>
1888
1889 PR preprocessor/25717
1890 * init.c (cpp_init_builtins): If __STDC__ will not change value
1891 between system headers and other sources, define it as a normal
1892 macro rather than a builtin.
1893 * macro.c (_cpp_builtin_macro_text) <case BT_STDC>: Only check
1894 cpp_in_system_header condition.
1895
18962006-01-05 Paolo Bonzini <bonzini@gnu.org>
9220c30c
PB
1897
1898 * Makefile.in: Use -MMD instead of -MD.
1899
bc4071dd
RH
19002006-01-04 Dmitry Kurochkin <dmitry.kurochkin@gmail.com>
1901 Richard Henderson <rth@redhat.com>
1902
1903 Merge from gomp branch:
1904 * directives.c (struct pragma_entry): Add is_deferred. Add ident
1905 entry to value union.
1906 (end_directive): Don't eat the line if in_deferred_pragma.
1907 (run_directive): Remove pragma hacks.
1908 (insert_pragma_entry): Remove.
1909 (new_pragma_entry): New.
1910 (register_pragma_1): Split out of register_pragma. Only handle
1911 the lookup tree and return the new entry.
1912 (cpp_register_pragma): Fill in the pragma entry here.
1913 (cpp_register_deferred_pragma): New.
1914 (register_pragma_internal): New.
1915 (_cpp_init_internal_pragmas): Use register_pragma_internal.
1916 (do_pragma): Allow pragma expansion after namespace. For deferred
1917 pragmas, don't slurp the line into a string.
1918 (destringize_and_run): Save tokens for deferred pragmas.
1919 (cpp_handle_deferred_pragma): Remove.
1920 * macro.c (builtin_macro): Remove pragma token hack.
1921 (_cpp_push_token_context): Rename from push_token_context and export.
1922 * internal.h (struct lexer_state): Add pragma_allow_expansion.
1923 (_cpp_push_token_context): Declare.
1924 * lex.c (_cpp_lex_token): Allow _cpp_handle_directive to return
1925 a token. Update the line number correctly if so.
1926 (_cpp_lex_direct): Emit CPP_PRAGMA_EOL tokens.
1927 (cpp_token_val_index): Return CPP_TOKEN_FLD_PRAGMA for pragmas.
1928 * include/cpplib.h (PRAGMA_EOL): New.
1929 (CPP_TOKEN_FLD_PRAGMA): New.
1930 (struct cpp_token): Add val.pragma.
1931 (struct cpp_options): Remove defer_pragmas.
1932 (cpp_handle_deferred_pragma): Remove.
1933 (cpp_register_deferred_pragma): Declare.
1934
d09e893f
JJ
19352006-01-01 Jakub Jelinek <jakub@redhat.com>
1936
1937 PR c++/25294
1938 * directives.c (do_pragma): If pragma line ends with multi-line
1939 block comment, end the saved deferred pragma string before that
1940 comment. Handle embedded '\0' chars on the pragma line.
1941
ab84748a
VR
19422005-12-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1943
1944 PR c++/23333
1945 * include/cpplib.h: Add PURE_ZERO to flags for the cpp_token structure.
1946
ad6ed77e
JG
19472005-12-07 Jon Grimm <jgrimm2@us.ibm.com>
1948 Ben Elliston <bje@au.ibm.com>
1949
1950 * include/cpplib.h (CPP_N_DFLOAT): New.
1951 * expr.c (interpret_float_suffix): Identify df, dd, and dl
1952 suffixes as decimal floating point constants.
1953 (cpp_classify_number): Disallow hexadecimal DFP constants.
1954
ba096620 19552005-11-14 Gerald Pfeifer <gerald@pfeifer.com>
bc4071dd 1956 Ian Lance Taylor <ian@airs.com>
ba096620
GP
1957
1958 * include/cpplib.h (struct cpp_callbacks): Annotate error with
1959 ATTRIBUTE_FPTR_PRINTF(3,0) instead of ATTRIBUTE_PRINTF(3,0).
1960
456b8ce5
UB
19612005-11-09 Per Bothner <per@bothner.com>
1962 Uros Bizjak <uros@kss-loka.si>
f7288899 1963
456b8ce5
UB
1964 PR c/24101
1965 * init.c (read_original_filename): Temporarily set
1966 state.in_directive before calling _cpp_lex_direct for
1967 CPP_HASH tokens.
1968
5571f74f
JW
19692005-11-03 James E Wilson <wilson@specifix.com>
1970
1971 PR preprocessor/24202
1972 * files.c (_cpp_pop_file_buffer): Set buffer_valid to false.
1973
a63607ed
JM
19742005-11-04 Joseph S. Myers <joseph@codesourcery.com>
1975
1976 * include/cpplib.h (struct cpp_callbacks): Make error take
1977 va_list* parameter.
1978 * errors.c (cpp_error): Update call to callback.
1979
651ed942
AP
19802005-11-03 Andrew Pinski <pinskia@physics.uc.edu>
1981
1982 PR preprocessor/22042
1983 * macro.c (_cpp_builtin_macro_text): Lower the needed max
1984 buffer size.
1985 (cpp_quote_string): Don't octalify non printable
1986 charactors.
1987
178b58b5
JM
19882005-11-03 Joseph S. Myers <joseph@codesourcery.com>
1989
1990 PR c++/17964
1991 * include/cpplib.h (struct cpp_options): Add client_diagnostic.
1992 (struct cpp_callbacks): Add error.
1993 * errors.c (cpp_error): If client_diagnostic, use error callback.
1994 * charset.c (convert_escape): Don't use %03o in diagnostic.
1995
3ee5ed11 19962005-10-21 James E Wilson <wilson@specifix.com>
6568f34b
JW
1997
1998 PR preprocessor/15220
1999 * files.c (_cpp_find_file): New parameter angle_brackets. Fix all
2000 callers. Pass to open_file_failed.
2001 (open_file_failed): New parameter angle_brackets. Fix all callers.
2002 Use in print_dep assignment.
2003 * init.c (cpp_read_main_file): Pass additional arg to _cpp_find_file.
2004 * internal.h (_cpp_find_file): Add new parm to declaration.
f7288899 2005
077fc835
KH
20062005-10-08 Kazu Hirata <kazu@codesourcery.com>
2007
2008 * configure.ac: Require 64-bit int for arm*-*-*eabi*.
2009 * configure: Regenerate.
2010
cbc43ae0
ILT
20112005-10-04 Ian Lance Taylor <ian@airs.com>
2012
2013 PR preprocessor/13726
2014 * directives.c (check_eol_return_comments): New static function.
2015 (parse_include): Add buf parameter. Change all callers.
2016 (do_include_common): If not discard comments, turn on
2017 save_comments. Pass collected comments to include callback.
2018 * include/cpplib.h (struct cpp_callbacks): Add new parameter to
2019 include callback: cpp_token list.
2020
af15a2fe
JM
20212005-09-20 Joseph S. Myers <joseph@codesourcery.com>
2022
2023 * include/cpplib.h (struct cpp_options): Add extended_identifiers.
2024 * init.c (struct lang_flags, lang_defaults): Add
2025 extended_identifiers.
2026 (cpp_set_lang): Use it.
2027 * lex.c (forms_identifier_p): Check extended_identifiers.
2028
f5eab47e
JJ
20292005-08-30 Jakub Jelinek <jakub@redhat.com>
2030
2031 PR preprocessor/20348
2032 PR preprocessor/20356
2033 * files.c (_cpp_find_file, search_cache): Revert 2004-06-26 and
2034 2004-06-05 changes.
2035
467129e6
KG
20362005-07-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2037
2038 * configure.ac (ACX_PROG_CC_WARNING_OPTS): add
2039 -Wmissing-format-attribute.
2040
2041 * configure: Regenerate.
2042
200031d1
KC
20432005-06-29 Kelley Cook <kcook@gcc.gnu.org>
2044
2045 * all files: Update FSF address in copyright headers.
2046 * makeucnid.c (write_copyright): Update outputted FSF address.
2047
f610dd5f
ZW
20482005-06-13 Zack Weinberg <zack@codesourcery.com>
2049
2050 * configure.ac: Invoke ZW_CREATE_DEPDIR and
2051 ZW_PROG_COMPILER_DEPENDENCIES.
2052 * aclocal.m4, configure: Regenerate.
2053 * Makefile.in (DEPMODE, DEPDIR, depcomp, COMPILE.base, COMPILE):
2054 New variables.
2055 (distclean): Clean up $(DEPDIR) and its contents.
2056 (.c.o): Use $(COMPILE).
2057 Include $(DEPDIR)/*.Po for most object->header dependencies.
2058
c3f829c1
GDR
20592005-05-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
2060
2061 * configure.ac: Check declarations for asprintf and vasprintf.
2062 * config.in: Regenerate.
2063 * configure: Likewise.
2064
2065 * charset.c (conversion_loop): Use XRESIZEVEC.
2066 (convert_no_conversion): Likewise.
2067 (convert_using_iconv): Likewise.
2068 (init_iconv_desc): Cast return value of alloca.
2069 (cpp_host_to_exec_charset): Use XNEWVEC.
2070 (emit_numeric_escape): Use XRESIZEVEC.
2071 (cpp_interpret_string): Use XNEWVEC.
2072 (cpp_interpret_string): Use XRESIZEVEC.
2073 (_cpp_interpret_identifier): Cast return value of alloca.
2074 (_cpp_convert_input): Use XNEWVEC and XRESIZEVEC.
2075 * directives.c (glue_header_name): Use XNEWVEC and XRESIZEVEC.
2076 (parse_include): Use XNEWVEC.
2077 (insert_pragma_entry): Rename local variable "new" to
f610dd5f 2078 "new_entry".
c3f829c1
GDR
2079 (save_registered_pragmas): Cast return value of xmemdup.
2080 (destringize_and_run): Same for alloca.
2081 (parse_assertion): Likewise.
2082 (do_assert): Cast allocated storage to proper type.
2083 (cpp_define): Likewise.
2084 (_cpp_define_builtin): Likewise.
2085 (cpp_undef): Likewise.
2086 (handle_assertion): Likewise.
2087 (cpp_push_buffer): Rename local variable "new" to "new_buffer".
2088 * expr.c (CPP_UPLUS): Cast value to type cpp_ttype.
2089 (CPP_UMINUS): Likewise.
2090 (struct cpp_operator): Rename from struct operator.
2091 (_cpp_expand_op_stack): Use XRESIZEVEC.
2092 * files.c (pch_open_file): Use XNEWVEC.
2093 (pch_open_file): Use XRESIZEVEC.
2094 (read_file_guts): Use XNEWVEC and XRESIZEVEC.
2095 (dir_name_of_file): Use XNEWVEC.
2096 (make_cpp_file): Use XCNEW.
2097 (make_cpp_dir): Likewise.
2098 (allocate_file_hash_entries): USE XNEWVEC.
2099 (cpp_included): Cast return value of htab_find_with_hash.
2100 (append_file_to_dir): Use XNEWVEC.
2101 (read_filename_string): Likewise. Use XRESIZEVEC too.
2102 (read_name_map): Cast return value of alloca. Use XRESIZEVEC.
2103 (remap_filename): Use XNEWVEC.
2104 (struct pchf_entry): Move definition out of struct pchf_data.
2105 (_cpp_save_file_entries): Use XCNEWVAR.
2106 (_cpp_read_file_entries): Use XNEWVAR.
2107 * identifiers.c (alloc_node): Use XOBNEW.
2108 * init.c (cpp_create_reader): Use XCNEW.
2109 (cpp_init_builtins): Cast of b->value to enum builtin_type.
2110 (read_original_directory): Cast return value of alloca.
2111 * lex.c (add_line_note): Use XRESIZEVEC.
2112 (warn_about_normalization): Use XNEWVEC.
2113 (_cpp_lex_direct): Cast node->directive_index to (enum cpp_ttype).
2114 (new_buff): Use XNEWVEC.
2115 * line-map.c (linemap_add): Use XRESIZEVEC.
2116 * macro.c (builtin_macro): Cast return value of alloca.
2117 (paste_tokens): Likewise.
2118 (expand_arg): Use XNEWVEC and XRESIZEVEC.
2119 (_cpp_save_parameter): Use XRESIZEVEC.
2120 (create_iso_definition): Cast allocated storage to proper type.
2121 (_cpp_create_definition): Likewise.
2122 (cpp_macro_definition): Use XRESIZEVEC.
2123 * makedepend.c (add_clm): Use XNEW.
2124 (add_dir): Likewise.
2125 * mkdeps.c (munge): Use XNEWVEC.
2126 (deps_init): Use XCNEW.
2127 (deps_add_target): Use XRESIZEVEC.
2128 (deps_add_default_target): Cast return value of alloca.
2129 (deps_add_dep): Use XRESIZEVEC.
2130 (deps_add_vpath): Likewise. Use XNEWVEC too.
2131 (deps_restore): Likewise.
2132 * pch.c (save_idents): Use XNEW and XNEWVEC.
2133 (cpp_save_state): Use XNEW.
2134 (count_defs): Cast return value of htab_find.
2135 (write_defs): Likewise.
2136 (cpp_write_pch_deps): Use XNEWVEC.
2137 (collect_ht_nodes): Use XRESIZEVEC.
2138 (cpp_valid_state): Use XNEWVEC.
2139 (save_macros): Use XRESIZEVEC. Cast return value of xmemdup.
2140 * symtab.c (ht_create): Use XCNEW.
2141 (ht_lookup_with_hash): Cast return value of obstack_copy0.
2142 (ht_expand): Use XCNEWVEC.
2143 * system.h (HAVE_DESIGNATED_INITIALIZERS): False if __cplusplus.
2144 (bool): Do not define if __cplusplus.
2145
1ed17cd5
ZW
21462005-05-12 Zack Weinberg <zack@codesourcery.com>
2147
2148 * directives.c (#sccs table entry): Mark IN_I, consistent with #ident.
2149 (do_sccs): Delete function definition, #define to do_ident.
2150 (do_ident): Don't hardwire directive name.
2151
5a8c20ce
RK
21522005-05-12 Ryota Kunisawa <kunisawa@access.co.jp>
2153
2154 PR bootstrap/21230
2155 * configure: Regenerate.
2156
473c5bc9
AP
21572005-04-27 Andris Pavenis <pavenis@latnet.lv>
2158
2159 * files.c: Include io.h for DJGPP to get prototype of setmode.
2160
c1fc5047
PB
21612005-04-19 Per Bothner <per@bothner.com>
2162
2163 PR preprocessor/20907
2164 * line-map.c (linemap_line_start): Fix bug when we need to increse
2165 column_bits but can re-use the current line_map.
2166
042630ad
KG
21672005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2168
2169 * system.h (fopen, fdopen, freopen): Define these to the unlocked
2170 libiberty functions.
2171
0d667716
KG
21722005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2173
2174 * configure.ac (libcpp_UNLOCKED_FUNCS): New.
2175 (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for libcpp_UNLOCKED_FUNCS.
2176 * system.h (putchar, getc, getchar, clearerr, feof, fileno,
2177 fflush, fgetc, fgets, ferror, fread): Redefine to the associated
2178 _unlocked function.
2179 (fwrite_unlocked): Fix prototype.
1ed17cd5 2180
0d667716
KG
2181 * configure, config.in: Regenerate.
2182
cae064e7
JJ
21832005-04-05 Jakub Jelinek <jakub@redhat.com>
2184
2185 PR preprocessor/19475
2186 * macro.c (create_iso_definition): For < ISO C99, don't
2187 pedwarn if there is no whitespace between macro name and its
2188 replacement, but the replacement starts with a basic character
2189 set character.
2190
cbada204
AJ
21912005-03-28 Andreas Jaeger <aj@suse.de>
2192
2193 * lex.c (warn_about_normalization): Cast field width to int to
2194 avoid warning.
2195
f42eccdb
JM
21962005-03-19 Joseph S. Myers <joseph@codesourcery.com>
2197
2198 * configure.ac: Consistently use solaris2.1[0-9]* instead of
2199 solaris2.1[0-9].
2200 * configure: Regenerate.
2201
c79e602b
GK
22022005-03-15 Geoffrey Keating <geoffk@apple.com>
2203
2204 * charset.c (_cpp_valid_ucn): In identifiers, reject a partial
2205 UCN rather than printing an error.
2206
50668cf6
GK
22072005-03-14 Geoffrey Keating <geoffk@apple.com>
2208
6baba9bb
GK
2209 * lex.c (forms_identifier_p): Disable UCNs in C89 mode.
2210
22112005-03-14 Geoffrey Keating <geoffk@apple.com>
1ed17cd5 2212
50668cf6
GK
2213 * init.c (cpp_create_reader): Default warn_normalize to normalized_C.
2214 * charset.c: Update for new format of ucnid.h.
2215 (ucn_valid_in_identifier): Update for new format of ucnid.h.
2216 Add NST parameter, and update it; update callers.
2217 (cpp_valid_ucn): Add NST parameter, update callers. Replace abort
2218 with cpp_error.
2219 (convert_ucn): Pass normalize_state to cpp_valid_ucn.
2220 * internal.h (struct normalize_state): New.
2221 (INITIAL_NORMALIZE_STATE): New.
2222 (NORMALIZE_STATE_RESULT): New.
2223 (NORMALIZE_STATE_UPDATE_IDNUM): New.
2224 (_cpp_valid_ucn): New.
2225 * lex.c (warn_about_normalization): New.
2226 (forms_identifier_p): Add normalize_state parameter, update callers.
2227 (lex_identifier): Add normalize_state parameter, update callers. Keep
2228 the state current.
2229 (lex_number): Likewise.
2230 (_cpp_lex_direct): Pass normalize_state to subroutines. Check
2231 it with warn_about_normalization.
2232 * makeucnid.c: New.
2233 * ucnid.h: Replace.
2234 * ucnid.pl: Remove.
2235 * ucnid.tab: Make appropriate for input to makeucnid.c. Remove
2236 comments about obsolete version of C++.
2237 * include/cpplib.h (enum cpp_normalize_level): New.
2238 (struct cpp_options): Add warn_normalize field.
2239
47e20491
GK
22402005-03-11 Geoffrey Keating <geoffk@apple.com>
2241
2242 * directives.c (glue_header_name): Update call to cpp_spell_token.
2243 * internal.h (_cpp_interpret_identifier): New.
2244 * charset.c (_cpp_interpret_identifier): New.
2245 (_cpp_valid_ucn): Allow UCN version of '$'.
2246 * lex.c (lex_identifier): Add extra parameter to indicate if initial
2247 character was '$' or '\'. Support identifiers with UCNs.
2248 (forms_identifier_p): Allow UCNs.
2249 (_cpp_lex_direct): Pass extra parameter to lex_identifier.
2250 (utf8_to_ucn): New.
2251 (cpp_spell_token): Add FORSTRING parameter. Use it.
2252 (cpp_token_as_text): Update call to cpp_spell_token.
2253 (cpp_output_token): Write UCNs back out.
2254 (stringify_arg): Update call to cpp_spell_token.
2255 (paste_tokens): Likewise.
2256 (cpp_macro_definition): Likewise.
2257 * macro.c (stringify_arg): Likewise.
2258 (paste_tokens): Likewise.
2259 (cpp_macro_definition): Likewise.
2260 * include/cpplib.h: Add parameter to cpp_spell_token.
2261
73096711
JJ
22622005-03-04 Jakub Jelinek <jakub@redhat.com>
2263
2264 PR bootstrap/20282
2265 PR bootstrap/20305
2266 * macro.c (replace_args, cpp_get_token): Copy whole
2267 cpp_token_u instead of just cpp_string field from it.
2268
2203a881
DP
22692005-02-28 Devang Patel <dpatel@apple.com>
2270
2271 * directives.c (do_line): Save sysp early before line table is
2272 realloc'ed.
1ed17cd5 2273
c5ff069d
ZW
22742005-02-20 Zack Weinberg <zack@codesourcery.com>
2275
2276 PR 18785
2277 * charset.c (LAST_POSSIBLY_BASIC_SOURCE_CHAR): New helper macro.
2278 (cpp_host_to_exec_charset): New function.
2279 * include/cpplib.h: Declare cpp_host_to_exec_charset.
2280
04c90eea
DP
22812005-02-19 Devang Patel <dpatel@apple.com>
2282
2283 * charset.c (_cpp_convert_input): Check '\r' before inserting
2284 '\n' at the end.
c5ff069d 2285
6da55c00
EC
22862005-02-15 Eric Christopher <echristo@redhat.com>
2287
2288 PR preprocessor/19077
2289 * macro.c (cpp_macro_definition): Move handling of whitespace
2290 to PREV_WHITE conditional. Remove overloading of len
2291 variable.
2292
31c3e631
KH
22932005-02-14 Kazu Hirata <kazu@cs.umass.edu>
2294
2295 * directives.c, files.c, init.c, internal.h, macro.c, pch.c,
2296 traditional.c: Update copyright.
2297
be0f1e54
PB
22982005-02-14 Paolo Bonzini <bonzini@gnu.org>
2299
2300 PR bootstrap/19818
2301 * configure.ac: Check for declaration of basename and getopt.
2302 * config.in: Regenerate.
2303 * configure: Regenerate.
2304 * internal.h (ustrcspn): New.
2305 * macro.c (create_iso_definition): Fix allocation of memory.
2306 (padding_token): Add cast to remove const-ness.
2307 * pch.c (cpp_read_state): Use ustrcspn.
2308
ecddfb39
MS
23092005-02-08 Mike Stump <mrs@apple.com>
2310
2311 * files.c (pchf_adder): Remove.
2312 (struct pchf_adder_info): Likewise.
2313 (_cpp_save_file_entries): Write out all files so that #import works.
2314
9fcdd891
JM
23152005-01-23 Joseph S. Myers <joseph@codesourcery.com>
2316
2317 * configure: Regenerate.
2318
ecfd72e7
TS
23192005-01-11 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2320
2321 * include/cpplib.h (c_lang): Fix comment to say cpp_create_reader.
2322
6c25a4f7 2323 * include/cpplib.h: Also update copyright years.
c5ff069d 2324
942926ad
GK
23252005-01-03 Geoffrey Keating <geoffk@apple.com>
2326
2327 * files.c (_cpp_find_file): Add files found by search_path_exhausted
2328 to the list of all files.
2329
a2566ae9
GDR
23302005-01-01 Gabriel Dos Reis <gdr@integrable-solutions.net>
2331
2332 * internal.h: Update references to Cpp lib filenames.
2333 * directives.c: Likewise.
2334 * init.c: Likewise.
2335 * macro.c: Likewise.
2336 * traditional.c: Likewise.
2337
1b449375
EB
23382004-12-15 Eric Botcazou <ebotcazou@libertysurf.fr>
2339
2340 PR preprocessor/15167
2341 * files.c (destroy_cpp_file): New function.
2342 (should_stack_file): Make a new file if the
2343 compared file is still stacked.
2344
28303828
NN
23452004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
2346
c5ff069d 2347 PR preprocessor/17610
28303828
NN
2348 * directives.c (do_include_common): Error out if an empty filename
2349 is given for #include (or #include_next or #import).
2350
c812785a
RS
23512004-11-27 Roger Sayle <roger@eyesopen.com>
2352 Zack Weinberg <zack@codesourcery.com>
2353
2354 * internal.h: Replace all uses of uchar with unsigned char.
2355 * include/cpp-id-data.h: Likewise. Guard typedef of uchar
2356 with !IN_GCC, so uchar is only defined whilst building libcpp.
2357
f91eaa01
KC
23582004-11-24 Kelley Cook <kcook@gcc.gnu.org>
2359
2360 * aclocal.m4: Regenerate.
2361
f78ce0c2
RS
23622004-11-24 Roger Sayle <roger@eyesopen.com>
2363
2364 PR preprocessor/15824
2365 * configure.ac: Correct HAVE_UCHAR test to #include <sys/types.h>
2366 directly, instead of the non-existant "system.h" and "ansidecl.h".
2367 * configure: Regenerate.
2368
b5b3e36a 23692004-11-23 Daniel Jacobowitz <dan@codesourcery.com>
c5ff069d 2370 Joseph Myers <joseph@codesourcery.com>
b5b3e36a
DJ
2371
2372 * internal.h (struct lexer_state): Add in_deferred_pragma.
2373 * directives.c (struct pragma_entry): Add allow_expansion.
2374 (insert_pragma_entry): Take allow_expansion flag.
2375 (register_pragma): Likewise.
2376 (cpp_register_pragma): Likewise.
2377 (_cpp_init_internal_pragmas): Update calls to cpp_register_pragma.
2378 (do_pragma): Honor allow_expansion.
2379 (cpp_handle_deferred_pragma): Set in_deferred_pragma.
2380 * include/cpplib.h (cpp_register_pragma): Update prototype.
2381
a8e68029 23822004-11-18 Daniel Jacobowitz <dan@codesourcery.com>
c5ff069d 2383 Mark Mitchell <mark@codesourcery.com>
a8e68029
DJ
2384
2385 * configure.ac (i[34567]86-*-solaris2.1[0-9]*): Set
2386 need_64bit_hwint=yes.
2387 * configure: Regenerate.
2388
50f47ee0
JM
23892004-11-09 Joseph S. Myers <joseph@codesourcery.com>
2390
2391 * Makefile.in ($(PACKAGE).pot): New rule. Depend on
2392 po/$(PACKAGE).pot.
2393 (po/$(PACKAGE).pot): Use ":" instead of "," in --keyword
2394 arguments. Add keywords _, N_, SYNTAX_ERROR and SYNTAX_ERROR2.
2395 Remove local srcdir path from generated file.
2396
968e08d6 23972004-11-04 Zack Weinberg <zack@codesourcery.com>
c5ff069d 2398 Gerald Pfeifer <gerald@pfeifer.com>
968e08d6
ZW
2399
2400 * internal.h (HAVE_ICONV): Undefine if we do not have HAVE_ICONV_H
2401 as well.
2402
3da3d587
ZW
24032004-10-27 Zack Weinberg <zack@codesourcery.com>
2404
2405 PR 18075
2406 * directives.c (do_pragma): Do not defer pragmas which are unknown.
2407 (cpp_handle_deferred_pragma): Add cast to silence warning.
2408
ac24fc25
JM
24092004-10-14 Joseph S. Myers <jsm@polyomino.org.uk>
2410
2411 * errors.c (_cpp_begin_message): Print "error: " for errors.
2412
7731405b
AJ
24132004-10-10 Andreas Jaeger <aj@suse.de>
2414
2415 * makedepend.c: Include mkdeps.h for prototype of deps_add_vpath.
2416 * Makefile.in (makedepend.o): Add dependency on mkdeps.h.
2417
646544e3
AP
24182004-10-08 Andrew Pinski <pinskia@physics.uc.edu>
2419
2420 * pch.c (cpp_write_pch_state): Remove variable z as it is not
2421 used.
2422 (cpp_read_state): Remove unused variables, m, d and mac_count.
2423
67a74146
PB
24242004-09-29 Per Bothner <per@bothner.com>
2425
2426 * directives.c (cpp_handle_deferred_pragma): Save, clear and restore
2427 cb.line_change. Otherwise do_pragma will call the line_change
2428 call-back with a meaningless line number.
2429
018a4785
ZW
24302004-09-24 Zack Weinberg <zack@codesourcery.com>
2431
2432 * configure.ac: Move AC_PROG_MAKE_SET, AC_PROG_INSTALL to
2433 programs cluster. Use ACX_PROG_CC_WARNING_OPTS,
2434 ACX_PROG_CC_WARNING_ALMOST_PEDANTIC, ACX_PROG_CC_WARNINGS_ARE_ERRORS.
2435 * aclocal.m4, configure: Regenerate.
2436 * init.c: Include localedir.h.
2437 * Makefile.in (WARN_CFLAGS, ALL_CFLAGS): New variables.
2438 (DEFS): Delete.
2439 (.c.o): Use $(ALL_CFLAGS).
2440 (localedir.h, localedir.hs): New rules.
2441 (clean): Use rm -rf to remove directories.
2442 (distclean): Also delete localedir.h and localedir.hs.
2443 (init.o): Update dependencies.
2444
88fa57d7
KC
24452004-09-22 Kelley Cook <kcook@gcc.gnu.org>
2446
2447 * Makefile.in (aclocal.m4): Update dependencies.
2448 * configure.ac (AC_CONFIG_MACRO_DIR): New.
2449 * aclocal.m4, configure: Regenerate.
2450
8f8e9aa5
ZW
24512004-09-17 Zack Weinberg <zack@codesourcery.com>
2452
a29f62d9
ZW
2453 * charset.c (_cpp_destroy_iconv, emit_numeric_escape)
2454 (_cpp_convert_input, _cpp_default_encoding): Add comments.
2455 Some other comments in this file also tweaked.
2456
8f8e9aa5
ZW
2457 * directives.c (do_pragma): Save current buffer position
2458 before lexing the pragma keywords; don't call
2459 _cpp_backup_tokens in the defer_pragmas case.
2460
a2981930
PB
24612004-09-15 Per Bothner <per@bothner.com>
2462
2463 * include/line-map.h (line_map_start): Add parameter names so
2464 preceding comment makes sense.
2465 (linemap_add): Remove from comment mention of non-existing parameter.
2466
21b11495
ZW
24672004-09-09 Matt Austern <austern@apple.com>
2468 Zack Weinberg <zack@codesourcery.com>
2469
2470 * include/cpplib.h (TTYPE_TABLE): Remove CPP_ and SPELL_
2471 prefixes throughout. Add entry for PRAGMA. Remove
2472 unnecessary "= 0" from EQ.
2473 (enum cpp_ttype): Adjust OP and TK definitions to restore
2474 prefixes, via token-paste.
2475 (CPP_LAST_EQ, CPP_FIRST_DIGRAPH, CPP_LAST_PUNCTUATOR, CPP_LAST_CPP_OP):
2476 Change from #defines to additional cpp_ttype enumerators.
2477 (struct cpp_options): Add defer_pragmas.
2478 (cpp_handle_deferred_pragma): Prototype new interface.
2479
2480 * internal.h (struct cpp_reader): Add directive_result.
2481 * directives.c (struct pragma_entry): Add is_internal field;
2482 give boolean fields type bool.
2483 (start_directive): Initialize pfile->directive_result.type.
2484 (_cpp_do__Pragma): Likewise.
2485 (run_directive): Do not crash if pfile->buffer->prev is NULL.
2486 (insert_pragma_entry): Add 'internal' argument; set new->is_internal
2487 from it.
2488 (register_pragma): New static function, bulk of former
2489 cpp_register_pragma here; add 'internal' argument, pass along
2490 to insert_pragma_entry.
2491 (cpp_register_pragma): Now a wrapper around register_pragma which
2492 always passes false for 'internal' argument.
2493 (_cpp_init_internal_pragmas): Call register_pragma directly, passing
2494 true for 'internal'.
2495 (do_pragma): If CPP_OPTION (pfile, defer_pragmas) and this isn't
2496 an internal pragma, save text till the end of the line as a CPP_PRAGMA
2497 token instead of executing the pragma.
2498 (cpp_handle_deferred_pragma): New interface.
2499 * lex.c (token_spellings): Adjust OP and TK definitions to
2500 match changes to cpplib.h.
2501 (_cpp_lex_token): Check for a directive-result token and
2502 return it if present.
2503 (cpp_token_val_index): Handle CPP_PRAGMA.
2504 * macro.c (cpp_builtin_macro_text): Correct comment.
2505 (builtin_macro): Handle directive-result tokens from _cpp_do__Pragma.
2506
0fd9e8dd
SB
25072004-09-06 Serge Belyshev <belyshev@lubercy.com>
2508
2509 PR preprocessor/14699
2510 * symtab.c (ht_dump_statistics): Change type of sum_of_squares
2511 from size_t to double.
2512
39b8ce7f
AS
25132004-08-28 Andreas Schwab <schwab@suse.de>
2514 Andreas Jaeger <aj@suse.de>
2515
2516 * configure.ac: Set PACKAGE correctly.
2517 * configure: Regenerated.
2518
5d1f4b27
PB
25192004-08-25 Paolo Bonzini <bonzini@gnu.org>
2520
2521 * Makefile.in: Add back top_builddir.
2522
078e3ffe
PB
25232004-08-25 Paolo Bonzini <bonzini@gnu.org>
2524
2525 * configure.ac: Replace Automake macro invocations
2526 with manual Autoconf checks and substitutions.
2527 * configure: Regenerate.
2528 * aclocal.m4: Regenerate.
2529 * config.in: Regenerate.
2530 * Makefile.am: Removed.
2531 * Makefile.in: Heavy simplification and reorganization.
2532
b3f8d95d
MM
25332004-08-09 Mark Mitchell <mark@codesourcery.com>
2534
2535 * configure.ac (arm*-*-eabi*): New target.
2536 (arm*-*-symbianelf*): Likewise.
2537 * configure: Regenerated.
2538
72bb2c39
BI
25392004-07-24 Bernardo Innocenti <bernie@develer.com>
2540
2541 * internal.h (xnew, xcnew, xnewvec, xcnewvec, xobnew): Remove.
2542 * directives.c: Use XNEW-family macros from libiberty.
2543 * lex.c: Likewise.
2544 * macro.c: Likewise.
2545 * cpplib.h (cpp_deps_style): Export enum with name.
2546
21b11495 25472004-07-23 Matthias Klose <doko@debian.org>
72bb2c39 2548
21b11495 2549 * init.c (init_library): Use PACKAGE for the text domain.
85eac2a0 2550
a23ee064
AP
25512004-07-16 Andris Pavenis <pavenis@latnet.lv>
2552
2553 PR preprocessor/16366
2554 * internal.h (struct cpp_reader): New field dir_hash.
2555 * files.c (make_cpp_dir): Use dir_hash, not file_hash.
2556 (_cpp_init_files, _cpp_cleanup_files): Update for new field.
2557
a09d4744
NB
25582004-07-04 Neil Booth <neil@duron.akihabara.co.uk>
2559
2560 PR preprocessor/16192
2561 PR preprocessor/15913
2562 PR preprocessor/15572
2563 * expr.c (_cpp_parse_expr): Handle remaining cases where an
2564 expression is missing.
2565 * init.c (post_options): Traditional cpp doesn't do // comments.
2566
f58f7def
PB
25672004-06-30 Per Bothner <per@bothner.com>
2568
2569 * include/line-map.h (fileline): Remove old typedef.
2570 * internal.h (struct cpp_reader): Use source_location typedef instead.
2571
e83d8d43
ZW
25722004-06-26 Zack Weinberg <zack@codesourcery.com>
2573
2574 Partially revert patch of 2004-06-05.
2575 * files.c (search_cache): Remove pfile argument. Don't check
2576 for file that would be found by "" or <> search here...
2577 (_cpp_find_file): ...do it here, before calling find_file_in_dir.
2578 Do not apply directory-of-current-file correction to files
2579 found by this check. Rearrange code slightly.
2580
c0d578e6
GK
25812004-06-21 Geoffrey Keating <geoffk@apple.com>
2582
2583 * files.c (should_stack_file): Correct swapped parameters to call
2584 to cb.read_pch.
2585 * pch.c (cpp_valid_state): Handle -fpreprocessed.
2586
159d5224
PB
25872004-06-15 Paolo Bonzini <bonzini@gnu.org>
2588
2589 * Makefile.in: Regenerate with automake 1.8.5.
2590 * aclocal.m4: Likewise.
2591 * configure: Regenerate.
2592
2fac9c01
ZW
25932004-06-11 Zack Weinberg <zack@codesourcery.com>
2594
2595 * configure.ac: Don't invoke ACX_HEADER_STDBOOL.
2596 * configure, config.in: Regenerate.
2597 * system.h: Unconditionally define bool as unsigned char,
2598 BOOL_BITFIELD as unsigned int.
2599 * .cvsignore: New file.
2600
d8044160
GK
26012004-06-09 Geoffrey Keating <geoffk@apple.com>
2602
2603 * traditional.c (push_replacement_text): Set macro->traditional.
2604 (save_replacement_text): Likewise.
2605 * pch.c (cpp_write_pch_state): Don't write list of defined macros.
2606 (struct save_macro_item): Delete.
2607 (struct save_macro_data): Use a character array not the previous
2608 structured format.
2609 (save_macros): Save macro as text not as internal structures.
2610 (cpp_prepare_state): Update for changes to save_macro_data.
2611 (cpp_read_state): Don't read macros defined in PCH. Restore
2cf22451 2612 -D macros as text.
d8044160
GK
2613 * macro.c (create_iso_definition): Honour alloc_subobject.
2614 Clear traditional flag.
2615 (_cpp_create_definition): Honour alloc_subobject.
2616 * lex.c (cpp_token_val_index): New.
2617 * internal.h: Include cpp-id-data.h.
2618 (uchar): Move definition to cpp-id-data.h.
2619 (U): Likewise.
2620 (cpp_macro): Likewise.
2621 * directives.c (struct answer): Move to cpp-id-data.h.
2622 (do_assert): Honour alloc_subobject.
2cf22451
ZW
2623
2624 * include/symtab.h (struct ht): Add field 'alloc_subobject'.
2625 * include/cpplib.h (struct cpp_string): Add GTY marker.
2626 (enum cpp_token_fld_kind): New.
2627 (struct cpp_token): Add GTY markers.
2628 (cpp_token_val_index): Prototype.
2629 (CPP_HASHNODE_VALUE_IDX): New.
2630 (struct cpp_hashnode): Don't skip fields of 'value' when marking.
2631 * include/cpp-id-data.h: New file.
d8044160 2632
0ca8e815
PB
26332004-06-09 Paolo Bonzini <bonzini@gnu.org>
2634
2635 * Makefile.am (all-local): New.
2636 * Makefile.in: Regenerate.
2637
b51fa00f
RS
26382004-06-06 Roger Sayle <roger@eyesopen.com>
2639
2640 * Makefile.am (LIBICONV): Declare.
2641 (makedepend_LDADD): Use LIBICONV.
2642 * Makefile.in: Regenerate.
2643
5e2f3f39
AP
26442004-06-05 Andrew Pinski <pinskia@physics.uc.edu>
2645
2646 * Makefile.am (LIBINTL): Declare
2647 (makedepend_LDADD): Use LIBINTL.
2648 * Makefile.in: Regenerate.
2649
c6e83800
ZW
26502004-06-05 Zack Weinberg <zack@codesourcery.com>
2651
2652 * Makefile.am: Add makedepend.
2653 * Makefile.in, aclocal.m4: Regenerate.
2654 * charset.c: Insert a space to avoid a warning.
2655 * directives.c: Include mkdeps.h.
2656 (_cpp_handle_directive): Reenable macro expander if appropriate.
2657 (undefine_macros): Inline body of _cpp_free_definition for speed.
2658 Do not call undef callback or _cpp_warn_if_unused_macro.
2659 (cpp_get_deps): New interface.
2660 * files.c (search_cache): Add pfile argument. Check for file
2661 that would be found by "" or <> search here...
2662 (_cpp_find_file): ...not here. Correct recorded start_dir of
2663 files found by directory-of-current-file search that would be
2664 found by "" or <> search.
2665 * init.c (cpp_add_dependency_target): Delete.
2666 * internal.h (struct lexer_state): Add discarding_output flag.
2667 * lex.c (lex_identifier): Compute hash function while scanning.
2668 * macro.c (cpp_scan_nooutput): Disable macro expansion outside
2669 directives.
2670 * makedepend.c: New file.
2671 * mkdeps.c (struct deps): Add vpath vector.
2672 (apply_vpath, deps_add_vpath): New function.
2673 (deps_free): Free vpath vector.
2674 (deps_add_dep, deps_add_target): Use apply_vpath.
2675 * symtab.c (calc_hash): Use HT_HASHSTEP and HT_FINISH.
2676 (ht_lookup_with_hash): New function.
2677 * cpplib.h, mkdeps.h: Update prototypes.
2678 * symtab.h: Update prototypes.
2679 (HT_HASHSTEP, HT_FINISH): New macros.
2680
b453c95f
GK
26812004-05-29 Geoffrey Keating <geoffk@apple.com>
2682
2683 * symtab.c (ht_create): Set entries_owned.
2684 (ht_destroy): Honour entries_owned.
2685 (ht_expand): Likewise.
2686 (ht_load): New.
2cf22451
ZW
2687 * include/symtab.h (struct ht): New field 'entries_owned'
2688 (ht_load): New prototype.
b453c95f 2689
963e23c5
PB
26902004-05-26 Paolo Bonzini <bonzini@gnu.org>
2691
2692 PR bootstrap/15651
2693 * configure.ac: Fix m4 quoting when picking
2694 the size of HOST_WIDE_INT.
2695 * configure: Regenerate.
2696
0429bc77
PB
26972004-05-25 Paolo Bonzini <bonzini@gnu.org>
2698
2699 * Makefile.am: the correct directory for
2700 gettext include files is given by @INCINTL@.
2701 * Makefile.in: Regenerate.
2702
c86dd7db
PB
27032004-05-24 Paolo Bonzini <bonzini@gnu.org>
2704
2705 * system.h [!ENABLE_NLS]: dgettext takes two
2706 parameters.
2707
4f4e53dd
PB
27082004-05-23 Paolo Bonzini <bonzini@gnu.org>
2709
2710 Moved libcpp from the gcc subdirectory to the toplevel.
2711 * Makefile.am: New file.
2712 * Makefile.in: Regenerate.
2713 * configure.ac: New file.
2714 * configure: Regenerate.
2715 * config.in: Regenerate.
2716 * charset.c: Moved from gcc/cppcharset.c. Add note about
2717 brokenness of input charset detection. Adjust for change
2718 in name of cppucnid.h.
2719 * errors.c: Moved from gcc/cpperror.c. Do not include intl.h.
2720 * expr.c: Moved from gcc/cppexp.c.
2721 * files.c: Moved from gcc/cppfiles.c. Do not include intl.h.
2722 Remove #define of O_BINARY, it is in system.h.
2723 * identifiers.c: Moved from gcc/cpphash.c.
2724 * internal.h: Moved from gcc/cpphash.h. Change header
2725 guard name. All other files adjusted to match name change.
2726 * init.c: Moved from gcc/cppinit.c.
2727 (init_library) [ENABLE_NLS]: Call bindtextdomain.
2728 * lex.c: Moved from gcc/cpplex.c.
2729 * directives.c: Moved from gcc/cpplib.c.
2730 * macro.c: Moved from gcc/cppmacro.c.
2731 * pch.c: Moved from gcc/cpppch.c. Do not include intl.h.
2732 * traditional.c: Moved from gcc/cpptrad.c.
2733 * ucnid.h: Moved from gcc/cppucnid.h. Change header
2734 guard name.
2735 * ucnid.pl: Moved from gcc/cppucnid.pl.
2736 * ucnid.tab: Moved from gcc/cppucnid.tab. Change header
2737 guard name.
2738 * symtab.c: Moved from gcc/hashtable.c.
2739 * line-map.c: Moved from gcc. Do not include intl.h.
2740 * mkdeps.c: Moved from gcc.
2741 * system.h: New file.
2cf22451
ZW
2742 * include/cpplib.h: Moved from gcc. Change header guard name.
2743 * include/line-map.h: Moved from gcc. Change header guard name.
2744 * include/mkdeps.h: Moved from gcc. Change header guard name.
2745 * include/symtab.h: Moved from gcc/hashtable.h. Change header
2746 guard name.