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