]> git.ipfire.org Git - thirdparty/gcc.git/blame - libcpp/ChangeLog
Fix bogus failure of uninit-19.c for avr
[thirdparty/gcc.git] / libcpp / ChangeLog
CommitLineData
b8f56412
DM
12016-11-17 David Malcolm <dmalcolm@redhat.com>
2
3 * charset.c (cpp_interpret_string_1): Skip locations from
4 loc_reader when advancing 'p' when handling raw strings.
5
3549e181
JJ
62016-11-16 Jakub Jelinek <jakub@redhat.com>
7
8 PR bootstrap/72823
9 * configure.ac (ENABLE_ASSERT_CHECKING): Define if gcc configure
10 would define that macro.
11 * configure: Regenerated.
12 * config.in: Regenerated.
13
a6ac871c
RE
142016-11-08 Richard Earnshaw <rearnsha@arm.com>
15
16 * lex.c (search_line_fast): New implementation for AArch64.
17
f5ea989d
DM
182016-10-25 David Malcolm <dmalcolm@redhat.com>
19
20 * files.c (destroy_cpp_file): Free file->path.
21
2be1b796
DM
222016-10-25 David Malcolm <dmalcolm@redhat.com>
23
24 * include/line-map.h (line_maps::~line_maps): New dtor.
25 (location_adhoc_data_fini): Delete decl.
26 * line-map.c (line_maps::~line_maps): New dtor.
27 (location_adhoc_data_fini): Delete.
28
58f30963
AP
292016-10-21 Andris Pavenis <andris.pavenis@iki.fi>
30
31 PR preprocessor/71681
32 * files.c (remap_filename): Fix handling -remap in subdirectories.
33
70f6d5e1
JJ
342016-10-12 Jakub Jelinek <jakub@redhat.com>
35
36 * include/cpplib.h (struct cpp_options): Add
37 cpp_warn_implicit_fallthrough.
38 * init.c (cpp_create_reader): Initialize it to 0.
39 * lex.c (fallthrough_comment_p): Handle different
40 cpp_warn_implicit_fallthrough levels. Whitespace fixes.
41
7bad794a
JJ
422016-10-08 Jakub Jelinek <jakub@redhat.com>
43
ee19ef45
JJ
44 * lex.c (fallthrough_comment_p): Accept Else, fallthrough.
45
81b02905
JJ
46 * lex.c (fallthrough_comment_p): Extend to handle more common FALLTHRU
47 comment styles.
48
7bad794a
JJ
49 * lex.c (fallthrough_comment_p): Fix off-by-one size comparison
50 errors, cleanup.
51 (_cpp_lex_direct): Allow arbitrary comments in between
52 fallthrough_comment_p comment and following token.
53
67ef83c6
KN
542016-10-04 Kelvin Nilsen <kelvin@gcc.gnu.org>
55
56 PR target/77847
57 * lex.c (search_line_fast): Add a FALLTHROUGH comment to correct
58 compiler error in the version of this function that is
59 conditionally compiled when GCC_VERSION >= 4005 and both
60 __ALTIVEC__ and __BIG_ENDIAN__ symbols are defined.
61
81fea426
MP
622016-09-26 Marek Polacek <polacek@redhat.com>
63 Jakub Jelinek <jakub@redhat.com>
64
65 PR c/7652
66 * include/cpplib.h (PREV_FALLTHROUGH): Define.
67 * internal.h (CPP_FALLTHRU): Define.
68 * lex.c (fallthrough_comment_p): New function.
69 (_cpp_lex_direct): Set PREV_FALLTHROUGH on tokens succeeding a falls
70 through comment.
71
bbd6fcf3
DM
722016-09-23 David Malcolm <dmalcolm@redhat.com>
73
74 PR preprocessor/77672
75 * charset.c (cpp_interpret_string_1): Add a source_range for the
76 NUL-terminator, using the location of the trailing quote of the
77 final string.
78
63cb3926
JM
792016-09-21 Jason Merrill <jason@redhat.com>
80
81 * line-map.c (linemap_location_from_macro_definition_p): New.
82 * line-map.h: Declare it.
83
31316208
DM
842016-09-15 David Malcolm <dmalcolm@redhat.com>
85
86 * include/line-map.h (class rich_location): Note that newlines
87 aren't supported in fix-it text.
88 * line-map.c (rich_location::add_fixit_insert_before): Reject
89 attempts to add fix-its containing newlines.
90 (rich_location::add_fixit_replace): Likewise.
91
254830ba
DM
922016-09-13 David Malcolm <dmalcolm@redhat.com>
93
94 * include/line-map.h (class rich_location): Add description of
95 fix-it hints to leading comment.
96 (rich_location::add_fixit_insert): Rename both overloaded methods
97 to..
98 (rich_location::add_fixit_insert_before): ...this, updating their
99 comments.
100 (rich_location::add_fixit_insert_after): Two new overloaded
101 methods.
102 (rich_location::stop_supporting_fixits): New method.
103 * line-map.c (rich_location::add_fixit_insert): Rename both
104 overloaded methods to..
105 (rich_location::add_fixit_insert_before): ...this, updating their
106 comments.
107 (rich_location::add_fixit_insert_after): Two new methods.
108 (rich_location::reject_impossible_fixit): Split out
109 failure-handling into...
110 (rich_location::stop_supporting_fixits): New method.
111
c65236d6
DM
1122016-09-02 David Malcolm <dmalcolm@redhat.com>
113
114 * include/line-map.h (rich_location::seen_impossible_fixit_p): New
115 accessor.
116
3d4f9f87
DM
1172016-08-31 David Malcolm <dmalcolm@redhat.com>
118
119 * include/line-map.h (class fixit_remove): Remove stray decl.
120 (fixit_hint::affects_line_p): Make const.
121 (fixit_insert::affects_line_p): Likewise.
122 (fixit_replace::affects_line_p): Likewise.
123 * line-map.c (fixit_insert::affects_line_p): Likewise.
124 (fixit_replace::affects_line_p): Likewise.
125
b816477a
DM
1262016-08-30 David Malcolm <dmalcolm@redhat.com>
127
128 * include/line-map.h (class semi_embedded_vec): New class.
129 (semi_embedded_vec<T, NUM_EMBEDDED>::semi_embedded_vec): New ctor.
130 (semi_embedded_vec<T, NUM_EMBEDDED>::~semi_embedded_vec): New
131 dtor.
132 (semi_embedded_vec<T, NUM_EMBEDDED>::operator[]): New methods.
133 (semi_embedded_vec<T, NUM_EMBEDDED>::push): New method.
134 (semi_embedded_vec<T, NUM_EMBEDDED>::truncate): New method.
135 (rich_location::get_num_locations): Reimplement in terms of
136 m_ranges.
137 (rich_location::get_range): Make non-inline.
138 (rich_location::get_num_fixit_hints): Reimplement in terms of
139 m_fixit_hints.
140 (rich_location::add_fixit): New function.
141 (rich_location::MAX_RANGES): Rename to...
142 (rich_location::STATICALLY_ALLOCATED_RANGES): ...this.
143 (rich_location::MAX_FIXIT_HINTS): Rename to...
144 (rich_location::STATICALLY_ALLOCATED_RANGES): ...this, and make
145 private.
146 (rich_location::m_num_ranges): Eliminate in favor of...
147 (rich_location::m_ranges): ...this, converting from a fixed-size
148 array to a semi_embedded_vec.
149 (rich_location::m_num_fixit_hints): Eliminate in favor of...
150 (rich_location::m_fixit_hints): ...this, converting from a
151 fixed-size array to a semi_embedded_vec.
152 * line-map.c (rich_location::rich_location): Update for above
153 changes.
154 (rich_location::~rich_location): Likewise.
155 (rich_location::get_loc): Likewise.
156 (rich_location::get_range): New methods.
157 (rich_location::add_range): Update for above changes.
158 (rich_location::set_range): Likewise.
159 (rich_location::add_fixit_insert): Likewise.
160 (rich_location::add_fixit_replace): Likewise.
161 (rich_location::get_last_fixit_hint): Likewise.
162 (rich_location::reject_impossible_fixit): Likewise.
163 (rich_location::add_fixit): New method.
164
f9087798
DM
1652016-08-30 David Malcolm <dmalcolm@redhat.com>
166
167 * include/line-map.h (rich_location::add_fixit_insert): Add
168 comments. Add overload omitting the source_location param.
169 (rich_location::add_fixit_remove): Add comments. Add overloads
170 omitting the range, and accepting a source_location.
171 (rich_location::add_fixit_replace): Likewise.
172 * line-map.c (rich_location::add_fixit_insert): Add comments. Add
173 overload omitting the source_location param.
174 (rich_location::add_fixit_remove): Add comments. Add overloads
175 omitting the range, and accepting a source_location.
176 (rich_location::add_fixit_replace): Likewise.
177
2aa51413
DM
1782016-08-26 David Malcolm <dmalcolm@redhat.com>
179
180 * include/line-map.h (get_pure_location): New decl.
181 * line-map.c (get_pure_location): Move here, from gcc/input.c, adding
182 a line_maps * param.
183 (rich_location::add_fixit_insert): Call get_pure_location on "where".
184 (rich_location::add_fixit_replace): Call get_pure_location on the
185 end-points.
186
ee908516
DM
1872016-08-26 David Malcolm <dmalcolm@redhat.com>
188
189 * include/line-map.h (rich_location): Eliminate unimplemented
190 constructor based on source_range.
191 (rich_location::get_last_fixit_hint): New method.
192 (rich_location::reject_impossible_fixit): New method.
193 (rich_location): Add fields m_line_table and
194 m_seen_impossible_fixit.
195 (fixit_hint::maybe_append_replace): New pure virtual function.
196 (fixit_insert::maybe_append_replace): New function.
197 (fixit_replace::maybe_append_replace): New function.
198 * line-map.c (rich_location::rich_location): Initialize
199 m_line_table and m_seen_impossible_fixit.
200 (rich_location::add_fixit_insert): Call
201 reject_impossible_fixit and bail out if true.
202 (column_before_p): New function.
203 (rich_location::add_fixit_replace): Call reject_impossible_fixit
204 and bail out if true. Attempt to consolidate with neighboring
205 fixits.
206 (rich_location::get_last_fixit_hint): New method.
207 (rich_location::reject_impossible_fixit): New method.
208 (fixit_insert::maybe_append_replace): New method.
209 (fixit_replace::maybe_append_replace): New method.
210
d672cded
DM
2112016-08-23 David Malcolm <dmalcolm@redhat.com>
212
213 * include/line-map.h (source_range::from_locations): New method.
214
2ffe0809
DM
2152016-08-19 David Malcolm <dmalcolm@redhat.com>
216
217 * include/line-map.h (fixit_hint::kind): Delete REPLACE.
218 (class fixit_remove): Delete.
219 * line-map.c (rich_location::add_fixit_remove): Reimplement
220 by calling add_fixit_replace with an empty string.
221 (fixit_remove::fixit_remove): Delete.
222 (fixit_remove::affects_line_p): Delete.
223
c65699ef
JM
2242016-08-19 Joseph Myers <joseph@codesourcery.com>
225
226 PR c/32187
227 * include/cpplib.h (CPP_N_FLOATN, CPP_N_FLOATNX)
228 (CPP_N_WIDTH_FLOATN_NX, CPP_FLOATN_SHIFT, CPP_FLOATN_MAX): New
229 macros.
230 * expr.c (interpret_float_suffix): Handle fN, fNx, FN and FNx
231 suffixes.
232
fcf830ab
PK
2332016-08-19 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
234
235 * expr.c (eval_token): Append "evaluates to 0" to Wundef diagnostic.
236
cb18fd07
DM
2372016-08-18 David Malcolm <dmalcolm@redhat.com>
238
239 * directives.c (directive_names): New array.
240 (_cpp_handle_directive): Offer spelling suggestions for misspelled
241 directives.
242 * errors.c (cpp_diagnostic_at_richloc): New function.
243 (cpp_error_at_richloc): New function.
244 * include/cpplib.h (struct cpp_callbacks): Add field
245 "get_suggestion".
246 (cpp_error_at_richloc): New decl.
247
9c62c873
MP
2482016-08-18 Marek Polacek <polacek@redhat.com>
249
250 PR c/7652
251 * pch.c (write_macdef): Add CPP_FALLTHRU.
252
191816a3
MP
2532016-08-12 Marek Polacek <polacek@redhat.com>
254
255 PR c/7652
256 * lex.c (search_line_fast): Add FALLTHRU.
257 (_cpp_lex_direct): Likewise.
258 (cpp_token_val_index): Adjust fall through comment.
259 * macro.c (parse_params): Add FALLTHRU.
260 * pch.c (count_defs): Adjust fall through comment.
261 (write_defs): Likewise.
262
e7864d68
DM
2632016-08-06 David Malcolm <dmalcolm@redhat.com>
264
265 PR bootstrap/72823
266 * charset.c (_cpp_valid_ucn): Replace overzealous assert with one
267 that allows for char_range to be non-NULL when loc_reader is NULL.
268
88fa5555
DM
2692016-08-05 David Malcolm <dmalcolm@redhat.com>
270
271 * charset.c (cpp_substring_ranges::cpp_substring_ranges): New
272 constructor.
273 (cpp_substring_ranges::~cpp_substring_ranges): New destructor.
274 (cpp_substring_ranges::add_range): New method.
275 (cpp_substring_ranges::add_n_ranges): New method.
276 (_cpp_valid_ucn): Add "char_range" and "loc_reader" params; if
277 they are non-NULL, read position information from *loc_reader
278 and update char_range->m_finish accordingly.
279 (convert_ucn): Add "char_range", "loc_reader", and "ranges"
280 params. If loc_reader is non-NULL, read location information from
281 it, and update *ranges accordingly, using char_range.
282 Conditionalize the conversion into tbuf on tbuf being non-NULL.
283 (convert_hex): Likewise, conditionalizing the call to
284 emit_numeric_escape on tbuf.
285 (convert_oct): Likewise.
286 (convert_escape): Add params "loc_reader" and "ranges". If
287 loc_reader is non-NULL, read location information from it, and
288 update *ranges accordingly. Conditionalize the conversion into
289 tbuf on tbuf being non-NULL.
290 (cpp_interpret_string): Rename to...
291 (cpp_interpret_string_1): ...this, adding params "loc_readers" and
292 "out". Use "to" to conditionalize the initialization and usage of
293 "tbuf", such as running the converter. If "loc_readers" is
294 non-NULL, use the instances within it, reading location
295 information from them, and passing them to convert_escape; likewise
296 write to "out" if loc_readers is non-NULL. Check for leading
297 quote and issue an error if it is not present. Update boundary
298 check from "== limit" to ">= limit" to protect against erroneous
299 location values to calls that are not parsing string literals.
300 (cpp_interpret_string): Reimplement in terms to
301 cpp_interpret_string_1.
302 (noop_error_cb): New function.
303 (cpp_interpret_string_ranges): New function.
304 (cpp_string_location_reader::cpp_string_location_reader): New
305 constructor.
306 (cpp_string_location_reader::get_next): New method.
307 * include/cpplib.h (class cpp_string_location_reader): New class.
308 (class cpp_substring_ranges): New class.
309 (cpp_interpret_string_ranges): New prototype.
310 * internal.h (_cpp_valid_ucn): Add params "char_range" and
311 "loc_reader".
312 * lex.c (forms_identifier_p): Pass NULL for new params to
313 _cpp_valid_ucn.
314
8204be6c
AS
3152016-08-01 Andreas Schwab <schwab@suse.de>
316
317 * include/cpplib.h: Fix comment typo.
318
a01fc549
DM
3192016-07-27 David Malcolm <dmalcolm@redhat.com>
320
321 * include/line-map.h (source_location): Fix line numbers in
322 comment.
323
741d3be5
DM
3242016-07-11 David Malcolm <dmalcolm@redhat.com>
325
326 * include/line-map.h (LINE_MAP_MAX_LOCATION_WITH_PACKED_RANGES):
327 Move here from line-map.c.
328 (LINE_MAP_MAX_LOCATION_WITH_COLS): Likewise.
329 * line-map.c (LINE_MAP_MAX_LOCATION_WITH_PACKED_RANGES): Move from
330 here to line-map.h.
331 (LINE_MAP_MAX_LOCATION_WITH_COLS): Likewise.
332
ac81cf0b
DM
3332016-06-22 David Malcolm <dmalcolm@redhat.com>
334
335 * directives.c (do_include_common): Pass on "location" to
336 _cpp_stack_include.
337 * errors.c (cpp_diagnostic): Reimplement in terms of...
338 (cpp_diagnostic_at): New function.
339 (cpp_error_at): New function.
340 (cpp_errno_filename): Add "loc" param and use it by using
341 cpp_error_at rather than cpp_error.
342 * files.c (find_file_in_dir): Add "loc" param and pass it to
343 open_file_failed.
344 (_cpp_find_file): Add "loc" param. Use it to convert calls to
345 cpp_error to cpp_error_at, and pass it to find_file_in_dir and
346 open_file_failed.
347 (read_file_guts): Add "loc" param. Use it to convert calls to
348 cpp_error to cpp_error_at. Pass it to cpp_errno_filename.
349 (read_file): Add "loc" param. Pass it to open_file_failed and
350 read_file_guts.
351 (should_stack_file): Add "loc" param. Pass it to read_file.
352 (_cpp_stack_file): Add "loc" param. Pass it to should_stack_file.
353 (_cpp_stack_include): Add "loc" param. Pass it to
354 _cpp_find_file and _cpp_stack_file.
355 (open_file_failed): Add "loc" param. Pass it to
356 cpp_errno_filename.
357 (_cpp_fake_include): Add 0 as a source_location in call to
358 _cpp_find_file.
359 (_cpp_compare_file_date): Likewise.
360 (cpp_push_include): Likewise for call to _cpp_stack_include.
361 (cpp_push_default_include): Likewise.
362 (_cpp_save_file_entries): Likewise for call to open_file_failed.
363 (_cpp_has_header): Likewise for call to _cpp_find_file.
364 * include/cpplib.h (cpp_errno_filename): Add source_location
365 param.
366 (cpp_error_at): New declaration.
367 * init.c (cpp_read_main_file): Add 0 as a source_location in calls
368 to _cpp_find_file and _cpp_stack_file.
369 * internal.h (_cpp_find_file): Add source_location param.
370 (_cpp_stack_file): Likewise.
371 (_cpp_stack_include): Likewise.
372
a93eac6a
DM
3732016-06-22 David Malcolm <dmalcolm@redhat.com>
374
375 * include/line-map.h (fixit_hint::get_start_loc): New pure virtual
376 function.
377 (fixit_hint::maybe_get_end_loc): Likewise.
378 (fixit_insert::get_start_loc): New function, implementing
379 fixit_hint::get_start_loc.
380 (fixit_insert::maybe_get_end_loc): New function, implementing
381 fixit_hint::maybe_get_end_loc.
382 (fixit_remove::get_start_loc): New function, implementing
383 fixit_hint::get_start_loc.
384 (fixit_remove::maybe_get_end_loc): New function, implementing
385 fixit_hint::maybe_get_end_loc.
386 (fixit_replace::get_start_loc): New function, implementing
387 fixit_hint::get_start_loc.
388 (fixit_replace::maybe_get_end_loc): New function, implementing
389 fixit_hint::maybe_get_end_loc.
390
fe55692c
JDA
3912016-06-21 John David Anglin <danglin@gcc.gnu.org>
392
393 * line-map.c (location_adhoc_data_update): Use int64_t instead of
394 long long.
395 (get_combined_adhoc_loc): Likewise.
396
15c98b2e
ES
3972016-06-01 Eduard Sanou <dhole@openmailbox.org>
398
399 * include/cpplib.h (cpp_callbacks): Add get_source_date_epoch
400 callback.
401 * include/cpplib.h (cpp_init_source_date_epoch): Remove prototype.
402 * init.c (cpp_init_source_date_epoch): Remove function.
403 * init.c (cpp_create_reader): Initialize pfile->source_date_epoch.
404 * internal.h (cpp_reader): Extend comment about source_date_epoch.
405 * macro.c (_cpp_builtin_macro_text): Use get_source_date_epoch
406 callback only once, read pfile->source_date_epoch on future passes.
407 Check that get_source_date_epoch callback is not NULL.
408
ceb17928
ML
4092016-05-20 Martin Liska <mliska@suse.cz>
410
411 * config.in: Regenerated.
412 * configure: Likewise.
413 * configure.ac: Handle --enable-valgrind-annotations.
414 * lex.c (new_buff): Use ENABLE_VALGRIND_ANNOTATIONS instead
415 of ENABLE_VALGRIND_CHECKING.
416 (_cpp_free_buff): Likewise.
417
174f6622
ES
4182016-04-28 Eduard Sanou <dhole@openmailbox.org>
419 Matthias Klose <doko@debian.org>
420
421 * include/cpplib.h (cpp_init_source_date_epoch): Prototype.
422 * init.c (cpp_init_source_date_epoch): New function.
423 * internal.h: Added source_date_epoch variable to struct
424 cpp_reader to store a reproducible date.
425 * macro.c (_cpp_builtin_macro_text): Set pfile->date timestamp from
426 pfile->source_date_epoch instead of localtime if source_date_epoch is
427 set, to be used for __DATE__ and __TIME__ macros to help reproducible
428 builds.
429
12de2245
BS
4302016-04-13 Bernd Schmidt <bschmidt@redhat.com>
431
432 Patch from Roger Orr <rogero@howzatt.demon.co.uk>
433 PR preprocessor/69650
434 * directives.c (do_linemarker): Reread map after calling
435 cpp_get_token.
436
64824205
RH
4372016-04-06 Richard Henderson <rth@redhat.com>
438
439 PR preprocessor/61817
440 PR preprocessor/69391
441 * internal.h (_cpp_builtin_macro_text): Update decl.
442 * macro.c (_cpp_builtin_macro_text): Accept location for __LINE__.
443 (builtin_macro): Accept a second location for __LINE__.
444 (enter_macro_context): Compute both virtual and real expansion
445 locations for the macro.
446
3caf0ca1
BS
4472016-03-25 Bernd Schmidt <bschmidt@redhat.com>
448
449 PR lto/69650
450 * directives.c (do_linemarker): Test for file left but not entered
451 here.
452 * line-map.c (linemap_add): Not here.
453
6b366948
JJ
4542016-03-21 Jakub Jelinek <jakub@redhat.com>
455
456 PR target/70296
457 * include/cpplib.h (cpp_fun_like_macro_p): New prototype.
458 * macro.c (cpp_fun_like_macro_p): New function.
459
64567cfd
RH
4602016-03-15 Richard Henderson <rth@redhat.com>
461
462 * line-map.c (new_linemap): Make alloc_size a size_t.
463
2aaeea19
JM
4642016-03-14 Jason Merrill <jason@redhat.com>
465
466 * expr.c (cpp_classify_number): Hex floats are new in C++1z.
467 * init.c (lang_defaults): Likewise.
468
b4f3232d
DM
4692016-03-09 David Malcolm <dmalcolm@redhat.com>
470
471 PR c/68473
472 PR c++/70105
473 * line-map.c (linemap_macro_map_loc_unwind_toward_spelling): Move
474 decl...
475 * include/line-map.h
476 (linemap_macro_map_loc_unwind_toward_spelling): ...here,
477 converting from static to extern.
478
40499f81
DM
4792016-03-09 David Malcolm <dmalcolm@redhat.com>
480
481 PR c/68473
482 PR c++/70105
483 * include/line-map.h (source_range::debug): Delete.
484 (struct location_range): Update comment. Replace
485 expanded_location fields "m_start", "m_finish", and "m_caret" with
486 a source_location field: "m_loc".
487 (class rich_location): Reword comment.
488 (rich_location::get_loc): Reimplement in terms of a new overloaded
489 variant which takes an unsigned int.
490 (rich_location::get_loc_addr): Delete.
491 (rich_location::add_range): Drop params "start" and "finish" in
492 favor of param "loc". Drop overloaded variants taking a
493 source_range or location_range *.
494 (rich_location::lazily_expand_location): Delete in favor of...
495 (rich_location::get_expanded_location): New decl.
496 (rich_location::m_loc): Delete field.
497 (rich_location::m_column_override): New field.
498 * line-map.c (rich_location::rich_location): Drop name of
499 line_maps * param. Update initializations for deletion of field
500 "m_loc" and addition of field "m_column_override". Reimplement
501 body as a call to add_range. Delete overloaded variant taking a
502 source_range.
503 (rich_location::get_loc): New function.
504 (rich_location::lazily_expand_location): Delete in favor of...
505 (rich_location::get_expanded_location): New function.
506 (rich_location::override_column): Reimplement.
507 (rich_location::add_range): Drop params "start" and "finish" in
508 favor of param "loc". Eliminate location expansion in favor of
509 simply storing loc. Drop overloaded variants taking a
510 source_range or location_range *.
511 (rich_location::set_range): Eliminate location expansion.
512
7168133a
DM
5132016-02-29 David Malcolm <dmalcolm@redhat.com>
514
515 PR preprocessor/69985
516 (linemap_position_for_loc_and_offset): Rename param from "offset"
517 to "column_offset". Right-shift the column_offset by m_range_bits
518 of the pertinent ordinary map whenever offsetting a
519 source_location. For clarity, offset the column by the column
520 offset, rather than the other way around.
521
196440f8
DM
5222016-02-23 David Malcolm <dmalcolm@redhat.com>
523
524 PR preprocessor/69126
525 PR preprocessor/69543
526 * line-map.c (linemap_compare_locations): At the function top,
527 replace inlined bodies of get_location_from_adhoc_loc with calls
528 to get_location_from_adhoc_loc. Add a pair of calls to
529 get_location_from_adhoc_loc at the bottom of the function, to
530 avoid meaningless comparisons of ad-hoc and non-ad-hoc locations.
531
44714d8c
DM
5322016-02-08 David Malcolm <dmalcolm@redhat.com>
533
534 PR preprocessor/69664
535 * errors.c (cpp_diagnostic_with_line): Only call
536 rich_location::override_column if the column is non-zero.
537 * line-map.c (rich_location::override_column): Update columns
538 within m_ranges[0]. Add assertions to verify that doing so is
539 sane.
540
b5c1c988
JJ
5412016-02-05 Jakub Jelinek <jakub@redhat.com>
542
543 PR c++/69628
544 * charset.c (cpp_interpret_charconst): Clear *PCHARS_SEEN
545 and *UNSIGNEDP if bailing out early due to errors.
546
e2eb5056
JJ
5472016-01-28 Jakub Jelinek <jakub@redhat.com>
548
4bda5946
JJ
549 PR pch/68176
550 * files.c (_cpp_find_file): Set file->implicit_preinclude even if
551 included from file->implicit_preinclude header.
552
e2eb5056
JJ
553 * directives.c (destringize_and_run): Adjust prototype.
554
0afff540
DM
5552016-01-27 David Malcolm <dmalcolm@redhat.com>
556
557 PR preprocessor/69126
558 * directives.c (destringize_and_run): Add expansion_loc param; use
559 it when handling unexpanded pragmas to fixup the locations of the
560 synthesized tokens.
561 (_cpp_do__Pragma): Add expansion_loc param and use it when calling
562 destringize_and_run.
563 * internal.h (_cpp_do__Pragma): Add expansion_loc param.
564 * macro.c (builtin_macro): Pass expansion location of _Pragma to
565 _cpp_do__Pragma.
566
c7df95d8
DM
5672016-01-14 David Malcolm <dmalcolm@redhat.com>
568
569 PR preprocessor/69177
570 * line-map.c (LINE_MAP_MAX_LOCATION_WITH_PACKED_RANGES): New
571 constant.
572 (LINE_MAP_MAX_LOCATION_WITH_COLS): Add note about unit tests
573 to comment.
574 (can_be_stored_compactly_p): Reduce threshold from
575 LINE_MAP_MAX_LOCATION_WITH_COLS to
576 LINE_MAP_MAX_LOCATION_WITH_PACKED_RANGES.
577 (get_combined_adhoc_loc): Likewise.
578 (get_range_from_loc): Likewise.
579 (linemap_line_start): Ensure that a new ordinary map is created
580 when transitioning from range-packing being enabled to disabled,
581 at the LINE_MAP_MAX_LOCATION_WITH_PACKED_RANGES threshold. Set
582 range_bits to 0 for new ordinary maps when beyond this limit.
583 Prevent the "increase the column bits of a freshly created map"
584 optimization if the range bits has reduced.
585
53290e07
JJ
5862016-01-08 Jakub Jelinek <jakub@redhat.com>
587
588 PR c++/69145
589 * files.c (cpp_included_before): If IS_ADHOC_LOC (location), lookup
590 real location from the line_table.
591
818ab71a
JJ
5922016-01-04 Jakub Jelinek <jakub@redhat.com>
593
594 Update copyright years.
595
329590d7
DM
5962015-12-22 David Malcolm <dmalcolm@redhat.com>
597
598 * line-map.c (get_combined_adhoc_loc): Remove condition
599 on locus < RESERVED_LOCATION_COUNT when considering
600 whether a caret == start == finish location can be
601 simply stored as the caret location.
602
f79520bb
DM
6032015-12-07 David Malcolm <dmalcolm@redhat.com>
604
605 * include/line-map.h (rich_location::set_range): Add line_maps *
606 param; convert param from source_range to source_location. Drop
607 "overwrite_loc_p" param.
608 * line-map.c (rich_location::set_range): Likewise, acting as if
609 "overwrite_loc_p" were true, and getting range from the location.
610
a87a86e1
DM
6112015-11-20 David Malcolm <dmalcolm@redhat.com>
612
613 PR 62314
614 * include/line-map.h (source_range::intersects_line_p): New
615 method.
616 (rich_location::~rich_location): New.
617 (rich_location::add_fixit_insert): New method.
618 (rich_location::add_fixit_remove): New method.
619 (rich_location::add_fixit_replace): New method.
620 (rich_location::get_num_fixit_hints): New accessor.
621 (rich_location::get_fixit_hint): New accessor.
622 (rich_location::MAX_FIXIT_HINTS): New constant.
623 (rich_location::m_num_fixit_hints): New field.
624 (rich_location::m_fixit_hints): New field.
625 (class fixit_hint): New class.
626 (class fixit_insert): New class.
627 (class fixit_remove): New class.
628 (class fixit_replace): New class.
629 * line-map.c (source_range::intersects_line_p): New method.
630 (rich_location::rich_location): Add initialization of
631 m_num_fixit_hints to both ctors.
632 (rich_location::~rich_location): New.
633 (rich_location::add_fixit_insert): New method.
634 (rich_location::add_fixit_remove): New method.
635 (rich_location::add_fixit_replace): New method.
636 (fixit_insert::fixit_insert): New.
637 (fixit_insert::~fixit_insert): New.
638 (fixit_insert::affects_line_p): New.
639 (fixit_remove::fixit_remove): New.
640 (fixit_remove::affects_line_p): New.
641 (fixit_replace::fixit_replace): New.
642 (fixit_replace::~fixit_replace): New.
643 (fixit_replace::affects_line_p): New.
644
46ce03de
JJ
6452015-11-19 Jakub Jelinek <jakub@redhat.com>
646
647 PR preprocessor/60736
648 * include/cpplib.h (cpp_errno_filename): New prototype.
649 * errors.c (cpp_errno): Don't handle msgid "" specially, use
650 _(msgid) instead of msgid as argument to cpp_error.
651 (cpp_errno_filename): New function.
652 * files.c (read_file_guts): Use cpp_errno_filename instead of
653 cpp_errno.
654 (open_file_failed): Likewise. Use file->name if file->path is NULL
655 in diagnostics.
656
ebedc9a3
DM
6572015-11-13 David Malcolm <dmalcolm@redhat.com>
658
659 * errors.c (cpp_diagnostic): Pass pfile->line_table to
660 rich_location ctor.
661 (cpp_diagnostic_with_line): Likewise.
662 * include/cpplib.h (struct cpp_token): Update comment for src_loc
663 to indicate that the range of the token is "baked into" the
664 source_location.
665 * include/line-map.h (source_location): Update the descriptive
666 comment to reflect the packing scheme for short ranges, adding
667 worked examples of location encoding.
668 (struct line_map_ordinary): Drop field "column_bits" in favor
669 of field "m_column_and_range_bits"; add field "m_range_bits".
670 (ORDINARY_MAP_NUMBER_OF_COLUMN_BITS): Delete.
671 (location_adhoc_data): Add source_range field.
672 (struct line_maps): Add fields "default_range_bits",
673 "num_optimized_ranges" and "num_unoptimized_ranges".
674 (get_combined_adhoc_loc): Add source_range param.
675 (get_range_from_loc): New declaration.
676 (pure_location_p): New prototype.
677 (COMBINE_LOCATION_DATA): Add source_range param.
678 (SOURCE_LINE): Update for renaming of column_bits.
679 (SOURCE_COLUMN): Likewise. Shift the column right by the map's
680 range_bits.
681 (LAST_SOURCE_LINE_LOCATION): Update for renaming of column_bits.
682 (linemap_position_for_line_and_column): Add line_maps * params.
683 (rich_location::rich_location): Likewise.
684 * lex.c (_cpp_lex_direct): Capture the range of the token, baking
685 it into token->src_loc via a call to COMBINE_LOCATION_DATA.
686 * line-map.c (LINE_MAP_MAX_COLUMN_NUMBER): Reduce from 1U << 17 to
687 1U << 12.
688 (location_adhoc_data_hash): Add the src_range into
689 the hash value.
690 (location_adhoc_data_eq): Require equality of the src_range
691 values.
692 (can_be_stored_compactly_p): New function.
693 (get_combined_adhoc_loc): Add src_range param, and store it,
694 via a bit-packing scheme for short ranges, otherwise within the
695 lookaside table. Remove the requirement that data is non-NULL.
696 (get_range_from_adhoc_loc): New function.
697 (get_range_from_loc): New function.
698 (pure_location_p): New function.
699 (linemap_add): Ensure that start_location has zero for the
700 range_bits, unless we're past LINE_MAP_MAX_LOCATION_WITH_COLS.
701 Initialize range_bits to zero. Assert that the start_location
702 is "pure".
703 (linemap_line_start): Assert that the
704 column_and_range_bits >= range_bits.
705 Update determinination of whether we need to start a new map
706 using the effective column bits, without the range bits.
707 Use the set's default_range_bits in new maps, apart from
708 those with column_bits == 0, which should also have 0 range_bits.
709 Increase the column bits for new maps by the range bits.
710 When adding lines to an existing map, use set->highest_line
711 directly rather than offsetting highest by SOURCE_COLUMN.
712 Add assertions to sanity-check the return value.
713 (linemap_position_for_column): Offset to_column by range_bits.
714 Update set->highest_location if necessary.
715 (linemap_position_for_line_and_column): Add line_maps * param.
716 Update the calculation to offset the column by range_bits, and
717 conditionalize it on being <= LINE_MAP_MAX_LOCATION_WITH_COLS.
718 Bound it by LINEMAPS_MACRO_LOWEST_LOCATION. Update
719 set->highest_location if necessary.
720 (linemap_position_for_loc_and_offset): Handle ad-hoc locations;
721 pass "set" to linemap_position_for_line_and_column.
722 (linemap_macro_map_loc_unwind_toward_spelling): Add line_maps
723 param. Handle ad-hoc locations.
724 (linemap_location_in_system_header_p): Pass on "set" to call to
725 linemap_macro_map_loc_unwind_toward_spelling.
726 (linemap_macro_loc_to_spelling_point): Retain ad-hoc locations.
727 Pass on "set" to call to
728 linemap_macro_map_loc_unwind_toward_spelling.
729 (linemap_resolve_location): Retain ad-hoc locations. Pass on
730 "set" to call to linemap_macro_map_loc_unwind_toward_spelling.
731 (linemap_unwind_toward_expansion): Pass on "set" to call to
732 linemap_macro_map_loc_unwind_toward_spelling.
733 (linemap_expand_location): Extract the data pointer before
734 extracting the location.
735 (rich_location::rich_location): Add line_maps param; use it to
736 extract the range from the source_location.
737 * location-example.txt: Regenerate, showing new representation.
738
8a645150
DM
7392015-11-06 David Malcolm <dmalcolm@redhat.com>
740
741 * errors.c (cpp_diagnostic): Update for change in signature
742 of "error" callback.
743 (cpp_diagnostic_with_line): Likewise, calling override_column
744 on the rich_location.
745 * include/cpplib.h (struct cpp_callbacks): Within "error"
746 callback, convert param from source_location to rich_location *,
747 and drop column_override param.
748 * include/line-map.h (struct source_range): New struct.
749 (struct location_range): New struct.
750 (class rich_location): New class.
751 (linemap_client_expand_location_to_spelling_point): New declaration.
752 * line-map.c (rich_location::rich_location): New ctors.
753 (rich_location::lazily_expand_location): New method.
754 (rich_location::override_column): New method.
755 (rich_location::add_range): New methods.
756 (rich_location::set_range): New method.
757
ee015909
DM
7582015-11-06 David Malcolm <dmalcolm@redhat.com>
759
760 * include/line-map.h (struct linemap_stats): Add fields
761 "adhoc_table_size" and "adhoc_table_entries_used".
762 * line-map.c (linemap_get_statistics): Populate above fields.
763
a6c764d0
MM
7642015-11-04 Mikhail Maltsev <maltsevm@gmail.com>
765
766 * config.in: Regenerate.
767 * configure: Regenerate.
768 * configure.ac: Remove ENABLE_CHECKING.
769
49445904
UB
7702015-11-03 Uros Bizjak <ubizjak@gmail.com>
771
772 * lex.c (search_line_sse42): Correctly advance the pointer to an
773 aligned address.
774
525ce910
DM
7752015-11-02 David Malcolm <dmalcolm@redhat.com>
776
777 * include/line-map.h (source_location): In the table in the
778 descriptive comment, show UNKNOWN_LOCATION, BUILTINS_LOCATION,
779 LINE_MAP_MAX_LOCATION_WITH_COLS, LINE_MAP_MAX_SOURCE_LOCATION.
780 Add notes about ad-hoc values.
781
7ec491c0
MM
7822015-10-21 Mikhail Maltsev <maltsevm@gmail.com>
783
22d66382
MM
784 * include/line-map.h: Use CHECKING_P instead of ENABLE_CHECKING.
785 * init.c: Likewise.
786 * macro.c (struct macro_arg_token_iter, set_arg_token,
787 macro_arg_token_iter_init, macro_arg_token_iter_forward,
788 macro_arg_token_iter_get_token, macro_arg_token_iter_get_location,
789 alloc_expanded_arg_mem, _cpp_backup_tokens): Likewise.
790
7ec491c0
MM
791 * config.in: Regenerate.
792 * configure: Regenerate.
793 * configure.ac (CHECKING_P): Define.
794 * system.h (fancy_abort): Declare.
795 (abort): Define.
796 (gcc_assert): Define. Use CHECKING_P.
797
179b8d05
MM
7982015-10-13 Mikhail Maltsev <maltsevm@gmail.com>
799
800 * system.h (CHECKING_P, gcc_checking_assert): Define.
801
87b470b3
MLI
8022015-09-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
803
804 PR c/66415
805 * line-map.c (linemap_position_for_loc_and_offset): Handle the
806 case of long lines encoded in multiple maps.
807
85bc8baa
MP
8082015-09-07 Marek Polacek <polacek@redhat.com>
809
810 * system.h (INTTYPE_MINIMUM): Rewrite to avoid shift warning.
811
bf5372e7
YS
8122015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
813
814 * configure: Regenerate.
815
d17f7d59
TS
8162015-07-08 Thomas Schwinge <thomas@codesourcery.com>
817
818 * include/line-map.h (RESERVED_LOCATION_COUNT): Change type to
819 source_location.
820
fbb22910
PC
8212015-07-02 Paolo Carlini <paolo.carlini@oracle.com>
822
d885793d 823 PR preprocessor/53690
fbb22910
PC
824 * charset.c (_cpp_valid_ucn): Add cppchar_t * parameter and change
825 return type to bool. Fix encoding of \u0000 and \U00000000 in C++.
826 (convert_ucn): Adjust call.
827 * lex.c (forms_identifier_p): Likewise.
828 * internal.h (_cpp_valid_ucn): Adjust declaration.
829
fe95b036
ESR
8302015-06-30 Edward Smith-Rowland <3dw4rd@verizon.net>
831
832 Implement N4197 - Adding u8 character literals
833 * include/cpplib.h (UTF8CHAR, UTF8CHAR_USERDEF): New cpp tokens;
834 (struct cpp_options): Add utf8_char_literals.
835 * init.c (struct lang_flags): Add utf8_char_literals;
836 (struct lang_flags lang_defaults): Add column for utf8_char_literals.
fbb22910 837 * macro.c (stringify_arg()): Treat CPP_UTF8CHAR token;
fe95b036
ESR
838 * expr.c (cpp_userdef_char_remove_type(), cpp_userdef_char_add_type()):
839 Treat CPP_UTF8CHAR_USERDEF, CPP_UTF8CHAR tokens;
840 (cpp_userdef_char_p()): Treat CPP_UTF8CHAR_USERDEF token;
841 (eval_token(), _cpp_parse_expr()): Treat CPP_UTF8CHAR token.
842 * lex.c (lex_string(), _cpp_lex_direct()): Include CPP_UTF8CHAR tokens.
843 * charset.c (converter_for_type(), cpp_interpret_charconst()):
844 Treat CPP_UTF8CHAR token.
845
dc6bcf52
UB
8462015-06-30 Uros Bizjak <ubizjak@gmail.com>
847
848 * lex.c (search_line_sse42) [__GCC_ASM_FLAG_OUTPUTS__]: New main
849 loop using asm flag outputs.
850
a1661b90
MP
8512015-06-08 Marek Polacek <polacek@redhat.com>
852
853 PR c/66415
854 * line-map.c (linemap_position_for_loc_and_offset): Remove
855 linemap_assert_fails; reverse conditions.
856
815facd3
MLI
8572015-05-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
858
859 * line-map.c (LINE_MAP_MAX_COLUMN_NUMBER
860 LINE_MAP_MAX_LOCATION_WITH_COLS,LINE_MAP_MAX_SOURCE_LOCATION):
861 New constants.
862 (linemap_line_start): Use them.
863 (linemap_position_for_column): Use them.
864
c819ed29
DM
8652015-05-20 David Malcolm <dmalcolm@redhat.com>
866
867 * include/line-map.h (MAP_START_LOCATION): Eliminate the non-const
868 variant, and tweak comment for the const variant.
869 (ORDINARY_MAP_STARTING_LINE_NUMBER): Drop the non-const variant.
870 (ORDINARY_MAP_INCLUDER_FILE_INDEX): Likewise.
871 (ORDINARY_MAP_IN_SYSTEM_HEADER_P): Likewise.
872 (SET_ORDINARY_MAP_NUMBER_OF_COLUMN_BITS): Delete.
873 (ORDINARY_MAP_FILE_NAME): Drop the non-const variant.
874 (MACRO_MAP_MACRO): Likewise.
875 (MACRO_MAP_NUM_MACRO_TOKENS): Likewise.
876 (MACRO_MAP_LOCATIONS): Likewise.
877 (MACRO_MAP_EXPANSION_POINT_LOCATION): Likewise.
878 * line-map.c (linemap_add): Replace writes through macros with
879 direct field accesses.
880 (linemap_enter_macro): Likewise.
881 (linemap_line_start): Likewise.
882
0e50b624
DM
8832015-05-19 David Malcolm <dmalcolm@redhat.com>
884
885 * directives.c (do_line): Strengthen local "map" from
886 const line_map * to const line_map_ordinary *.
887 (do_linemarker): Likewise.
888 (_cpp_do_file_change): Assert that we're not dealing with
889 a macro map. Introduce local "ord_map" via a call to
890 linemap_check_ordinary, guarded within the check for
891 non-NULL. Use it for typesafety.
892 * files.c (cpp_make_system_header): Strengthen local "map" from
893 const line_map * to const line_map_ordinary *.
894 * include/cpplib.h (struct cpp_callbacks): Likewise for second
895 parameter of "file_change" callback.
896 * include/line-map.h (struct line_map): Convert from a struct
897 containing a union to a base class.
898 (struct line_map_ordinary): Convert to a subclass of line_map.
899 (struct line_map_macro): Likewise.
900 (linemap_check_ordinary): Strengthen return type from line_map *
901 to line_map_ordinary *, and add a const-variant.
902 (linemap_check_macro): New pair of functions.
903 (ORDINARY_MAP_STARTING_LINE_NUMBER): Strengthen param from
904 const line_map * to const line_map_ordinary *, eliminating call
905 to linemap_check_ordinary. Likewise for the non-const variant.
906 (ORDINARY_MAP_INCLUDER_FILE_INDEX): Likewise.
907 (ORDINARY_MAP_IN_SYSTEM_HEADER_P): Likewise.
908 (ORDINARY_MAP_NUMBER_OF_COLUMN_BITS): Likewise.
909 (ORDINARY_MAP_FILE_NAME): Likewise.
910 (MACRO_MAP_MACRO): Strengthen param from const line_map * to
911 const line_map_macro *. Likewise for the non-const variant.
912 (MACRO_MAP_NUM_MACRO_TOKENS): Likewise.
913 (MACRO_MAP_LOCATIONS): Likewise.
914 (MACRO_MAP_EXPANSION_POINT_LOCATION): Likewise.
915 (struct maps_info): Replace with...
916 (struct maps_info_ordinary):...this and...
917 (struct maps_info_macro): ...this.
918 (struct line_maps): Convert fields "info_ordinary" and
919 "info_macro" to the above new structs.
920 (LINEMAPS_MAP_INFO): Delete both functions.
921 (LINEMAPS_MAPS): Likewise.
922 (LINEMAPS_ALLOCATED): Rewrite both variants to avoid using
923 LINEMAPS_MAP_INFO.
924 (LINEMAPS_USED): Likewise.
925 (LINEMAPS_CACHE): Likewise.
926 (LINEMAPS_MAP_AT): Likewise.
927 (LINEMAPS_ORDINARY_MAPS): Strengthen return type from line_map *
928 to line_map_ordinary *.
929 (LINEMAPS_ORDINARY_MAP_AT): Likewise.
930 (LINEMAPS_LAST_ORDINARY_MAP): Likewise.
931 (LINEMAPS_LAST_ALLOCATED_ORDINARY_MAP): Likewise.
932 (LINEMAPS_MACRO_MAPS): Strengthen return type from line_map * to
933 line_map_macro *.
934 (LINEMAPS_MACRO_MAP_AT): Likewise.
935 (LINEMAPS_LAST_MACRO_MAP): Likewise.
936 (LINEMAPS_LAST_ALLOCATED_MACRO_MAP): Likewise.
937 (linemap_map_get_macro_name): Strengthen param from
938 const line_map * to const line_map_macro *.
939 (SOURCE_LINE): Strengthen first param from const line_map * to
940 const line_map_ordinary *, removing call to
941 linemap_check_ordinary.
942 (SOURCE_COLUMN): Likewise.
943 (LAST_SOURCE_LINE_LOCATION): Likewise.
944 (LAST_SOURCE_LINE): Strengthen first param from const line_map *
945 to const line_map_ordinary *.
946 (LAST_SOURCE_COLUMN): Likewise.
947 (INCLUDED_FROM): Strengthen return type from line_map * to
948 line_map_ordinary *., and second param from const line_map *
949 to const line_map_ordinary *, removing call to
950 linemap_check_ordinary.
951 (MAIN_FILE_P): Strengthen param from const line_map * to
952 const line_map_ordinary *, removing call to
953 linemap_check_ordinary.
954 (linemap_position_for_line_and_column): Strengthen param from
955 const line_map * to const line_map_ordinary *.
956 (LINEMAP_FILE): Strengthen param from const line_map * to
957 const line_map_ordinary *, removing call to
958 linemap_check_ordinary.
959 (LINEMAP_LINE): Likewise.
960 (LINEMAP_SYSP): Likewise.
961 (linemap_resolve_location): Strengthen final param from
962 const line_map ** to const line_map_ordinary **.
963 * internal.h (CPP_INCREMENT_LINE): Likewise for local "map".
964 (linemap_enter_macro): Strengthen return type from
965 const line_map * to const line_map_macro *.
966 (linemap_add_macro_token): Likewise for first param.
967 * line-map.c (linemap_check_files_exited): Strengthen local "map"
968 from const line_map * to const line_map_ordinary *.
969 (new_linemap): Introduce local "map_size" and use it when
970 calculating how large the buffer should be. Rewrite based
971 on change of info_macro and info_ordinary into distinct types.
972 (linemap_add): Strengthen locals "map" and "from" from line_map *
973 to line_map_ordinary *.
974 (linemap_enter_macro): Strengthen return type from
975 const line_map * to const line_map_macro *, and local "map" from
976 line_map * to line_map_macro *.
977 (linemap_add_macro_token): Strengthen param "map" from
978 const line_map * to const line_map_macro *.
979 (linemap_line_start): Strengthen local "map" from line_map * to
980 line_map_ordinary *.
981 (linemap_position_for_column): Likewise.
982 (linemap_position_for_line_and_column): Strengthen first param
983 from const line_map * to const line_map_ordinary *.
984 (linemap_position_for_loc_and_offset): Strengthen local "map" from
985 const line_map * to const line_map_ordinary *.
986 (linemap_ordinary_map_lookup): Likewise for return type and locals
987 "cached" and "result".
988 (linemap_macro_map_lookup): Strengthen return type and locals
989 "cached" and "result" from const line_map * to
990 const line_map_macro *.
991 (linemap_macro_map_loc_to_exp_point): Likewise for param "map".
992 (linemap_macro_map_loc_to_def_point): Likewise.
993 (linemap_macro_map_loc_unwind_toward_spelling): Likewise.
994 (linemap_get_expansion_line): Strengthen local "map" from
995 const line_map * to const line_map_ordinary *.
996 (linemap_get_expansion_filename): Likewise.
997 (linemap_map_get_macro_name): Strengthen param from
998 const line_map * to const line_map_macro *.
999 (linemap_location_in_system_header_p): Add call to
1000 linemap_check_ordinary in region guarded by
1001 !linemap_macro_expansion_map_p. Introduce local "macro_map" via
1002 linemap_check_macro in other region, using it in place of "map"
1003 for typesafety.
1004 (first_map_in_common_1): Add calls to linemap_check_macro.
1005 (trace_include): Strengthen param "map" from const line_map * to
1006 const line_map_ordinary *.
1007 (linemap_macro_loc_to_spelling_point): Strengthen final param from
1008 const line_map ** to const line_map_ordinary **. Replace a
1009 C-style cast with a const_cast, and add calls to
1010 linemap_check_macro and linemap_check_ordinary.
1011 (linemap_macro_loc_to_def_point): Likewise.
1012 (linemap_macro_loc_to_exp_point): Likewise.
1013 (linemap_resolve_location): Strengthen final param from
1014 const line_map ** to const line_map_ordinary **.
1015 (linemap_unwind_toward_expansion): Introduce local "macro_map" via
1016 a checked cast and use it in place of *map.
1017 (linemap_unwind_to_first_non_reserved_loc): Strengthen local
1018 "map1" from const line_map * to const line_map_ordinary *.
1019 (linemap_expand_location): Introduce local "ord_map" via a checked
1020 cast and use it in place of map.
1021 (linemap_dump): Make local "map" const. Strengthen local
1022 "includer_map" from line_map * to const line_map_ordinary *.
1023 Introduce locals "ord_map" and "macro_map" via checked casts and
1024 use them in place of "map" for typesafety.
1025 (linemap_dump_location): Strengthen local "map" from
1026 const line_map * to const line_map_ordinary *.
1027 (linemap_get_file_highest_location): Update for elimination of
1028 union.
1029 (linemap_get_statistics): Strengthen local "cur_map" from
1030 line_map * to const line_map_macro *. Update uses of sizeof to
1031 use the appropriate line_map subclasses.
1032 * macro.c (_cpp_warn_if_unused_macro): Add call to
1033 linemap_check_ordinary.
1034 (builtin_macro): Strengthen local "map" from const line_map * to
1035 const line_map_macro *.
1036 (enter_macro_context): Likewise.
1037 (replace_args): Likewise.
1038 (tokens_buff_put_token_to): Likewise for param "map".
1039 (tokens_buff_add_token): Likewise.
1040
ba4ad400
DM
10412015-05-13 David Malcolm <dmalcolm@redhat.com>
1042
1043 * include/line-map.h (source_location): Add a reference to
1044 location-example.txt to the descriptive comment.
1045 * location-example.txt: New file.
1046
0501dbd9
DM
10472015-05-13 David Malcolm <dmalcolm@redhat.com>
1048
1049 * include/line-map.h (MAX_SOURCE_LOCATION): Convert from a macro
1050 to a const source_location.
1051 (RESERVED_LOCATION_COUNT): Likewise.
1052 (linemap_check_ordinary): Convert from a macro to a pair of inline
1053 functions, for const/non-const arguments.
1054 (MAP_START_LOCATION): Likewise.
1055 (ORDINARY_MAP_STARTING_LINE_NUMBER): Likewise.
1056 (ORDINARY_MAP_INCLUDER_FILE_INDEX): Likewise.
1057 (ORDINARY_MAP_IN_SYSTEM_HEADER_P): Likewise.
1058 (ORDINARY_MAP_NUMBER_OF_COLUMN_BITS): Convert from a macro to a
1059 pair of inline functions, for const/non-const arguments, where the
1060 latter is named...
1061 (SET_ORDINARY_MAP_NUMBER_OF_COLUMN_BITS): New function.
1062 (ORDINARY_MAP_FILE_NAME): Convert from a macro to a pair of inline
1063 functions, for const/non-const arguments.
1064 (MACRO_MAP_MACRO): Likewise.
1065 (MACRO_MAP_NUM_MACRO_TOKENS): Likewise.
1066 (MACRO_MAP_LOCATIONS): Likewise.
1067 (MACRO_MAP_EXPANSION_POINT_LOCATION): Likewise.
1068 (LINEMAPS_MAP_INFO): Likewise.
1069 (LINEMAPS_MAPS): Likewise.
1070 (LINEMAPS_ALLOCATED): Likewise.
1071 (LINEMAPS_USED): Likewise.
1072 (LINEMAPS_CACHE): Likewise.
1073 (LINEMAPS_ORDINARY_CACHE): Likewise.
1074 (LINEMAPS_MACRO_CACHE): Likewise.
1075 (LINEMAPS_MAP_AT): Convert from a macro to an inline function.
1076 (LINEMAPS_LAST_MAP): Likewise.
1077 (LINEMAPS_LAST_ALLOCATED_MAP): Likewise.
1078 (LINEMAPS_ORDINARY_MAPS): Likewise.
1079 (LINEMAPS_ORDINARY_MAP_AT): Likewise.
1080 (LINEMAPS_ORDINARY_ALLOCATED): Likewise.
1081 (LINEMAPS_ORDINARY_USED): Likewise.
1082 (LINEMAPS_LAST_ORDINARY_MAP): Likewise.
1083 (LINEMAPS_LAST_ALLOCATED_ORDINARY_MAP): Likewise.
1084 (LINEMAPS_MACRO_MAPS): Likewise.
1085 (LINEMAPS_MACRO_MAP_AT): Likewise.
1086 (LINEMAPS_MACRO_ALLOCATED): Likewise.
1087 (LINEMAPS_MACRO_USED): Likewise.
1088 (LINEMAPS_MACRO_LOWEST_LOCATION): Likewise.
1089 (LINEMAPS_LAST_MACRO_MAP): Likewise.
1090 (LINEMAPS_LAST_ALLOCATED_MACRO_MAP): Likewise.
1091 (IS_ADHOC_LOC): Likewise.
1092 (COMBINE_LOCATION_DATA): Likewise.
1093 (SOURCE_LINE): Likewise.
1094 (SOURCE_COLUMN): Likewise.
1095 (LAST_SOURCE_LINE_LOCATION): Likewise.
1096 (LAST_SOURCE_LINE): Likewise.
1097 (LAST_SOURCE_COLUMN): Likewise.
1098 (LAST_SOURCE_LINE_LOCATION)
1099 (INCLUDED_FROM): Likewise.
1100 (MAIN_FILE_P): Likewise.
1101 (LINEMAP_FILE): Likewise.
1102 (LINEMAP_LINE): Likewise.
1103 (LINEMAP_SYSP): Likewise.
1104 (linemap_location_before_p): Likewise.
1105 * line-map.c (linemap_check_files_exited): Make local "map" const.
1106 (linemap_add): Use SET_ORDINARY_MAP_NUMBER_OF_COLUMN_BITS.
1107 (linemap_line_start): Likewise.
1108
eb70f327
MH
11092015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
1110
1111 * aclocal.m4: Regenerated with automake-1.11.6.
1112
60c12095
DM
11132015-05-13 David Malcolm <dmalcolm@redhat.com>
1114
1115 * include/line-map.h (linemap_assert): Move up within the file to
1116 before all of the map accessor macros.
1117 (linemap_assert_fails): Likewise.
1118 (linemap_check_ordinary): Likewise.
1119 (linemap_macro_expansion_map_p): Likewise.
1120
c3388e62
DM
11212015-05-12 David Malcolm <dmalcolm@redhat.com>
1122
1123 * directives.c (do_line): Set seen_line_directive on line_table.
1124 (do_linemarker): Likewise.
1125 * include/line-map.h (struct line_maps): Add new field
1126 "seen_line_directive".
1127
fe191308
JM
11282015-05-08 Jason Merrill <jason@redhat.com>
1129
1130 * include/cpplib.h: Add CPP_W_CXX11_COMPAT.
1131 (struct cpp_options): Add cpp_warn_cxx11_compat.
1132 * init.c (cpp_create_reader): Initialize it.
1133 * lex.c (lex_string): Add -Wc++11-compat warning.
1134
21c0a521
DM
11352015-05-05 David Malcolm <dmalcolm@redhat.com>
1136
1137 * pch.c (cpp_valid_state): Fix indentation so that it reflects the
1138 block structure.
1139
c87b25e6
DM
11402015-05-05 David Malcolm <dmalcolm@redhat.com>
1141
1142 * include/line-map.h: Fix comment at the top of the file.
1143 (source_location): Rewrite and expand the comment for this
1144 typedef, adding an ascii-art table to clarify how source_location
1145 values are allocated.
1146 * line-map.c: Fix comment at the top of the file.
1147
ca708025
RB
11482015-04-09 Richard Biener <rguenther@suse.de>
1149
1150 PR pch/65550
1151 * files.c (pch_open_file): Allow main and pre-included files
1152 when trying to open a PCH.
1153
e4b33ee5
JJ
11542015-04-06 Jakub Jelinek <jakub@redhat.com>
1155
1156 PR preprocessor/61977
1157 * lex.c (cpp_peek_token): If peektok is CPP_EOF, back it up
1158 with all tokens peeked by the current function.
1159
b8cd77f4
JJ
11602015-04-02 Jakub Jelinek <jakub@redhat.com>
1161
1162 PR preprocessor/61977
1163 * lex.c (cpp_peek_token): Temporarily clear pfile->cb.line_change.
1164
fb136e35
JJ
11652015-03-23 Jakub Jelinek <jakub@redhat.com>
1166
1167 PR preprocessor/65238
1168 * internal.h (_cpp_scan_out_logical_line): Add third argument.
1169 * directives.c (prepare_directive_trad): Pass false to it.
1170 * traditional.c (_cpp_read_logical_line_trad,
1171 _cpp_create_trad_definition): Likewise.
1172 (struct fun_macro): Add paramc field.
1173 (fun_like_macro): New function.
1174 (maybe_start_funlike): Handle NODE_BUILTIN macros. Initialize
1175 macro->paramc field.
1176 (save_argument): Use macro->paramc instead of
1177 macro->node->value.macro->paramc.
1178 (push_replacement_text): Formatting fix.
1179 (recursive_macro): Use fun_like_macro helper.
1180 (_cpp_scan_out_logical_line): Likewise. Add BUILTIN_MACRO_ARG
1181 argument. Initialize fmacro.paramc field. Handle builtin
1182 function-like macros.
1183
a5858a3d
ESR
11842015-03-16 Edward Smith-Rowland <3dw4rd@verizon.net>
1185
1186 PR c++/64626
1187 * lex.c (lex_number): If a number ends with digit-seps (') skip back
1188 and let lex_string take them.
1189
44d95244
MT
11902015-03-02 Markus Trippelsdorf <markus@trippelsdorf.de>
1191
1192 PR target/65261
1193 * lex.c (search_line_fast): Silence ubsan errors.
1194
f8abc9ba
DS
11952015-02-03 <dodji@redhat.com>
1196
1197 PR preprocessor/64803
1198 * internal.h (cpp_reader::top_most_macro_node): New data member.
1199 * macro.c (enter_macro_context): Pass the location of the end of
1200 the top-most invocation of the function-like macro, or the
1201 location of the expansion point of the top-most object-like macro.
1202 (cpp_get_token_1): Store the top-most macro node in the new
1203 pfile->top_most_macro_node data member.
1204 (_cpp_pop_context): Clear the new cpp_reader::top_most_macro_node
1205 data member.
1206
95d0610c
SN
12072015-01-30 Szabolcs Nagy <szabolcs.nagy@arm.com>
1208
1209 * lex.c (search_line_fast): Change __ARM_NEON__ to __ARM_NEON.
1210
10ef8f28
MP
12112015-01-23 Marek Polacek <polacek@redhat.com>
1212
1213 DR#412
1214 PR preprocessor/60570
1215 * directives.c (do_elif): Don't evaluate #elif conditionals
1216 when they don't need to be.
1217
6e6cb471
JJ
12182015-01-16 Jakub Jelinek <jakub@redhat.com>
1219
1220 * expr.c (cpp_classify_number): Add N_() around ?: string
1221 literals used in cpp_error_with_line call as format string.
1222
5624e564
JJ
12232015-01-05 Jakub Jelinek <jakub@redhat.com>
1224
1225 Update copyright years.
1226
1f8d3e84
JJ
12272014-12-19 Jakub Jelinek <jakub@redhat.com>
1228
1229 PR preprocessor/63831
1230 * directives.c (lex_macro_node): Remove __has_attribute__ handling.
1231 * internal.h (struct spec_node): Remove n__has_attribute__ field.
1232 (struct lexer_state): Remove in__has_attribute__ field.
1233 * macro.c (_cpp_builtin_macro_text): Handle BT_HAS_ATTRIBUTE.
1234 * identifiers.c (_cpp_init_hashtable): Remove __has_attribute__
1235 handling.
1236 * init.c (builtin_array): Add __has_attribute and __has_cpp_attribute.
1237 (cpp_init_special_builtins): Don't initialize __has_attribute
1238 or __has_cpp_attribute if CLK_ASM or pfile->cb.has_attribute is NULL.
1239 * traditional.c (enum ls): Remove ls_has_attribute,
1240 ls_has_attribute_close.
1241 (_cpp_scan_out_logical_line): Remove __has_attribute__ handling.
1242 * include/cpplib.h (enum cpp_builtin_type): Add BT_HAS_ATTRIBUTE.
1243 * pch.c (cpp_read_state): Remove __has_attribute__ handling.
1244 * expr.c (eval_token): Likewise.
1245 (parse_has_attribute): Removed.
1246
01ca36af
UB
12472014-12-11 Uros Bizjak <ubizjak@gmail.com>
1248
1249 * directives.c (cpp_define_formatted): Use xvasprintf.
1250
b93c0722
MLI
12512014-12-05 Manuel López-Ibáñez <manu@gcc.gnu.org>
1252
1253 * line-map.c (linemap_position_for_loc_and_offset): Add new
1254 linemap_assert_fails.
1255
73bd8329
MLI
12562014-12-02 Manuel López-Ibáñez <manu@gcc.gnu.org>
1257
1258 * include/line-map.h (linemap_assert_fails): Declare.
1259 * line-map.c (linemap_position_for_loc_and_offset): Use it.
1260
9c320ab1
MLI
12612014-12-02 Manuel López-Ibáñez <manu@gcc.gnu.org>
1262
49445904
UB
1263 * line-map.c (linemap_add): Fix typo.
1264 (linemap_line_start): Fix whitespace.
9c320ab1 1265
81fee4a7
JM
12662014-11-29 John Schmerge <jbschmerge@gmail.com>
1267
1268 PR preprocessor/41698
1269 * charset.c (one_utf8_to_utf16): Do not produce surrogate pairs
1270 for 0xffff.
1271
43ba1c6c
JJ
12722014-11-25 Jakub Jelinek <jakub@redhat.com>
1273
1274 PR preprocessor/60436
1275 * line-map.c (linemap_line_start): If highest is above 0x60000000
1276 and we are still tracking columns or highest is above 0x70000000,
1277 force add_map.
1278
8a23b100
UB
12792014-11-20 Uros Bizjak <ubizjak@gmail.com>
1280
1281 PR target/63966
1b6b13f3
UB
1282 * lex.c [__i386__ || __x86_64__]: Compile special SSE functions
1283 only for (__GNUC__ >= 5 || !defined(__PIC__)).
8a23b100 1284
d82f1e13
MLI
12852014-11-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
1286
1287 * include/line-map.h: Include EXPR, so that unused variable warnings
1288 do not occur.
1289
3aa34c1d
MLI
12902014-11-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
1291
1292 PR fortran/44054
1293 * include/line-map.h (linemap_position_for_loc_and_offset):
1294 Declare.
1295 * line-map.c (linemap_position_for_loc_and_offset): New.
1296
35485da9
DM
12972014-11-11 David Malcolm <dmalcolm@redhat.com>
1298
1299 * ChangeLog.jit: New.
1300
42fd12b1
ESR
13012014-11-10 Edward Smith-Rowland <3dw4rd@verizon.net>
1302
1303 * include/cpplib.h (cpp_callbacks): Add has_attribute.
1304 * internal.h (lexer_state): Add in__has_attribute__.
1305 * directives.c (lex_macro_node): Prevent use of __has_attribute__
1306 as a macro.
1307 * expr.c (parse_has_attribute): New function; (eval_token): Look for
1308 __has_attribute__ and route to parse_has_attribute.
1309 * identifiers.c (_cpp_init_hashtable): Initialize n__has_attribute__.
1310 * pch.c (cpp_read_state): Initialize n__has_attribute__.
1311 * traditional.c (enum ls): Add ls_has_attribute, ls_has_attribute_close;
1312 (_cpp_scan_out_logical_line): Attend to __has_attribute__.
1313
be5ffc59
JM
13142014-11-06 Joseph Myers <joseph@codesourcery.com>
1315
1316 * include/cpp-id-data.h (struct cpp_macro): Update comment
1317 regarding parameters.
1318 * include/cpplib.h (struct cpp_macro_arg, struct cpp_identifier):
1319 Add spelling fields.
1320 (struct cpp_token): Update comment on macro_arg.
1321 * internal.h (_cpp_save_parameter): Add extra argument.
1322 (_cpp_spell_ident_ucns): New declaration.
1323 * lex.c (lex_identifier): Add SPELLING argument. Set *SPELLING to
1324 original spelling of identifier.
1325 (_cpp_lex_direct): Update calls to lex_identifier.
1326 (_cpp_spell_ident_ucns): New function, factored out of
1327 cpp_spell_token.
1328 (cpp_spell_token): Adjust FORSTRING argument semantics to return
1329 original spelling of identifiers. Use _cpp_spell_ident_ucns in
1330 !FORSTRING case.
1331 (_cpp_equiv_tokens): Check spellings of identifiers and macro
1332 arguments are identical.
1333 * macro.c (macro_arg_saved_data): New structure.
1334 (paste_tokens): Use original spellings of identifiers from
1335 cpp_spell_token.
1336 (_cpp_save_parameter): Add argument SPELLING. Save both canonical
1337 node and its value.
1338 (parse_params): Update calls to _cpp_save_parameter.
1339 (lex_expansion_token): Save spelling of macro argument tokens.
1340 (_cpp_create_definition): Extract canonical node from saved data.
1341 (cpp_macro_definition): Use UCNs in spelling of macro name. Use
1342 original spellings of macro argument tokens and identifiers.
1343 * traditional.c (scan_parameters): Update call to
1344 _cpp_save_parameter.
1345
701cade1
JM
13462014-11-05 Joseph Myers <joseph@codesourcery.com>
1347
1348 PR preprocessor/9449
1349 * init.c (lang_defaults): Enable extended identifiers for C++ and
1350 C99-based standards.
1351
19a9ba64
AM
13522014-10-22 Alan Modra <amodra@gmail.com>
1353
1354 * symtab.c (ht_create): Use obstack_specify_allocation in place of
1355 _obstack_begin.
1356 * files.c (_cpp_init_files): Likewise.
1357 * init.c (cpp_create_reader): Likewise.
1358 * identifiers.c (_cpp_init_hashtable): Likewise.
1359
3aac0952
MLI
13602014-10-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
1361
1362 * include/line-map.h (linemap_location_from_macro_expansion_p):
1363 const struct line_maps * argument.
1364 (linemap_position_for_line_and_column): const struct line_map *
1365 argument.
1366 * line-map.c (linemap_add_macro_token): Use correct argument name
1367 in comment.
1368 (linemap_position_for_line_and_column): const struct line_map *
1369 argument.
1370 (linemap_macro_map_loc_to_def_point): Fix comment. Make static.
1371 (linemap_location_from_macro_expansion_p): const struct line_maps *
1372 argument.
1373 (linemap_resolve_location): Fix argument names in comment.
1374
0ccaaab0
BS
13752014-10-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1376
1377 * lex.c (search_line_fast): Add new version to be used for Power8
1378 and later targets when Altivec is enabled. Restrict the existing
1379 Altivec version to big-endian systems so that lvsr is not used on
1380 little endian, where it is deprecated. Remove LE-specific code
1381 from the now-BE-only version.
1382
dc257367
BE
13832014-10-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
1384 Jeff Law <law@redhat.com>
1385
1386 * charset.c (convert_no_conversion): Reallocate memory with 25%
1387 headroom.
1388
a15f7cb8
ESR
13892014-10-01 Edward Smith-Rowland <3dw4rd@verizon.net>
1390
1391 Implement SD-6: SG10 Feature Test Recommendations
1392 * internal.h (lexer_state, spec_nodes): Add in__has_include__.
1393 * directives.c: Support __has_include__ builtin.
1394 * expr.c (parse_has_include): New function to parse __has_include__
1395 builtin; (eval_token()): Use it.
1396 * files.c (_cpp_has_header()): New funtion to look for header;
1397 (open_file_failed()): Not an error to not find a header file for
1398 __has_include__.
1399 * identifiers.c (_cpp_init_hashtable()): Add entry for __has_include__.
1400 * pch.c (cpp_read_state): Lookup __has_include__.
1401 * traditional.c (enum ls, _cpp_scan_out_logical_line()): Walk through
1402 __has_include__ statements.
1403
cc811a8a
BE
14042014-09-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
1405
1406 PR preprocessor/58893
1407 * errors.c (cpp_diagnostic): Fix possible out of bounds access.
1408 * files.c (_cpp_stack_include): Initialize src_loc for IT_CMDLINE.
1409
083e891e
MP
14102014-09-24 Marek Polacek <polacek@redhat.com>
1411
1412 PR c/61405
1413 PR c/53874
1414 * include/cpplib.h (enum cpp_ttype): Define CPP_KEYWORD.
1415
d87fc699
JH
14162014-09-17 Jan Hubicka <hubicka@ucw.cz>
1417
1418 * charset.c (conversion): Rename to ...
1419 (cpp_conversion): ... this one; update.
1420 * files.c (file_hash_entry): Rename to ...
1421 (cpp_file_hash_entry): ... this one ; update.
1422
909eb89c
MP
14232014-09-17 Marek Polacek <polacek@redhat.com>
1424
1425 PR c/61854
1426 * init.c (struct lang_flags): Remove cplusplus_comments.
1427 (cpp_set_lang): Likewise.
1428 (post_options): Likewise.
1429 * lex.c (_cpp_lex_direct): Disallow C++ style comments in C90/C94.
1430
1ef33fd4
MLI
14312014-09-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
1432
1433 * include/cpplib.h (struct cpp_options): Declare warn_normalize as
1434 int instead of enum.
1435
2b71f4a4
MLI
14362014-09-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
1437
1438 * macro.c (replace_args): Use cpp_pedwarning, cpp_warning and
1439 CPP_W flags.
1440 * include/cpplib.h: Add CPP_W_C90_C99_COMPAT and CPP_W_PEDANTIC.
1441 * init.c (cpp_create_reader): Do not init to -1 here.
1442 * expr.c (num_binary_op): Use cpp_pedwarning.
1443
81b5d104
MLI
14442014-08-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
1445
1446 * directives.c (check_eol_1): New.
1447 (check_eol_endif_labels): New.
1448 (check_eol): Call check_eol_1.
1449 (do_else,do_endif): Call check_eol_endif_labels.
1450
b753b37b
MLI
14512014-08-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
1452
1453 * macro.c (warn_of_redefinition): Suppress warnings for builtins
1454 that lack the NODE_WARN flag, unless Wbuiltin-macro-redefined.
1455 (_cpp_create_definition): Use Wbuiltin-macro-redefined for
1456 builtins that lack the NODE_WARN flag.
1457 * directives.c (do_undef): Likewise.
1458 * init.c (cpp_init_special_builtins): Do not change flags
1459 depending on Wbuiltin-macro-redefined.
1460
7c05e50c
ESR
14612014-08-28 Edward Smith-Rowland <3dw4rd@verizon.net>
1462
1463 PR cpp/23827 - standard C++ should not have hex float preprocessor
1464 tokens
1465 * libcpp/init.c (lang_flags): Change CXX98 flag for extended numbers
1466 from 1 to 0.
1467 * libcpp/expr.c (cpp_classify_number): Weite error message for improper
1468 use of hex floating literal.
1469
e4276ba5
ESR
14702014-08-23 Edward Smith-Rowland <3dw4rd@verizon.net>
1471
1472 * include/cpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z;
1473 Rename CLK_GNUCXX1Y, CLK_CXX1Y to CLK_GNUCXX14, CLK_CXX14;
1474 * init.c (struct lang_flags lang_defaults): Add column for trigraphs;
1475 Add rows for CLK_GNUCXX1Z, CLK_CXX1Z; (cpp_set_lang): Set trigraphs;
1476 (cpp_init_builtins): Set __cplusplus to 201402L for C++14;
1477 Set __cplusplus to 201500L for C++17.
1478 * expr.c (cpp_classify_number): Change C++1y to C++14 in binary
1479 constants error message.
1480
dd3ff077
MP
14812014-08-20 Marek Polacek <polacek@redhat.com>
1482
1483 * include/cpplib.h (cpp_options): Use signed char.
1484 * lex.c (_cpp_lex_direct): Don't warn in C++ mode.
1485
3f4f5c9a
MP
14862014-08-19 Marek Polacek <polacek@redhat.com>
1487
1488 * lex.c (_cpp_lex_direct): Fix a typo.
1489
177cce46
MP
14902014-08-19 Marek Polacek <polacek@redhat.com>
1491
1492 * charset.c (_cpp_valid_ucn): Warn only if -Wc90-c99-compat.
1493 * lex.c (_cpp_lex_direct): Likewise.
1494 * macro.c (replace_args): Likewise.
1495 (parse_params): Likewise.
1496 * include/cpplib.h (cpp_options): Change cpp_warn_c90_c99_compat
1497 to char.
1498
f3bede71
MP
14992014-08-10 Marek Polacek <polacek@redhat.com>
1500
1501 PR c/51849
1502 * lex.c (_cpp_lex_direct): Warn when -Wc90-c99-compat is in effect.
1503 * charset.c (_cpp_valid_ucn): Likewise.
1504 * include/cpplib.h (cpp_options): Add cpp_warn_c90_c99_compat.
1505 * macro.c (replace_args): Warn when -Wc90-c99-compat is in effect.
1506 (parse_params): Likewise.
1507
61eb99f6
MP
15082014-07-27 Marek Polacek <polacek@redhat.com>
1509
1510 PR c/61861
1511 * macro.c (builtin_macro): Add location parameter. Set
1512 location of builtin macro to the expansion point.
1513 (enter_macro_context): Pass location to builtin_macro.
1514
c468587a
DS
15152014-07-16 Dodji Seketeli <dodji@redhat.com>
1516
1517 Support location tracking for built-in macro tokens
1518 * include/line-map.h (line_maps::builtin_location): New data
1519 member.
1520 (line_map_init): Add a new parameter to initialize the new
1521 line_maps::builtin_location data member.
1522 * line-map.c (linemap_init): Initialize the
1523 line_maps::builtin_location data member.
1524 * macro.c (builtin_macro): Create a macro map and track the token
1525 resulting from the expansion of a built-in macro.
1526
3976796b
ESR
15272014-07-10 Edward Smith-Rowland <3dw4rd@verizon.net>
1528 Jonathan Wakely <jwakely@redhat.com>
1529
c786fca6 1530 PR preprocessor/61389
3976796b
ESR
1531 * macro.c (_cpp_arguments_ok, parse_params, create_iso_definition):
1532 Warning messages mention C++11 in c++ mode and C99 in c mode.
1533 * lex.c (lex_identifier_intern, lex_identifier): Ditto
1534
7aee8646
ESR
15352014-07-09 Edward Smith-Rowland <3dw4rd@verizon.net>
1536
1537 PR c++/58155 - -Wliteral-suffix warns about tokens which are skipped
1538 by preprocessor
1539 * lex.c (lex_raw_string ()): Do not warn about invalid suffix
1540 if skipping. (lex_string ()): Ditto.
1541
98ba7482
ESR
15422014-06-04 Edward Smith-Rowland <3dw4rd@verizon.net>
1543
1544 PR c++/61038
1545 * macro.c (stringify_arg (cpp_reader *, macro_arg *)):
1546 Combine user-defined escape logic with the other string and char logic.
1547
edf6ddf6
RB
15482014-05-26 Richard Biener <rguenther@suse.de>
1549
1550 * configure.ac: Remove long long and __int64 type checks,
1551 add check for uint64_t and fail if that wasn't found.
1552 * include/cpplib.h (cpp_num_part): Use uint64_t.
1553 * config.in: Regenerate.
1554 * configure: Likewise.
1555
28939589
MP
15562014-05-21 Marek Polacek <polacek@redhat.com>
1557
1558 PR c/61212
1559 * files.c (find_file_in_dir): Add parens around &&.
1560
49039169
ESR
15612014-05-20 Edward Smith-Rowland <3dw4rd@verizon.net>
1562
28939589 1563 PR c++/61038
49039169
ESR
1564 * macro.c (stringify_arg (cpp_reader *, macro_arg *)):
1565 Check for user-defined literal strings and user-defined literal chars
1566 to escape necessary characters.
1567
54da09ee
RB
15682014-05-20 Richard Biener <rguenther@suse.de>
1569
1570 * configure.ac: Copy gcc logic of detecting a 64bit type.
1571 Remove HOST_WIDE_INT define.
1572 * include/cpplib.h: typedef cpp_num_part to a 64bit type,
1573 similar to how hwint.h does it.
1574 * config.in: Regenerate.
1575 * configure: Likewise.
1576
eac3e079
JY
15772014-05-09 Joey Ye <joey.ye@arm.com>
1578
1579 * files.c (find_file_in_dir): Always try to shorten for DOS
1580 non-system headers.
1581 * init.c (ENABLE_CANONICAL_SYSTEM_HEADERS): Default enabled for DOS.
1582
f543058d
RB
15832014-05-07 Richard Biener <rguenther@suse.de>
1584
1585 * configure.ac: Always set need_64bit_hwint to yes.
1586 * configure: Regenerated.
1587
d9f069ab
RO
15882014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1589
1590 * lex.c: Remove Solaris 9 reference.
1591
341c653c
WL
15922014-02-24 Walter Lee <walt@tilera.com>
1593
1594 * configure.ac: Change "tilepro" triplet to "tilepro*".
1595 * configure: Regenerate.
1596
179652df
JJ
15972014-02-19 Jakub Jelinek <jakub@redhat.com>
1598
1599 PR preprocessor/58844
1600 * macro.c (enter_macro_context): Only push
1601 macro_real_token_count (macro) tokens rather than
1602 macro->count tokens, regardless of
1603 CPP_OPTION (pfile, track-macro-expansion).
1604
acf601ae
JJ
16052014-02-07 Jakub Jelinek <jakub@redhat.com>
1606
1607 PR preprocessor/56824
1608 * line-map.c (get_combined_adhoc_loc, linemap_get_expansion_line,
1609 linemap_get_expansion_filename, linemap_location_in_system_header_p,
1610 linemap_location_from_macro_expansion_p,
1611 linemap_macro_loc_to_spelling_point, linemap_macro_loc_to_def_point,
1612 linemap_macro_loc_to_exp_point, linemap_expand_location): Fix
1613 formatting.
1614 (linemap_compare_locations): Look through adhoc locations for both
1615 l0 and l1.
1616
7ecc3eb9
DS
16172014-01-23 Dodji Seketeli <dodji@redhat.com>
1618
1619 PR PR preprocessor/58580
1620 * include/line-map.h (linemap_get_file_highest_location): Declare
1621 new function.
1622 * line-map.c (linemap_get_file_highest_location): Define it.
1623
35c3d610
RS
16242014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
1625
1626 Update copyright years
1627
3a4efce7
JM
16282013-12-09 Joseph Myers <joseph@codesourcery.com>
1629
1630 PR preprocessor/55715
1631 * expr.c (num_binary_op): Implement subtraction directly rather
1632 than with negation and falling through into addition case.
1633
aadce585
BS
16342013-11-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1635
1636 * lex.c (search_line_fast): Correct for little endian.
1637
d3f4ff8b
JM
16382013-11-15 Joseph Myers <joseph@codesourcery.com>
1639
1640 * ucnid.tab: Add C11 and C11NOSTART data.
1641 * makeucnid.c (digit): Rename enum value to N99.
1642 (C11, N11, all_languages): New enum values.
1643 (NUM_CODE_POINTS, MAX_CODE_POINT): New macros.
1644 (flags, decomp, combining_value): Use NUM_CODE_POINTS as array
1645 size.
1646 (decomp): Use unsigned int as element type.
1647 (all_decomp): New array.
1648 (read_ucnid): Handle C11 and C11NOSTART. Use MAX_CODE_POINT.
1649 (read_table): Use MAX_CODE_POINT. Store all decompositions in
1650 all_decomp.
1651 (read_derived): Use MAX_CODE_POINT.
1652 (write_table): Use NUM_CODE_POINTS. Print N99, C11 and N11
1653 flags. Print whole array variable declaration rather than just
1654 array contents.
1655 (char_id_valid, write_context_switch): New functions.
1656 (main): Call write_context_switch.
1657 * ucnid.h: Regenerate.
1658 * include/cpplib.h (struct cpp_options): Add c11_identifiers.
1659 * init.c (struct lang_flags): Add c11_identifiers.
1660 (cpp_set_lang): Set c11_identifiers option from selected language.
1661 * internal.h (struct normalize_state): Document "previous" as
1662 previous starter character.
1663 (NORMALIZE_STATE_UPDATE_IDNUM): Take character as argument.
1664 * charset.c (DIG): Rename enum value to N99.
1665 (C11, N11): New enum values.
1666 (struct ucnrange): Give name to struct. Use short for flags and
1667 unsigned int for end of range. Include ucnid.h for whole variable
1668 declaration.
1669 (ucn_valid_in_identifier): Allow for characters up to 0x10FFFF.
1670 Allow for C11 in determining valid characters and valid start
1671 characters. Use check_nfc for non-Hangul context-dependent
1672 checks. Only store starter characters in nst->previous.
1673 (_cpp_valid_ucn): Pass new argument to
1674 NORMALIZE_STATE_UPDATE_IDNUM.
1675 * lex.c (lex_identifier): Pass new argument to
1676 NORMALIZE_STATE_UPDATE_IDNUM. Call NORMALIZE_STATE_UPDATE_IDNUM
1677 after initial non-UCN part of identifier.
1678 (lex_number): Pass new argument to NORMALIZE_STATE_UPDATE_IDNUM.
1679
54848ff8
JM
16802013-11-15 Joseph Myers <joseph@codesourcery.com>
1681
1682 * ucnid.tab: Mark C99 digits as [C99DIG].
1683 * makeucnid.c (read_ucnid): Handle [C99DIG].
1684 (read_table): Don't check for digit characters.
1685 * ucnid.h: Regenerate.
1686
5157b91e
TB
16872013-11-06 Tobias Burnus <burnus@net-b.de>
1688
1689 * macro.c (_cpp_builtin_macro_text): Correct
1690 wording of two warnings.
1691
e8ff5196
TB
16922013-11-05 Tobias Burnus <burnus@net-b.de>
1693
1694 * include/cpplib.h (CPP_W_DATE_TIME): Added.
1695 (cpp_options): Add warn_date_time.
1696 * init.c (cpp_create_reader): Init it.
1697 * macro.c (_cpp_builtin_macro_text): Warn when
1698 __DATE__/__TIME__/__TIMESTAMP__ is used.
1699
7057e645
ESR
17002013-10-31 Edward Smith-Rowland <3dw4rd@verizon.net>
1701
e8ff5196 1702 Implement C++14 digit separators.
7057e645
ESR
1703 * include/cpplib.h (cpp_options): Add digit_separators flag.
1704 * internal.h (DIGIT_SEP(c)): New macro.
1705 * expr.c (cpp_classify_number): Check improper placement of digit sep;
1706 (cpp_interpret_integer): Skip over digit separators.
1707 * init.c (lang_flags): Add digit_separators flag; (lang_defaults): Add
1708 digit separator flags per language; (cpp_set_lang): Set
1709 digit_separators
1710 * lex.c (lex_number): Add digits separator to allowable characters for
1711 C++14.
1712
459260ec
DM
17132013-10-15 David Malcolm <dmalcolm@redhat.com>
1714
1715 * Makefile.in (PICFLAG): New.
1716 (ALL_CFLAGS): Add PICFLAG.
1717 (ALL_CXXFLAGS): Likewise.
1718 * configure.ac: Add --enable-host-shared, setting up new
1719 PICFLAG variable.
1720 * configure: Regenerate.
1721
fd6eea0c
RE
17222013-08-07 Richard Earnshaw <rearnsha@arm.com>
1723
1724 * configure.ac: Set need_64bit_hwint for all arm targets.
1725 * configure: Regenerated.
1726
8cf88735
JJ
17272013-07-20 Jakub Jelinek <jakub@redhat.com>
1728
1729 PR preprocessor/57620
1730 * lex.c (lex_raw_string): Undo phase1 and phase2 transformations
1731 between R" and final " rather than only in between R"del( and )del".
1732
87e356ba
JJ
17332013-07-10 Jakub Jelinek <jakub@redhat.com>
1734
d5e48350
JJ
1735 PR preprocessor/57824
1736 * lex.c (lex_raw_string): Allow reading new-lines if
1737 in_deferred_pragma or if parsing_args and there is still
1738 data in the current buffer.
1739
c26302d5
JJ
1740 * include/cpplib.h (cpp_token_val_index): Change parameter type to
1741 const cpp_token *.
1742 * lex.c (cpp_token_val_index): Likewise.
1743
87e356ba
JJ
1744 PR preprocessor/57757
1745 * lex.c (cpp_avoid_paste): Avoid pasting CPP_{,W,UTF8}STRING
1746 or CPP_STRING{16,32} with CPP_NAME or SPELL_LITERAL token that
1747 starts if a-zA-Z_.
1748
c865f923
ESR
17492013-06-28 Ed Smith-Rowland <3dw4rd@verizon.net>
1750
1751 * lex.c (lex_raw_string(), lex_string()): Constrain suffixes treated
1752 as concatenated literal and macro to just the patterns found in
1753 inttypes.h; (is_macro()): New.
1754
39953c79
DC
17552013-06-24 Dehao Chen <dehao@google.com>
1756
1757 * files.c (_cpp_stack_include): Fix the highest_location when header
1758 file is guarded by #ifndef and is included twice.
1759
01187df0
JJ
17602013-04-28 Jakub Jelinek <jakub@redhat.com>
1761
1762 N3472 binary constants
1763 * include/cpplib.h (struct cpp_options): Fix a typo in user_literals
1764 field comment. Add binary_constants field.
1765 * init.c (struct lang_flags): Add binary_constants field.
1766 (lang_defaults): Add bin_cst column to the table.
1767 (cpp_set_lang): Initialize CPP_OPTION (pfile, binary_constants).
1768 * expr.c (cpp_classify_number): Talk about C++11 instead of C++0x
1769 in diagnostics. Accept binary constants if
1770 CPP_OPTION (pfile, binary_constants) even when pedantic. Adjust
1771 pedwarn message.
1772
61949153
PC
17732013-04-24 Paolo Carlini <paolo.carlini@oracle.com>
1774
1775 * include/cpplib.h (enum c_lang): Add CLK_GNUCXX1Y and CLK_CXX1Y.
1776 * init.c (lang_defaults): Add defaults for the latter.
1777 (cpp_init_builtins): Define __cplusplus as 201300L for the latter.
1778 * lex.c (_cpp_lex_direct): Update.
1779
994a4cc0
SH
17802013-04-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
1781
1782 PR target/56771
1783 * configure.ac: Require 64-bit int for arm*-*-rtems*.
1784 * configure: Regenerate.
1785
28937f11
JJ
17862013-03-06 Jakub Jelinek <jakub@redhat.com>
1787
1788 PR middle-end/56461
1789 * internal.h (struct cpp_buffer): Add to_free field.
1790 (_cpp_pop_file_buffer): Add third argument.
1791 * files.c (_cpp_stack_file): Set buffer->to_free.
1792 (_cpp_pop_file_buffer): Add to_free argument. Free to_free
1793 if non-NULL, and if equal to file->buffer_start, also clear
1794 file->buffer{,_start,_valid}.
1795 * directives.c (_cpp_pop_buffer): Pass buffer->to_free
1796 to _cpp_pop_file_buffer.
1797
3b8af25b
JJ
17982013-03-01 Jakub Jelinek <jakub@redhat.com>
1799
1800 PR middle-end/56461
1801 * files.c (_cpp_save_file_entries): Free result at the end.
1802 * pch.c (cpp_string_free): New function.
1803 (cpp_save_state): Use it in htab_create call.
1804 (cpp_write_pch_deps): Free ss->defs. Destroy ss->definedhash.
1805
1a80db97
JJ
18062013-02-28 Jakub Jelinek <jakub@redhat.com>
1807
15fd8332
JJ
1808 * files.c (_cpp_find_file): If returning early, before storing
1809 something to *hash_slot and *hash_slot is NULL, call htab_clear_slot
1810 on it. Access *hash_slot using void * type rather than
1811 struct file_hash_entry * to avoid aliasing issues.
1812
1a80db97
JJ
1813 * configure.ac: Don't define ENABLE_CHECKING whenever
1814 --enable-checking is seen, instead use similar --enable-checking=yes
1815 vs. --enable-checking=release default as gcc/ subdir has and
1816 define ENABLE_CHECKING if ENABLE_CHECKING is defined in gcc/.
1817 Define ENABLE_VALGRIND_CHECKING if requested.
1818 * lex.c (new_buff): If ENABLE_VALGRIND_CHECKING, put _cpp_buff
1819 struct first in the allocated buffer and result->base after it.
1820 (_cpp_free_buff): If ENABLE_VALGRIND_CHECKING, free buff itself
1821 instead of buff->base.
1822 * config.in: Regenerated.
1823 * configure: Regenerated.
1824
561f7fc7
ESR
18252013-02-13 Ed Smith-Rowland <3dw4rd@verizon.net>
1826
1827 PR c++/55582
61949153 1828 * lex.c (lex_raw_string): Allow string literal with suffix
561f7fc7
ESR
1829 beginning with 's' to be parsed as a C++11 user-defined literal.
1830
500f3ed9
RS
18312013-01-14 Richard Sandiford <rdsandiford@googlemail.com>
1832
1833 Update copyright years.
1834
1582c677
PC
18352013-01-04 Paolo Carlini <paolo.carlini@oracle.com>
1836
1837 PR c++/54526 (again)
1838 * lex.c (_cpp_lex_direct): In C++11 mode, implement 2.5 p3, bullet 2.
1839
8ac16127
MG
18402013-01-03 Marc Glisse <marc.glisse@inria.fr>
1841
1842 PR bootstrap/50177
1843 * line-map.c (get_combined_adhoc_loc): Cast from extern "C" type.
1844 (new_linemap): Likewise.
1845 (linemap_enter_macro): Likewise.
1846
f41e5bd1
JJ
18472012-12-03 Jakub Jelinek <jakub@redhat.com>
1848
1849 PR bootstrap/55380
1850 PR other/54691
1851 * files.c (read_file_guts): Allocate extra 16 bytes instead of
1852 1 byte at the end of buf. Pass size + 16 instead of size
1853 to _cpp_convert_input.
1854 * charset.c (_cpp_convert_input): Reallocate if there aren't
1855 at least 16 bytes beyond to.len in the buffer. Clear 16 bytes
1856 at to.text + to.len.
1857
31962032
SE
18582012-11-21 Steve Ellcey <sellcey@mips.com>
1859
1860 PR pch/55399
1861 * files.c (pch_open_file): Fix check for implicit_preinclude.
1862
5dc99c46
SB
18632012-11-16 Simon Baldwin <simonb@google.com>
1864
1865 * include/cpplib.h (struct cpp_options): Add canonical_system_headers.
1866 * files.c (find_file_in_dir): Call maybe_shorter_path() only if
1867 canonical_system_headers is set.
1868 * init.c (cpp_create_reader): Initialize canonical_system_headers.
1869 * configure.ac: Add new --enable-canonical-system-headers.
1870 * configure: Regenerate.
1871 * config.in: Regenerate.
1872
a4a0016d
ESR
18732012-11-09 Ed Smith-Rowland <3dw4rd@verizon.net>
1874
1875 PR c++/54413
1876 * include/cpplib.h (cpp_interpret_float_suffix): Add cpp_reader* arg.
1877 (cpp_interpret_int_suffix): Add cpp_reader* arg.
1878 * init.c (cpp_create_reader): Iitialize new flags.
1879 * expr.c (interpret_float_suffix): Use new flags.
1880 (cpp_interpret_float_suffix): Add cpp_reader* arg.
1881 (interpret_int_suffix): Use new flags.
1882 (cpp_interpret_int_suffix): Add cpp_reader* arg.
1883 (cpp_classify_number): Adjust calls to interpret_x_suffix.
1884
04ce690f
IB
18852012-10-23 Ian Bolton <ian.bolton@arm.com>
1886 Jim MacArthur <jim.macarthur@arm.com>
1887 Marcus Shawcroft <marcus.shawcroft@arm.com>
1888 Nigel Stephens <nigel.stephens@arm.com>
1889 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1890 Richard Earnshaw <rearnsha@arm.com>
1891 Sofiane Naci <sofiane.naci@arm.com>
1892 Stephen Thomas <stephen.thomas@arm.com>
1893 Tejas Belagod <tejas.belagod@arm.com>
1894 Yufeng Zhang <yufeng.zhang@arm.com>
1895
1896 * configure.ac: Enable AArch64.
1897 * configure: Regenerate.
1898
1efcb8c6
JM
18992012-10-23 Joseph Myers <joseph@codesourcery.com>
1900
1901 * files.c (struct _cpp_file): Add implicit_preinclude.
1902 (pch_open_file): Allow a previously opened implicitly included
1903 file.
1904 (_cpp_find_file): Add implicit_preinclude argument. Free file and
1905 do not call open_file_failed if implicit_preinclude. Store
1906 implicit_preinclude value.
1907 (_cpp_stack_include, _cpp_fake_include, _cpp_compare_file_date):
1908 Update calls to _cpp_find_file.
1909 (_cpp_stack_include): Handle IT_DEFAULT.
1910 (cpp_push_default_include): New.
1911 * include/cpplib.h (cpp_push_default_include): Declare.
1912 * init.c (cpp_read_main_file): Update call to _cpp_find_file.
1913 * internal.h (enum include_type): Add IT_DEFAULT.
1914 (_cpp_find_file): Update prototype.
1915
55e7f907
TB
19162012-10-15 Tobias Burnus <burnus@net-b.de>
1917
1918 * files.c (read_file_guts, _cpp_save_file_entries): Free memory
1919 before returning.
1920 * lex.c (warn_about_normalization): Ditto.
1921 * mkdeps.c (deps_save): Ditto.
1922 * pch.c (cpp_valid_state): Ditto.
1923
f591bd8f
FW
19242012-10-04 Florian Weimer <fweimer@redhat.com>
1925
1926 * directives.c (do_pragma_warning_or_error): New.
1927 (do_pragma_warning): New.
1928 (do_pragma_error): New.
1929 (_cpp_init_internal_pragmas): Register new pragmas.
1930
ec6e0399
DC
19312012-09-25 Dehao Chen <dehao@google.com>
1932
1933 PR middle-end/54704
1934 * line-map.c (location_adhoc_data_hash): Fix the hash function.
1935
52187008
DC
19362012-09-25 Dehao Chen <dehao@google.com>
1937
1938 PR middle-end/54645
1939 * include/line-map.h (location_adhoc_data): Move location_adhoc_data
1940 into GC.
1941 (location_adhoc_data_map): Likewise.
1942 (line_maps): Likewise.
1943 (rebuild_location_adhoc_htab): New Function.
1944 * line-map.c (+rebuild_location_adhoc_htab): new Funcion.
1945 (get_combined_adhoc_loc): Move location_adhoc_data into GC.
1946 (location_adhoc_data_fini): Likewise.
1947 (linemap_init): Likewise.
1948 (location_adhoc_data_init): Remove Function.
1949
5368224f
DC
19502012-09-19 Dehao Chen <dehao@google.com>
1951
1952 * include/line-map.h (MAX_SOURCE_LOCATION): New value.
1953 (location_adhoc_data_fini): New.
1954 (get_combined_adhoc_loc): New.
1955 (get_data_from_adhoc_loc): New.
1956 (get_location_from_adhoc_loc): New.
1957 (location_adhoc_data_map): New.
1958 (COMBINE_LOCATION_DATA): New.
1959 (IS_ADHOC_LOC): New.
1960 (expanded_location): New field.
1961 (line_maps): New field.
1962 * line-map.c (location_adhoc_data): New.
1963 (location_adhoc_data_hash): New.
1964 (location_adhoc_data_eq): New.
1965 (location_adhoc_data_update): New.
1966 (get_combined_adhoc_loc): New.
1967 (get_data_from_adhoc_loc): New.
1968 (get_location_from_adhoc_loc): New.
1969 (location_adhoc_data_init): New.
1970 (location_adhoc_data_fini): New.
1971 (linemap_init): Initialize location_adhoc_data.
1972 (linemap_lookup): Change to use new location.
1973 (linemap_ordinary_map_lookup): Likewise.
1974 (linemap_macro_map_lookup): Likewise.
1975 (linemap_macro_map_loc_to_def_point): Likewise.
1976 (linemap_macro_map_loc_unwind_toward_spel): Likewise.
1977 (linemap_get_expansion_line): Likewise.
1978 (linemap_get_expansion_filename): Likewise.
1979 (linemap_location_in_system_header_p): Likewise.
1980 (linemap_location_from_macro_expansion_p): Likewise.
1981 (linemap_macro_loc_to_spelling_point): Likewise.
1982 (linemap_macro_loc_to_def_point): Likewise.
1983 (linemap_macro_loc_to_exp_point): Likewise.
1984 (linemap_resolve_location): Likewise.
1985 (linemap_unwind_toward_expansion): Likewise.
1986 (linemap_unwind_to_first_non_reserved_loc): Likewise.
1987 (linemap_expand_location): Likewise.
1988 (linemap_dump_location): Likewise.
1989 (linemap_line_start): Likewise.
1990
f3d25c65
DS
19912012-05-25 Dodji Seketeli <dodji@redhat.com>
1992
1993 PR preprocessor/53469
1994 * directives.c (do_pragma): Use the virtual location for the
1995 pragma token, instead of its spelling location.
1996
0823efed
DN
19972012-08-14 Diego Novillo <dnovillo@google.com>
1998
1999 Merge from cxx-conversion branch. Configury.
2000
2001 * Makefile.in: Remove all handlers of ENABLE_BUILD_WITH_CXX.
2002 * configure.ac: Likewise.
2003 * configure: Regenerate.
2004
20052012-08-14 Lawrence Crowl <crowl@google.com>
2006
2007 Merge from cxx-conversion branch. New C++ hash table.
2008
2009 * include/symtab.h (typedef struct ht hash_table): Change the typedef
2010 name to cpp_hash_table. Update all users of the typedef.
2011
c0fd3497
LB
20122012-07-30 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2013
2014 * include/line-map.h (line_map_macro): Use the "atomic" GTY option
2015 for the macro_locations field.
2016
d35d1c0f
UB
20172011-06-19 Uros Bizjak <ubizjak@gmail.com>
2018
2019 * lex.c (search_line_sse42): Use __builtin_ia32_loaddqu and
2020 __builtin_ia32_pcmpestri128 instead of asm.
2021
d86d2119
DA
20222012-06-04 Dimitrios Apostolou <jimis@gmx.net>
2023
2024 * line-map.c (linemap_enter_macro): Don't zero max_column_hint in
2025 every macro. This improves performance by reducing the number of
2026 reallocations when track-macro-expansion is on.
2027
7ca643e1
DS
20282012-06-04 Dodji Seketeli <dodji@redhat.com>
2029
2030 PR preprocessor/53463
2031 * line-map.c (linemap_location_in_system_header_p): For built-in
2032 macro tokens, check the first expansion point location that is not
2033 for a token coming from a built-in macro.
2034
7d9641cc
JM
20352012-05-29 Joseph Myers <joseph@codesourcery.com>
2036
2037 * directives.c: Fix typos.
2038 * include/line-map.h: Fix typos.
2039 * line-map.c: Fix typos.
2040 * macro.c: Fix typos.
2041
53a103d3
DS
20422012-05-25 Dodji Seketeli <dodji@redhat.com>
2043
2044 PR bootstrap/53459
2045 * lex.c (search_line_fast): Avoid unused local typedefs to simulate
2046 a static assertion.
2047
828a7f76
DS
20482012-05-29 Dodji Seketeli <dodji@redhat.com>
2049
2050 PR preprocessor/53229
2051 * internal.h (cpp_reader::set_invocation_location): Remove.
2052 (cpp_reader::about_to_expand_macro_p): New member flag.
2053 * directives.c (do_pragma): Remove Kludge as
2054 pfile->set_invocation_location is no more.
2055 * macro.c (cpp_get_token_1): Do away with the use of
2056 cpp_reader::set_invocation_location. Just collect the macro
2057 expansion point when we are about to expand the top-most macro.
2058 Do not override cpp_reader::about_to_expand_macro_p.
2059 This fixes gcc.dg/cpp/paste12.c by making get_token_no_padding
2060 properly handle locations of expansion points.
2061 (cpp_get_token_with_location): Adjust, as
2062 cpp_reader::set_invocation_location is no more.
2063 (paste_tokens): Take a virtual location parameter for
2064 the LHS of the pasting operator. Use it in diagnostics. Update
2065 comments.
2066 (paste_all_tokens): Tighten the assert. Propagate the location of
2067 the expansion point when no virtual locations are available.
2068 Pass the virtual location to paste_tokens.
2069 (in_macro_expansion_p): New static function.
2070 (enter_macro_context): Set the cpp_reader::about_to_expand_macro_p
2071 flag until we really start expanding the macro.
2072
0b2c4be5
DS
20732012-05-16 Dodji Seketeli <dodji@redhat.com>
2074
2075 PR preprocessor/7263
2076 * include/cpplib.h (cpp_classify_number): Take a location
2077 parameter.
2078 * expr.c (SYNTAX_ERROR_AT, SYNTAX_ERROR2_AT): New diagnostic
2079 macros that take a location parameter.
2080 (cpp_classify_number): Take a (virtual) location parameter. Use
2081 it for diagnostics. Adjust comments.
2082 (eval_token): Take a location parameter. Pass it to
2083 cpp_classify_number and to diagnostic routines.
2084 (_cpp_parse_expr): Use virtual locations of tokens when parsing
2085 expressions. Pass a virtual location to eval_token and to
2086 diagnostic routines.
2087
638d2065
TG
20882012-05-10 Tristan Gingold <gingold@adacore.com>
2089
2090 * expr.c (interpret_float_suffix): Add a guard.
2091
3ad64f53
DS
20922012-05-02 Dodji Seketeli <dodji@redhat.com>
2093
2094 Properly initialize cpp_context in destringize_and_run
2095 * directives.c (destringize_and_run): Properly initialize the new
2096 context.
2097 * macro.c (_cpp_pop_context): Assert that we shouldn't try to pop
2098 the initial base context, which has the same life time as the
2099 current instance of cpp_file.
2100
b193dfa8
MLI
21012012-04-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
2102 Dodji Seketeli <dodji@seketeli.org>
2103
3efc2959 2104 PR c++/52974
b193dfa8
MLI
2105 * libcpp/files.c (maybe_shorter_path): New.
2106 (find_file_in_dir): Use it.
2107
4e65a470
DS
21082012-04-30 Dodji Seketeli <dodji@redhat.com>
2109
51fce2d3
DS
2110 Switch -ftrack-macro-expansion=2 on by default.
2111 * init.c (cpp_create_reader): Switch -ftrack-macro-expansion=2 on
2112 by default. Add comments.
2113
c4ca1a09
DS
2114 Strip "<built-in>" loc from displayed expansion context
2115 * include/line-map.h (linemap_unwind_toward_expansion): Fix typo
2116 in comment.
2117 (linemap_unwind_to_first_non_reserved_loc): Declare new function.
2118 * line-map.c (linemap_unwind_to_first_non_reserved_loc): Define
2119 new function.
2120
3600218c
DS
2121 Fix expansion point loc for macro-like tokens
2122 * macro.c (macro_of_context): New static function.
2123 (_cpp_push_token_context, push_extended_tokens_context): If the
2124 macro argument is NULL, it means we are continuing the expansion
2125 of the current macro, if any. Update comments.
2126 (_cpp_pop_context): Re-enable expansion of the macro only when we
2127 are really out of the context of the current expansion.
2128
0ff2b8a0
DS
2129 Fix token pasting with -ftrack-macro-expansion
2130 * macro.c (paste_all_tokens): Put the token resulting from pasting
2131 into an extended token context with -ftrack-macro-location is in
2132 effect.
2133
4e65a470
DS
2134 Fix cpp_sys_macro_p with -ftrack-macro-expansion
2135 * macro.c (cpp_sys_macro_p): Support -ftrack-macro-expansion.
2136
112448b4
DS
21372012-04-29 Dodji Seketeli <dodji@redhat.com>
2138
2139 * lex.c (lex_raw_string): Change C++ style comments into C style
2140 comments.
19a9ba64 2141 (lex_string): Likewise.
112448b4 2142
7f5f5f98
OW
21432012-04-27 Ollie Wild <aaw@google.com>
2144
2145 * include/cpplib.h (struct cpp_options): Add new field,
2146 warn_literal_suffix.
2147 (CPP_W_LITERAL_SUFFIX): New enum.
2148 * init.c (cpp_create_reader): Default initialization of
2149 warn_literal_suffix.
2150 * lex.c (lex_raw_string): Treat user-defined literals which don't
2151 begin with '_' as separate tokens and produce a warning.
2152 (lex_string): Ditto.
2153
1d72e96f
MLI
21542012-04-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
2155
2156 * line-map.c (linemap_resolve_location): Synchronize comments with
2157 those in line-map.h.
2158 * include/line-map.h (linemap_resolve_location): Fix spelling in
2159 comment.
2160
e75b54a2
RE
21612012-03-22 Richard Earnshaw <rearnsha@arm.com>
2162
2163 * lex.c (search_line_fast): Provide Neon-optimized version for ARM.
2164
7888f266
RO
21652012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2166
2167 * lex.c: Remove Solaris 8 reference.
2168
dd552284
WL
21692012-02-14 Walter Lee <walt@tilera.com>
2170
2171 * configure.ac: Require 64-bit hwint for tilegx and tilepro.
2172 * configure: Regenerate.
2173
2c5cbc31
RG
21742012-01-09 Richard Guenther <rguenther@suse.de>
2175
2176 * macro.c (_cpp_builtin_macro_text): Remove unused variable map.
2177
b492b686
GF
21782012-01-09 Gary Funck <gary@intrepid.com>
2179
2180 PR preprocessor/33919
2181 * files.c (_cpp_get_file_name): New. Implement file name
2182 access function.
2183 * internal.h (_cpp_get_file_name): New prototype.
2184 * macro.c (_cpp_builtin_macro_text): Call _cpp_get_file_name()
2185 to use pfile->main_file in lieu of traversing INCLUDED_FROM chain.
2186
75291c57
OH
21872012-01-03 Olivier Hainque <hainque@adacore.com>
2188
2189 * system.h: Prior to #define, #undef fopen and freopen unconditionally.
2190
48b0b196
JM
21912011-12-20 Joseph Myers <joseph@codesourcery.com>
2192
2193 * include/cpplib.h (CLK_GNUC1X): Change to CLK_GNUC11.
2194 (CLK_STDC1X): Change to CLK_STDC11.
2195 * init.c (lang_defaults): Update comments.
2196 (cpp_init_builtins): Update language tests. Use 201112L for C11
2197 __STDC_VERSION__.
2198
4a5e00ca
AS
21992011-12-20 Andreas Schwab <schwab@linux-m68k.org>
2200
2201 * configure: Regenerate.
2202
095af58f
AS
22032011-12-19 Andreas Schwab <schwab@linux-m68k.org>
2204
2205 * configure: Regenerate.
2206
b0c084b7
JJ
22072011-12-07 Jakub Jelinek <jakub@redhat.com>
2208
2209 PR bootstrap/50237
2210 * internal.h (_cpp_init_lexer): New prototype.
2211 * init.c (init_library): Call it.
2212 * lex.c (init_vectorized_lexer): Remove constructor attribute,
2213 add inline keyword.
2214 (HAVE_init_vectorized_lexer): Define.
2215 (_cpp_init_lexer): New function.
2216
9b554be9
DS
22172011-12-03 Dodji Seketeli <dodji@redhat.com>
2218
2219 * macro.c (tokens_buff_remove_last_token)
2220 (tokens_buff_put_token_to): Add an 'inline' function specifier to
2221 the prototype.
2222
8dcf72a8
DN
22232011-11-22 Diego Novillo <dnovillo@google.com>
2224
2225 * include/line-map.h (linemap_dump): Declare.
2226 (line_table_dump): Declare.
2227 * line-map.c (linemap_dump): New.
2228 (line_table_dump): New.
2229
7e74ce3f
ESR
22302011-11-21 Ed Smith-Rowland <3dw4rd@verizon.net>
2231
2232 PR c++/50958
2233 * expr.c (cpp_userdef_char_remove_type): Fix typo.
2234
e9411247
MM
22352011-11-03 Michael Matz <matz@suse.de>
2236
2237 PR bootstrap/50857
2238 * configure.ac: Check for -fno-exceptions -fno-rtti.
2239 * configure: Regenerate.
2240 * Makefile.in (NOEXCEPTION_FLAGS): New flag.
2241 (ALL_CXXFLAGS): Use it.
2242
0c1dace3
PC
22432011-11-02 Paolo Carlini <paolo.carlini@oracle.com>
2244
2245 * internal.h (uxstrdup, ustrchr): Return const unsigned char *.
2246
25339f10
JM
22472011-11-02 Jason Merrill <jason@redhat.com>
2248
2249 PR c++/50810
2250 * configure.ac: Add -Wno-narrowing to warning options.
2251
97e3ad20
JM
22522011-10-31 Jason Merrill <jason@redhat.com>
2253
1fb80b0c
JM
2254 PR libstdc++/1773
2255 * init.c (cpp_init_builtins): Set __cplusplus for C++11.
2256
97e3ad20
JM
2257 PR c++/50920
2258 * include/cpplib.h (enum c_lang): Rename CLK_CXX0X to CLK_CXX11,
2259 CLK_GNUCXX0X to CLK_GNUCXX11.
2260
3ce4f9e4
ESR
22612011-10-26 Ed Smith-Rowland <3dw4rd@verizon.net>
2262
2263 Implement C++11 user-defined literals.
2264 * expr.c: (cpp_interpret_float_suffix, cpp_interpret_int_suffix,
2265 cpp_userdef_string_remove_type, cpp_userdef_string_add_type,
2266 cpp_userdef_char_remove_type, cpp_userdef_char_add_type,
2267 cpp_userdef_string_p, cpp_userdef_char_p, cpp_get_userdef_suffix): New.
2268 (cpp_classify_number): Classify unrecognized tokens as user-defined
2269 literals.
2270 * include/cpplib.h: Add new tokens for user-defined literals.
2271 * init.c: Add new preprocessor flag (cxx11).
2272 * lex.c: (lex_string, lex_raw_string): Handle user-defined literals
2273 including concatenation and promotion with suffixes.
2274
3bb0c8db
DS
22752011-10-24 Dodji Seketeli <dodji@redhat.com>
2276
2277 * line-map.c (linemap_macro_map_lookup): Fix logic.
2278
84756fd4
DS
22792011-10-24 Dodji Seketeli <dodji@redhat.com>
2280
2281 * include/line-map.h (linemap_expand_location): Take a line table
2282 parameter. Update comment.
2283 (linemap_resolve_location): Update comment.
2284 (linemap_expand_location_full): Remove.
2285 * line-map.c (linemap_resolve_location): Handle reserved
2286 locations; return a NULL map in those cases.
2287 (linemap_expand_location): If location is reserved, return a
2288 zeroed expanded location. Update comment. Take a line table to
2289 assert that the function takes non-virtual locations only.
2290 (linemap_expand_location_full): remove.
2291 (linemap_dump_location): Handle the fact that
2292 linemap_resolve_location can return NULL line maps when the
2293 location resolves to a reserved location.
2294
2295 * line-map.c (linemap_macro_map_lookup): Fix logic.
2296
ad2305ad
DS
22972011-10-22 Dodji Seketeli <dodji@redhat.com>
2298
2299 PR bootstrap/50778
2300 * include/internal.h (_cpp_remaining_tokens_num_in_context): Take the
2301 context to act upon.
2302 * lex.c (_cpp_remaining_tokens_num_in_context): Likewise. Update
2303 comment.
2304 (cpp_token_from_context_at): Likewise.
2305 (cpp_peek_token): Use the context to peek tokens from.
2306
cbbcf655
DS
23072011-10-20 Dodji Seketeli <dodji@redhat.com>
2308
2309 PR bootstrap/50801
2310 * lex.c (_cpp_remaining_tokens_num_in_context): Fix computation of
2311 number of tokens.
2312
d17687f6
DS
23132011-10-18 Dodji Seketeli <dodji@redhat.com>
2314
2315 PR bootstrap/50760
2316 * include/line-map.h (struct linemap_stats): Change the type of
19a9ba64 2317 the members from size_t to long.
d17687f6 2318 * macro.c (macro_arg_token_iter_init): Unconditionally initialize
19a9ba64 2319 iter->location_ptr.
d17687f6 2320
411f92de
DS
23212011-10-17 Dodji Seketeli <dodji@redhat.com>
2322
2323 * line-map.c (linemap_macro_map_loc_to_exp_point): Avoid setting a
19a9ba64
AM
2324 variable without using it if ENABLE_CHECKING is not defined. Mark
2325 the LOCATION parameter as being unused.
411f92de 2326
b9bd6f74
TT
23272011-10-15 Tom Tromey <tromey@redhat.com>
2328 Dodji Seketeli <dodji@redhat.com>
2329
2330 * include/line-map.h (struct line_maps::alloced_size_for_request):
2331 New member.
2332 * line-map.c (new_linemap): Use set->alloced_size_for_request to
2333 get the actual allocated size of line maps.
2334
64a1a422
TT
23352011-10-15 Tom Tromey <tromey@redhat.com>
2336 Dodji Seketeli <dodji@redhat.com>
2337
2338 * line-map.h (struct linemap_stats): Declare new struct.
2339 (linemap_get_statistics): Declare ...
2340 * line-map.c (linemap_get_statistics): ... new function.
2341 * macro.c (num_expanded_macros_counter, num_macro_tokens_counter):
2342 Declare new counters.
2343 (enter_macro_context, replace_args): Update
2344 num_macro_tokens_counter.
2345 (cpp_get_token_1): Update num_expanded_macros_counter.
2346
847e697a
TT
23472011-10-15 Tom Tromey <tromey@redhat.com>
2348 Dodji Seketeli <dodji@redhat.com>
2349
2350 * include/cpplib.h (struct cpp_options)<debug>: New struct member.
2351 * include/line-map.h (linemap_dump_location): Declare ...
2352 * line-map.c (linemap_dump_location): ... new function.
2353
92582b75
TT
23542011-10-15 Tom Tromey <tromey@redhat.com>
2355 Dodji Seketeli <dodji@redhat.com>
2356
2357 * include/cpplib.h (struct cpp_options)<track_macro_expansion>:
2358 New option.
2359 * internal.h (struct macro_context): New struct.
2360 (enum context_tokens_kind): New enum.
2361 (struct cpp_context)<tokens_kind>: New member of type enum
2362 context_tokens_kind.
2363 (struct cpp_context)<macro>: Remove this. Replace it with an enum
2364 of macro and macro_context.
2365 (struct cpp_context)<direct_p>: Remove.
2366 (_cpp_remaining_tokens_num_in_context): Declare new function.
2367 * directives.c (destringize_and_run): Adjust.
2368 * lex.c (_cpp_remaining_tokens_num_in_context)
2369 (_cpp_token_from_context_at): Define new functions
2370 (cpp_peek_token): Use them.
2371 * init.c (cpp_create_reader): Initialize the base context to zero.
2372 (_cpp_token_from_context_at): Define new static function.
2373 (cpp_peek_token): Use new _cpp_remaining_tokens_num_in_context and
2374 _cpp_token_from_context_at.
2375 * macro.c (struct macro_arg)<virt_locs, expanded_virt_locs>: New
2376 members.
2377 (enum macro_arg_token_kind): New enum.
2378 (struct macro_arg_token_iter): New struct.
2379 (maybe_adjust_loc_for_trad_cpp, push_extended_tokens_context)
2380 (alloc_expanded_arg_mem, ensure_expanded_arg_room)
2381 (delete_macro_args, set_arg_token, get_arg_token_location)
2382 (arg_token_ptr_at, macro_arg_token_iter_init)
2383 (macro_arg_token_iter_get_token)
2384 (macro_arg_token_iter_get_location, macro_arg_token_iter_forward)
2385 (expanded_token_index, tokens_buff_new, tokens_buff_count)
2386 (tokens_buff_last_token_ptr, tokens_buff_put_token_to)
2387 (tokens_buff_add_token, tokens_buff_remove_last_token)
2388 (reached_end_of_context, consume_next_token_from_context): New
2389 static functions.
2390 (cpp_get_token_1): New static function. Split and extended from
2391 cpp_get_token. Use reached_end_of_context and
2392 consume_next_token_from_context. Unify its return point. Move
2393 the location tweaking from cpp_get_token_with_location in here.
2394 (cpp_get_token): Use cpp_get_token_1
2395 (stringify_arg): Use the new arg_token_at.
2396 (paste_all_tokens): Support tokens coming from extended tokens
2397 contexts.
2398 (collect_args): Return the number of collected arguments, by
2399 parameter. Store virtual locations of tokens that constitute the
2400 collected args.
2401 (funlike_invocation_p): Return the number of collected arguments,
2402 by parameter.
2403 (enter_macro_context): Add a parameter for macro expansion point.
2404 Pass it to replace_args and to the "used" cpp callback. Get the
2405 number of function-like macro arguments from funlike_invocation_p,
2406 pass it to the new delete_macro_args to free the memory used by
2407 macro args. When -ftrack-macro-expansion is in effect, for macros
2408 that have no arguments, create a macro map for the macro expansion
2409 and use it to allocate proper virtual locations for tokens
2410 resulting from the expansion. Push an extended tokens context
2411 containing the tokens resulting from macro expansion and their
2412 virtual locations.
2413 (replace_args): Rename the different variables named 'count' into
2414 variables with more meaningful names. Create a macro map;
2415 allocate virtual locations of tokens resulting from this
2416 expansion. Use macro_arg_token_iter to iterate over tokens of a
2417 given macro. Handle the case of the argument of
2418 -ftrack-macro-expansion being < 2. Don't free macro arguments
2419 memory resulting from expand_arg here, as these are freed by the
2420 caller of replace_arg using delete_macro_args now. Push extended
2421 token context.
2422 (next_context, push_ptoken_context, _cpp_push_token_context)
2423 (_cpp_push_text_context): Properly initialize the context.
2424 (expand_arg): Use the new alloc_expanded_arg_mem,
2425 push_extended_tokens_context, cpp_get_token_1, and set_arg_token.
2426 (_cpp_pop_context): Really free the memory held by the context.
2427 Handle freeing memory used by extended tokens contexts.
2428 (cpp_get_token_with_location): Use cpp_get_token_1.
2429 (cpp_sys_macro_p): Adjust.
2430 (_cpp_backup_tokens): Support the new kinds of token contexts.
2431 * traditional.c (recursive_macro): Adjust.
2432
46427374
TT
24332011-10-15 Tom Tromey <tromey@redhat>
2434 Dodji Seketeli <dodji@redhat.com>
2435
2436 * include/line-map.h (enum lc_reason)<LC_ENTER_MACRO>: New enum
2437 member.
2438 (MAX_SOURCE_LOCATION): New constant.
2439 (struct line_map_ordinary, struct line_map_macro): New structs.
19a9ba64 2440 (struct line_map): Turn this into a union of the two above. Add
46427374
TT
2441 comments.
2442 (struct maps_info): New struct.
2443 (struct line_maps)<info_ordinary, info_macro>: Two new fields.
2444 These now carry the map information that was previously scattered
2445 in struct line_maps.
2446 (struct map_info::allocated): Fix comment.
2447 (MAP_START_LOCATION, ORDINARY_MAP_FILE_NAME)
2448 (ORDINARY_MAP_STARTING_LINE_NUMBER)
2449 (ORDINARY_MAP_INCLUDER_FILE_INDEX)
2450 (ORDINARY_MAP_IN_SYSTEM_HEADER_P)
2451 (ORDINARY_MAP_NUMBER_OF_COLUMN_BITS, MACRO_MAP_MACRO)
2452 (MACRO_MAP_NUM_MACRO_TOKENS MACRO_MAP_LOCATIONS)
2453 (MACRO_MAP_EXPANSION_POINT_LOCATION)
2454 (LOCATION_POSSIBLY_IN_MACRO_MAP_P, LINEMAPS_MAP_INFO)
2455 (LINEMAPS_MAPS, LINEMAPS_ALLOCATE, LINEMAPS_USED, LINEMAPS_CACHE)
2456 (LINEMAPS_LAST_MAP, LINEMAPS_LAST_ALLOCATED_MAP)
2457 (LINEMAPS_ORDINARY_MAPS, LINEMAPS_ORDINARY_ALLOCATED)
2458 (LINEMAPS_ORDINARY_USED, LINEMAPS_ORDINARY_CACHE)
2459 (LINEMAPS_LAST_ORDINARY_MAP, LINEMAPS_LAST_ALLOCATED_ORDINARY_MAP)
2460 (LINEMAPS_MACRO_MAPS, LINEMAPS_MACRO_ALLOCATED)
2461 (LINEMAPS_MACRO_USED, LINEMAPS_MACRO_CACHE)
2462 (LINEMAPS_LAST_MACRO_MAP, LINEMAPS_LAST_ALLOCATED_MACRO_MAP)
2463 (LINEMAPS_MAP_AT, LINEMAPS_ORDINARY_MAP_AT)
2464 (LINEMAPS_MACRO_MAP_AT): New accessors for ordinary and macro map
2465 information.
2466 (linemap_check_ordinary, linemap_assert)
2467 (linemap_location_before_p): New macros.
2468 (linemap_position_for_line_and_column)
2469 (linemap_tracks_macro_expansion_locs_p, linemap_add_macro_token)
2470 (linemap_macro_expansion_map_p)
2471 (linemap_macro_map_loc_to_def_point)
2472 (linemap_macro_map_loc_unwind_once)
2473 (linemap_macro_map_loc_to_exp_point, linemap_step_out_once)
2474 (linemap_get_source_line linemap_get_source_column)
2475 (linemap_map_get_macro_name, linemap_get_file_path)
2476 (linemap_location_in_system_header_p)
2477 (linemap_location_from_macro_expansion_p): Declare new functions.
2478 (SOURCE_LINE, SOURCE_COLUMN, LAST_SOURCE_LINE_LOCATION)
2479 (LINEMAP_FILE, LINEMAP_LINE, LINEMAP_SYSP): Assert that this
2480 accessors act on ordinary maps only.
2481 (INCLUDED_FROM): Return NULL for main files; use the new
2482 accessors.
2483 (LINEMAP_POSITION_FOR_COLUMN): Use the new accessors.
2484 (struct expanded_location): Move here from gcc/input.h
2485 (linemap_resolve_location, linemap_expand_location)
2486 (linemap_expand_location_full): Declare new functions.
2487 * line-map.c: Include cpplib.h, internal.h
2488 (linemap_enter_macro, linemap_add_macro_token)
2489 (linemap_get_expansion_line, linemap_get_expansion_filename): New
2490 functions that are private to libcpp.
2491 (linemap_assert): New macro.
2492 (linemap_macro_loc_to_exp_point, linemap_macro_loc_to_exp_point)
2493 (linemap_macro_loc_unwind, linemap_macro_map_loc_to_def_point)
2494 (linemap_macro_map_loc_unwind_toward_spelling)
2495 (linemap_macro_map_loc_to_exp_point)
2496 (first_map_in_common_1, first_map_in_common): New static
2497 functions.
2498 (new_linemap): Define new static functions. Extracted and
2499 enhanced from ...
2500 (linemap_add): ... here. Use linemap_assert in lieu of abort
2501 previously.
2502 (linemap_tracks_macro_expansion_locs_p)
2503 (linemap_add_macro_token, linemap_macro_expansion_map_p)
2504 (linemap_check_ordinary, linemap_macro_map_loc_to_exp_point)
2505 (linemap_macro_map_loc_to_def_point)
2506 (linemap_macro_map_loc_unwind_once)
2507 (linemap_step_out_once, linemap_map_get_index)
2508 (linemap_get_source_line,linemap_get_source_column)
2509 (linemap_get_file_path, linemap_map_get_macro_name)
2510 (linemap_location_in_system_header_p)
2511 (linemap_location_originated_from_system_header_p)
2512 (linemap_location_from_macro_expansion_p)
2513 (linemap_tracks_macro_expansion_locs_p)
2514 (linemap_resolve_location, linemap_expand_location)
2515 (linemap_expand_location_full)
2516 (linemap_tracks_macro_expansion_locs_p)
2517 (linemap_position_for_line_and_column, linemap_compare_locations):
2518 Define new public functions.
2519 (linemap_init): Initialize ordinary and macro maps information in
2520 the map set.
2521 (linemap_check_files_exited): Use the new accessors.
2522 (linemap_free): Remove this dead code.
2523 (linemap_line_start): Assert this uses an ordinary map. Adjust to
2524 use the new ordinary map accessors and data structures. Don't
2525 overflow past the lowest possible macro token's location.
2526 (linemap_position_for_column): Assert the ordinary maps of the map
2527 set are really ordinary. Use ordinary map accessors.
2528 (linemap_lookup): Keep the same logic but generalize to allow
2529 lookup of both ordinary and macro maps. Do not crash when called
2530 with an empty line table.
2531 * directives-only.c (_cpp_preprocess_dir_only): Adjust to use the
2532 new API of line-map.h.
2533 * directives.c (start_directive, do_line, do_linemarker)
2534 (do_linemarker): Likewise.
2535 * files.c (_cpp_find_file, _cpp_stack_include, open_file_failed)
2536 (make_cpp_dir, cpp_make_system_header): Likewise.
2537 * init.c (cpp_read_main_file): Likewise.
2538 * internal.h (CPP_INCREMENT_LINE): Likewise.
2539 (linemap_enter_macro, linemap_add_macro_token)
2540 (linemap_get_expansion_line, linemap_get_expansion_filename): New
2541 functions private to libcpp.
2542 * lex.c (_cpp_process_line_notes, _cpp_skip_block_comment)
2543 (skip_line_comment, skip_whitespace, lex_raw_string)
2544 (_cpp_lex_direct): Likewise.
2545 * macro.c (_cpp_builtin_macro_text): Likewise.
2546 (_cpp_aligned_alloc): Initialize the new name member of the macro.
2547 * traditional.c (copy_comment, _cpp_scan_out_logical_line):
2548 Likewise.
2549 * errors.c (cpp_diagnostic): Adjust to new linemap API.
2550
892a371f
DS
25512011-08-28 Dodji Seketeli <dodji@redhat.com>
2552
2553 * line-map.c (linemap_add): Assert that reason must not be
2554 LC_RENAME when called for the first time on a "main input file".
2555
e3dfef44
GC
25562011-08-22 Gabriel Charette <gchare@google.com>
2557
2558 * init.c (cpp_create_reader): Inititalize forced_token_location_p.
2559 * internal.h (struct cpp_reader): Add field forced_token_location_p.
2560 * lex.c (_cpp_lex_direct): Use forced_token_location_p.
2561 (cpp_force_token_locations): New.
2562 (cpp_stop_forcing_token_locations): New.
2563
32fe396e
RO
25642011-08-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2565
2566 PR libstdc++/1773
2567 * init.c (cpp_init_builtins): Define __cplusplus 19971L.
2568
7c1ffff9
JM
25692011-08-18 Joseph Myers <joseph@codesourcery.com>
2570
2571 * include/cpplib.h (struct cpp_options): Fix typo.
2572
a48e3dd1
JM
25732011-08-18 Joseph Myers <joseph@codesourcery.com>
2574
2575 * include/cpplib.h (struct cpp_options): Add rliterals.
2576 * init.c (struct lang_flags, lang_defaults): Add rliterals.
2577 (cpp_set_lang): Set rliterals option.
2578 (cpp_init_builtins): Define __STDC_UTF_16__ and __STDC_UTF_32__.
2579 * lex.c (_cpp_lex_direct): Only accept raw strings if rliterals.
2580
3f6ced10
GC
25812011-08-15 Gabriel Charette <gchare@google.com>
2582
2583 * include/line-map.h (LINEMAP_POSITION_FOR_COLUMN): Remove.
2584 Update all users to use linemap_position_for_column instead.
2585
0681d04c
GC
25862011-07-28 Gabriel Charette <gchare@google.com>
2587
2588 * include/line-map.h (struct line_maps):
2589 Remove unused field last_listed. Update all users.
2590
5e9627ca
L
25912011-07-28 H.J. Lu <hongjiu.lu@intel.com>
2592
2593 * configure.ac: Set need_64bit_hwint to yes for x86 targets.
2594 * configure: Regenerated.
2595
a024b70f
RO
25962011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2597
2598 * system.h [__cplusplus]: Wrap C function declarations in extern "C".
2599
5b6d595b
RO
26002011-07-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2601 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2602
2603 PR bootstrap/49794
2604 * configure.ac: Test AM_ICONV with CXX.
2605 * configure: Regenerate.
2606 * system.h (HAVE_DESIGNATED_INITIALIZERS): Never define for C++.
2607
d0a9fbe1
DS
26082011-07-15 Dodji Seketeli <dodji@redhat.com>
2609
2610 * directives.c (struct if_stack): Use source_location as type
2611 here.
2612 * include/cpplib.h (struct cpp_callbacks)<include, define, undef,
2613 indent, def_pragma, used_define, used_undef>: Properly use
2614 source_location as parameter type, rather than unsigned int.
2615
fbdd5d87
RO
26162011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2617
2618 PR target/39150
2619 * configure.ac (host_wide_int): Handle x86_64-*-solaris2.1[0-9]
2620 like i[34567]86-*-solaris2.1[0-9]*.
2621 * configure: Regenerate.
2622
8787a05a
JM
26232011-06-16 Jason Merrill <jason@redhat.com>
2624
2625 PR c++/45399
2626 * lex.c (lex_raw_string): Don't check for embedded NUL.
2627
38fbfaf6
DS
26282011-06-06 Dodji Seketeli <dodji@redhat.com>
2629
2630 PR preprocessor/48532
2631 * directives.c (do_pragma): Don't forget the invocation location
2632 when parsing the pragma name of a namespaced pragma directive.
2633
fc0993ac
JT
26342011-05-29 John Tytgat <John.Tytgat@aaug.net>
2635
2636 * files.c (read_file_guts): Add test on non-zero value of S_ISREG.
2637
ef230b38
UB
26382011-05-22 Uros Bizjak <ubizjak@gmail.com>
2639
2640 PR target/49104
2641 * lex.c (init_vectorized_lexer): Do not set "minimum" when __3dNOW_A__
2642 is defined. Check bit_MMXEXT and bit_CMOV to use search_line_mmx.
2643
e5b0dad8
JK
26442011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2645
2646 * system.h (ENUM_BITFIELD): Remove.
2647
6cfae070
JJ
26482011-04-24 Jakub Jelinek <jakub@redhat.com>
2649
2650 PR preprocessor/48740
2651 * lex.c (lex_raw_string): When raw string ends with
2652 ??) followed by raw prefix and ", ensure it is preprocessed
2653 with ??) rather than ??].
2654
04695783
JM
26552011-04-20 Jim Meyering <meyering@redhat.com>
2656
2657 * files.c (destroy_cpp_file): Remove useless if-before-free.
2658 * init.c (cpp_destroy): Likewise.
2659 * macro.c (replace_args): Likewise.
2660 * pch.c (cpp_valid_state): Likewise.
2661
4489800d
KT
26622011-03-25 Kai Tietz <ktietz@redhat.com>
2663
2664 * files.c (file_hash_eq): Use filename_cmp
2665 instead of strcmp.
2666 (nonexistent_file_hash_eq): Likewise.
2667 (remap_filename): Likewise.
2668 Handle absolute DOS-path,
2669 (append_file_to_dir): Check for IS_DIR_SEPARATOR
2670 instead of slash.
2671 (read_name_map): Likewise.
2672 * linemap.c (linemap_add): Use filename_cmp
2673 instead of strcmp.
2674 * mkdeps.c (apply_vpath): Use filename_ncmp
2675 instead of strncmp.
2676 (deps_restore): Use filename_cmp instead of
2677 strcmp.
2678 * init.c (read_original_directory): Use
2679 IS_DIR_SEPARATOR instead of checking for slash.
2680
f3c33d9d
MM
26812011-03-21 Michael Meissner <meissner@linux.vnet.ibm.com>
2682
2683 PR preprocessor/48192
2684 * directives.c (do_ifdef): Do not consider conditional macros as
2685 being defined.
2686 (do_ifndef): Ditto.
2687 * expr.c (parse_defined): Ditto.
2688
01956319
RH
26892011-03-18 Richard Henderson <rth@redhat.com>
2690
2691 PR bootstrap/45381
2692 * lex.c [ALTIVEC] (search_line_fast): Require gcc version 4.5.
2693
c5a62c6f 26942011-11-04 Eric Botcazou <ebotcazou@adacore.com>
19a9ba64 2695 Jakub Jelinek <jakub@redhat.com>
c5a62c6f
EB
2696
2697 PR preprocessor/39213
2698 * directives.c (end_directive): Call _cpp_remove_overlay for deferred
2699 pragmas as well in traditional mode.
2700
0e1a989c
ILT
27012010-11-17 Ian Lance Taylor <iant@google.com>
2702
2703 PR bootstrap/45538
2704 * configure.ac: Use AC_USE_SYSTEM_EXTENSIONS. Remove switch of
2705 AC_LANG based on ENABLE_BUILD_WITH_CXX.
2706
651a20b5
KT
27072010-11-16 Kai Tietz <kai.tietz@onevision.com>
2708
2709 PR preprocessor/17349
2710 * lex.c (save_comment): Handle in argument passing c++
2711 comments special.
2712
480767a9
ILT
27132010-11-02 Ian Lance Taylor <iant@google.com>
2714
2715 * configure.ac: Use AC_SYS_LARGEFILE.
2716 * configure: Rebuild.
2717 * config.in: Rebuild.
2718
078419c9 27192010-10-19 Basile Starynkevitch <basile@starynkevitch.net>
480767a9 2720
078419c9
BS
2721 * line-map.h (source_location): Remove obsolete comment
2722 mentioning location_s.
2723
d6874138
KT
27242010-09-29 Kai Tietz <kai.tietz@onevision.com>
2725
2726 PR preprocessor/45362
2727 * directives.c (cpp_pop_definition): Make static.
2728 (do_pragma_push_macro): Reworked to store text
2729 definition.
2730 (do_pragma_pop_macro): Add free text definition.
2731 (cpp_push_definition): Removed.
2732 * include/cpplib.h (cpp_push_definition): Removed.
2733 (cpp_pop_definition): Likewise.
2734 * internal.h (def_pragma_macro): Remove member 'value'
2735 and add new members 'definition', 'line',
2736 'syshdr', 'sued' and 'is_undef'.
2737 * pch.c (_cpp_restore_pushed_macros): Rework to work
2738 on text definition and store additional macro flags.
2739 (_cpp_save_pushed_macros): Likewise.
2740
e3339d0f
JM
27412010-09-29 Joseph Myers <joseph@codesourcery.com>
2742
2743 * include/cpplib.h (cpp_options): Rename warn_deprecated,
2744 warn_traditional, warn_long_long and pedantic.
2745 * directives.c (directive_diagnostics, _cpp_handle_directive):
2746 Update names of cpp_options members.
2747 * expr.c (cpp_classify_number, eval_token): Update names of
2748 cpp_options members.
2749 * init.c (cpp_create_reader, post_options): Update names of
2750 cpp_options members.
2751 * internal.h (CPP_PEDANTIC, CPP_WTRADITIONAL): Update names of
2752 cpp_options members.
2753 * macro.c (parse_params): Update names of cpp_options members.
2754
128465e6
ILT
27552010-09-15 Ian Lance Taylor <iant@google.com>
2756
2757 * init.c: Fix type name in comment.
2758
a69d2520
JJ
27592010-08-31 Jakub Jelinek <jakub@redhat.com>
2760
2761 PR preprocessor/45457
2762 * expr.c (parse_defined): Call pfile->cb.user_builtin_macro hook if
2763 needed.
2764 * directives.c (do_ifdef, do_ifndef): Likewise.
2765
707bcb7a
RO
27662010-08-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2767
2768 * system.h [HAVE_INTTYPES_H]: Include inttypes.h.
2769
6f173e52
RH
27702010-08-24 Richard Henderson <rth@redhat.com>
2771
2772 PR bootstrap/45376
2773 * configure.ac (HAVE_SSE4): New check.
2774 * configure, config.in: Rebuild.
2775 * lex.c (search_line_sse42): Omit if !HAVE_SSE4.
2776
789d73cb
RO
27772010-08-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2778
2779 * lex.c [__sun__ && __svr4__]: Disable init_vectorized_lexer
2780 etc. on Solaris 2/x86.
2781
246a2fcb
RH
27822010-08-21 Richard Henderson <rth@redhat.com>
2783 Andi Kleen <ak@linux.intel.com>
2784 David S. Miller <davem@davemloft.net>
2785
2786 * configure.ac (AC_C_BIGENDIAN, AC_TYPE_UINTPTR_T): New tests.
2787 (ssize_t): Check via AC_TYPE_SSIZE_T instead of AC_CHECK_TYPE.
2788 (ptrdiff_t): Check via AC_CHECK_TYPE.
2789 * config.in, configure: Rebuild.
2790 * system.h: Include stdint.h, if available.
2791 * lex.c (WORDS_BIGENDIAN): Provide default.
2792 (acc_char_mask_misalign, acc_char_replicate, acc_char_cmp,
2793 acc_char_index, search_line_acc_char, repl_chars, search_line_mmx,
2794 search_line_sse2, search_line_sse42, init_vectorized_lexer,
2795 search_line_fast): New.
2796 (_cpp_clean_line): Use search_line_fast. Restructure the fast
2797 loop to make it clear when we're leaving the loop. Stay in the
2798 fast loop for non-trigraph '?'.
2799
8e680db5
JJ
28002010-06-11 Jakub Jelinek <jakub@redhat.com>
2801
2802 * include/cpplib.h (struct cpp_callbacks): Add user_builtin_macro
2803 callback.
2804 (enum cpp_builtin_type): Add BT_FIRST_USER and BT_LAST_USER.
2805 (cpp_macro_definition): Remove const qual from second argument.
2806 * macro.c (enter_macro_context): Call user_builtin_macro callback for
2807 NODE_BUILTIN !NODE_USED macros.
2808 (warn_of_redefinition): Likewise. Remove const qual from second
2809 argument.
2810 (cpp_macro_definition): Likewise.
2811 * pch.c (write_macdef, save_macros): Call user_builtin_macro callback
2812 for NODE_BUILTIN !NODE_USED macros.
2813
1cb42611
JM
28142010-06-10 Joseph Myers <joseph@codesourcery.com>
2815
2816 * include/cpplib.h (struct cpp_options): Remove show_column.
2817 * init.c (cpp_create_reader, post_options): Don't set show_column.
2818
ff5dfc48
JR
28192010-06-09 Joern Rennecke <joern.rennecke@embecosm.com>
2820
2821 PR bootstrap/44432
2822 * configure.ac: Before using ZW_PROG_COMPILER_DEPENDENCIES for C++,
2823 check that C++ compiler works.
2824 * configure: Regenerate.
2825
a9429e29
LB
28262010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2827
2828 * include/symtab.h (ht_identifier_ptr): New.
2829
c3f247f4
RW
28302010-06-03 Joern Rennecke <joern.rennecke@embecosm.com>
2831 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2832
2833 PR bootstrap/42798
2834 * configure.ac: Check for declaration of 'basename(char *)'.
2835 * configure: Regenerate.
2836 * config.in: Regenerate.
2837
2778d766
JM
28382010-04-25 Joseph Myers <joseph@codesourcery.com>
2839
2840 * include/cpplib.h (enum c_lang): Add CLK_GNUC1X and CLK_STDC1X.
2841 * init.c (lang_defaults): Add entries for new language variants.
2842 (cpp_init_builtins): Define __STDC_VERSION__ to 201000L for C1X
2843 variants.
2844
d8a12e84
MLI
28452010-04-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
2846
2847 PR cpp/43195
2848 * files.c (report_missing_guard): Test for #pragma once.
2849
87cf0651
SB
28502010-04-07 Simon Baldwin <simonb@google.com>
2851
2852 * directives.c (do_diagnostic): Add warning reason argument,
2853 call appropriate error reporting function for code.
2854 (directive_diagnostics): Call specific warning functions with
2855 warning reason where appropriate.
2856 (do_error, do_warning, do_pragma_dependency): Add warning reason
2857 argument to do_diagnostic calls.
2858 * macro.c (_cpp_warn_if_unused_macro, enter_macro_context,
2859 _cpp_create_definition): Call specific warning functions with
2860 warning reason where appropriate.
2861 * Makefile.in: Add new diagnostic functions to gettext translations.
2862 * include/cpplib.h (struct cpp_callbacks): Add warning reason code
2863 to error callback.
2864 (CPP_DL_WARNING, CPP_DL_WARNING_SYSHDR, CPP_DL_PEDWARN, CPP_DL_ERROR,
2865 CPP_DL_ICE, CPP_DL_NOTE, CPP_DL_FATAL): Replace macros with enums.
2866 (CPP_W_NONE, CPP_W_DEPRECATED, CPP_W_COMMENTS,
2867 CPP_W_MISSING_INCLUDE_DIRS, CPP_W_TRIGRAPHS, CPP_W_MULTICHAR,
2868 CPP_W_TRADITIONAL, CPP_W_LONG_LONG, CPP_W_ENDIF_LABELS,
2869 CPP_W_NUM_SIGN_CHANGE, CPP_W_VARIADIC_MACROS,
2870 CPP_W_BUILTIN_MACRO_REDEFINED, CPP_W_DOLLARS, CPP_W_UNDEF,
2871 CPP_W_UNUSED_MACROS, CPP_W_CXX_OPERATOR_NAMES, CPP_W_NORMALIZE,
2872 CPP_W_INVALID_PCH, CPP_W_WARNING_DIRECTIVE): New enums for cpp
2873 warning reason codes.
2874 (cpp_warning, cpp_pedwarning, cpp_warning_syshdr,
2875 cpp_warning_with_line, cpp_pedwarning_with_line,
2876 cpp_warning_with_line_syshdr): New specific error reporting functions.
2877 * pch.c (cpp_valid_state): Call specific warning functions with
2878 warning reason where appropriate.
2879 * errors.c (cpp_diagnostic, cpp_diagnostic_with_line): New central
2880 diagnostic handlers.
2881 (cpp_warning, cpp_pedwarning, cpp_warning_syshdr,
2882 cpp_warning_with_line, cpp_pedwarning_with_line,
2883 cpp_warning_with_line_syshdr): New specific error reporting functions.
2884 * expr.c (cpp_classify_number, eval_token, num_unary_op): Call
2885 specific warning functions with warning reason where appropriate.
2886 * lex.c (_cpp_process_line_notes, _cpp_skip_block_comment,
2887 warn_about_normalization, lex_identifier_intern, lex_identifier,
2888 _cpp_lex_direct): Ditto.
2889 * charset.c (_cpp_valid_ucn, convert_hex, convert_escape,
2890 narrow_str_to_charconst): Ditto.
2891
d947ada0
JJ
28922010-04-06 Jakub Jelinek <jakub@redhat.com>
2893
2894 PR preprocessor/43642
2895 * lex.c (lex_raw_string): Change type of TYPE variable to
2896 unsigned char.
2897
4d9e8446
RW
28982010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2899
2900 * aclocal.m4: Regenerate.
2901
52150625
JM
29022010-03-29 Jason Merrill <jason@redhat.com>
2903
00a81b8b
JM
2904 More N3077 raw string changes
2905 * charset.c (cpp_interpret_string): Don't transform UCNs in raw
2906 strings.
2907 * lex.c (bufring_append): Split out from...
2908 (lex_raw_string): ...here. Undo trigraph and line splicing
2909 transformations. Do process line notes in multi-line literals.
2910 (_cpp_process_line_notes): Ignore notes that were already handled.
2911
52150625
JM
2912 Some raw string changes from N3077
2913 * charset.c (cpp_interpret_string): Change inner delimiters to ().
2914 * lex.c (lex_raw_string): Likewise. Also disallow '\' in delimiter.
2915
709d7160
JJ
29162010-02-11 Jakub Jelinek <jakub@redhat.com>
2917
2918 * init.c (read_original_filename): Don't call read_original_directory
2919 if _cpp_handle_directive returns 0.
2920
dadab4fd
JM
29212010-01-01 Joseph Myers <joseph@codesourcery.com>
2922
2923 PR preprocessor/41947
2924 * expr.c (cpp_classify_number): Give error for hexadecimal
2925 floating-point constant with no digits before or after point.
2926
3de8a540
AC
29272009-11-20 Arnaud Charlet <charlet@adacore.com>
2928
2929 * macro.c (enter_macro_context): Call cb.used callback if defined.
2930 * directives.c (do_idef, do_ifndef): Ditto.
2931 * include/cpplib.h (struct cpp_callbacks): Add used callback.
2932
17e7cb85
KT
29332009-11-11 Kai Tietz <kai.tietz@onevision.com>
2934
2935 * directives.c (do_pragma_push_macro): New pragma handler.
2936 (do_pragma_pop_macro): Likewise.
2937 (_cpp_init_internal_pragmas): Add push_macro and
2938 pop_macro handler to internal pragmas.
2939 (lex_macro_node_from_str): Removed.
2940 (cpp_push_definition): Replace lex_macro_node_from_str
2941 by _cpp_lex_identifier.
2942 (cpp_pop_definition): Likewise.
2943 * internal.h (_cpp_lex_identifier): New prototype.
2944 (def_pragma_macro): New structure.
2945 (cpp_reader): New member pushed_macros.
2946 * lex.c (_cpp_lex_identifier): New function.
2947 (lex_identifier_intern): New function.
2948 * init.c (cpp_create_reader): Initialize pushed_macros
2949 member.
2950 (cpp_destroy): Free elements in pushed_macros member.
2951 * pch.c (_cpp_save_pushed_macros): New function.
2952 (_cpp_restore_pushed_macros): Likewise.
2953 (_cpp_restore_pushed_macros): Use _cpp_save_pushed_macros.
2954 (cpp_read_state): Use _cpp_restore_pushed_macros.
2955
2c6e3f55
JJ
29562009-10-19 Jakub Jelinek <jakub@redhat.com>
2957
2958 * charset.c (cpp_init_iconv): Initialize utf8_cset_desc.
2959 (_cpp_destroy_iconv): Destroy utf8_cset_desc, char16_cset_desc
2960 and char32_cset_desc.
2961 (converter_for_type): Handle CPP_UTF8STRING.
2962 (cpp_interpret_string): Handle CPP_UTF8STRING and raw-strings.
2963 * directives.c (get__Pragma_string): Handle CPP_UTF8STRING.
2964 (parse_include): Reject raw strings.
2965 * include/cpplib.h (CPP_UTF8STRING): New token type.
2966 * internal.h (struct cpp_reader): Add utf8_cset_desc field.
2967 * lex.c (lex_raw_string): New function.
2968 (lex_string): Handle u8 string literals, call lex_raw_string
2969 for raw string literals.
2970 (_cpp_lex_direct): Call lex_string even for u8" and {,u,U,L,u8}R"
2971 sequences.
2972 * macro.c (stringify_arg): Handle CPP_UTF8STRING.
2973
96c169e1
JJ
29742009-10-14 Jakub Jelinek <jakub@redhat.com>
2975
2976 PR preprocessor/41543
2977 * include/line-map.h (RESERVED_LOCATION_COUNT): Define.
2978 * line-map.c (linemap_init): Initialize highest_location and
2979 highest_line to RESERVED_LOCATION_COUNT-1 instead of 0.
2980
30c99a9e
JM
29812009-10-09 Jason Merrill <jason@redhat.com>
2982
2983 * charset.c (_cpp_valid_ucn): Update C++0x restrictions.
2984
2214382c
NV
29852009-10-09 Neil Vachharajani <nvachhar@google.com>
2986
2987 * directives.c (DIRECTIVE_TABLE): Remove DEPRECATED from ident and
2988 sccs.
2989
e02222d2
LR
29902009-09-23 Loren J. Rittle <ljrittle@acm.org>
2991
2992 * configure.ac (AC_CHECK_HEADERS after AC_LANG(C++)): Add sys/stat.h.
2993 * configure: Rebuilt.
2994
9a8a2b7a
RG
29952009-09-22 Richard Guenther <rguenther@suse.de>
2996
2997 PR pch/38987
2998 * files.c (pch_open_file): Disallow non-toplevel PCH inclusion.
2999
74dc6a11
CD
30002009-09-18 Chris Demetriou <cgd@google.com>
3001
3002 PR preprocessor/28435:
3003 * include/cpplib.h (struct cpp_options): Add new member
3004 deps.need_preprocessor_output.
3005 * files.c (open_file_failed): If preprocessor output is needed
3006 always report an error.
3007
933608b7
KT
30082009-09-13 Kai Tietz <kai.tietz@onevision.com>
3009
3010 * configure.ac: Set for i?86-w64-mingw*
3011 need_64bit_hwint to yes.
3012 * configure: Regenerated.
3013
86373e7e
JM
30142009-09-10 Jason Merrill <jason@redhat.com>
3015
3016 * directives.c (cpp_define): constify.
3017
fd2ab214
ILT
30182009-09-02 Ian Lance Taylor <iant@google.com>
3019
3020 * macro.c (stringify_arg): Escape CPP_WCHAR tokens.
3021
df58e648
RW
30222009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3023
3024 * configure.ac (AC_PREREQ): Bump to 2.64.
3025
5213506e
RW
30262009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3027
3028 * aclocal.m4: Regenerate.
3029 * config.in: Regenerate.
3030 * configure: Regenerate.
3031
709a22df
TT
30322009-08-17 Tom Tromey <tromey@redhat.com>
3033
3034 PR preprocessor/41067:
3035 * charset.c (convert_escape): Add missing ":" to error text.
3036
0c539b47
DR
30372009-07-27 Douglas B Rupp <rupp@gnat.com>
3038
3039 * include/cpplib.h (INO_T_CPP): New macro.
3040 (struct cpp_dir): Use it.
3041
2b69c841
JQ
30422009-07-20 Jerry Quinn <jlquinn@optonline.net>
3043
3044 PR regression/40800
3045 * configure.ac: Use = instead of == for testing
3046 ENABLE_BUILD_WITH_CXX.
3047 * configure: Rebuild.
3048
f1bf410c
JQ
30492009-07-17 Jerry Quinn <jlquinn@optonline.net>
3050
3051 * directives.c (do_linemarker, do_line): Use CPP_STRING for
3052 ignored enum value.
3053 * files.c (find_file_in_dir): Add cast from void* to char*.
3054 * symtab.c (ht_lookup_with_hash): Add cast from void* to char*.
3055 * Makefile.in: (WARN_CFLAGS): Use general and C-specific
3056 warnings.
3057 (CXX, CXXFLAGS, WARN_CXXFLAGS, ALL_CXXFLAGS,
3058 ENABLE_BUILD_WITH_CXX, CCDEPMODE, CXXDEPMODE, COMPILER,
3059 COMPILER_FLAGS): New.
3060 (DEPMODE): Set from CCDEPMODE or CXXDEPMODE.
3061 (COMPILE.base): Use COMPILER instead of CC. Use COMPILER_FLAGS
3062 instead of ALL_CFLAGS.
3063 * configure.ac: Invoke AC_PROG_CXX. Separate C-specific warnings
3064 from other warnings. Add -Wc++-compat to C-specific warnings.
3065 Check for --enable-build-with-cxx. Set and substitute
3066 ENABLE_BUILD_WITH_CXX. Invoke ZW_PROG_COMPILER_DEPENDENCIES
3067 according to ENABLE_BUILD_WITH_CXX. Invoke AC_LANG before
3068 AC_CHECK_HEADERS.
3069 * configure: Rebuild.
3070 * include/cpp-id-data.h: Remove extern "C".
3071 * include/line-map.h: Likewise.
3072 * include/mkdeps.h: Likewise.
3073 * include/symtab.h: Likewise.
3074 * internal.h: Likewise.
3075
a28fbdba
MLI
30762009-06-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3077
3078 * directives.c (parse_include): Add location argument. Update all
3079 calls.
3080 (parse_answer): Likewise.
3081 (do_include_common): Error with exact location.
3082 (parse_assertion): Likewise.
3083
b506a5a2
MLI
30842009-06-18 Manuel López-Ibáñez <manu@gcc.gnu.org>
3085
3086 * expr.c (num_div_op): Take explicit location.
3087
7d8847a4
ILT
30882009-06-17 Ian Lance Taylor <iant@google.com>
3089
3090 * include/cpplib.h (progname): Don't declare.
3091
3d8b2a98
ILT
30922009-06-12 Ian Lance Taylor <iant@google.com>
3093
3094 * include/cpplib.h (struct cpp_options): Add
3095 warn_cxx_operator_names field.
3096 (NODE_WARN_OPERATOR): Define.
3097 (struct cpp_hashnode): Increase flags field to 10 bits, decrease
3098 type to 6 bits.
3099 * init.c (mark_named_operators): Add flags parameter.
3100 (cpp_post_options): Pick flags value to pass to
3101 mark_named_operators.
3102 * lex.c (lex_identifier): If NODE_WARN_OPERATOR is set, warn that
3103 identifier is an operator name in C++.
3104
e74fe492
AH
31052009-06-01 Aldy Hernandez <aldyh@redhat.com>
3106
3107 * include/line-map.h (LAST_SOURCE_COLUMN): New.
3108
4851089f
ILT
31092009-06-01 Ian Lance Taylor <iant@google.com>
3110
3111 * include/cpp-id-data.h: Add extern "C".
3112 * include/line-map.h: Likewise.
3113 * include/mkdeps.h: Likewise.
3114 * include/symtab.h: Likewise.
3115 * internal.h: Likewise.
3116
7e5487a2
ILT
31172009-05-15 Ian Lance Taylor <iant@google.com>
3118
3119 * include/cpplib.h (enum cpp_builtin_type): Rename from enum
3120 builtin_type. Change all uses.
3121
00b0c19b
MLI
31222009-05-14 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3123
3124 PR cpp/36674
3125 * directives (do_linemarker): Compensate for the increment in
3126 location that occurs when we reach the end of line.
3127 * files (_cpp_stack_include): Mention _cpp_find_file in the
3128 comment.
3129
9a0c6187
JM
31302009-05-10 Joseph Myers <joseph@codesourcery.com>
3131
3132 * include/cpplib.h (enum cpp_token_fld_kind): Add
3133 CPP_TOKEN_FLD_TOKEN_NO.
3134 (struct cpp_macro_arg, struct cpp_identifier): Define.
3135 (union cpp_token_u): Use struct cpp_identifier for identifiers.
3136 Use struct cpp_macro_arg for macro arguments. Add token_no for
3137 CPP_PASTE token numbers.
3138 * directives.c (_cpp_handle_directive, lex_macro_node, do_pragma,
3139 do_pragma_poison, parse_assertion): Use val.node.node in place of
3140 val.node.
3141 * expr.c (parse_defined, eval_token): Use val.node.node in place
3142 of val.node.
3143 * lex.c (cpp_ideq, _cpp_lex_direct, cpp_token_len,
3144 cpp_spell_token, cpp_output_token, _cpp_equiv_tokens,
3145 cpp_token_val_index): Use val.macro_arg.arg_no or val.token_no in
3146 place of val.arg_no. Use val.node.node in place of val.node.
3147 * macro.c (replace_args, cpp_get_token, parse_params,
3148 lex_expansion_token, create_iso_definition, cpp_macro_definition):
3149 Use val.macro_arg.arg_no or val.token_no in place of val.arg_no.
3150 Use val.node.node in place of val.node.
3151
9e322bc1
JM
31522009-05-03 Joseph Myers <joseph@codesourcery.com>
3153
3154 * charset.c (one_utf8_to_cppchar): Correct mask used for 5-byte
3155 UTF-8 sequences.
3156
f88d0772
JM
31572009-04-25 Joseph Myers <joseph@codesourcery.com>
3158
3159 PR preprocessor/39559
3160 * expr.c (cpp_interpret_integer): Use a pedwarn for decimal
3161 constants larger than intmax_t in C99 mode.
3162
d1b38208
TG
31632009-04-21 Taras Glek <tglek@mozilla.com>
3164
3165 * include/cpp-id-data.h: Update GTY annotations to new syntax.
3166 * include/cpplib.h: Likewise.
3167 * include/line-map.h: Likewise.
3168 * include/symtab.h: Likewise.
3169
cfc93532
MLI
31702009-04-22 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3171
3172 PR c++/14875
3173 * lex.c (cpp_type2name): Take a flags parameter. Call
3174 cpp_named_operator2name for named operators and cpp_digraph2name
3175 for digraphs.
3176 (cpp_digraph2name): New.
3177 (cpp_spell_token): Use it.
3178 (cpp_output_token): Likewise.
3179 * include/cpplib.h (cpp_type2name): Update declaration.
3180 * init.c (cpp_named_operator2name): New.
3181 * internal.h (cpp_named_operator2name): Declare.
3182
9c650d90
MLI
31832009-04-21 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3184
3185 PR c++/13358
3186 * init.c (cpp_create_reader): Wlong_long is disabled by default.
3187 * expr.c (cpp_classify_number): Give different messages for C and
3188 C++ front-ends.
3189
aa508502
JM
31902009-04-19 Joseph Myers <joseph@codesourcery.com>
3191
3192 PR preprocessor/20078
3193 * include/cpp-id-data.h (struct cpp_macro): Add extra_tokens
3194 field.
3195 * include/cpplib.h (SP_DIGRAPH, SP_PREV_WHITE): Define.
3196 (struct cpp_token): Change flags to unsigned short.
3197 * lex.c (_cpp_lex_direct): Initialize arg_no for CPP_PASTE tokens.
3198 (_cpp_equiv_tokens): Check arg_no for CPP_PASTE tokens.
3199 (cpp_token_val_index): Return CPP_TOKEN_FLD_ARG_NO for CPP_PASTE
3200 tokens.
3201 * macro.c (macro_real_token_count): New.
3202 (enter_macro_context, replace_args): Use macro_real_token_count.
3203 (create_iso_definition): Record whitespace surrounding and digraph
3204 spelling of # and ## tokens using SP_PREV_WHITE and SP_DIGRAPH.
3205 Set extra_tokens and save CPP_PASTE tokens with arg_no set for
3206 multiple consecutive ## tokens.
3207 (_cpp_create_definition): Initialize extra_tokens.
3208 (cpp_macro_definition): Use macro_real_token_count.
3209
61cc8223
JM
32102009-04-18 Joseph Myers <joseph@codesourcery.com>
3211
3212 * directives.c (parse_include): Pass true to check_eol.
3213
c7f9c0b9
JM
32142009-04-18 Joseph Myers <joseph@codesourcery.com>
3215
3216 PR preprocessor/39646
3217 * include/line-map.h (enum lc_reason): Add LC_RENAME_VERBATIM.
3218 * line-map.c (linemap_add): Handle LC_RENAME_VERBATIM.
3219 * directives.c (do_line, do_linemarker): Use LC_RENAME_VERBATIM in
3220 place of LC_RENAME.
3221
a5cb563b
JM
32222009-04-18 Joseph Myers <joseph@codesourcery.com>
3223
3224 PR preprocessor/39647
3225 * directives.c (check_eol): Add parameter expand.
3226 (do_undef, parse_include, do_line, do_linemarker, do_ident,
3227 do_pragma_once, do_pragma_system_header, do_ifdef, do_ifndef,
3228 do_else, do_endif, do_assert, do_unassert): All callers changed.
3229 Pass true from do_line, false elsewhere.
3230
18f41a1b
JM
32312009-04-12 Joseph Myers <joseph@codesourcery.com>
3232
3233 PR preprocessor/31869
3234 * macro.c (stringify_arg): Handle NULL source token in padding
3235 token where previous padding token did not have source token with
3236 preceding whitespace.
3237
748086b7
JJ
32382009-04-09 Jakub Jelinek <jakub@redhat.com>
3239
3240 * Makefile.in: Change copyright header to refer to version
3241 3 of the GNU General Public License and to point readers at the
3242 COPYING3 file and the FSF's license web page.
3243 * charset.c: Likewise.
3244 * directives-only.c: Likewise.
3245 * directives.c: Likewise.
3246 * errors.c: Likewise.
3247 * expr.c: Likewise.
3248 * files.c: Likewise.
3249 * identifiers.c: Likewise.
3250 * include/cpp-id-data.h: Likewise.
3251 * include/cpplib.h: Likewise.
3252 * include/line-map.h: Likewise.
3253 * include/mkdeps.h: Likewise.
3254 * include/symtab.h: Likewise.
3255 * init.c: Likewise.
3256 * internal.h: Likewise.
3257 * lex.c: Likewise.
3258 * line-map.c: Likewise.
3259 * macro.c: Likewise.
3260 * makeucnid.c: Likewise.
3261 * mkdeps.c: Likewise.
3262 * pch.c: Likewise.
3263 * symtab.c: Likewise.
3264 * system.h: Likewise.
3265 * traditional.c: Likewise.
3266 * ucnid.tab: Likewise.
3267 * ucnid.h: Regenerate.
3268
eec49116
JJ
32692009-04-01 Janis Johnson <janis187@us.ibm.com>
3270
839a3b8a
JJ
3271 PR c/39027
3272 * include/cpplib.h (CPP_N_DEFAULT): Define.
3273 * expr.c (interpret_float_suffix): Recognize d or D for double,
3274 return new value for default.
3275 (cpp_classify_number): Issue pedwarn for use of d or D in suffix.
3276
eec49116
JJ
3277 PR c/33466
3278 * expr.c (interpret_float_suffix): Reject invalid suffix that uses
3279 letters from decimal float and fixed-point suffixes.
3280
47580d22
JM
32812009-03-31 Joseph Myers <joseph@codesourcery.com>
3282
3283 PR preprocessor/15638
3284 * files.c (_cpp_find_file): Call open_file_failed after diagnosing
3285 invalid PCH.
3286 (open_file_failed): Make error for missing file fatal.
3287 * include/cpplib.h (CPP_DL_FATAL): Define.
3288
5a2df0fa
SV
32892009-03-30 Sergiy Vyshnevetskiy <serg@vostok.net>
3290
3291 PR preprocessor/31932:
3292 * internal.h: Don't mention HAVE_ICONV_H.
3293 * configure, config.in: Rebuild.
3294 * configure.ac: Don't check for iconv.h.
3295
c1a8a3c6
TT
32962009-03-30 Tom Tromey <tromey@redhat.com>
3297
3298 PR preprocessor/39512:
3299 * line-map.c (linemap_init): Initialize 'reallocator' field.
3300
a37a7b8a
JJ
33012009-03-30 Jakub Jelinek <jakub@redhat.com>
3302
3303 PR target/39558
3304 * macro.c (cpp_get_token): If macro_to_expand returns NULL
3305 and used some tokens, add CPP_PADDING before next token.
3306
148e4216
JM
33072009-03-29 Joseph Myers <joseph@codesourcery.com>
3308
3309 PR preprocessor/34695
3310 * makedepend.c: Remove.
3311 * Makefile.in (makedepend_OBJS, makedepend$(EXEEXT)): Remove.
3312 (all, clean, TAGS_SOURCES, include): Remove makedepend handling.
3313 * directives.c (cpp_errors): Remove.
3314 * errors.c (print_location, _cpp_begin_message, v_message):
3315 Remove.
3316 (cpp_error, cpp_error_with_line): Always use error callback.
3317 (cpp_error, cpp_error_with_line, cpp_errno): Return bool.
3318 * include/cpplib.h (cpp_options): Remove pedantic_errors,
3319 inhibit_warnings, warn_system_headers, inhibit_errors,
3320 warnings_are_errors, client_diagnostic.
3321 (cpp_callbacks): Add extra arguments to error callback; make it
3322 return bool.
3323 (cpp_finish): Return void.
3324 (cpp_destroy): Remove inaccurate comment about return value.
3325 (cpp_errors, CPP_DL_EXTRACT, CPP_DL_WARNING_P): Remove.
3326 (CPP_DL_NOTE): Define.
3327 * include/line-map.h (linemap_print_containing_files): Remove.
3328 * init.c (cpp_finish): Do not check for or return number of
3329 errors.
3330 * internal.h (cpp_reader): Remove errors field.
3331 * line-map.c (linemap_print_containing_files): Remove.
3332 * macro.c (_cpp_create_definition): Use CPP_DL_NOTE for message
3333 about previous definition. Only emit it if previous diagnostic
3334 was emitted.
3335
f1450211
JM
33362009-03-28 Joseph Myers <joseph@codesourcery.com>
3337
3338 * Makefile.in (po/$(PACKAGE).pot): Use $(mkinstalldirs) not
3339 mkinstalldirs.
3340
8f5929e1
JJ
33412009-03-18 Jakub Jelinek <jakub@redhat.com>
3342
3343 * include/cpplib.h (struct cpp_dir): Reorder fields for 64-bit hosts.
3344
4bb09c26
JM
33452009-02-21 Joseph Myers <joseph@codesourcery.com>
3346
3347 * lex.c (lex_string): Return a CPP_LESS token for missing '>' in a
3348 header name.
3349 (_cpp_lex_direct): Handle this.
3350
68c9ab45
RG
33512009-02-15 Richard Guenther <rguenther@suse.de>
3352
3353 Revert last change.
3354
601b3e1a
RG
33552009-02-13 Richard Guenther <rguenther@suse.de>
3356
3357 * configure.ac: Enable LFS.
3358 * configure: Re-generate.
3359 * config.in: Likewise.
3360
fc0cd180
BE
33612009-01-05 Ben Elliston <bje@au.ibm.com>
3362
3363 * Makefile.in (.po.gmo): Use mkinstalldirs, not test -d || mkdir.
3364 (.po.pox): Likewise.
3365 (po/$(PACKAGE).pot): Likewise.
3366
db89a3be
AO
33672008-12-10 Alexandre Oliva <aoliva@redhat.com>
3368
3369 PR target/37033
3370 * pch.c (cpp_valid_state): Improve message for poisoned symbols.
3371 Allow for differences in __GCC_HAVE_DWARF2_CFI_ASM.
3372
cc955282
JM
33732008-11-29 Joseph Myers <joseph@codesourcery.com>
3374
3375 * lex.c (cpp_token_len): Use 6 as default length.
3376
47960aaf
MLI
33772008-10-31 Manuel López-Ibáñez <manu@gcc.gnu.org>
3378
3379 * expr.c (struct op): Add location.
3380 (_cpp_parse_expr): Propagate locations throught the stack
3381 of expressions.
3382 (reduce): Likewise.
3383 (check_promotion): Use explicit location in errors.
3384
631d0d36
MG
33852008-10-05 Matthew Gingell <gingell@adacore.com>
3386 Arnaud Charlet <charlet@adacore.com>
3387
3388 * include/cpplib.h (cpp_comments, cpp_comment_table): New structs.
3389 (cpp_get_comments): New function.
3390 * internal.h (struct cpp_reader): Add comments field.
3391 * init.c (cpp_destroy): Free comments.
3392 * lex.c (store_comment, cpp_get_comments): New functions.
3393 (comments): New struct.
3394 (save_comment): Store comments in comments struct.
3395
c047ce93
SB
33962008-09-18 Simon Baldwin <simonb@google.com>
3397
3398 * include/cpplib.h (struct cpp_options): Add new boolean flag
3399 warn_builtin_macro_redefined.
3400 * init.c (cpp_create_reader): Initialize warn_builtin_macro_redefined.
3401 * (struct builtin_operator): Split out from previous struct builtin,
3402 enhance extra const correctness.
3403 * (struct builtin_macro): Split out from previous struct builtin, add
3404 new always_warn_if_redefined flag, enhance const correctness.
3405 * (mark_named_operators): Use struct builtin_operator.
3406 * (cpp_init_special_builtins): Use struct builtin_macro, add NODE_WARN
3407 to builtins selectively.
3408 * macro.c (warn_of_redefinition): Return false if a builtin macro
3409 is not flagged with NODE_WARN.
3410
affa55c6
JJ
34112008-07-31 Jakub Jelinek <jakub@redhat.com>
3412
3413 PR preprocessor/36649
3414 * files.c (struct report_missing_guard_data): New type.
3415 (report_missing_guard): Put paths into an array instead of printing
3416 them right away. Return 1 rather than 0.
3417 (report_missing_guard_cmp): New function.
3418 (_cpp_report_missing_guards): Sort and print paths gathered by
3419 report_missing_guard callback.
3420
3b8f20a1
MLI
34212008-07-22 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3422
3423 PR 28079
3424 * directives.c (strtolinenum): Handle overflow.
3425 (do_line): Give a warning if line number overflowed.
3426 (do_linemarker): Update call to strtolinenum.
3427
1bb64668
MLI
34282008-07-21 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3429
3430 * include/line-map.h (linenum_type): New typedef.
3431 (struct line_map): Use it.
3432 (SOURCE_LINE): Second arguments is a LOCATION not a LINE.
3433 (SOURCE_COLUMN): Likewise.
3434 * macro.c (_cpp_builtin_macro_text): Use linenum_type. Don't store
3435 source_location values in a variable of type linenum_type.
3436 * directives.c (struct if_stack): Use linenum_type.
3437 (strtoul_for_line): Rename as strtolinenum.
3438 (do_line): Use linenum_type.
3439 (do_linemarker): Use linenum_type and strtolinenum.
3440 (_cpp_do_file_change): Use linenum_t.
3441 * line-map.c (linemap_add): Likewise.
3442 (linemap_line_start): Likewise.
3443 * traditional.c (struct fun_macro): 'line' is a source_location.
3444 * errors.c (print_location): Use linenum_type.
3445 * directives-only.c (_cpp_preprocess_dir_only): Likewise.
3446 * internal.h (CPP_INCREMENT_LINE): Likewise.
3447 * lex.c (_cpp_skip_block_comment): Use source_location.
19a9ba64 3448
5950c3c9
BE
34492008-07-14 Ben Elliston <bje@au.ibm.com>
3450
3451 * include/cpplib.h (NODE_CONDITIONAL): New.
3452 (struct cpp_callbacks): New macro_to_expand field.
3453 (struct cpp_hashnode): Adjust size of flags and type fields.
3454 (cpp_peek_token): Prototype.
3455 * lex.c (cpp_peek_token): New function.
3456 (_cpp_temp_token): Protect pre-existing lookaheads.
3457 * macro.c (cpp_get_token): Expand any conditional macros.
3458 (_cpp_backup_tokens_direct): New.
3459 (_cpp_backup_tokens): Call _cpp_backup_tokens_direct.
3460 (warn_of_redefinition): Silently allow redefined conditional
3461 macros.
3462 (_cpp_create_definition): Remove the conditional flag when a user
3463 defines one of the conditional macros.
3464 * internal.h (_cpp_backup_tokens_direct): New prototype.
3465
e85edc9e
AH
34662008-06-13 Andrew Haley <aph@redhat.com>
3467
3468 PR preprocessor/33305
3469 * macro.c (replace_args): Print a warning for empty macro
3470 arguments in C89 and C++.
3471
18c04407
RW
34722008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3473
3474 * Makefile.in ($(srcdir)/aclocal.m4): Update dependencies.
3475 * configure: Regenerate.
3476
2d09b640
RW
34772008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3478
3479 * Makefile.in (datarootdir): New variable.
3480
0b7c73cc
L
34812008-06-12 H.J. Lu <hongjiu.lu@intel.com>
3482
3483 PR preprocessor/36479
3484 * charset.c (cpp_interpret_string_notranslate): Also set
3485 narrow_cset_desc.width.
3486
cd985f66
JM
34872008-06-07 Joseph Myers <joseph@codesourcery.com>
3488
3489 * configure.ac (parisc*64*-*-*): Remove.
3490 * configure: Regenerate.
3491
d750887f
TT
34922008-05-30 Tom Tromey <tromey@redhat.com>
3493
3494 PR preprocessor/36320:
3495 * internal.h (_cpp_parse_expr): Update.
3496 * expr.c (_cpp_parse_expr): Add 'is_if' argument. Update error
3497 messages.
3498 * directives.c (do_if): Update.
3499 (do_elif): Require expression if processing group.
3500
c100de59
DS
35012008-05-30 Danny Smith <dannysmith@users.sourceforge.net>
3502
3503 * include/cpplib.h (struct cpp_dir): Add new field, canonical_name.
3504
5d6342eb
TT
35052008-05-21 Tom Tromey <tromey@redhat.com>
3506
3507 PR preprocessor/27777:
3508 * lex.c (cpp_output_line_to_string): New function.
3509 * internal.h (_cpp_begin_message): Don't declare.
3510 * errors.c (_cpp_begin_message): Now static.
3511 * include/cpplib.h (cpp_output_line_to_string): Declare.
3512 * directives.c (do_diagnostic): Rewrote. Use
3513 cpp_output_line_to_string. Don't use _cpp_begin_message.
3514
dae4174e
TT
35152008-05-21 Tom Tromey <tromey@redhat.com>
3516
3517 * include/symtab.h (HT_ALLOCED): Remove.
3518 (ht_purge): Declare.
3519 * symtab.c (DELETED): New define.
3520 (ht_lookup): Update comment.
3521 (ht_lookup_with_hash): Handle deleted entries. Remove HT_ALLOCED
3522 code. Use subobject allocator for strings, if it exists.
3523 (ht_expand): Handle deleted entries.
3524 (ht_forall): Likewise.
3525 (ht_purge): New function.
3526 (ht_dump_statistics): Print deletion statistics.
3527
899015a0
TT
35282008-05-13 Tom Tromey <tromey@redhat.com>
3529
3530 PR preprocessor/22168:
3531 * include/cpplib.h (struct cpp_options) <objc>: Update
3532 documentation.
3533 * expr.c (eval_token): Warn for use of assertions.
3534 * directives.c (directive_diagnostics): Warn about extensions.
3535 (DEPRECATED): New define.
3536 (DIRECTIVE_TABLE): Use it.
3537
71c10038
TT
35382008-05-06 Tom Tromey <tromey@redhat.com>
3539
3540 PR preprocessor/35313, PR preprocessor/36088:
3541 * expr.c (optab) <QUERY, COMMA>: Set precedence to 4.
3542 (reduce) <case CPP_QUERY>: Special case CPP_COMMA and CPP_COLON.
3543
2bd0fe3d
DM
35442008-05-04 David S. Miller <davem@davemloft.net>
3545
3546 * configure.ac (sparc*-*-*): Always set need_64bit_hwint to yes.
3547 * configure: Regenerate.
3548
28f68625
DF
35492008-04-22 Daniel Franke <franke.daniel@gmail.com>
3550
3551 * include/cpplib.h (cpp_define_formatted): New.
3552 * directives.c (cpp_define_formatted): New.
3553
688e7a53
TT
35542008-04-21 Tom Tromey <tromey@redhat.com>
3555
3556 PR libcpp/33415:
3557 * charset.c (_cpp_convert_input): Add buffer_start argument.
3558 Ignore UTF-8 BOM if seen.
3559 * internal.h (_cpp_convert_input): Add argument.
3560 * files.c (struct _cpp_file) <buffer_start>: New field.
3561 (destroy_cpp_file): Free buffer_start, not buffer.
3562 (_cpp_pop_file_buffer): Likewise.
3563 (read_file_guts): Update.
3564
b6baa67d
KVH
35652008-04-18 Kris Van Hees <kris.van.hees@oracle.com>
3566
3567 * include/cpp-id-data.h (UC): Was U, conflicts with U"..." literal.
3568 * include/cpplib.h (CHAR16, CHAR32, STRING16, STRING32): New tokens.
3569 (struct cpp_options): Added uliterals.
3570 (cpp_interpret_string): Update prototype.
3571 (cpp_interpret_string_notranslate): Idem.
3572 * charset.c (init_iconv_desc): New width member in cset_converter.
3573 (cpp_init_iconv): Add support for char{16,32}_cset_desc.
3574 (convert_ucn): Idem.
3575 (emit_numeric_escape): Idem.
3576 (convert_hex): Idem.
3577 (convert_oct): Idem.
3578 (convert_escape): Idem.
3579 (converter_for_type): New function.
3580 (cpp_interpret_string): Use converter_for_type, support u and U prefix.
3581 (cpp_interpret_string_notranslate): Match changed prototype.
3582 (wide_str_to_charconst): Use converter_for_type.
3583 (cpp_interpret_charconst): Add support for CPP_CHAR{16,32}.
3584 * directives.c (linemarker_dir): Macro U changed to UC.
3585 (parse_include): Idem.
3586 (register_pragma_1): Idem.
3587 (restore_registered_pragmas): Idem.
3588 (get__Pragma_string): Support CPP_STRING{16,32}.
3589 * expr.c (eval_token): Support CPP_CHAR{16,32}.
3590 * init.c (struct lang_flags): Added uliterals.
3591 (lang_defaults): Idem.
3592 * internal.h (struct cset_converter) <width>: New field.
3593 (struct cpp_reader) <char16_cset_desc>: Idem.
3594 (struct cpp_reader) <char32_cset_desc>: Idem.
3595 * lex.c (digraph_spellings): Macro U changed to UC.
3596 (OP, TK): Idem.
3597 (lex_string): Add support for u'...', U'...', u"..." and U"...".
3598 (_cpp_lex_direct): Idem.
3599 * macro.c (_cpp_builtin_macro_text): Macro U changed to UC.
3600 (stringify_arg): Support CPP_CHAR{16,32} and CPP_STRING{16,32}.
3601
deb984e6
PB
36022008-04-18 Paolo Bonzini <bonzini@gnu.org>
3603
3604 PR bootstrap/35457
3605 * aclocal.m4: Regenerate.
3606 * configure: Regenerate.
3607
bf048bea
TT
36082008-04-17 Tom Tromey <tromey@redhat.com>
3609
3610 PR libcpp/34866:
3611 * errors.c (cpp_error): Don't reference a token before the start
3612 of the current run.
3613
7f27b0f8
TT
36142008-04-16 Tom Tromey <tromey@redhat.com>
3615
3616 * Makefile.in (TAGS_SOURCES): New variable.
3617 (TAGS): New target.
3618
a1fcb9a1
KK
36192008-04-11 Kaz Kojima <kkojima@gcc.gnu.org>
3620
3621 * configure.ac: (need_64bit_hwint): Need 64bit hwint for sh-*-*
3622 and shbe-*-*.
3623 * configure: Rebuilt.
3624
93d45d9e
JM
36252008-04-02 Joseph Myers <joseph@codesourcery.com>
3626
3627 * include/cpplib.h (struct cpp_callbacks): Add used_define,
3628 used_undef and before_define.
3629 (NODE_USED): Define.
3630 * directives.c (do_define, do_undef, undefine_macros, do_ifdef,
3631 do_ifndef, cpp_pop_definition): Handle new flag and use new
3632 callbacks.
3633 * expr.c (parse_defined): Handle new flag and use new callbacks.
3634 * macro.c (enter_macro_context, _cpp_free_definition): Handle new
3635 flag and use new callbacks.
3636
d4c32e1d
JJ
36372008-04-01 Jakub Jelinek <jakub@redhat.com>
3638
3639 PR pch/13675
3640 * files.c (struct _cpp_file): Remove pch field.
3641 (pch_open_file): Don't set file->pch, just file->pchname.
3642 (should_stack_file): After pfile->cb.read_pch call
3643 free pchname and clear pchname, don't close file->fd.
3644 Test file->pchname instead of file->pch. Don't close fd after cb.
3645 (_cpp_stack_include): Test file->pchname instead of file->pch.
3646
161031e3
TT
36472008-03-28 Tom Tromey <tromey@redhat.com>
3648
3649 * Makefile.in (POSTCOMPILE): New variable.
3650 (.c.o): Use it.
3651
14ccf800
TT
36522008-03-13 Tom Tromey <tromey@redhat.com>
3653
3654 PR libcpp/35322:
3655 * directives.c (destringize_and_run): Set pfile->directive.
3656
830465c6
MM
36572008-03-06 Markus Milleder <markus.milleder@generali.at>
3658
3659 PR preprocessor/35458
3660 * mkdeps.c (munge): Quote '#' with a '\'.
3661
d482a073
RW
36622008-02-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3663
3664 PR preprocessor/35379
3665 * mkdeps.c (deps_write): Ensure the first target always appears
3666 in the first column, without leading backslash newline. Avoid
3667 some more extra whitespace.
3668
185a6cc1
TS
36692008-02-25 Thiemo Seufer <ths@mips.com>
3670
d482a073 3671 * Makefile.in ($(srcdir)/config.in): Depend on configure.ac.
185a6cc1 3672
2bf41bf0
TT
36732008-02-19 Tom Tromey <tromey@redhat.com>
3674
3675 * traditional.c (lex_identifier): Use CPP_HASHNODE.
3676 * lex.c (lex_identifier): Use CPP_HASHNODE.
3677 * include/line-map.h (LINEMAP_POSITION_FOR_COLUMN): Wrap in
3678 do-while.
3679 * identifiers.c (alloc_node): Change return type.
3680 (_cpp_init_hashtable): Don't cast 'alloc_node'.
3681 (proxy_assertion_broken): New declaration.
3682 (cpp_forall_identifiers): Move comment.
3683 * line-map.c (linemap_add): Comment fix.
3684 (linemap_line_start): Indentation fix.
3685
765d600a
JJ
36862008-01-25 Jakub Jelinek <jakub@redhat.com>
3687
3688 PR preprocessor/34692
3689 * macro.c (collect_args): Add pragma_buff argument. Push
3690 CPP_PRAGMA ... CPP_PRAGMA_EOL tokens to *pragma_buff, rather
3691 than into arguments. Reset prevent_expansion and parsing_args
3692 state at CPP_PRAGMA_EOL/CPP_EOF.
3693 (funlike_invocation_p): Add pragma_buff argument, pass it through
3694 to collect_args.
3695 (enter_macro_context): Add result argument. Adjust
3696 funlike_invocation_p caller. Emit all deferred pragma tokens
3697 gathered during collect_args before the expansion, add a padding
3698 token. Return 2 instead of 1 if any pragma tokens were prepended.
3699 (cpp_get_token): If enter_macro_context returns 2, don't return
3700 a padding token, instead cycle to grab CPP_PRAGMA token.
3701 * directives.c (_cpp_handle_directive): If was_parsing_args
3702 in deferred pragma, leave parsing_args and prevent_expansion as is.
3703
ec46053b
TT
37042008-01-22 Tom Tromey <tromey@redhat.com>
3705
765d600a 3706 PR c++/34859
ec46053b
TT
3707 * macro.c (_cpp_create_definition): Handle __STDC_LIMIT_MACROS and
3708 __STDC_CONSTANT_MACROS.
3709
681c6ab0
FF
37102008-01-07 Fred Fish <fnf@specifix.com>
3711
765d600a 3712 PR preprocessor/30363
681c6ab0 3713 * traditional.c (replace_args_and_push): Add local variable
19a9ba64 3714 cxtquote, calculate the replacement text size assuming a
681c6ab0
FF
3715 worst case of every input character quoted with backslash,
3716 and properly handle output quoting of quote characters in
3717 actual arguments used in function-like macros.
3718
33ae4837
TT
37192008-01-03 Tom Tromey <tromey@redhat.com>
3720
765d600a 3721 PR preprocessor/34602
33ae4837
TT
3722 * directives.c (do_line): Don't try to spell EOF token.
3723 (do_linemarker): Add comment.
3724
675575f5
DD
37252007-12-11 DJ Delorie <dj@redhat.com>
3726
3727 * charset.c (convert_using_iconv): Close out any shift states,
3728 returning to the initial state.
3729
97f6bd40
TT
37302007-12-06 Tom Tromey <tromey@redhat.com>
3731
765d600a 3732 PR c/29172
97f6bd40
TT
3733 * internal.h (struct cpp_reader) <file_hash_entries>: Changed
3734 type.
3735 <file_hash_entries_allocated, file_hash_entries_used>: Removed.
3736 * files.c (FILE_HASH_POOL_SIZE): New macro.
3737 (struct file_hash_entry_pool): New.
3738 (destroy_all_cpp_files): New function.
3739 (allocate_file_hash_entries): Allocate a file_hash_entry_pool.
3740 (new_file_hash_entry): Update.
3741 (free_file_hash_entries): New function.
3742 (_cpp_cleanup_files): Call free_file_hash_entries and
3743 destroy_all_cpp_files.
3744 (cpp_clear_file_cache): New function.
3745 * include/cpplib.h (cpp_clear_file_cache): Declare.
3746
d56a25e1
TT
37472007-12-03 Tom Tromey <tromey@redhat.com>
3748
765d600a 3749 PR preprocessor/34288
d56a25e1
TT
3750 * configure.ac, config.in: Rebuilt.
3751 * configure.ac: Check for ssize_t.
3752
607f74e9
TT
37532007-11-30 Tom Tromey <tromey@redhat.com>
3754
765d600a 3755 PR preprocessor/32868
607f74e9
TT
3756 * macro.c (_cpp_create_definition): Special case
3757 __STDC_FORMAT_MACROS.
3758
b0f4807f
MM
37592007-11-16 Michael Matz <matz@suse.de>
3760
3761 * files.c (search_path_head): Fix check for absolute paths.
3762
f1e20710
TT
37632007-11-11 Tom Tromey <tromey@redhat.com>
3764
765d600a 3765 PR c++/17557
f1e20710
TT
3766 * include/cpplib.h (cpp_included_before): Declare.
3767 * files.c (struct file_hash_entry) <location>: New field.
3768 (_cpp_find_file): Initialize new field.
3769 (make_cpp_dir): Likewise.
3770 (cpp_included_before): New function.
3771
f373b44d
TT
37722007-11-01 Tom Tromey <tromey@redhat.com>
3773
765d600a 3774 PR preprocessor/30805
f373b44d
TT
3775 * macro.c (paste_tokens): Handle padding token.
3776 (paste_tokens): Don't abort unless padding has PASTE_LEFT flag.
3777
5b9a40df
TT
37782007-10-31 Tom Tromey <tromey@redhat.com>
3779
765d600a 3780 PR preprocessor/30786
5b9a40df
TT
3781 * macro.c (builtin_macro): Return result of _cpp_do__Pragma.
3782 * directives.c (_cpp_do__Pragma): Return error status.
3783 * internal.h (_cpp_do__Pragma): Update.
3784 * directives.c (get__Pragma_string): Back up if EOF seen.
3785
5ffeb913
TT
37862007-09-06 Tom Tromey <tromey@redhat.com>
3787
3788 * internal.h (struct cpp_reader) <invocation_location>: New
3789 field.
3790 (struct cpp_reader) <set_invocation_location>: Likewise.
3791 * init.c (cpp_set_line_map): New function.
3792 * line-map.c (linemap_add): Use linemap's allocator.
3793 * include/line-map.h (GTY): Define.
3794 (line_map_realloc): New typedef.
3795 (struct line_map): Mark with GTY.
3796 (struct line_maps): Likewise.
3797 (struct line_maps) <maps>: Likewise.
3798 (struct line_maps) <reallocator>: New field.
3799 * include/symtab.h (GTY): Conditionally define.
3800 * include/cpplib.h (cpp_set_line_map): Declare.
3801 (cpp_get_token_with_location): Declare.
3802 * macro.c (cpp_get_token): Set invocation_location on the reader.
3803 (cpp_get_token_with_location): New function.
3804
ac6b1c67
CF
38052007-08-30 Chao-ying Fu <fu@mips.com>
3806
3807 * expr.c (interpret_float_suffix): Support hr, r, lr, llr, uhr, ur,
3808 ulr, ullr, hk, k, lk, llk, uhk, uk, ulk, ullk.
3809 (cpp_classify_number): Support decimal fixed-point constants without
3810 exponents.
3811 Warn about fixed-point constants when -pedantic.
3812 * include/cpplib.h (CPP_N_SMALL, CPP_N_MEDIUM, CPP_N_LARGE): Change
3813 comments to support fixed-point values.
3814 (CPP_N_FRACT, CPP_N_ACCUM): Define.
3815
cda5e672
TT
38162007-08-18 Tom Tromey <tromey@redhat.com>
3817
765d600a 3818 PR preprocessor/32974
cda5e672
TT
3819 * directives.c (parse_include): Don't check for EOL when
3820 processing #pragma dependency.
3821
ccfc4c91
OW
38222007-07-30 Ollie Wild <aaw@google.com>
3823
3824 * directives-only.c: New file.
3825 * internal.h (struct _cpp_dir_only_callbacks): New.
3826 (_cpp_preprocess_dir_only): New function.
3827 * directives.c (_cpp_handle_directive): Check directives_only before
3828 disabling execution of indented directives.
3829 * files.c (_cpp_stack_file): Add directives_only check.
3830 * include/cpplib.h (struct cpp_options): Add directives_only.
3831 (cpp_init_special_builtins): New function.
3832 * init.c (cpp_init_special_builtins): New function.
3833 (cpp_init_builtins): Move builtin_array initialization to
3834 cpp_init_special_builtins.
3835 (post_options): Check directives_only before setting
3836 pfile->state.prevent_expansion = 1.
3837 * macro.c (_cpp_builtin_macro_text): Print an error if __COUNTER__
3838 is expanded inside a directive while -fdirectives-only is enabled.
3839 * Makefile.in (libcpp_a_OBJS): Add directives-only.o.
3840 (libcpp_a_SOURCES): Add directives-only.c.
3841
a206413a
UB
38422007-07-04 Uros Bizjak <ubizjak@gmail.com>
3843
3844 * traditional.c (_cpp_scan_out_logical_line): Initialize
3845 fmacro.args, fmacro.node, fmacro.offset, fmacro.line and
3846 fmacro.args to prevent 'may be used uninitialized' warning.
3847
c77cd3d1
UB
38482007-07-03 Uros Bizjak <ubizjak@gmail.com>
3849
3850 * include/cpplib.h (CPP_N_WIDTH_MD, CPP_N_MD_W, CPP_N_MD_Q):
3851 Add new constants.
3852 * expr.c (interpret_float_suffix): Process 'w', 'W', 'q' and 'Q'
3853 suffixes. Return CPP_N_MD_W for 'w' or 'W' suffixes and CPP_N_MD_Q
3854 for 'q' or 'Q' suffixes.
3855
66938a1d
DS
38562007-06-17 Danny Smith <dannysmith@users.sourceforge.net
3857
e1311401 3858 * files.c (open_file): Correct typo.
66938a1d 3859
71995ede
VP
38602007-06-16 Vladimir Prus <vladimir@codesourcery.com>
3861
e1311401 3862 * files.c (open_file): Prevent the call
71995ede
VP
3863 for stat from overwriting errno.
3864
84152c25
VP
38652007-06-09 Vladimir Prus <vladimir@codesourcery.com>
3866
e1311401 3867 * files.c (open_file): Account for the
19a9ba64
AM
3868 fact that on windows, opening a directory gives
3869 EACCES.
84152c25 3870
f7fd775f
JW
38712007-06-05 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
3872
3873 PR preprocessor/23479
3874 * expr.c (cpp_classify_number): Implement 0b-prefixed binary
3875 integer constants.
3876 (append_digit): Likewise.
3877 * include/cpplib.h: Add CPP_N_BINARY, to be used for 0b-prefixed
3878 binary integer constants.
3879
ed0e74e0
DK
38802007-05-31 Dave Korn <dave.korn@artimi.com>
3881
3882 PR preprocessor/14331
3883 * lex.c (_cpp_get_fresh_line): Don't warn if no newline at EOF.
3884
a702045a
OW
38852007-05-24 Ollie Wild <aaw@google.com>
3886
3887 * macro.c (_cpp_builtin_macro_text): Handle BT_COUNTER.
3888 * pch.c (cpp_write_pch_deps): Save __COUNTER__ state.
3889 (cpp_write_pch_state): Save __COUNTER__ state.
3890 (cpp_valid_state): Check valid __COUNTER__ state.
3891 (cpp_read_state): Read new __COUNTER__ state.
3892 * include/cpplib.h (enum builtin_type): Add BT_COUNTER enumerator.
3893 * init.c (builtin_array): Add __COUNTER__/BT_COUNTER.
3894 * internal.h (struct cpp_reader): Add counter member.
3895
126e073b
SM
38962007-05-23 Simon Martin <simartin@users.sourceforge.net>
3897
3898 PR preprocessor/20077
3899 * macro.c (create_iso_definition): Fixed the method to determine
3900 whether the token-pasting operator appears at the beginning or the end
3901 of a macro.
3902
0b4cafec
ILT
39032007-05-21 Ian Lance Taylor <iant@google.com>
3904
3905 * internal.h (struct cpp_reader): Add new fields:
3906 nonexistent_file_hash and nonexistent_file_ob.
3907 * files.c: Include "obstack.h".
3908 (find_file_in_dir): Before trying to open the file, look up the
3909 path name in the hash table of nonexistent files. After failing
3910 to open the file, add the path name to the hash table.
3911 (_cpp_find_file): Cache the results of looking up the file name
3912 starting with the quote and bracket chain heads, if we can.
3913 (nonexistent_file_hash_eq): New static function.
3914 (_cpp_init_files): Initialize pfile->nonexistent_file_hash and
3915 pfile->nonexistent_file_ob.
3916 (_cpp_cleanup_files): Free pfile->nonexistent_file_hash and
3917 pfile->nonexistent_file_ob.
3918
30e04921
JJ
39192007-05-14 Janis Johnson <janis187@us.ibm.com>
3920
19a9ba64 3921 * expr.c (cpp_classify_number): Warn about dfp constant for -pedantic.
5a6bb57e 3922
30e04921
JJ
3923 PR c/31924
3924 * expr.c (interpret_float_suffix): Check for invalid suffix.
3925
22a8a52d
EC
39262007-05-02 Eric Christopher <echristo@apple.com>
3927
3928 * expr.c (num_div_op): Don't overflow if the result is
3929 zero.
3930
fca35e1b
TT
39312007-05-02 Tom Tromey <tromey@redhat.com>
3932
765d600a 3933 PR preprocessor/28709
fca35e1b
TT
3934 * macro.c (paste_tokens): Remove PASTE_LEFT from the old lhs.
3935
4cd97075
MM
39362007-03-30 Michael Meissner <michael.meissner@amd.com>
3937
3938 * directives.c (lex_macro_node_from_str): Fix alloca call to be
3939 type correct.
3940
121de39f
RH
39412007-03-30 Richard Henderson <rth@redhat.com>
3942
3943 * directives.c (lex_macro_node_from_str): New.
3944 (cpp_push_definition, cpp_pop_definition): New.
3945 * include/cpplib.h (cpp_push_definition, cpp_pop_definition): Declare.
3946
4fcb360b
BM
39472007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3948
3949 * Makefile.in: Add dummy install-pdf target.
3950
67e64439
TT
39512007-01-30 Tom Tromey <tromey@redhat.com>
3952
765d600a 3953 PR preprocessor/30468
67e64439
TT
3954 * mkdeps.c (apply_vpath): Strip successive '/'s if we stripped
3955 './'.
3956
ee380365
TT
39572007-01-30 Tom Tromey <tromey@redhat.com>
3958
765d600a 3959 PR preprocessor/29966
ee380365
TT
3960 * macro.c (lex_expansion_token): Save and restore cpp_reader's
3961 cur_token.
3962 (_cpp_create_definition): Don't restore cur_token here.
3963 * lex.c (_cpp_lex_token): Added assertion.
3964
024abeb3
TT
39652007-01-27 Tom Tromey <tromey@redhat.com>
3966
3967 * configure: Rebuilt.
3968
ee1c2a10
TT
39692007-01-12 Tom Tromey <tromey@redhat.com>
3970
765d600a 3971 PR preprocessor/28227
ee1c2a10
TT
3972 * directives.c (lex_macro_node): Added 'is_def_or_undef'
3973 argument.
3974 (do_define): Update.
3975 (do_undef): Update.
3976 (do_ifdef): Update.
3977 (do_ifndef): Update.
3978
67214c16
PB
39792007-01-11 Paolo Bonzini <bonzini@gnu.org>
3980
3981 * configure: Regenerate.
3982
1aa6ca40
PB
39832007-01-11 Paolo Bonzini <bonzini@gnu.org>
3984
3985 * configure: Regenerate.
3986
705e2d28
TT
39872007-01-04 Tom Tromey <tromey@redhat.com>
3988
765d600a 3989 PR preprocessor/28165
705e2d28
TT
3990 * internal.h (cpp_in_primary_file): New function.
3991 * directives.c (do_include_next): Use cpp_in_primary_file.
3992 (do_pragma_once): Likewise.
3993 (do_pragma_system_header): Likewise.
3994
7af45bd4
ILT
39952006-12-29 Ian Lance Taylor <iant@google.com>
3996
3997 * lex.c (_cpp_clean_line): Add uses of __builtin_expect. Don't
3998 look backward at the end of the line unless we saw a backslash.
3999
9d30f270
JJ
40002006-12-29 Jakub Jelinek <jakub@redhat.com>
4001
4002 PR preprocessor/29612
4003 * directives.c (do_linemarker): Set pfile->buffer->sysp always, not
4004 only when new_sysp is non-zero.
4005
30b0edc0
TT
40062006-12-28 Tom Tromey <tromey@redhat.com>
4007
765d600a 4008 PR preprocessor/30001
30b0edc0
TT
4009 * charset.c (_cpp_convert_input): Check that to.len is greater
4010 than zero.
4011
85d9c13c
TS
40122006-11-20 Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>
4013
4014 * configure.ac (need_64bit_hwint): Need 64bit hwint for SPU.
83cc06b2 4015 * configure: Rebuilt.
85d9c13c 4016
dfafdaa6
DG
40172006-11-01 Douglas Gregor <doug.gregor@gmail.com>
4018
4019 * include/cpplib.h (enum c_lang): Add CLK_GNUCXX0X and CLK_CXX0X
4020 for experimental C++0x mode.
4021 * init.c (lang_defaults): Add defaults for C++0x modes. C++0x has
4022 adopted the preprocessor changes introduced in C99.
4023
0f45f0f5
JM
40242006-10-29 Joseph Myers <joseph@codesourcery.com>
4025
4026 * configure.ac (need_64bit_hwint): Set for i[34567]86-*-linux*
4027 depending on --enable-targets=all.
4028 * configure: Regenerate.
4029
de000d22
JJ
40302006-10-12 Jakub Jelinek <jakub@redhat.com>
4031
4032 PR preprocessor/28709
4033 * macro.c (paste_tokens): Do error reporting here, use BUF with the
4034 spelled LHS token as opposed to spelling it again.
4035 (paste_all_tokens): Don't report errors here, just break on failure.
4036
b5422ad7
BM
40372006-10-10 Brooks Moses <bmoses@stanford.edu>
4038
4039 * Makefile.in: Added empty "pdf" target.
4040
aaf50ff2
GK
40412006-09-22 Geoffrey Keating <geoffk@apple.com>
4042
4043 * configure.ac: Make need_64_bit_hwint case for x86-darwin
4044 match exactly the glob in gcc/config.gcc.
4045 * configure: Regenerate.
4046
c663e301
JM
40472006-09-13 Joseph S. Myers <joseph@codesourcery.com>
4048
4049 PR c/28768
4050 PR preprocessor/14634
4051 * lex.c (lex_string): Pedwarn for unterminated literals.
4052
f7288899
EC
40532006-09-08 Eric Christopher <echristo@apple.com>
4054
4055 * configure.ac: Add 64-bit HWI support for i?86-darwin.
4056
b52dbbf8
SE
40572006-08-14 Steve Ellcey <sje@cup.hp.com>
4058
4059 PR c++/28288
4060 PR c++/14556
4061 * include/cpplib.h: Remove <?, >?, <?=, and >?= tokens.
4062 (CPP_LAST_EQ): Change.
4063 (CPP_LAST_PUNCTUATOR): Change.
4064 * expr.c (cpp_operator): Remove MIN and MAX.
4065 (reduce): Remove CPP_MIN and CPP_MAX.
4066 (num_binary_op): Ditto.
4067 * lex.c (_cpp_lex_direct): Ditto.
4068 (cpp_avoid_paste): Remove ? as legal symbol after > or <.
4069
1c90c6f9
JJ
40702006-06-09 Jakub Jelinek <jakub@redhat.com>
4071
4072 PR preprocessor/27746
4073 * directives.c (do_pragma): Handle pragma with valid namespace
4074 and invalid name coming from macro expansion.
4075 * directives.c (destringize_and_run): Initialize next field in
4076 context.
4077
4078 PR c/27747
4079 PR c++/27748
4080 * directives.c (destringize_and_run): Set NO_EXPAND on the
4081 tokens.
4082
4083 * macro.c (_cpp_backup_tokens): Fix comment typo.
4084
5c3c3683
DJ
40852006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4086
4087 * Makefile.in (CATALOGS): Add po/ prefix.
4088 * configure: Regenerated.
4089
b2bd74bc
CD
40902006-05-23 Carlos O'Donell <carlos@codesourcery.com>
4091
4092 * Makefile.in: Add install-html target. Add install-html to .PHONY
4093
be8ac3e2
GZ
40942006-02-17 Grigory Zagorodnev <grigory_zagorodnev@linux.intel.com>
4095
4096 * macro.c (_cpp_builtin_macro_text): Handle BT_TIMESTAMP.
4097 * files.c (_cpp_get_file_stat): New function.
4098 * include/cpplib.h (builtin_type): Add BT_TIMESTAMP.
4099 * init.c (builtin_array): Add support for __TIMESTAMP__/BT_TIMESTAMP.
4100 * internal.h (_cpp_get_file_stat): Prototype.
4101 (struct cpp_buffer): Add timestamp.
4102
83900997
JJ
41032006-01-23 Jakub Jelinek <jakub@redhat.com>
4104
4105 PR preprocessor/25717
4106 * init.c (cpp_init_builtins): If __STDC__ will not change value
4107 between system headers and other sources, define it as a normal
4108 macro rather than a builtin.
4109 * macro.c (_cpp_builtin_macro_text) <case BT_STDC>: Only check
4110 cpp_in_system_header condition.
4111
41122006-01-05 Paolo Bonzini <bonzini@gnu.org>
9220c30c
PB
4113
4114 * Makefile.in: Use -MMD instead of -MD.
4115
bc4071dd
RH
41162006-01-04 Dmitry Kurochkin <dmitry.kurochkin@gmail.com>
4117 Richard Henderson <rth@redhat.com>
4118
4119 Merge from gomp branch:
4120 * directives.c (struct pragma_entry): Add is_deferred. Add ident
4121 entry to value union.
4122 (end_directive): Don't eat the line if in_deferred_pragma.
4123 (run_directive): Remove pragma hacks.
4124 (insert_pragma_entry): Remove.
4125 (new_pragma_entry): New.
4126 (register_pragma_1): Split out of register_pragma. Only handle
4127 the lookup tree and return the new entry.
4128 (cpp_register_pragma): Fill in the pragma entry here.
4129 (cpp_register_deferred_pragma): New.
4130 (register_pragma_internal): New.
4131 (_cpp_init_internal_pragmas): Use register_pragma_internal.
4132 (do_pragma): Allow pragma expansion after namespace. For deferred
4133 pragmas, don't slurp the line into a string.
4134 (destringize_and_run): Save tokens for deferred pragmas.
4135 (cpp_handle_deferred_pragma): Remove.
4136 * macro.c (builtin_macro): Remove pragma token hack.
4137 (_cpp_push_token_context): Rename from push_token_context and export.
4138 * internal.h (struct lexer_state): Add pragma_allow_expansion.
4139 (_cpp_push_token_context): Declare.
4140 * lex.c (_cpp_lex_token): Allow _cpp_handle_directive to return
4141 a token. Update the line number correctly if so.
4142 (_cpp_lex_direct): Emit CPP_PRAGMA_EOL tokens.
4143 (cpp_token_val_index): Return CPP_TOKEN_FLD_PRAGMA for pragmas.
4144 * include/cpplib.h (PRAGMA_EOL): New.
4145 (CPP_TOKEN_FLD_PRAGMA): New.
4146 (struct cpp_token): Add val.pragma.
4147 (struct cpp_options): Remove defer_pragmas.
4148 (cpp_handle_deferred_pragma): Remove.
4149 (cpp_register_deferred_pragma): Declare.
4150
d09e893f
JJ
41512006-01-01 Jakub Jelinek <jakub@redhat.com>
4152
4153 PR c++/25294
4154 * directives.c (do_pragma): If pragma line ends with multi-line
4155 block comment, end the saved deferred pragma string before that
4156 comment. Handle embedded '\0' chars on the pragma line.
4157
ab84748a
VR
41582005-12-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
4159
4160 PR c++/23333
4161 * include/cpplib.h: Add PURE_ZERO to flags for the cpp_token structure.
4162
ad6ed77e
JG
41632005-12-07 Jon Grimm <jgrimm2@us.ibm.com>
4164 Ben Elliston <bje@au.ibm.com>
4165
4166 * include/cpplib.h (CPP_N_DFLOAT): New.
4167 * expr.c (interpret_float_suffix): Identify df, dd, and dl
4168 suffixes as decimal floating point constants.
4169 (cpp_classify_number): Disallow hexadecimal DFP constants.
4170
ba096620 41712005-11-14 Gerald Pfeifer <gerald@pfeifer.com>
bc4071dd 4172 Ian Lance Taylor <ian@airs.com>
ba096620
GP
4173
4174 * include/cpplib.h (struct cpp_callbacks): Annotate error with
4175 ATTRIBUTE_FPTR_PRINTF(3,0) instead of ATTRIBUTE_PRINTF(3,0).
4176
456b8ce5
UB
41772005-11-09 Per Bothner <per@bothner.com>
4178 Uros Bizjak <uros@kss-loka.si>
f7288899 4179
456b8ce5
UB
4180 PR c/24101
4181 * init.c (read_original_filename): Temporarily set
4182 state.in_directive before calling _cpp_lex_direct for
4183 CPP_HASH tokens.
4184
5571f74f
JW
41852005-11-03 James E Wilson <wilson@specifix.com>
4186
4187 PR preprocessor/24202
4188 * files.c (_cpp_pop_file_buffer): Set buffer_valid to false.
4189
a63607ed
JM
41902005-11-04 Joseph S. Myers <joseph@codesourcery.com>
4191
4192 * include/cpplib.h (struct cpp_callbacks): Make error take
4193 va_list* parameter.
4194 * errors.c (cpp_error): Update call to callback.
4195
651ed942
AP
41962005-11-03 Andrew Pinski <pinskia@physics.uc.edu>
4197
4198 PR preprocessor/22042
4199 * macro.c (_cpp_builtin_macro_text): Lower the needed max
4200 buffer size.
4201 (cpp_quote_string): Don't octalify non printable
4202 charactors.
4203
178b58b5
JM
42042005-11-03 Joseph S. Myers <joseph@codesourcery.com>
4205
4206 PR c++/17964
4207 * include/cpplib.h (struct cpp_options): Add client_diagnostic.
4208 (struct cpp_callbacks): Add error.
4209 * errors.c (cpp_error): If client_diagnostic, use error callback.
4210 * charset.c (convert_escape): Don't use %03o in diagnostic.
4211
3ee5ed11 42122005-10-21 James E Wilson <wilson@specifix.com>
6568f34b
JW
4213
4214 PR preprocessor/15220
4215 * files.c (_cpp_find_file): New parameter angle_brackets. Fix all
4216 callers. Pass to open_file_failed.
4217 (open_file_failed): New parameter angle_brackets. Fix all callers.
4218 Use in print_dep assignment.
4219 * init.c (cpp_read_main_file): Pass additional arg to _cpp_find_file.
4220 * internal.h (_cpp_find_file): Add new parm to declaration.
f7288899 4221
077fc835
KH
42222005-10-08 Kazu Hirata <kazu@codesourcery.com>
4223
4224 * configure.ac: Require 64-bit int for arm*-*-*eabi*.
4225 * configure: Regenerate.
4226
cbc43ae0
ILT
42272005-10-04 Ian Lance Taylor <ian@airs.com>
4228
4229 PR preprocessor/13726
4230 * directives.c (check_eol_return_comments): New static function.
4231 (parse_include): Add buf parameter. Change all callers.
4232 (do_include_common): If not discard comments, turn on
4233 save_comments. Pass collected comments to include callback.
4234 * include/cpplib.h (struct cpp_callbacks): Add new parameter to
4235 include callback: cpp_token list.
4236
af15a2fe
JM
42372005-09-20 Joseph S. Myers <joseph@codesourcery.com>
4238
4239 * include/cpplib.h (struct cpp_options): Add extended_identifiers.
4240 * init.c (struct lang_flags, lang_defaults): Add
4241 extended_identifiers.
4242 (cpp_set_lang): Use it.
4243 * lex.c (forms_identifier_p): Check extended_identifiers.
4244
f5eab47e
JJ
42452005-08-30 Jakub Jelinek <jakub@redhat.com>
4246
4247 PR preprocessor/20348
4248 PR preprocessor/20356
4249 * files.c (_cpp_find_file, search_cache): Revert 2004-06-26 and
4250 2004-06-05 changes.
4251
467129e6
KG
42522005-07-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4253
4254 * configure.ac (ACX_PROG_CC_WARNING_OPTS): add
4255 -Wmissing-format-attribute.
4256
4257 * configure: Regenerate.
4258
200031d1
KC
42592005-06-29 Kelley Cook <kcook@gcc.gnu.org>
4260
4261 * all files: Update FSF address in copyright headers.
4262 * makeucnid.c (write_copyright): Update outputted FSF address.
4263
f610dd5f
ZW
42642005-06-13 Zack Weinberg <zack@codesourcery.com>
4265
4266 * configure.ac: Invoke ZW_CREATE_DEPDIR and
4267 ZW_PROG_COMPILER_DEPENDENCIES.
4268 * aclocal.m4, configure: Regenerate.
4269 * Makefile.in (DEPMODE, DEPDIR, depcomp, COMPILE.base, COMPILE):
4270 New variables.
4271 (distclean): Clean up $(DEPDIR) and its contents.
4272 (.c.o): Use $(COMPILE).
4273 Include $(DEPDIR)/*.Po for most object->header dependencies.
4274
c3f829c1
GDR
42752005-05-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
4276
4277 * configure.ac: Check declarations for asprintf and vasprintf.
4278 * config.in: Regenerate.
4279 * configure: Likewise.
4280
4281 * charset.c (conversion_loop): Use XRESIZEVEC.
4282 (convert_no_conversion): Likewise.
4283 (convert_using_iconv): Likewise.
4284 (init_iconv_desc): Cast return value of alloca.
4285 (cpp_host_to_exec_charset): Use XNEWVEC.
4286 (emit_numeric_escape): Use XRESIZEVEC.
4287 (cpp_interpret_string): Use XNEWVEC.
4288 (cpp_interpret_string): Use XRESIZEVEC.
4289 (_cpp_interpret_identifier): Cast return value of alloca.
4290 (_cpp_convert_input): Use XNEWVEC and XRESIZEVEC.
4291 * directives.c (glue_header_name): Use XNEWVEC and XRESIZEVEC.
4292 (parse_include): Use XNEWVEC.
4293 (insert_pragma_entry): Rename local variable "new" to
f610dd5f 4294 "new_entry".
c3f829c1
GDR
4295 (save_registered_pragmas): Cast return value of xmemdup.
4296 (destringize_and_run): Same for alloca.
4297 (parse_assertion): Likewise.
4298 (do_assert): Cast allocated storage to proper type.
4299 (cpp_define): Likewise.
4300 (_cpp_define_builtin): Likewise.
4301 (cpp_undef): Likewise.
4302 (handle_assertion): Likewise.
4303 (cpp_push_buffer): Rename local variable "new" to "new_buffer".
4304 * expr.c (CPP_UPLUS): Cast value to type cpp_ttype.
4305 (CPP_UMINUS): Likewise.
4306 (struct cpp_operator): Rename from struct operator.
4307 (_cpp_expand_op_stack): Use XRESIZEVEC.
4308 * files.c (pch_open_file): Use XNEWVEC.
4309 (pch_open_file): Use XRESIZEVEC.
4310 (read_file_guts): Use XNEWVEC and XRESIZEVEC.
4311 (dir_name_of_file): Use XNEWVEC.
4312 (make_cpp_file): Use XCNEW.
4313 (make_cpp_dir): Likewise.
4314 (allocate_file_hash_entries): USE XNEWVEC.
4315 (cpp_included): Cast return value of htab_find_with_hash.
4316 (append_file_to_dir): Use XNEWVEC.
4317 (read_filename_string): Likewise. Use XRESIZEVEC too.
4318 (read_name_map): Cast return value of alloca. Use XRESIZEVEC.
4319 (remap_filename): Use XNEWVEC.
4320 (struct pchf_entry): Move definition out of struct pchf_data.
4321 (_cpp_save_file_entries): Use XCNEWVAR.
4322 (_cpp_read_file_entries): Use XNEWVAR.
4323 * identifiers.c (alloc_node): Use XOBNEW.
4324 * init.c (cpp_create_reader): Use XCNEW.
4325 (cpp_init_builtins): Cast of b->value to enum builtin_type.
4326 (read_original_directory): Cast return value of alloca.
4327 * lex.c (add_line_note): Use XRESIZEVEC.
4328 (warn_about_normalization): Use XNEWVEC.
4329 (_cpp_lex_direct): Cast node->directive_index to (enum cpp_ttype).
4330 (new_buff): Use XNEWVEC.
4331 * line-map.c (linemap_add): Use XRESIZEVEC.
4332 * macro.c (builtin_macro): Cast return value of alloca.
4333 (paste_tokens): Likewise.
4334 (expand_arg): Use XNEWVEC and XRESIZEVEC.
4335 (_cpp_save_parameter): Use XRESIZEVEC.
4336 (create_iso_definition): Cast allocated storage to proper type.
4337 (_cpp_create_definition): Likewise.
4338 (cpp_macro_definition): Use XRESIZEVEC.
4339 * makedepend.c (add_clm): Use XNEW.
4340 (add_dir): Likewise.
4341 * mkdeps.c (munge): Use XNEWVEC.
4342 (deps_init): Use XCNEW.
4343 (deps_add_target): Use XRESIZEVEC.
4344 (deps_add_default_target): Cast return value of alloca.
4345 (deps_add_dep): Use XRESIZEVEC.
4346 (deps_add_vpath): Likewise. Use XNEWVEC too.
4347 (deps_restore): Likewise.
4348 * pch.c (save_idents): Use XNEW and XNEWVEC.
4349 (cpp_save_state): Use XNEW.
4350 (count_defs): Cast return value of htab_find.
4351 (write_defs): Likewise.
4352 (cpp_write_pch_deps): Use XNEWVEC.
4353 (collect_ht_nodes): Use XRESIZEVEC.
4354 (cpp_valid_state): Use XNEWVEC.
4355 (save_macros): Use XRESIZEVEC. Cast return value of xmemdup.
4356 * symtab.c (ht_create): Use XCNEW.
4357 (ht_lookup_with_hash): Cast return value of obstack_copy0.
4358 (ht_expand): Use XCNEWVEC.
4359 * system.h (HAVE_DESIGNATED_INITIALIZERS): False if __cplusplus.
4360 (bool): Do not define if __cplusplus.
4361
1ed17cd5
ZW
43622005-05-12 Zack Weinberg <zack@codesourcery.com>
4363
4364 * directives.c (#sccs table entry): Mark IN_I, consistent with #ident.
4365 (do_sccs): Delete function definition, #define to do_ident.
4366 (do_ident): Don't hardwire directive name.
4367
5a8c20ce
RK
43682005-05-12 Ryota Kunisawa <kunisawa@access.co.jp>
4369
4370 PR bootstrap/21230
4371 * configure: Regenerate.
4372
473c5bc9
AP
43732005-04-27 Andris Pavenis <pavenis@latnet.lv>
4374
4375 * files.c: Include io.h for DJGPP to get prototype of setmode.
4376
c1fc5047
PB
43772005-04-19 Per Bothner <per@bothner.com>
4378
4379 PR preprocessor/20907
4380 * line-map.c (linemap_line_start): Fix bug when we need to increse
4381 column_bits but can re-use the current line_map.
4382
042630ad
KG
43832005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4384
4385 * system.h (fopen, fdopen, freopen): Define these to the unlocked
4386 libiberty functions.
4387
0d667716
KG
43882005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4389
4390 * configure.ac (libcpp_UNLOCKED_FUNCS): New.
4391 (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for libcpp_UNLOCKED_FUNCS.
4392 * system.h (putchar, getc, getchar, clearerr, feof, fileno,
4393 fflush, fgetc, fgets, ferror, fread): Redefine to the associated
4394 _unlocked function.
4395 (fwrite_unlocked): Fix prototype.
1ed17cd5 4396
0d667716
KG
4397 * configure, config.in: Regenerate.
4398
cae064e7
JJ
43992005-04-05 Jakub Jelinek <jakub@redhat.com>
4400
4401 PR preprocessor/19475
4402 * macro.c (create_iso_definition): For < ISO C99, don't
4403 pedwarn if there is no whitespace between macro name and its
4404 replacement, but the replacement starts with a basic character
4405 set character.
4406
cbada204
AJ
44072005-03-28 Andreas Jaeger <aj@suse.de>
4408
4409 * lex.c (warn_about_normalization): Cast field width to int to
4410 avoid warning.
4411
f42eccdb
JM
44122005-03-19 Joseph S. Myers <joseph@codesourcery.com>
4413
4414 * configure.ac: Consistently use solaris2.1[0-9]* instead of
4415 solaris2.1[0-9].
4416 * configure: Regenerate.
4417
c79e602b
GK
44182005-03-15 Geoffrey Keating <geoffk@apple.com>
4419
4420 * charset.c (_cpp_valid_ucn): In identifiers, reject a partial
4421 UCN rather than printing an error.
4422
50668cf6
GK
44232005-03-14 Geoffrey Keating <geoffk@apple.com>
4424
6baba9bb
GK
4425 * lex.c (forms_identifier_p): Disable UCNs in C89 mode.
4426
44272005-03-14 Geoffrey Keating <geoffk@apple.com>
1ed17cd5 4428
50668cf6
GK
4429 * init.c (cpp_create_reader): Default warn_normalize to normalized_C.
4430 * charset.c: Update for new format of ucnid.h.
4431 (ucn_valid_in_identifier): Update for new format of ucnid.h.
4432 Add NST parameter, and update it; update callers.
4433 (cpp_valid_ucn): Add NST parameter, update callers. Replace abort
4434 with cpp_error.
4435 (convert_ucn): Pass normalize_state to cpp_valid_ucn.
4436 * internal.h (struct normalize_state): New.
4437 (INITIAL_NORMALIZE_STATE): New.
4438 (NORMALIZE_STATE_RESULT): New.
4439 (NORMALIZE_STATE_UPDATE_IDNUM): New.
4440 (_cpp_valid_ucn): New.
4441 * lex.c (warn_about_normalization): New.
4442 (forms_identifier_p): Add normalize_state parameter, update callers.
4443 (lex_identifier): Add normalize_state parameter, update callers. Keep
4444 the state current.
4445 (lex_number): Likewise.
4446 (_cpp_lex_direct): Pass normalize_state to subroutines. Check
4447 it with warn_about_normalization.
4448 * makeucnid.c: New.
4449 * ucnid.h: Replace.
4450 * ucnid.pl: Remove.
4451 * ucnid.tab: Make appropriate for input to makeucnid.c. Remove
4452 comments about obsolete version of C++.
4453 * include/cpplib.h (enum cpp_normalize_level): New.
4454 (struct cpp_options): Add warn_normalize field.
4455
47e20491
GK
44562005-03-11 Geoffrey Keating <geoffk@apple.com>
4457
4458 * directives.c (glue_header_name): Update call to cpp_spell_token.
4459 * internal.h (_cpp_interpret_identifier): New.
4460 * charset.c (_cpp_interpret_identifier): New.
4461 (_cpp_valid_ucn): Allow UCN version of '$'.
4462 * lex.c (lex_identifier): Add extra parameter to indicate if initial
4463 character was '$' or '\'. Support identifiers with UCNs.
4464 (forms_identifier_p): Allow UCNs.
4465 (_cpp_lex_direct): Pass extra parameter to lex_identifier.
4466 (utf8_to_ucn): New.
4467 (cpp_spell_token): Add FORSTRING parameter. Use it.
4468 (cpp_token_as_text): Update call to cpp_spell_token.
4469 (cpp_output_token): Write UCNs back out.
4470 (stringify_arg): Update call to cpp_spell_token.
4471 (paste_tokens): Likewise.
4472 (cpp_macro_definition): Likewise.
4473 * macro.c (stringify_arg): Likewise.
4474 (paste_tokens): Likewise.
4475 (cpp_macro_definition): Likewise.
4476 * include/cpplib.h: Add parameter to cpp_spell_token.
4477
73096711
JJ
44782005-03-04 Jakub Jelinek <jakub@redhat.com>
4479
4480 PR bootstrap/20282
4481 PR bootstrap/20305
4482 * macro.c (replace_args, cpp_get_token): Copy whole
4483 cpp_token_u instead of just cpp_string field from it.
4484
2203a881
DP
44852005-02-28 Devang Patel <dpatel@apple.com>
4486
4487 * directives.c (do_line): Save sysp early before line table is
4488 realloc'ed.
1ed17cd5 4489
c5ff069d
ZW
44902005-02-20 Zack Weinberg <zack@codesourcery.com>
4491
4492 PR 18785
4493 * charset.c (LAST_POSSIBLY_BASIC_SOURCE_CHAR): New helper macro.
4494 (cpp_host_to_exec_charset): New function.
4495 * include/cpplib.h: Declare cpp_host_to_exec_charset.
4496
04c90eea
DP
44972005-02-19 Devang Patel <dpatel@apple.com>
4498
4499 * charset.c (_cpp_convert_input): Check '\r' before inserting
4500 '\n' at the end.
c5ff069d 4501
6da55c00
EC
45022005-02-15 Eric Christopher <echristo@redhat.com>
4503
4504 PR preprocessor/19077
4505 * macro.c (cpp_macro_definition): Move handling of whitespace
4506 to PREV_WHITE conditional. Remove overloading of len
4507 variable.
4508
31c3e631
KH
45092005-02-14 Kazu Hirata <kazu@cs.umass.edu>
4510
4511 * directives.c, files.c, init.c, internal.h, macro.c, pch.c,
4512 traditional.c: Update copyright.
4513
be0f1e54
PB
45142005-02-14 Paolo Bonzini <bonzini@gnu.org>
4515
4516 PR bootstrap/19818
4517 * configure.ac: Check for declaration of basename and getopt.
4518 * config.in: Regenerate.
4519 * configure: Regenerate.
4520 * internal.h (ustrcspn): New.
4521 * macro.c (create_iso_definition): Fix allocation of memory.
4522 (padding_token): Add cast to remove const-ness.
4523 * pch.c (cpp_read_state): Use ustrcspn.
4524
ecddfb39
MS
45252005-02-08 Mike Stump <mrs@apple.com>
4526
4527 * files.c (pchf_adder): Remove.
4528 (struct pchf_adder_info): Likewise.
4529 (_cpp_save_file_entries): Write out all files so that #import works.
4530
9fcdd891
JM
45312005-01-23 Joseph S. Myers <joseph@codesourcery.com>
4532
4533 * configure: Regenerate.
4534
ecfd72e7
TS
45352005-01-11 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
4536
4537 * include/cpplib.h (c_lang): Fix comment to say cpp_create_reader.
4538
6c25a4f7 4539 * include/cpplib.h: Also update copyright years.
c5ff069d 4540
942926ad
GK
45412005-01-03 Geoffrey Keating <geoffk@apple.com>
4542
4543 * files.c (_cpp_find_file): Add files found by search_path_exhausted
4544 to the list of all files.
4545
a2566ae9
GDR
45462005-01-01 Gabriel Dos Reis <gdr@integrable-solutions.net>
4547
4548 * internal.h: Update references to Cpp lib filenames.
4549 * directives.c: Likewise.
4550 * init.c: Likewise.
4551 * macro.c: Likewise.
4552 * traditional.c: Likewise.
4553
1b449375
EB
45542004-12-15 Eric Botcazou <ebotcazou@libertysurf.fr>
4555
4556 PR preprocessor/15167
4557 * files.c (destroy_cpp_file): New function.
4558 (should_stack_file): Make a new file if the
4559 compared file is still stacked.
4560
28303828
NN
45612004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
4562
c5ff069d 4563 PR preprocessor/17610
28303828
NN
4564 * directives.c (do_include_common): Error out if an empty filename
4565 is given for #include (or #include_next or #import).
4566
c812785a
RS
45672004-11-27 Roger Sayle <roger@eyesopen.com>
4568 Zack Weinberg <zack@codesourcery.com>
4569
4570 * internal.h: Replace all uses of uchar with unsigned char.
4571 * include/cpp-id-data.h: Likewise. Guard typedef of uchar
4572 with !IN_GCC, so uchar is only defined whilst building libcpp.
4573
f91eaa01
KC
45742004-11-24 Kelley Cook <kcook@gcc.gnu.org>
4575
4576 * aclocal.m4: Regenerate.
4577
f78ce0c2
RS
45782004-11-24 Roger Sayle <roger@eyesopen.com>
4579
4580 PR preprocessor/15824
4581 * configure.ac: Correct HAVE_UCHAR test to #include <sys/types.h>
4582 directly, instead of the non-existant "system.h" and "ansidecl.h".
4583 * configure: Regenerate.
4584
b5b3e36a 45852004-11-23 Daniel Jacobowitz <dan@codesourcery.com>
c5ff069d 4586 Joseph Myers <joseph@codesourcery.com>
b5b3e36a
DJ
4587
4588 * internal.h (struct lexer_state): Add in_deferred_pragma.
4589 * directives.c (struct pragma_entry): Add allow_expansion.
4590 (insert_pragma_entry): Take allow_expansion flag.
4591 (register_pragma): Likewise.
4592 (cpp_register_pragma): Likewise.
4593 (_cpp_init_internal_pragmas): Update calls to cpp_register_pragma.
4594 (do_pragma): Honor allow_expansion.
4595 (cpp_handle_deferred_pragma): Set in_deferred_pragma.
4596 * include/cpplib.h (cpp_register_pragma): Update prototype.
4597
a8e68029 45982004-11-18 Daniel Jacobowitz <dan@codesourcery.com>
c5ff069d 4599 Mark Mitchell <mark@codesourcery.com>
a8e68029
DJ
4600
4601 * configure.ac (i[34567]86-*-solaris2.1[0-9]*): Set
4602 need_64bit_hwint=yes.
4603 * configure: Regenerate.
4604
50f47ee0
JM
46052004-11-09 Joseph S. Myers <joseph@codesourcery.com>
4606
4607 * Makefile.in ($(PACKAGE).pot): New rule. Depend on
4608 po/$(PACKAGE).pot.
4609 (po/$(PACKAGE).pot): Use ":" instead of "," in --keyword
4610 arguments. Add keywords _, N_, SYNTAX_ERROR and SYNTAX_ERROR2.
4611 Remove local srcdir path from generated file.
4612
968e08d6 46132004-11-04 Zack Weinberg <zack@codesourcery.com>
c5ff069d 4614 Gerald Pfeifer <gerald@pfeifer.com>
968e08d6
ZW
4615
4616 * internal.h (HAVE_ICONV): Undefine if we do not have HAVE_ICONV_H
4617 as well.
4618
3da3d587
ZW
46192004-10-27 Zack Weinberg <zack@codesourcery.com>
4620
4621 PR 18075
4622 * directives.c (do_pragma): Do not defer pragmas which are unknown.
4623 (cpp_handle_deferred_pragma): Add cast to silence warning.
4624
ac24fc25
JM
46252004-10-14 Joseph S. Myers <jsm@polyomino.org.uk>
4626
4627 * errors.c (_cpp_begin_message): Print "error: " for errors.
4628
7731405b
AJ
46292004-10-10 Andreas Jaeger <aj@suse.de>
4630
4631 * makedepend.c: Include mkdeps.h for prototype of deps_add_vpath.
4632 * Makefile.in (makedepend.o): Add dependency on mkdeps.h.
4633
646544e3
AP
46342004-10-08 Andrew Pinski <pinskia@physics.uc.edu>
4635
4636 * pch.c (cpp_write_pch_state): Remove variable z as it is not
4637 used.
4638 (cpp_read_state): Remove unused variables, m, d and mac_count.
4639
67a74146
PB
46402004-09-29 Per Bothner <per@bothner.com>
4641
4642 * directives.c (cpp_handle_deferred_pragma): Save, clear and restore
4643 cb.line_change. Otherwise do_pragma will call the line_change
4644 call-back with a meaningless line number.
4645
018a4785
ZW
46462004-09-24 Zack Weinberg <zack@codesourcery.com>
4647
4648 * configure.ac: Move AC_PROG_MAKE_SET, AC_PROG_INSTALL to
4649 programs cluster. Use ACX_PROG_CC_WARNING_OPTS,
4650 ACX_PROG_CC_WARNING_ALMOST_PEDANTIC, ACX_PROG_CC_WARNINGS_ARE_ERRORS.
4651 * aclocal.m4, configure: Regenerate.
4652 * init.c: Include localedir.h.
4653 * Makefile.in (WARN_CFLAGS, ALL_CFLAGS): New variables.
4654 (DEFS): Delete.
4655 (.c.o): Use $(ALL_CFLAGS).
4656 (localedir.h, localedir.hs): New rules.
4657 (clean): Use rm -rf to remove directories.
4658 (distclean): Also delete localedir.h and localedir.hs.
4659 (init.o): Update dependencies.
4660
88fa57d7
KC
46612004-09-22 Kelley Cook <kcook@gcc.gnu.org>
4662
4663 * Makefile.in (aclocal.m4): Update dependencies.
4664 * configure.ac (AC_CONFIG_MACRO_DIR): New.
4665 * aclocal.m4, configure: Regenerate.
4666
8f8e9aa5
ZW
46672004-09-17 Zack Weinberg <zack@codesourcery.com>
4668
a29f62d9
ZW
4669 * charset.c (_cpp_destroy_iconv, emit_numeric_escape)
4670 (_cpp_convert_input, _cpp_default_encoding): Add comments.
4671 Some other comments in this file also tweaked.
4672
8f8e9aa5
ZW
4673 * directives.c (do_pragma): Save current buffer position
4674 before lexing the pragma keywords; don't call
4675 _cpp_backup_tokens in the defer_pragmas case.
4676
a2981930
PB
46772004-09-15 Per Bothner <per@bothner.com>
4678
4679 * include/line-map.h (line_map_start): Add parameter names so
4680 preceding comment makes sense.
4681 (linemap_add): Remove from comment mention of non-existing parameter.
4682
21b11495
ZW
46832004-09-09 Matt Austern <austern@apple.com>
4684 Zack Weinberg <zack@codesourcery.com>
4685
4686 * include/cpplib.h (TTYPE_TABLE): Remove CPP_ and SPELL_
4687 prefixes throughout. Add entry for PRAGMA. Remove
4688 unnecessary "= 0" from EQ.
4689 (enum cpp_ttype): Adjust OP and TK definitions to restore
4690 prefixes, via token-paste.
4691 (CPP_LAST_EQ, CPP_FIRST_DIGRAPH, CPP_LAST_PUNCTUATOR, CPP_LAST_CPP_OP):
4692 Change from #defines to additional cpp_ttype enumerators.
4693 (struct cpp_options): Add defer_pragmas.
4694 (cpp_handle_deferred_pragma): Prototype new interface.
4695
4696 * internal.h (struct cpp_reader): Add directive_result.
4697 * directives.c (struct pragma_entry): Add is_internal field;
4698 give boolean fields type bool.
4699 (start_directive): Initialize pfile->directive_result.type.
4700 (_cpp_do__Pragma): Likewise.
4701 (run_directive): Do not crash if pfile->buffer->prev is NULL.
4702 (insert_pragma_entry): Add 'internal' argument; set new->is_internal
4703 from it.
4704 (register_pragma): New static function, bulk of former
4705 cpp_register_pragma here; add 'internal' argument, pass along
4706 to insert_pragma_entry.
4707 (cpp_register_pragma): Now a wrapper around register_pragma which
4708 always passes false for 'internal' argument.
4709 (_cpp_init_internal_pragmas): Call register_pragma directly, passing
4710 true for 'internal'.
4711 (do_pragma): If CPP_OPTION (pfile, defer_pragmas) and this isn't
4712 an internal pragma, save text till the end of the line as a CPP_PRAGMA
4713 token instead of executing the pragma.
4714 (cpp_handle_deferred_pragma): New interface.
4715 * lex.c (token_spellings): Adjust OP and TK definitions to
4716 match changes to cpplib.h.
4717 (_cpp_lex_token): Check for a directive-result token and
4718 return it if present.
4719 (cpp_token_val_index): Handle CPP_PRAGMA.
4720 * macro.c (cpp_builtin_macro_text): Correct comment.
4721 (builtin_macro): Handle directive-result tokens from _cpp_do__Pragma.
4722
0fd9e8dd
SB
47232004-09-06 Serge Belyshev <belyshev@lubercy.com>
4724
4725 PR preprocessor/14699
4726 * symtab.c (ht_dump_statistics): Change type of sum_of_squares
4727 from size_t to double.
4728
39b8ce7f
AS
47292004-08-28 Andreas Schwab <schwab@suse.de>
4730 Andreas Jaeger <aj@suse.de>
4731
4732 * configure.ac: Set PACKAGE correctly.
4733 * configure: Regenerated.
4734
5d1f4b27
PB
47352004-08-25 Paolo Bonzini <bonzini@gnu.org>
4736
4737 * Makefile.in: Add back top_builddir.
4738
078e3ffe
PB
47392004-08-25 Paolo Bonzini <bonzini@gnu.org>
4740
4741 * configure.ac: Replace Automake macro invocations
4742 with manual Autoconf checks and substitutions.
4743 * configure: Regenerate.
4744 * aclocal.m4: Regenerate.
4745 * config.in: Regenerate.
4746 * Makefile.am: Removed.
4747 * Makefile.in: Heavy simplification and reorganization.
4748
b3f8d95d
MM
47492004-08-09 Mark Mitchell <mark@codesourcery.com>
4750
4751 * configure.ac (arm*-*-eabi*): New target.
4752 (arm*-*-symbianelf*): Likewise.
4753 * configure: Regenerated.
4754
72bb2c39
BI
47552004-07-24 Bernardo Innocenti <bernie@develer.com>
4756
4757 * internal.h (xnew, xcnew, xnewvec, xcnewvec, xobnew): Remove.
4758 * directives.c: Use XNEW-family macros from libiberty.
4759 * lex.c: Likewise.
4760 * macro.c: Likewise.
4761 * cpplib.h (cpp_deps_style): Export enum with name.
4762
21b11495 47632004-07-23 Matthias Klose <doko@debian.org>
72bb2c39 4764
21b11495 4765 * init.c (init_library): Use PACKAGE for the text domain.
85eac2a0 4766
a23ee064
AP
47672004-07-16 Andris Pavenis <pavenis@latnet.lv>
4768
4769 PR preprocessor/16366
4770 * internal.h (struct cpp_reader): New field dir_hash.
4771 * files.c (make_cpp_dir): Use dir_hash, not file_hash.
4772 (_cpp_init_files, _cpp_cleanup_files): Update for new field.
4773
a09d4744
NB
47742004-07-04 Neil Booth <neil@duron.akihabara.co.uk>
4775
4776 PR preprocessor/16192
4777 PR preprocessor/15913
4778 PR preprocessor/15572
4779 * expr.c (_cpp_parse_expr): Handle remaining cases where an
4780 expression is missing.
4781 * init.c (post_options): Traditional cpp doesn't do // comments.
4782
f58f7def
PB
47832004-06-30 Per Bothner <per@bothner.com>
4784
4785 * include/line-map.h (fileline): Remove old typedef.
4786 * internal.h (struct cpp_reader): Use source_location typedef instead.
4787
e83d8d43
ZW
47882004-06-26 Zack Weinberg <zack@codesourcery.com>
4789
4790 Partially revert patch of 2004-06-05.
4791 * files.c (search_cache): Remove pfile argument. Don't check
4792 for file that would be found by "" or <> search here...
4793 (_cpp_find_file): ...do it here, before calling find_file_in_dir.
4794 Do not apply directory-of-current-file correction to files
4795 found by this check. Rearrange code slightly.
4796
c0d578e6
GK
47972004-06-21 Geoffrey Keating <geoffk@apple.com>
4798
4799 * files.c (should_stack_file): Correct swapped parameters to call
4800 to cb.read_pch.
4801 * pch.c (cpp_valid_state): Handle -fpreprocessed.
4802
159d5224
PB
48032004-06-15 Paolo Bonzini <bonzini@gnu.org>
4804
4805 * Makefile.in: Regenerate with automake 1.8.5.
4806 * aclocal.m4: Likewise.
4807 * configure: Regenerate.
4808
2fac9c01
ZW
48092004-06-11 Zack Weinberg <zack@codesourcery.com>
4810
4811 * configure.ac: Don't invoke ACX_HEADER_STDBOOL.
4812 * configure, config.in: Regenerate.
4813 * system.h: Unconditionally define bool as unsigned char,
4814 BOOL_BITFIELD as unsigned int.
4815 * .cvsignore: New file.
4816
d8044160
GK
48172004-06-09 Geoffrey Keating <geoffk@apple.com>
4818
4819 * traditional.c (push_replacement_text): Set macro->traditional.
4820 (save_replacement_text): Likewise.
4821 * pch.c (cpp_write_pch_state): Don't write list of defined macros.
4822 (struct save_macro_item): Delete.
4823 (struct save_macro_data): Use a character array not the previous
4824 structured format.
4825 (save_macros): Save macro as text not as internal structures.
4826 (cpp_prepare_state): Update for changes to save_macro_data.
4827 (cpp_read_state): Don't read macros defined in PCH. Restore
2cf22451 4828 -D macros as text.
d8044160
GK
4829 * macro.c (create_iso_definition): Honour alloc_subobject.
4830 Clear traditional flag.
4831 (_cpp_create_definition): Honour alloc_subobject.
4832 * lex.c (cpp_token_val_index): New.
4833 * internal.h: Include cpp-id-data.h.
4834 (uchar): Move definition to cpp-id-data.h.
4835 (U): Likewise.
4836 (cpp_macro): Likewise.
4837 * directives.c (struct answer): Move to cpp-id-data.h.
4838 (do_assert): Honour alloc_subobject.
2cf22451
ZW
4839
4840 * include/symtab.h (struct ht): Add field 'alloc_subobject'.
4841 * include/cpplib.h (struct cpp_string): Add GTY marker.
4842 (enum cpp_token_fld_kind): New.
4843 (struct cpp_token): Add GTY markers.
4844 (cpp_token_val_index): Prototype.
4845 (CPP_HASHNODE_VALUE_IDX): New.
4846 (struct cpp_hashnode): Don't skip fields of 'value' when marking.
4847 * include/cpp-id-data.h: New file.
d8044160 4848
0ca8e815
PB
48492004-06-09 Paolo Bonzini <bonzini@gnu.org>
4850
4851 * Makefile.am (all-local): New.
4852 * Makefile.in: Regenerate.
4853
b51fa00f
RS
48542004-06-06 Roger Sayle <roger@eyesopen.com>
4855
4856 * Makefile.am (LIBICONV): Declare.
4857 (makedepend_LDADD): Use LIBICONV.
4858 * Makefile.in: Regenerate.
4859
5e2f3f39
AP
48602004-06-05 Andrew Pinski <pinskia@physics.uc.edu>
4861
4862 * Makefile.am (LIBINTL): Declare
4863 (makedepend_LDADD): Use LIBINTL.
4864 * Makefile.in: Regenerate.
4865
c6e83800
ZW
48662004-06-05 Zack Weinberg <zack@codesourcery.com>
4867
4868 * Makefile.am: Add makedepend.
4869 * Makefile.in, aclocal.m4: Regenerate.
4870 * charset.c: Insert a space to avoid a warning.
4871 * directives.c: Include mkdeps.h.
4872 (_cpp_handle_directive): Reenable macro expander if appropriate.
4873 (undefine_macros): Inline body of _cpp_free_definition for speed.
4874 Do not call undef callback or _cpp_warn_if_unused_macro.
4875 (cpp_get_deps): New interface.
4876 * files.c (search_cache): Add pfile argument. Check for file
4877 that would be found by "" or <> search here...
4878 (_cpp_find_file): ...not here. Correct recorded start_dir of
4879 files found by directory-of-current-file search that would be
4880 found by "" or <> search.
4881 * init.c (cpp_add_dependency_target): Delete.
4882 * internal.h (struct lexer_state): Add discarding_output flag.
4883 * lex.c (lex_identifier): Compute hash function while scanning.
4884 * macro.c (cpp_scan_nooutput): Disable macro expansion outside
4885 directives.
4886 * makedepend.c: New file.
4887 * mkdeps.c (struct deps): Add vpath vector.
4888 (apply_vpath, deps_add_vpath): New function.
4889 (deps_free): Free vpath vector.
4890 (deps_add_dep, deps_add_target): Use apply_vpath.
4891 * symtab.c (calc_hash): Use HT_HASHSTEP and HT_FINISH.
4892 (ht_lookup_with_hash): New function.
4893 * cpplib.h, mkdeps.h: Update prototypes.
4894 * symtab.h: Update prototypes.
4895 (HT_HASHSTEP, HT_FINISH): New macros.
4896
b453c95f
GK
48972004-05-29 Geoffrey Keating <geoffk@apple.com>
4898
4899 * symtab.c (ht_create): Set entries_owned.
4900 (ht_destroy): Honour entries_owned.
4901 (ht_expand): Likewise.
4902 (ht_load): New.
2cf22451
ZW
4903 * include/symtab.h (struct ht): New field 'entries_owned'
4904 (ht_load): New prototype.
b453c95f 4905
963e23c5
PB
49062004-05-26 Paolo Bonzini <bonzini@gnu.org>
4907
4908 PR bootstrap/15651
4909 * configure.ac: Fix m4 quoting when picking
4910 the size of HOST_WIDE_INT.
4911 * configure: Regenerate.
4912
0429bc77
PB
49132004-05-25 Paolo Bonzini <bonzini@gnu.org>
4914
4915 * Makefile.am: the correct directory for
4916 gettext include files is given by @INCINTL@.
4917 * Makefile.in: Regenerate.
4918
c86dd7db
PB
49192004-05-24 Paolo Bonzini <bonzini@gnu.org>
4920
4921 * system.h [!ENABLE_NLS]: dgettext takes two
4922 parameters.
4923
4f4e53dd
PB
49242004-05-23 Paolo Bonzini <bonzini@gnu.org>
4925
4926 Moved libcpp from the gcc subdirectory to the toplevel.
4927 * Makefile.am: New file.
4928 * Makefile.in: Regenerate.
4929 * configure.ac: New file.
4930 * configure: Regenerate.
4931 * config.in: Regenerate.
4932 * charset.c: Moved from gcc/cppcharset.c. Add note about
4933 brokenness of input charset detection. Adjust for change
4934 in name of cppucnid.h.
4935 * errors.c: Moved from gcc/cpperror.c. Do not include intl.h.
4936 * expr.c: Moved from gcc/cppexp.c.
4937 * files.c: Moved from gcc/cppfiles.c. Do not include intl.h.
4938 Remove #define of O_BINARY, it is in system.h.
4939 * identifiers.c: Moved from gcc/cpphash.c.
4940 * internal.h: Moved from gcc/cpphash.h. Change header
4941 guard name. All other files adjusted to match name change.
4942 * init.c: Moved from gcc/cppinit.c.
4943 (init_library) [ENABLE_NLS]: Call bindtextdomain.
4944 * lex.c: Moved from gcc/cpplex.c.
4945 * directives.c: Moved from gcc/cpplib.c.
4946 * macro.c: Moved from gcc/cppmacro.c.
4947 * pch.c: Moved from gcc/cpppch.c. Do not include intl.h.
4948 * traditional.c: Moved from gcc/cpptrad.c.
4949 * ucnid.h: Moved from gcc/cppucnid.h. Change header
4950 guard name.
4951 * ucnid.pl: Moved from gcc/cppucnid.pl.
4952 * ucnid.tab: Moved from gcc/cppucnid.tab. Change header
4953 guard name.
4954 * symtab.c: Moved from gcc/hashtable.c.
4955 * line-map.c: Moved from gcc. Do not include intl.h.
4956 * mkdeps.c: Moved from gcc.
4957 * system.h: New file.
2cf22451
ZW
4958 * include/cpplib.h: Moved from gcc. Change header guard name.
4959 * include/line-map.h: Moved from gcc. Change header guard name.
4960 * include/mkdeps.h: Moved from gcc. Change header guard name.
4961 * include/symtab.h: Moved from gcc/hashtable.h. Change header
4962 guard name.
818ab71a
JJ
4963\f
4964Copyright (C) 2004-2016 Free Software Foundation, Inc.
4965
4966Copying and distribution of this file, with or without modification,
4967are permitted in any medium without royalty provided the copyright
4968notice and this notice are preserved.