]> git.ipfire.org Git - thirdparty/gcc.git/blame - libcpp/ChangeLog
Update C17 option descriptions not to say "expected to be published".
[thirdparty/gcc.git] / libcpp / ChangeLog
CommitLineData
954ad112
DM
12018-10-11 David Malcolm <dmalcolm@redhat.com>
2
3 * macro.c (_cpp_arguments_ok): If the argument count is wrong, add
4 a note showing the definition of the macro.
5
c1b48b29
NS
62018-10-11 Nathan Sidwell <nathan@acm.org>
7
8 * include/line-map.h (LINEMAPS_MACRO_LOWEST_LOCATION): Fix
9 off-by-one error.
10 * line-map.c (linemap_enter_macro): Use RAII. Clear all of the
11 macro_locations.
12
c24300ba
DM
132018-10-09 David Malcolm <dmalcolm@redhat.com>
14
15 * charset.c (noop_error_cb): Rename to...
16 (noop_diagnostic_cb): ...this, converting params to enums.
17 (cpp_interpret_string_ranges): Update for renaming and enums.
18 * directives.c (check_eol_1): Convert reason to enum.
19 (do_diagnostic): Convert code and reason to enum.
20 (do_error): Use CPP_W_NONE rather than 0.
21 (do_pragma_dependency): Likewise.
22 * errors.c (cpp_diagnostic_at): Convert level and reason to enums.
23 Update for renaming.
24 (cpp_diagnostic): Convert level and reason to enums.
25 (cpp_error): Convert level to enum.
26 (cpp_warning): Convert reason to enums.
27 (cpp_pedwarning): Likewise.
28 (cpp_warning_syshdr): Likewise.
29 (cpp_diagnostic_with_line): Convert level and reason to enums.
30 Update for renaming.
31 (cpp_error_with_line): Convert level to enum.
32 (cpp_warning_with_line): Convert reason to enums.
33 (cpp_pedwarning_with_line): Likewise.
34 (cpp_warning_with_line_syshdr): Likewise.
35 (cpp_error_at): Convert level to enum.
36 (cpp_errno): Likewise.
37 (cpp_errno_filename): Likewise.
38 * include/cpplib.h (enum cpp_diagnostic_level): Name this enum,
39 and move to before struct cpp_callbacks.
40 (enum cpp_warning_reason): Likewise.
41 (cpp_callbacks::diagnostic): Convert params from int to enums.
42 (cpp_error): Convert int param to enum cpp_diagnostic_level.
43 (cpp_warning): Convert int param to enum cpp_warning_reason.
44 (cpp_pedwarning): Likewise.
45 (cpp_warning_syshdr): Likewise.
46 (cpp_errno): Convert int param to enum cpp_diagnostic_level.
47 (cpp_errno_filename): Likewise.
48 (cpp_error_with_line): Likewise.
49 (cpp_warning_with_line): Convert int param to enum
50 cpp_warning_reason.
51 (cpp_pedwarning_with_line): Likewise.
52 (cpp_warning_with_line_syshdr): Likewise.
53 (cpp_error_at): Convert int param to enum cpp_diagnostic_level.
54 * macro.c (create_iso_definition): Convert int to enum.
55 (_cpp_create_definition): Likewise.
56
9c4a4b3c
DM
572018-09-17 David Malcolm <dmalcolm@redhat.com>
58
59 * include/line-map.h (range_label::get_text): Add param
60 "range_idx".
61
24c35f68
NS
622018-08-30 Nathan Sidwell <nathan@acm.org>
63
64 * include/line-map.h (enum lc_reason): Comment each member
65 separately.
66 (struct line_maps): Fix reallocator comment.
67
85204e23
DM
682018-08-27 David Malcolm <dmalcolm@redhat.com>
69
70 PR 87091
71 * include/line-map.h (enum range_display_kind): New enum.
72 (struct location_range): Replace field "m_show_caret_p" with
73 "m_range_display_kind", converting from bool to the new enum.
74 (class rich_location): Add example of line insertion fix-it hint.
75 (rich_location::add_range): Convert param "show_caret_p" from bool
76 to enum range_display_kind and rename to "range_display_kind",
77 giving it a default of SHOW_RANGE_WITHOUT_CARET.
78 (rich_location::set_range): Likewise, albeit without a default.
79 * line-map.c (rich_location::rich_location): Update for conversion
80 of show_caret_p to tri-state enum.
81 (rich_location::add_range): Likewise.
82 (rich_location::set_range): Likewise.
83
cf806c7d
L
842018-08-24 H.J. Lu <hongjiu.lu@intel.com>
85
86 PR bootstrap/86872
87 * line-map.c (pure_location_p): Return true if linemap_lookup
88 returns NULL.
89 (linemap_add): Set start_location to 0 if we run out of line map
90 space.
91
3fb558b1
NS
922018-08-20 Nathan Sidwell <nathan@acm.org>
93
a5a35247
NS
94 * include/cpplib.h: Fixup some whitespace.
95 (cpp_hashnode): Reduce type to 2 bit & flags to 8.
96
a570d97f
NS
97 * include/cpplib.h (NODE_BUILTIN, NODE_MACRO_ARG): Delete.
98 Renumber others.
99 (enum node_type): Replace NT_MACRO with NT_USER_MACRO,
100 NT_BUILTIN_MACRO, NT_MACRO_ARG. Delete NT_ASSERTION.
101 (NTV_MACRO, NTV_ANSWER, NTV_BUILTIN, NTV_ARGUMENT, NTV_NONE):
102 Delete.
103 (CPP_HASHNODE_VALUE_IDX): Delete.
104 (union _cpp_hashnode_value): GTY tag from enum node_type directly.
105 (struct cpp_hashnode): Adjust GTY desc for value field.
106 (cpp_user_macro_p, cpp_builtin_macro_p, cpp_macro_p): Adjust.
107 * directives.c (undefine_macros): Clear value.anwers, adjust flag
108 clearing.
109 (_cpp_test_assertion): No need to check NT_ASSERTION.
110 (do_assert, do_unassert): Likewise.
111 * init.c (cpp_init_special_builtins): Set type not flags.
112 * macro.c (struct macro_arg_saved_data): Add type field.
113 (cpp_get_token_1): Check type not NT_VOID.
114 (_cpp_free_definition): Adjust flag clearing. Nullify
115 value.answers.
116 (_cpp_save_parameter, _cpp_unsave_parameters): Save and restore
117 type.
118 (lex_expansion_token): Check type not flags.
119 (_cpp_create_definition): Set type to NT_USER_MACRO.
120 (_cpp_notify_macro_use): Adjust type checking.
121 * pch.c (write_macdef, count_defs, write_defs, cpp_valid_state)
122 (save_macros): Adjust node type/flag handling.
123 * traditional.c (_cpp_scan_out_logical_line): Check type not flags.
124
7692e253
NS
125 * directives.c (do_undef): Use cpp_macro_p & cpp_builtin_macro_p.
126 * include/cpplib.h (enum cpp_macro_kind): Remove trailing comma.
127 (cpp_fun_like_macro_p): Make inline, define.
128 * macro.c (cpp_define_lazily): Use UCHAR_MAX.
129 (cpp_fun_like_macro_p): Delete.
130
abcd1775
NS
131 * Makefile.in (TAGS_SOURCES): Remove cpp-id-data.h.
132 * include/cpp-id-data.h: Delete.
133 * internal.h: Include cpplib.h not cpp-id-data.h.
134
3fb558b1
NS
135 * include/cpp-id-data.h (struct answer): Delete.
136 * include/cpplib.h (struct answer): Don't forward-declare.
137 (enum cpp_macro_kind): Add cmk_assert.
138 (struct cpp_macro): Union parms and next assert chain.
139 (union _cpp_hashnode_value): 'answer' field is cpp_macro.
140 * directives.c (parse_answer): Convert to use cpp_macro. Return
141 true on success.
142 (parse_assertion, find_answer, _cpp_test_assertion, cpp_do_assert)
143 (cpp_do_unassert): Convert to use cpp_macro.
144 * macro.c (warn_of_redefinition, _cpp_new_macro)
145 (check_trad_stringification, cpp_macro_definition): Adjust macro
146 parm access.
147 * traditional.c (_cpp_replacement_text_len)
148 (_cpp_copy_replacement_text, _cpp_create_trad_definition): Likewise.
149
c5d725c0
NS
1502018-08-17 Nathan Sidwell <nathan@acm.org>
151
800c0e98
NS
152 * include/cpplib.h (struct cpp_callbacks): Replace
153 user_builtin_macro with user_lazy_macro.
154 (struct cpp_macro): add lazy field.
155 (enum cpp_builtin_type): Remove BT_FIRST_USER, BT_LAST_USER.
156 (cpp_define_lazily): Declare.
157 * macro.c (enter_macro_context) Use _cpp_maybe_notify_macro_use.
158 (warn_of_redefinition): Use cpp_builtin_macro_p, directly call
159 user_lazy_macro hook.
160 (_cpp_new_macro): Clear lazy field.
161 (cpp_define_lazily): Define.
162 (_cpp_notify_macro_use): Adjust lazy definition code.
163 (cpp_macro_definition): No need to do lazy definition here.
164 * pch.c (write_macdef, save_macros): Likewise.
165
10f04917
NS
166 * include/cpplib.h (enum cpp_macro_kind): New.
167 (struct cpp_macro): Make body trailing array. Add kind field,
168 delete traditional flag.
169 * internal.h (_cpp_new_macro): Declare.
170 (_cpp_reserve_room): New inline.
171 (_cpp_commit_buf): Declare.
172 (_cpp_create_trad_definition): Return new macro.
173 * lex.c (_cpp_commit_buff): New.
174 * macro.c (macro_real_token_count): Count backwards.
175 (replace_args): Pointer equality not orderedness.
176 (_cpp_save_parameter): Use _cpp_reserve_room.
177 (alloc_expansion_token): Delete.
178 (lex_expansion_token): Return macro pointer. Use _cpp_reserve_room.
179 (create_iso_definition): Allocate macro itself. Adjust for
180 different allocation ordering.
181 (_cpp_new_macro): New.
182 (_cpp_create_definition): Adjust for API changes.
183 * traditional.c (push_replacement_text): Don't set traditional
184 flag.
185 (save_replacement_text): Likewise.
186 (_cpp_create_trad_definition): Allocate macro itself, Adjust for
187 different allocation ordering.
188
c5d725c0
NS
189 * cpp-id-data.h (uchar, UC): Move to internal.h
190 (struct cpp_macro): Move to cpplib.h.
191 * internal.h (uchar, UC): From cpp-id-data.h.
192 * include/cpplib.h (struct cpp_macro): From cpp-id-data.h.
193
3f6677f4
NS
1942018-08-16 Nathan Sidwell <nathan@acm.org>
195
729a01f7
NS
196 * internal.h (_cpp_save_parameter): Take parmno, not macro.
197 (_cpp_unsave_parameters): Declare.
198 * macro.c (_cpp_save_parameter): Take parm number, not macro.
199 Return true on success.
200 (_cpp_unsave_parameters): New.
201 (parse_params): Take parm_no and variadic pointers, not macro.
202 Reimplement parsing logic.
203 (create_iso_definition): Adjust parse_params changes. Call
204 _cpp_unsave_parameters here.
205 (_cpp_create_definition): Don't unsave params here.
206 * traditional.c (scan_parameters): Take n_param pointer, adjust.
207 (_cpp_create_trad_definition): Ajust scan_parameters change. Call
208 _cpp_unsave_parameters.
209
3f6677f4
NS
210 * include/cpplib.h (cpp_user_macro_p, cpp_builtin_macro_p)
211 (cpp_macro_p): New inlines.
212 * directives.c (do_pragma_poison): Use cpp_macro_p.
213 (do_ifdef, do_ifndef): Likewise. Use _cpp_maybe_notify_macro_use.
214 (cpp_pop_definition): Use cpp_macro_p. Move _cpp_free_definition
215 earlier. Don't zap node directly.
216 * expr.c (parse_defined): Use _cpp_maybe_notify_macro_use &
217 cpp_macro_p.
218 * files.c (should_stack_file): Use cpp_macro_p.
219 * identifiers.c (cpp_defined): Likewise.
220 * internal.h (_cpp_mark_macro): Use cpp_user_macro_p.
221 (_cpp_notify_macro_use): Declare.
222 (_cpp_maybe_notify_macro_use): New inline.
223 * lex.c (is_macro): Use cpp_macro_p.
224 * macro.c (_cpp_warn_if_unused_macro): Use cpp_user_macro_p.
225 (enter_macro_context): Likewise.
226 (_cpp_create_definition): Use cpp_builtin_macro_p,
227 cpp_user_macro_p. Move _cpp_free_definition earlier.
228 (_cpp_notify_macro_use): New, broken out of multiple call sites.
229 * traditional.c (fun_like_macro_p): Use cpp_builtin_macro_p.
230 (maybe_start_funlike, _cpp_scan_out_logical_line)
231 (push_replacement_text): Likewise.
232
96e6ae57
DM
2332018-08-15 David Malcolm <dmalcolm@redhat.com>
234
235 * include/line-map.h (struct location_range): Add "m_label" field.
236 (class rich_location): Add description of labels to leading
237 comment.
238 (rich_location::rich_location): Add "label" param, defaulting to
239 NULL.
240 (rich_location::add_range): Likewise.
241 (struct label_text): New struct.
242 (class range_label): New abstract base class.
243 * line-map.c (rich_location::rich_location): Add "label" param;
244 use it.
245 (rich_location::add_range): Likewise.
246
f10a9135
NS
2472018-08-08 Nathan Sidwell <nathan@acm.org>
248
249 Make linemap::included_from a location
250 libcpp/
251 * include/line-map.h (struct line_map_ordinary): Replace
252 included_from map index with included_at source_location.
253 (ORDINARY_MAP_INCLUDER_FILE_INDEX): Delete.
254 (LAST_SOURCE_LINE_LOCATION): Delete.
255 (LAST_SOURCE_LINE, LAST_SOURCE_COLUMN): Delete.
256 (linemap_included_from): New.
257 (linemap_included_from_linemap): Declare.
258 (MAIN_FILE_P): Adjust.
259 * line-map.c (linemap_included_from_linemap): New.
260 (lonemap_check_files_exited): Use linemap_included_at.
261 (linemap_add): Adjust inclusion setting.
262 (linemap_dump, linemap_dump_location): Adjust.
263 * directives.c (do_linemarker): Use linemap_included_at.
264
e81c3c4d
NS
2652018-08-07 Nathan Sidwell <nathan@acm.org>
266
267 * line-map.c: (linemap_init): Set default allocator here.
268 (new_linemap): Rather than here. Refactor allocation logic.
269
181463c2
DM
2702018-07-20 David Malcolm <dmalcolm@redhat.com>
271
272 * include/line-map.h (rich_location::set_range): Remove redundant
273 line_maps * parameter.
274 * line-map.c (rich_location::set_range): Likewise.
275
6f41f92b
BE
2762018-07-18 Bernd Edlinger <bernd.edlinger@hotmail.de>
277
278 PR 69558
279 * macro.c (enter_macro_context): Change the location info for builtin
280 macros and _Pragma from location of the closing parenthesis to location
281 of the macro expansion point.
282
0c86a39d
JJ
2832018-07-17 Jason Franklin <j_fra@fastmail.us>
284 Jakub Jelinek <jakub@redhat.com>
285
286 * lex.c (_cpp_lex_direct): Use CPP_DL_NOTE instead of CPP_DL_PEDWARN,
287 CPP_DL_WARNING or CPP_DL_ERROR for note that diagnostics for C++ style
288 comments is reported only once per file and guard those calls on the
289 preceding cpp_error returning true.
290
42a98b43
NS
2912018-07-03 Nathan Sidwell <nathan@acm.org>
292
293 Reorg line_map data structures for better packing.
294 * include/line-map.h (enum lc_reason): Add LC_HWM.
295 (LINE_MAP_MAX_LOCATION): Define here.
296 (struct line_map): Move reason field to line_map_ordinary. Adjust
297 GTY tagging.
298 (struct line_map_ordinary): Reorder fields for less padding.
299 (struct line_map_macro): Likewise.
300 (MAP_ORDINARY_P): New.
301 (linemap_check_ordinary, linemap_check_macro): Adjust.
302 * line-map.c (LINE_MAP_MAX_SOURCE_LOCATION): Delete.
303 (new_linemap): Take start_location, not reason. Adjust.
304 (linemap_add, linemap_enter_macro): Adjust.
305 (linemap_line_start): Likewise.
306 (linemap_macro_expansion_map_p): Use MAP_ORDINARY_P.
307 (linemap_macro_loc_to_spelling_point): Likewise.
308 (linemap_macro_loc_to_def_point): Likewise.
309 (linemap_dump): Likewise.
310
a6b29221
JM
3112018-05-23 Jason Merrill <jason@redhat.com>
312
313 * system.h: #include <new> earlier.
314
b2ff7457
JM
3152018-05-17 Jason Merrill <jason@redhat.com>
316
317 * line-map.c (linemap_init): Use placement new.
318 * system.h: #include <new>.
319
082284da
DM
3202018-03-14 David Malcolm <dmalcolm@redhat.com>
321
322 * include/line-map.h (compare): New function on linenum_type.
323
b44f8ad8
JW
3242018-02-28 Jonathan Wakely <jwakely@redhat.com>
325
326 PR preprocessor/84517
327 * lex.c (is_macro_not_literal_suffix): New function.
328 (lex_raw_string, lex_string): Use is_macro_not_literal_suffix to
329 decide when to issue -Wliteral-suffix warnings.
330
fe74f9b4
RB
3312018-02-16 Richard Biener <rguenther@suse.de>
332
333 PR bootstrap/82939
334 * line-map.c (linemap_init): Avoid broken value-init when compiling
335 with GCC 4.2.
336
60887f8c
JM
3372018-02-15 Jason Merrill <jason@redhat.com>
338 Jakub Jelinek <jakub@redhat.com>
339
340 PR preprocessor/83063 - __VA_OPT__ and ##
341 PR preprocessor/83708
342 * macro.c (vaopt_state): Reorder m_last_was_paste before m_state.
343 (vaopt_state::vaopt_state): Adjust.
344 (vaopt_state::update_flags): Add BEGIN and END.
345 (vaopt_state::update): Return them.
346 (copy_paste_flag): Factor out of replace_args.
347 (last_token_is): New.
348 (replace_args): Handle BEGIN and END. Avoid padding there.
349 (tokens_buff_last_token_ptr): Return NULL if no tokens.
350
1306a81d
JJ
3512018-01-31 Jakub Jelinek <jakub@redhat.com>
352
353 PR preprocessor/69869
354 * traditional.c (skip_macro_block_comment): Return bool, true if
355 the macro block comment is unterminated.
356 (copy_comment): Use return value from skip_macro_block_comment instead
357 of always false.
358
53723269
JJ
3592018-01-27 Jakub Jelinek <jakub@redhat.com>
360
361 * include/cpplib.h (enum cpp_builtin_type): Change BT_LAST_USER from
362 BT_FIRST_USER + 31 to BT_FIRST_USER + 63.
363
7365279f
BK
3642018-01-18 Boris Kolpackov <boris@codesynthesis.com>
365
92a285c1
ML
366 PR other/70268
367 * include/cpplib.h (cpp_callbacks::remap_filename): New callback.
368 * macro.c (_cpp_builtin_macro_text): Call remap_filename for
369 __FILE__ and __BASE_FILE__.
7365279f 370
a3a821c9
KN
3712018-01-10 Kelvin Nilsen <kelvin@gcc.gnu.org>
372
373 * lex.c (search_line_fast): Remove illegal coercion of an
374 unaligned pointer value to vector pointer type and replace with
375 use of __builtin_vec_vsx_ld () built-in function, which operates
376 on unaligned pointer values.
377
85ec4feb
JJ
3782018-01-03 Jakub Jelinek <jakub@redhat.com>
379
380 Update copyright years.
381
35c4515b
MW
3822017-12-20 Michael Weiser <michael.weiser@gmx.de>
383
384 PR preprocessor/83492
385 * lex.c (search_line_fast) [__ARM_NEON && __ARM_64BIT_STATE]:
386 Fix selection of big-endian shift parameters by using
387 __ARM_BIG_ENDIAN.
388
c65e18d3
BE
3892017-12-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
390
391 * internal.h (maybe_print_line): Change signature.
7365279f 392
a7b1ce04
JJ
3932017-12-05 Jakub Jelinek <jakub@redhat.com>
394
395 PR c++/79228
396 * expr.c (interpret_float_suffix): Avoid memcmp.
397 (interpret_int_suffix): Likewise. Don't check for if.
398
f2b8b8ad
JM
3992017-12-01 Jason Merrill <jason@redhat.com>
400
401 PR c++/79228 - extensions hide C++14 complex literal operators
402 * expr.c (interpret_float_suffix): Ignore 'i' in C++14 and up.
403 (interpret_int_suffix): Likewise.
404
6df8934f
DM
4052017-11-28 David Malcolm <dmalcolm@redhat.com>
406
407 PR c/82050
408 * include/line-map.h (LINE_MAP_MAX_COLUMN_NUMBER): Move here.
409 * line-map.c (LINE_MAP_MAX_COLUMN_NUMBER): ...from here.
410 (rich_location::maybe_add_fixit): Reject fix-it hints in which
411 the start column exceeds the next column.
412
34b81eb9
EG
4132017-11-20 Eric Gallager <egall@gwmail.gwu.edu>
414
415 PR preprocessor/81794
416 * macro.c (check_trad_stringification): Have warning be controlled
417 by -Wtraditional.
418
01ada121
DM
4192017-11-20 David Malcolm <dmalcolm@redhat.com>
420
421 PR c++/72786
422 * include/cpplib.h (cpp_macro_definition_location): New decl.
423 * macro.c (cpp_macro_definition): New function.
424
fb771b9d
TT
4252017-11-13 Tom Tromey <tom@tromey.com>
426
427 * pch.c (cpp_read_state): Set n__VA_OPT__.
428 * macro.c (vaopt_state): New class.
429 (_cpp_arguments_ok): Check va_opt flag.
430 (replace_args, create_iso_definition): Use vaopt_state.
431 * lex.c (lex_identifier_intern): Possibly issue errors for
432 __VA_OPT__.
433 (lex_identifier): Likewise.
434 (maybe_va_opt_error): New function.
435 * internal.h (struct lexer_state) <va_args_ok>: Update comment.
436 (struct spec_nodes) <n__VA_OPT__>: New field.
437 * init.c (struct lang_flags) <va_opt>: New field.
438 (lang_defaults): Add entries for C++2A. Update all entries for
439 va_opt.
440 (cpp_set_lang): Initialize va_opt.
441 * include/cpplib.h (struct cpp_options) <va_opt>: New field.
442 * identifiers.c (_cpp_init_hashtable): Initialize n__VA_OPT__.
443
846b84fb
DM
4442017-11-13 David Malcolm <dmalcolm@redhat.com>
445
446 * include/line-map.h (linenum_type): Move this typedef and the
447 comment describing column numbering to near the top of the file.
448
7d19c460
MK
4492017-11-06 Mukesh Kapoor <mukesh.kapoor@oracle.com>
450
451 PR c++/80955
452 * lex.c (lex_string): When checking for a valid macro for the
453 warning related to -Wliteral-suffix (CPP_W_LITERAL_SUFFIX),
454 check that the macro name does not start with an underscore
455 before calling is_macro().
456
c830c7d5
TV
4572017-11-05 Tom de Vries <tom@codesourcery.com>
458
459 PR other/82784
460 * lex.c (BUF_APPEND): Remove semicolon after
461 "do {} while (0)".
462
64a5912c
DM
4632017-10-31 David Malcolm <dmalcolm@redhat.com>
464
465 * directives.c (_cpp_handle_directive): Update for renaming of
466 cpp_error_at_richloc to cpp_error_at.
467 * errors.c (cpp_diagnostic_at_richloc): Rename to...
468 (cpp_diagnostic_at): ...this, dropping the location_t-based
469 implementation.
470 (cpp_diagnostic): Update for removal of location_t-based
471 cpp_diagnostic_at.
472 (cpp_error_at): Likewise.
473 (cpp_error_at_richloc): Rename to...
474 (cpp_error_at): ...this, and update for renaming of
475 cpp_diagnostic_at_richloc.
476 * include/cpplib.h (cpp_error_at_richloc): Rename to...
477 (cpp_error_at): ...this.
478
c76dc9c3
JM
4792017-10-30 Joseph Myers <joseph@codesourcery.com>
480
481 * include/cpplib.h (enum c_lang): Add CLK_GNUC17 and CLK_STDC17.
482 * init.c (lang_defaults): Add GNUC17 and STDC17 data.
483 (cpp_init_builtins): Handle C17 value of __STDC_VERSION__.
484
35b82d26
NS
4852017-10-10 Nathan Sidwell <nathan@acm.org>
486
487 PR preprocessor/82506
488 * macro.c (cpp_quote_string): Escape raw LFs.
489
026a79f7
AS
4902017-09-15 Andrew Sutton <andrew.n.sutton@gmail.com>
491 Jakub Jelinek <jakub@redhat.com>
492
493 Add support for -std=c++2a.
494 * include/cpplib.h (c_lang): Add CXX2A and GNUCXX2A.
495 * init.c (lang_defaults): Add rows for CXX2A and GNUCXX2A.
496 (cpp_init_builtins): Set __cplusplus to 201709L for C++2a.
497
7b936140
JJ
4982017-09-15 Jakub Jelinek <jakub@redhat.com>
499
500 * include/cpplib.h (enum c_lang): Rename CLK_GNUCXX1Z
501 to CLK_GNUCXX17 and CLK_CXX1Z to CLK_CXX17.
502 * init.c (lang_defaults, cpp_init_builtins): Likewise.
503 * expr.c (cpp_classify_number): Use C++17 instead of C++1z
504 in diagnostics.
505
738f7c2e
DM
5062017-07-07 David Malcolm <dmalcolm@redhat.com>
507
508 PR c++/79300
509 * line-map.c (linemap_macro_loc_to_def_point): Preserve range
510 information for macro expansions by delaying resolving ad-hoc
511 locations until within the loop.
512
c471c6ed
DM
5132017-07-06 David Malcolm <dmalcolm@redhat.com>
514
515 PR c++/79300
516 * include/line-map.h (enum location_aspect): New enum.
517 (linemap_client_expand_location_to_spelling_point): Add
518 enum location_aspect param.
519 * line-map.c (rich_location::get_expanded_location): Update for
520 new param of linemap_client_expand_location_to_spelling_point.
521 (rich_location::maybe_add_fixit): Likewise.
522 (fixit_hint::affects_line_p): Likewise.
523
6d522731
JJ
5242017-06-21 Jakub Jelinek <jakub@redhat.com>
525
526 * line-map.c (location_adhoc_data_update): Perform addition in
527 uintptr_t type rather than char * type. Read *data using
528 ptrdiff_t type instead of int64_t.
529 (get_combined_adhoc_loc): Change offset type to ptrdiff_t from
530 int64_t.
531
c7a980b8
DM
5322017-06-20 David Malcolm <dmalcolm@redhat.com>
533
534 * include/line-map.h (class rich_location): Document that attempts
535 to delete or replace a range *affecting* multiple lines will fail.
536 * line-map.c (rich_location::maybe_add_fixit): Implement this
537 restriction.
538
b09649fd
DM
5392017-06-09 David Malcolm <dmalcolm@redhat.com>
540
541 * include/line-map.h
542 (rich_location::fixits_cannot_be_auto_applied): New method.
543 (rich_location::fixits_can_be_auto_applied_p): New accessor.
544 (rich_location::m_fixits_cannot_be_auto_applied): New field.
545 * line-map.c (rich_location::rich_location): Initialize new field.
546
05945a1b
DM
5472017-06-05 David Malcolm <dmalcolm@redhat.com>
548
549 * include/cpplib.h (struct cpp_callbacks): Add "comment"
550 callback.
551 * lex.c (_cpp_lex_direct): Call the comment callback if non-NULL.
552
ad53f123
DM
5532017-05-02 David Malcolm <dmalcolm@redhat.com>
554
555 * include/line-map.h (class rich_location): Update description of
556 newline handling.
557 (class fixit_hint): Likewise.
558 (fixit_hint::ends_with_newline_p): New decl.
559 * line-map.c (rich_location::maybe_add_fixit): Support newlines
560 in fix-it hints that are insertions of single lines at the start
561 of a line. Don't consolidate into such fix-it hints.
562 (fixit_hint::ends_with_newline_p): New method.
563
338035aa
DM
5642017-05-01 David Malcolm <dmalcolm@redhat.com>
565
566 * include/line-map.h (source_range::intersects_line_p): Delete.
567 (rich_location::add_fixit): Delete.
568 (rich_location::maybe_add_fixit): New method.
569 (class fixit_hint): Reimplement in terms of...
570 (class fixit_replace): ...this.
571 (class fixit_insert): Delete.
572 * line-map.c (linemap_position_for_loc_and_offset): Drop overzealous
573 linemap_assert_fails.
574 (source_range::intersects_line_p): Rename to...
575 (fixit_hint::affects_line_p): New function.
576 (rich_location::add_fixit_insert_before): Reimplement in terms of
577 maybe_add_fixit, moving validation there.
578 (rich_location::add_fixit_insert_after): Likewise.
579 (column_before_p): Delete.
580 (rich_location::add_fixit_replace): Reimplement in terms of
581 maybe_add_fixit, moving validation there. Convert closed input range
582 to half-open range.
583 (rich_location::add_fixit): Delete.
584 (rich_location::maybe_add_fixit): New function.
585 (fixit_insert::fixit_insert): Delete.
586 (fixit_insert::~fixit_insert): Delete.
587 (fixit_insert::affects_line_p): Delete.
588 (fixit_insert::maybe_append_replace): Delete.
589 (fixit_replace::fixit_replace): Rename to...
590 (fixit_hint::fixit_hint): ...this, rewriting as necessary.
591 (fixit_replace::~fixit_replace): Delete.
592 (fixit_replace::affects_line_p): Delete.
593 (fixit_replace::maybe_append_replace): Rename to...
594 (fixit_hint::maybe_append): ...this, rewriting as necessary.
595
5764ee3c
JW
5962017-04-03 Jonathan Wakely <jwakely@redhat.com>
597
598 * include/line-map.h (LINEMAPS_MACRO_MAPS): Fix typo in comment.
599 * lex.c (search_line_fast): Likewise.
600 * pch.h (cpp_valid_state): Likewise.
601
8c00ae24
AS
6022017-03-21 Andreas Schwab <schwab@suse.de>
603
604 * lex.c (search_line_fast) [__ARM_NEON && __ARM_64BIT_STATE]:
605 Convert 64-bit value to boolean before passing to
606 __builtin_expect.
607
85e653c9
JM
6082017-03-16 Jason Merrill <jason@redhat.com>
609
610 * init.c (cpp_init_builtins): Update __cplusplus for C++17.
611
e228c50f
GP
6122017-02-09 Gerald Pfeifer <gerald@pfeifer.com>
613
614 * Makefile.in (po/$(PACKAGE).pot): Adjust bug reporting URL.
615
b9f4757f
DM
6162017-01-10 David Malcolm <dmalcolm@redhat.com>
617
618 PR c++/77949
619 * line-map.c (linemap_position_for_column): When calling
620 linemap_start_line, detect if a new linemap was created with
621 0 column bits, and bail out early if this is the case.
622 (linemap_position_for_loc_and_offset): Replace overzealous
623 linemap_assert_fails with a simple conditional; use correct
624 bit count.
625
5ccf1d8d
DM
6262017-01-07 David Malcolm <dmalcolm@redhat.com>
627
628 PR c++/72803
629 * line-map.c (linemap_line_start): When determining if the highest
630 column given out so far will fit into a proposed change to the
631 current map, use the effective number of column bits, rather than
632 the total number of column + range bits.
633
cbe34bb5
JJ
6342017-01-01 Jakub Jelinek <jakub@redhat.com>
635
636 Update copyright years.
637
a3998c2f
DM
6382016-12-15 David Malcolm <dmalcolm@redhat.com>
639
640 PR preprocessor/78680
641 PR preprocessor/78811
642 * lex.c (_cpp_lex_direct): Only determine the end-location of
643 the token and build a range for non-reserved start locations.
644 Do not do it for EOF tokens.
645
470a60b2
DM
6462016-12-12 David Malcolm <dmalcolm@redhat.com>
647
648 PR preprocessor/78680
649 * lex.c (_cpp_lex_direct): Ensure line notes are processed before
650 computing the end-point of the token.
651
fb2675cb
PB
6522016-11-23 Paolo Bonzini <bonzini@gnu.org>
653
654 * include/cpplib.h (struct cpp_options): Add new member
655 warn_expansion_to_defined.
656 (CPP_W_EXPANSION_TO_DEFINED): New enum member.
657 * expr.c (parse_defined): Warn for all uses of "defined"
658 in macros, and tie warning to CPP_W_EXPANSION_TO_DEFINED.
659 Make it a pedwarning instead of a warning.
660 * system.h (HAVE_DESIGNATED_INITIALIZERS): Do not use
661 "defined" in macros.
662
b8f56412
DM
6632016-11-17 David Malcolm <dmalcolm@redhat.com>
664
665 * charset.c (cpp_interpret_string_1): Skip locations from
666 loc_reader when advancing 'p' when handling raw strings.
667
3549e181
JJ
6682016-11-16 Jakub Jelinek <jakub@redhat.com>
669
670 PR bootstrap/72823
671 * configure.ac (ENABLE_ASSERT_CHECKING): Define if gcc configure
672 would define that macro.
673 * configure: Regenerated.
674 * config.in: Regenerated.
675
a6ac871c
RE
6762016-11-08 Richard Earnshaw <rearnsha@arm.com>
677
678 * lex.c (search_line_fast): New implementation for AArch64.
679
f5ea989d
DM
6802016-10-25 David Malcolm <dmalcolm@redhat.com>
681
682 * files.c (destroy_cpp_file): Free file->path.
683
2be1b796
DM
6842016-10-25 David Malcolm <dmalcolm@redhat.com>
685
686 * include/line-map.h (line_maps::~line_maps): New dtor.
687 (location_adhoc_data_fini): Delete decl.
688 * line-map.c (line_maps::~line_maps): New dtor.
689 (location_adhoc_data_fini): Delete.
690
58f30963
AP
6912016-10-21 Andris Pavenis <andris.pavenis@iki.fi>
692
693 PR preprocessor/71681
694 * files.c (remap_filename): Fix handling -remap in subdirectories.
695
70f6d5e1
JJ
6962016-10-12 Jakub Jelinek <jakub@redhat.com>
697
698 * include/cpplib.h (struct cpp_options): Add
699 cpp_warn_implicit_fallthrough.
700 * init.c (cpp_create_reader): Initialize it to 0.
701 * lex.c (fallthrough_comment_p): Handle different
702 cpp_warn_implicit_fallthrough levels. Whitespace fixes.
703
7bad794a
JJ
7042016-10-08 Jakub Jelinek <jakub@redhat.com>
705
ee19ef45
JJ
706 * lex.c (fallthrough_comment_p): Accept Else, fallthrough.
707
81b02905
JJ
708 * lex.c (fallthrough_comment_p): Extend to handle more common FALLTHRU
709 comment styles.
710
7bad794a
JJ
711 * lex.c (fallthrough_comment_p): Fix off-by-one size comparison
712 errors, cleanup.
713 (_cpp_lex_direct): Allow arbitrary comments in between
714 fallthrough_comment_p comment and following token.
715
67ef83c6
KN
7162016-10-04 Kelvin Nilsen <kelvin@gcc.gnu.org>
717
718 PR target/77847
719 * lex.c (search_line_fast): Add a FALLTHROUGH comment to correct
720 compiler error in the version of this function that is
721 conditionally compiled when GCC_VERSION >= 4005 and both
722 __ALTIVEC__ and __BIG_ENDIAN__ symbols are defined.
723
81fea426
MP
7242016-09-26 Marek Polacek <polacek@redhat.com>
725 Jakub Jelinek <jakub@redhat.com>
726
727 PR c/7652
728 * include/cpplib.h (PREV_FALLTHROUGH): Define.
729 * internal.h (CPP_FALLTHRU): Define.
730 * lex.c (fallthrough_comment_p): New function.
731 (_cpp_lex_direct): Set PREV_FALLTHROUGH on tokens succeeding a falls
732 through comment.
733
bbd6fcf3
DM
7342016-09-23 David Malcolm <dmalcolm@redhat.com>
735
736 PR preprocessor/77672
737 * charset.c (cpp_interpret_string_1): Add a source_range for the
738 NUL-terminator, using the location of the trailing quote of the
739 final string.
740
63cb3926
JM
7412016-09-21 Jason Merrill <jason@redhat.com>
742
743 * line-map.c (linemap_location_from_macro_definition_p): New.
744 * line-map.h: Declare it.
745
31316208
DM
7462016-09-15 David Malcolm <dmalcolm@redhat.com>
747
748 * include/line-map.h (class rich_location): Note that newlines
749 aren't supported in fix-it text.
750 * line-map.c (rich_location::add_fixit_insert_before): Reject
751 attempts to add fix-its containing newlines.
752 (rich_location::add_fixit_replace): Likewise.
753
254830ba
DM
7542016-09-13 David Malcolm <dmalcolm@redhat.com>
755
756 * include/line-map.h (class rich_location): Add description of
757 fix-it hints to leading comment.
758 (rich_location::add_fixit_insert): Rename both overloaded methods
759 to..
760 (rich_location::add_fixit_insert_before): ...this, updating their
761 comments.
762 (rich_location::add_fixit_insert_after): Two new overloaded
763 methods.
764 (rich_location::stop_supporting_fixits): New method.
765 * line-map.c (rich_location::add_fixit_insert): Rename both
766 overloaded methods to..
767 (rich_location::add_fixit_insert_before): ...this, updating their
768 comments.
769 (rich_location::add_fixit_insert_after): Two new methods.
770 (rich_location::reject_impossible_fixit): Split out
771 failure-handling into...
772 (rich_location::stop_supporting_fixits): New method.
773
c65236d6
DM
7742016-09-02 David Malcolm <dmalcolm@redhat.com>
775
776 * include/line-map.h (rich_location::seen_impossible_fixit_p): New
777 accessor.
778
3d4f9f87
DM
7792016-08-31 David Malcolm <dmalcolm@redhat.com>
780
781 * include/line-map.h (class fixit_remove): Remove stray decl.
782 (fixit_hint::affects_line_p): Make const.
783 (fixit_insert::affects_line_p): Likewise.
784 (fixit_replace::affects_line_p): Likewise.
785 * line-map.c (fixit_insert::affects_line_p): Likewise.
786 (fixit_replace::affects_line_p): Likewise.
787
b816477a
DM
7882016-08-30 David Malcolm <dmalcolm@redhat.com>
789
790 * include/line-map.h (class semi_embedded_vec): New class.
791 (semi_embedded_vec<T, NUM_EMBEDDED>::semi_embedded_vec): New ctor.
792 (semi_embedded_vec<T, NUM_EMBEDDED>::~semi_embedded_vec): New
793 dtor.
794 (semi_embedded_vec<T, NUM_EMBEDDED>::operator[]): New methods.
795 (semi_embedded_vec<T, NUM_EMBEDDED>::push): New method.
796 (semi_embedded_vec<T, NUM_EMBEDDED>::truncate): New method.
797 (rich_location::get_num_locations): Reimplement in terms of
798 m_ranges.
799 (rich_location::get_range): Make non-inline.
800 (rich_location::get_num_fixit_hints): Reimplement in terms of
801 m_fixit_hints.
802 (rich_location::add_fixit): New function.
803 (rich_location::MAX_RANGES): Rename to...
804 (rich_location::STATICALLY_ALLOCATED_RANGES): ...this.
805 (rich_location::MAX_FIXIT_HINTS): Rename to...
806 (rich_location::STATICALLY_ALLOCATED_RANGES): ...this, and make
807 private.
808 (rich_location::m_num_ranges): Eliminate in favor of...
809 (rich_location::m_ranges): ...this, converting from a fixed-size
810 array to a semi_embedded_vec.
811 (rich_location::m_num_fixit_hints): Eliminate in favor of...
812 (rich_location::m_fixit_hints): ...this, converting from a
813 fixed-size array to a semi_embedded_vec.
814 * line-map.c (rich_location::rich_location): Update for above
815 changes.
816 (rich_location::~rich_location): Likewise.
817 (rich_location::get_loc): Likewise.
818 (rich_location::get_range): New methods.
819 (rich_location::add_range): Update for above changes.
820 (rich_location::set_range): Likewise.
821 (rich_location::add_fixit_insert): Likewise.
822 (rich_location::add_fixit_replace): Likewise.
823 (rich_location::get_last_fixit_hint): Likewise.
824 (rich_location::reject_impossible_fixit): Likewise.
825 (rich_location::add_fixit): New method.
826
f9087798
DM
8272016-08-30 David Malcolm <dmalcolm@redhat.com>
828
829 * include/line-map.h (rich_location::add_fixit_insert): Add
830 comments. Add overload omitting the source_location param.
831 (rich_location::add_fixit_remove): Add comments. Add overloads
832 omitting the range, and accepting a source_location.
833 (rich_location::add_fixit_replace): Likewise.
834 * line-map.c (rich_location::add_fixit_insert): Add comments. Add
835 overload omitting the source_location param.
836 (rich_location::add_fixit_remove): Add comments. Add overloads
837 omitting the range, and accepting a source_location.
838 (rich_location::add_fixit_replace): Likewise.
839
2aa51413
DM
8402016-08-26 David Malcolm <dmalcolm@redhat.com>
841
842 * include/line-map.h (get_pure_location): New decl.
843 * line-map.c (get_pure_location): Move here, from gcc/input.c, adding
844 a line_maps * param.
845 (rich_location::add_fixit_insert): Call get_pure_location on "where".
846 (rich_location::add_fixit_replace): Call get_pure_location on the
847 end-points.
848
ee908516
DM
8492016-08-26 David Malcolm <dmalcolm@redhat.com>
850
851 * include/line-map.h (rich_location): Eliminate unimplemented
852 constructor based on source_range.
853 (rich_location::get_last_fixit_hint): New method.
854 (rich_location::reject_impossible_fixit): New method.
855 (rich_location): Add fields m_line_table and
856 m_seen_impossible_fixit.
857 (fixit_hint::maybe_append_replace): New pure virtual function.
858 (fixit_insert::maybe_append_replace): New function.
859 (fixit_replace::maybe_append_replace): New function.
860 * line-map.c (rich_location::rich_location): Initialize
861 m_line_table and m_seen_impossible_fixit.
862 (rich_location::add_fixit_insert): Call
863 reject_impossible_fixit and bail out if true.
864 (column_before_p): New function.
865 (rich_location::add_fixit_replace): Call reject_impossible_fixit
866 and bail out if true. Attempt to consolidate with neighboring
867 fixits.
868 (rich_location::get_last_fixit_hint): New method.
869 (rich_location::reject_impossible_fixit): New method.
870 (fixit_insert::maybe_append_replace): New method.
871 (fixit_replace::maybe_append_replace): New method.
872
d672cded
DM
8732016-08-23 David Malcolm <dmalcolm@redhat.com>
874
875 * include/line-map.h (source_range::from_locations): New method.
876
2ffe0809
DM
8772016-08-19 David Malcolm <dmalcolm@redhat.com>
878
879 * include/line-map.h (fixit_hint::kind): Delete REPLACE.
880 (class fixit_remove): Delete.
881 * line-map.c (rich_location::add_fixit_remove): Reimplement
882 by calling add_fixit_replace with an empty string.
883 (fixit_remove::fixit_remove): Delete.
884 (fixit_remove::affects_line_p): Delete.
885
c65699ef
JM
8862016-08-19 Joseph Myers <joseph@codesourcery.com>
887
888 PR c/32187
889 * include/cpplib.h (CPP_N_FLOATN, CPP_N_FLOATNX)
890 (CPP_N_WIDTH_FLOATN_NX, CPP_FLOATN_SHIFT, CPP_FLOATN_MAX): New
891 macros.
892 * expr.c (interpret_float_suffix): Handle fN, fNx, FN and FNx
893 suffixes.
894
fcf830ab
PK
8952016-08-19 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
896
897 * expr.c (eval_token): Append "evaluates to 0" to Wundef diagnostic.
898
cb18fd07
DM
8992016-08-18 David Malcolm <dmalcolm@redhat.com>
900
901 * directives.c (directive_names): New array.
902 (_cpp_handle_directive): Offer spelling suggestions for misspelled
903 directives.
904 * errors.c (cpp_diagnostic_at_richloc): New function.
905 (cpp_error_at_richloc): New function.
906 * include/cpplib.h (struct cpp_callbacks): Add field
907 "get_suggestion".
908 (cpp_error_at_richloc): New decl.
909
9c62c873
MP
9102016-08-18 Marek Polacek <polacek@redhat.com>
911
912 PR c/7652
913 * pch.c (write_macdef): Add CPP_FALLTHRU.
914
191816a3
MP
9152016-08-12 Marek Polacek <polacek@redhat.com>
916
917 PR c/7652
918 * lex.c (search_line_fast): Add FALLTHRU.
919 (_cpp_lex_direct): Likewise.
920 (cpp_token_val_index): Adjust fall through comment.
921 * macro.c (parse_params): Add FALLTHRU.
922 * pch.c (count_defs): Adjust fall through comment.
923 (write_defs): Likewise.
924
e7864d68
DM
9252016-08-06 David Malcolm <dmalcolm@redhat.com>
926
927 PR bootstrap/72823
928 * charset.c (_cpp_valid_ucn): Replace overzealous assert with one
929 that allows for char_range to be non-NULL when loc_reader is NULL.
930
88fa5555
DM
9312016-08-05 David Malcolm <dmalcolm@redhat.com>
932
933 * charset.c (cpp_substring_ranges::cpp_substring_ranges): New
934 constructor.
935 (cpp_substring_ranges::~cpp_substring_ranges): New destructor.
936 (cpp_substring_ranges::add_range): New method.
937 (cpp_substring_ranges::add_n_ranges): New method.
938 (_cpp_valid_ucn): Add "char_range" and "loc_reader" params; if
939 they are non-NULL, read position information from *loc_reader
940 and update char_range->m_finish accordingly.
941 (convert_ucn): Add "char_range", "loc_reader", and "ranges"
942 params. If loc_reader is non-NULL, read location information from
943 it, and update *ranges accordingly, using char_range.
944 Conditionalize the conversion into tbuf on tbuf being non-NULL.
945 (convert_hex): Likewise, conditionalizing the call to
946 emit_numeric_escape on tbuf.
947 (convert_oct): Likewise.
948 (convert_escape): Add params "loc_reader" and "ranges". If
949 loc_reader is non-NULL, read location information from it, and
950 update *ranges accordingly. Conditionalize the conversion into
951 tbuf on tbuf being non-NULL.
952 (cpp_interpret_string): Rename to...
953 (cpp_interpret_string_1): ...this, adding params "loc_readers" and
954 "out". Use "to" to conditionalize the initialization and usage of
955 "tbuf", such as running the converter. If "loc_readers" is
956 non-NULL, use the instances within it, reading location
957 information from them, and passing them to convert_escape; likewise
958 write to "out" if loc_readers is non-NULL. Check for leading
959 quote and issue an error if it is not present. Update boundary
960 check from "== limit" to ">= limit" to protect against erroneous
961 location values to calls that are not parsing string literals.
962 (cpp_interpret_string): Reimplement in terms to
963 cpp_interpret_string_1.
964 (noop_error_cb): New function.
965 (cpp_interpret_string_ranges): New function.
966 (cpp_string_location_reader::cpp_string_location_reader): New
967 constructor.
968 (cpp_string_location_reader::get_next): New method.
969 * include/cpplib.h (class cpp_string_location_reader): New class.
970 (class cpp_substring_ranges): New class.
971 (cpp_interpret_string_ranges): New prototype.
972 * internal.h (_cpp_valid_ucn): Add params "char_range" and
973 "loc_reader".
974 * lex.c (forms_identifier_p): Pass NULL for new params to
975 _cpp_valid_ucn.
976
8204be6c
AS
9772016-08-01 Andreas Schwab <schwab@suse.de>
978
979 * include/cpplib.h: Fix comment typo.
980
a01fc549
DM
9812016-07-27 David Malcolm <dmalcolm@redhat.com>
982
983 * include/line-map.h (source_location): Fix line numbers in
984 comment.
985
741d3be5
DM
9862016-07-11 David Malcolm <dmalcolm@redhat.com>
987
988 * include/line-map.h (LINE_MAP_MAX_LOCATION_WITH_PACKED_RANGES):
989 Move here from line-map.c.
990 (LINE_MAP_MAX_LOCATION_WITH_COLS): Likewise.
991 * line-map.c (LINE_MAP_MAX_LOCATION_WITH_PACKED_RANGES): Move from
992 here to line-map.h.
993 (LINE_MAP_MAX_LOCATION_WITH_COLS): Likewise.
994
ac81cf0b
DM
9952016-06-22 David Malcolm <dmalcolm@redhat.com>
996
997 * directives.c (do_include_common): Pass on "location" to
998 _cpp_stack_include.
999 * errors.c (cpp_diagnostic): Reimplement in terms of...
1000 (cpp_diagnostic_at): New function.
1001 (cpp_error_at): New function.
1002 (cpp_errno_filename): Add "loc" param and use it by using
1003 cpp_error_at rather than cpp_error.
1004 * files.c (find_file_in_dir): Add "loc" param and pass it to
1005 open_file_failed.
1006 (_cpp_find_file): Add "loc" param. Use it to convert calls to
1007 cpp_error to cpp_error_at, and pass it to find_file_in_dir and
1008 open_file_failed.
1009 (read_file_guts): Add "loc" param. Use it to convert calls to
1010 cpp_error to cpp_error_at. Pass it to cpp_errno_filename.
1011 (read_file): Add "loc" param. Pass it to open_file_failed and
1012 read_file_guts.
1013 (should_stack_file): Add "loc" param. Pass it to read_file.
1014 (_cpp_stack_file): Add "loc" param. Pass it to should_stack_file.
1015 (_cpp_stack_include): Add "loc" param. Pass it to
1016 _cpp_find_file and _cpp_stack_file.
1017 (open_file_failed): Add "loc" param. Pass it to
1018 cpp_errno_filename.
1019 (_cpp_fake_include): Add 0 as a source_location in call to
1020 _cpp_find_file.
1021 (_cpp_compare_file_date): Likewise.
1022 (cpp_push_include): Likewise for call to _cpp_stack_include.
1023 (cpp_push_default_include): Likewise.
1024 (_cpp_save_file_entries): Likewise for call to open_file_failed.
1025 (_cpp_has_header): Likewise for call to _cpp_find_file.
1026 * include/cpplib.h (cpp_errno_filename): Add source_location
1027 param.
1028 (cpp_error_at): New declaration.
1029 * init.c (cpp_read_main_file): Add 0 as a source_location in calls
1030 to _cpp_find_file and _cpp_stack_file.
1031 * internal.h (_cpp_find_file): Add source_location param.
1032 (_cpp_stack_file): Likewise.
1033 (_cpp_stack_include): Likewise.
1034
a93eac6a
DM
10352016-06-22 David Malcolm <dmalcolm@redhat.com>
1036
1037 * include/line-map.h (fixit_hint::get_start_loc): New pure virtual
1038 function.
1039 (fixit_hint::maybe_get_end_loc): Likewise.
1040 (fixit_insert::get_start_loc): New function, implementing
1041 fixit_hint::get_start_loc.
1042 (fixit_insert::maybe_get_end_loc): New function, implementing
1043 fixit_hint::maybe_get_end_loc.
1044 (fixit_remove::get_start_loc): New function, implementing
1045 fixit_hint::get_start_loc.
1046 (fixit_remove::maybe_get_end_loc): New function, implementing
1047 fixit_hint::maybe_get_end_loc.
1048 (fixit_replace::get_start_loc): New function, implementing
1049 fixit_hint::get_start_loc.
1050 (fixit_replace::maybe_get_end_loc): New function, implementing
1051 fixit_hint::maybe_get_end_loc.
1052
fe55692c
JDA
10532016-06-21 John David Anglin <danglin@gcc.gnu.org>
1054
1055 * line-map.c (location_adhoc_data_update): Use int64_t instead of
1056 long long.
1057 (get_combined_adhoc_loc): Likewise.
1058
15c98b2e
ES
10592016-06-01 Eduard Sanou <dhole@openmailbox.org>
1060
1061 * include/cpplib.h (cpp_callbacks): Add get_source_date_epoch
1062 callback.
1063 * include/cpplib.h (cpp_init_source_date_epoch): Remove prototype.
1064 * init.c (cpp_init_source_date_epoch): Remove function.
1065 * init.c (cpp_create_reader): Initialize pfile->source_date_epoch.
1066 * internal.h (cpp_reader): Extend comment about source_date_epoch.
1067 * macro.c (_cpp_builtin_macro_text): Use get_source_date_epoch
1068 callback only once, read pfile->source_date_epoch on future passes.
1069 Check that get_source_date_epoch callback is not NULL.
1070
ceb17928
ML
10712016-05-20 Martin Liska <mliska@suse.cz>
1072
1073 * config.in: Regenerated.
1074 * configure: Likewise.
1075 * configure.ac: Handle --enable-valgrind-annotations.
1076 * lex.c (new_buff): Use ENABLE_VALGRIND_ANNOTATIONS instead
1077 of ENABLE_VALGRIND_CHECKING.
1078 (_cpp_free_buff): Likewise.
1079
174f6622
ES
10802016-04-28 Eduard Sanou <dhole@openmailbox.org>
1081 Matthias Klose <doko@debian.org>
1082
1083 * include/cpplib.h (cpp_init_source_date_epoch): Prototype.
1084 * init.c (cpp_init_source_date_epoch): New function.
1085 * internal.h: Added source_date_epoch variable to struct
1086 cpp_reader to store a reproducible date.
7365279f
BK
1087 * macro.c (_cpp_builtin_macro_text): Set pfile->date timestamp from
1088 pfile->source_date_epoch instead of localtime if source_date_epoch is
1089 set, to be used for __DATE__ and __TIME__ macros to help reproducible
174f6622
ES
1090 builds.
1091
12de2245
BS
10922016-04-13 Bernd Schmidt <bschmidt@redhat.com>
1093
1094 Patch from Roger Orr <rogero@howzatt.demon.co.uk>
1095 PR preprocessor/69650
1096 * directives.c (do_linemarker): Reread map after calling
1097 cpp_get_token.
1098
64824205
RH
10992016-04-06 Richard Henderson <rth@redhat.com>
1100
1101 PR preprocessor/61817
1102 PR preprocessor/69391
1103 * internal.h (_cpp_builtin_macro_text): Update decl.
1104 * macro.c (_cpp_builtin_macro_text): Accept location for __LINE__.
1105 (builtin_macro): Accept a second location for __LINE__.
1106 (enter_macro_context): Compute both virtual and real expansion
1107 locations for the macro.
1108
3caf0ca1
BS
11092016-03-25 Bernd Schmidt <bschmidt@redhat.com>
1110
1111 PR lto/69650
1112 * directives.c (do_linemarker): Test for file left but not entered
1113 here.
1114 * line-map.c (linemap_add): Not here.
1115
6b366948
JJ
11162016-03-21 Jakub Jelinek <jakub@redhat.com>
1117
1118 PR target/70296
1119 * include/cpplib.h (cpp_fun_like_macro_p): New prototype.
1120 * macro.c (cpp_fun_like_macro_p): New function.
1121
64567cfd
RH
11222016-03-15 Richard Henderson <rth@redhat.com>
1123
1124 * line-map.c (new_linemap): Make alloc_size a size_t.
1125
2aaeea19
JM
11262016-03-14 Jason Merrill <jason@redhat.com>
1127
1128 * expr.c (cpp_classify_number): Hex floats are new in C++1z.
1129 * init.c (lang_defaults): Likewise.
1130
b4f3232d
DM
11312016-03-09 David Malcolm <dmalcolm@redhat.com>
1132
1133 PR c/68473
1134 PR c++/70105
1135 * line-map.c (linemap_macro_map_loc_unwind_toward_spelling): Move
1136 decl...
1137 * include/line-map.h
1138 (linemap_macro_map_loc_unwind_toward_spelling): ...here,
1139 converting from static to extern.
1140
40499f81
DM
11412016-03-09 David Malcolm <dmalcolm@redhat.com>
1142
1143 PR c/68473
1144 PR c++/70105
1145 * include/line-map.h (source_range::debug): Delete.
1146 (struct location_range): Update comment. Replace
1147 expanded_location fields "m_start", "m_finish", and "m_caret" with
1148 a source_location field: "m_loc".
1149 (class rich_location): Reword comment.
1150 (rich_location::get_loc): Reimplement in terms of a new overloaded
1151 variant which takes an unsigned int.
1152 (rich_location::get_loc_addr): Delete.
1153 (rich_location::add_range): Drop params "start" and "finish" in
1154 favor of param "loc". Drop overloaded variants taking a
1155 source_range or location_range *.
1156 (rich_location::lazily_expand_location): Delete in favor of...
1157 (rich_location::get_expanded_location): New decl.
1158 (rich_location::m_loc): Delete field.
1159 (rich_location::m_column_override): New field.
1160 * line-map.c (rich_location::rich_location): Drop name of
1161 line_maps * param. Update initializations for deletion of field
1162 "m_loc" and addition of field "m_column_override". Reimplement
1163 body as a call to add_range. Delete overloaded variant taking a
1164 source_range.
1165 (rich_location::get_loc): New function.
1166 (rich_location::lazily_expand_location): Delete in favor of...
1167 (rich_location::get_expanded_location): New function.
1168 (rich_location::override_column): Reimplement.
1169 (rich_location::add_range): Drop params "start" and "finish" in
1170 favor of param "loc". Eliminate location expansion in favor of
1171 simply storing loc. Drop overloaded variants taking a
1172 source_range or location_range *.
1173 (rich_location::set_range): Eliminate location expansion.
1174
7168133a
DM
11752016-02-29 David Malcolm <dmalcolm@redhat.com>
1176
1177 PR preprocessor/69985
1178 (linemap_position_for_loc_and_offset): Rename param from "offset"
1179 to "column_offset". Right-shift the column_offset by m_range_bits
1180 of the pertinent ordinary map whenever offsetting a
1181 source_location. For clarity, offset the column by the column
1182 offset, rather than the other way around.
1183
196440f8
DM
11842016-02-23 David Malcolm <dmalcolm@redhat.com>
1185
1186 PR preprocessor/69126
1187 PR preprocessor/69543
1188 * line-map.c (linemap_compare_locations): At the function top,
1189 replace inlined bodies of get_location_from_adhoc_loc with calls
1190 to get_location_from_adhoc_loc. Add a pair of calls to
1191 get_location_from_adhoc_loc at the bottom of the function, to
1192 avoid meaningless comparisons of ad-hoc and non-ad-hoc locations.
1193
44714d8c
DM
11942016-02-08 David Malcolm <dmalcolm@redhat.com>
1195
1196 PR preprocessor/69664
1197 * errors.c (cpp_diagnostic_with_line): Only call
1198 rich_location::override_column if the column is non-zero.
1199 * line-map.c (rich_location::override_column): Update columns
1200 within m_ranges[0]. Add assertions to verify that doing so is
1201 sane.
1202
b5c1c988
JJ
12032016-02-05 Jakub Jelinek <jakub@redhat.com>
1204
1205 PR c++/69628
1206 * charset.c (cpp_interpret_charconst): Clear *PCHARS_SEEN
1207 and *UNSIGNEDP if bailing out early due to errors.
1208
e2eb5056
JJ
12092016-01-28 Jakub Jelinek <jakub@redhat.com>
1210
4bda5946
JJ
1211 PR pch/68176
1212 * files.c (_cpp_find_file): Set file->implicit_preinclude even if
1213 included from file->implicit_preinclude header.
1214
e2eb5056
JJ
1215 * directives.c (destringize_and_run): Adjust prototype.
1216
0afff540
DM
12172016-01-27 David Malcolm <dmalcolm@redhat.com>
1218
1219 PR preprocessor/69126
1220 * directives.c (destringize_and_run): Add expansion_loc param; use
1221 it when handling unexpanded pragmas to fixup the locations of the
1222 synthesized tokens.
1223 (_cpp_do__Pragma): Add expansion_loc param and use it when calling
1224 destringize_and_run.
1225 * internal.h (_cpp_do__Pragma): Add expansion_loc param.
1226 * macro.c (builtin_macro): Pass expansion location of _Pragma to
1227 _cpp_do__Pragma.
1228
c7df95d8
DM
12292016-01-14 David Malcolm <dmalcolm@redhat.com>
1230
1231 PR preprocessor/69177
1232 * line-map.c (LINE_MAP_MAX_LOCATION_WITH_PACKED_RANGES): New
1233 constant.
1234 (LINE_MAP_MAX_LOCATION_WITH_COLS): Add note about unit tests
1235 to comment.
1236 (can_be_stored_compactly_p): Reduce threshold from
1237 LINE_MAP_MAX_LOCATION_WITH_COLS to
1238 LINE_MAP_MAX_LOCATION_WITH_PACKED_RANGES.
1239 (get_combined_adhoc_loc): Likewise.
1240 (get_range_from_loc): Likewise.
1241 (linemap_line_start): Ensure that a new ordinary map is created
1242 when transitioning from range-packing being enabled to disabled,
1243 at the LINE_MAP_MAX_LOCATION_WITH_PACKED_RANGES threshold. Set
1244 range_bits to 0 for new ordinary maps when beyond this limit.
1245 Prevent the "increase the column bits of a freshly created map"
1246 optimization if the range bits has reduced.
1247
53290e07
JJ
12482016-01-08 Jakub Jelinek <jakub@redhat.com>
1249
1250 PR c++/69145
1251 * files.c (cpp_included_before): If IS_ADHOC_LOC (location), lookup
1252 real location from the line_table.
1253
818ab71a
JJ
12542016-01-04 Jakub Jelinek <jakub@redhat.com>
1255
1256 Update copyright years.
1257
329590d7
DM
12582015-12-22 David Malcolm <dmalcolm@redhat.com>
1259
1260 * line-map.c (get_combined_adhoc_loc): Remove condition
1261 on locus < RESERVED_LOCATION_COUNT when considering
1262 whether a caret == start == finish location can be
1263 simply stored as the caret location.
1264
f79520bb
DM
12652015-12-07 David Malcolm <dmalcolm@redhat.com>
1266
1267 * include/line-map.h (rich_location::set_range): Add line_maps *
1268 param; convert param from source_range to source_location. Drop
1269 "overwrite_loc_p" param.
1270 * line-map.c (rich_location::set_range): Likewise, acting as if
1271 "overwrite_loc_p" were true, and getting range from the location.
1272
a87a86e1
DM
12732015-11-20 David Malcolm <dmalcolm@redhat.com>
1274
1275 PR 62314
1276 * include/line-map.h (source_range::intersects_line_p): New
1277 method.
1278 (rich_location::~rich_location): New.
1279 (rich_location::add_fixit_insert): New method.
1280 (rich_location::add_fixit_remove): New method.
1281 (rich_location::add_fixit_replace): New method.
1282 (rich_location::get_num_fixit_hints): New accessor.
1283 (rich_location::get_fixit_hint): New accessor.
1284 (rich_location::MAX_FIXIT_HINTS): New constant.
1285 (rich_location::m_num_fixit_hints): New field.
1286 (rich_location::m_fixit_hints): New field.
1287 (class fixit_hint): New class.
1288 (class fixit_insert): New class.
1289 (class fixit_remove): New class.
1290 (class fixit_replace): New class.
1291 * line-map.c (source_range::intersects_line_p): New method.
1292 (rich_location::rich_location): Add initialization of
1293 m_num_fixit_hints to both ctors.
1294 (rich_location::~rich_location): New.
1295 (rich_location::add_fixit_insert): New method.
1296 (rich_location::add_fixit_remove): New method.
1297 (rich_location::add_fixit_replace): New method.
1298 (fixit_insert::fixit_insert): New.
1299 (fixit_insert::~fixit_insert): New.
1300 (fixit_insert::affects_line_p): New.
1301 (fixit_remove::fixit_remove): New.
1302 (fixit_remove::affects_line_p): New.
1303 (fixit_replace::fixit_replace): New.
1304 (fixit_replace::~fixit_replace): New.
1305 (fixit_replace::affects_line_p): New.
1306
46ce03de
JJ
13072015-11-19 Jakub Jelinek <jakub@redhat.com>
1308
1309 PR preprocessor/60736
1310 * include/cpplib.h (cpp_errno_filename): New prototype.
1311 * errors.c (cpp_errno): Don't handle msgid "" specially, use
1312 _(msgid) instead of msgid as argument to cpp_error.
1313 (cpp_errno_filename): New function.
1314 * files.c (read_file_guts): Use cpp_errno_filename instead of
1315 cpp_errno.
1316 (open_file_failed): Likewise. Use file->name if file->path is NULL
1317 in diagnostics.
1318
ebedc9a3
DM
13192015-11-13 David Malcolm <dmalcolm@redhat.com>
1320
1321 * errors.c (cpp_diagnostic): Pass pfile->line_table to
1322 rich_location ctor.
1323 (cpp_diagnostic_with_line): Likewise.
1324 * include/cpplib.h (struct cpp_token): Update comment for src_loc
1325 to indicate that the range of the token is "baked into" the
1326 source_location.
1327 * include/line-map.h (source_location): Update the descriptive
1328 comment to reflect the packing scheme for short ranges, adding
1329 worked examples of location encoding.
1330 (struct line_map_ordinary): Drop field "column_bits" in favor
1331 of field "m_column_and_range_bits"; add field "m_range_bits".
1332 (ORDINARY_MAP_NUMBER_OF_COLUMN_BITS): Delete.
1333 (location_adhoc_data): Add source_range field.
1334 (struct line_maps): Add fields "default_range_bits",
1335 "num_optimized_ranges" and "num_unoptimized_ranges".
1336 (get_combined_adhoc_loc): Add source_range param.
1337 (get_range_from_loc): New declaration.
1338 (pure_location_p): New prototype.
1339 (COMBINE_LOCATION_DATA): Add source_range param.
1340 (SOURCE_LINE): Update for renaming of column_bits.
1341 (SOURCE_COLUMN): Likewise. Shift the column right by the map's
1342 range_bits.
1343 (LAST_SOURCE_LINE_LOCATION): Update for renaming of column_bits.
1344 (linemap_position_for_line_and_column): Add line_maps * params.
1345 (rich_location::rich_location): Likewise.
1346 * lex.c (_cpp_lex_direct): Capture the range of the token, baking
1347 it into token->src_loc via a call to COMBINE_LOCATION_DATA.
1348 * line-map.c (LINE_MAP_MAX_COLUMN_NUMBER): Reduce from 1U << 17 to
1349 1U << 12.
1350 (location_adhoc_data_hash): Add the src_range into
1351 the hash value.
1352 (location_adhoc_data_eq): Require equality of the src_range
1353 values.
1354 (can_be_stored_compactly_p): New function.
1355 (get_combined_adhoc_loc): Add src_range param, and store it,
1356 via a bit-packing scheme for short ranges, otherwise within the
1357 lookaside table. Remove the requirement that data is non-NULL.
1358 (get_range_from_adhoc_loc): New function.
1359 (get_range_from_loc): New function.
1360 (pure_location_p): New function.
1361 (linemap_add): Ensure that start_location has zero for the
1362 range_bits, unless we're past LINE_MAP_MAX_LOCATION_WITH_COLS.
1363 Initialize range_bits to zero. Assert that the start_location
1364 is "pure".
1365 (linemap_line_start): Assert that the
1366 column_and_range_bits >= range_bits.
1367 Update determinination of whether we need to start a new map
1368 using the effective column bits, without the range bits.
1369 Use the set's default_range_bits in new maps, apart from
1370 those with column_bits == 0, which should also have 0 range_bits.
1371 Increase the column bits for new maps by the range bits.
1372 When adding lines to an existing map, use set->highest_line
1373 directly rather than offsetting highest by SOURCE_COLUMN.
1374 Add assertions to sanity-check the return value.
1375 (linemap_position_for_column): Offset to_column by range_bits.
1376 Update set->highest_location if necessary.
1377 (linemap_position_for_line_and_column): Add line_maps * param.
1378 Update the calculation to offset the column by range_bits, and
1379 conditionalize it on being <= LINE_MAP_MAX_LOCATION_WITH_COLS.
1380 Bound it by LINEMAPS_MACRO_LOWEST_LOCATION. Update
1381 set->highest_location if necessary.
1382 (linemap_position_for_loc_and_offset): Handle ad-hoc locations;
1383 pass "set" to linemap_position_for_line_and_column.
1384 (linemap_macro_map_loc_unwind_toward_spelling): Add line_maps
1385 param. Handle ad-hoc locations.
1386 (linemap_location_in_system_header_p): Pass on "set" to call to
1387 linemap_macro_map_loc_unwind_toward_spelling.
1388 (linemap_macro_loc_to_spelling_point): Retain ad-hoc locations.
1389 Pass on "set" to call to
1390 linemap_macro_map_loc_unwind_toward_spelling.
1391 (linemap_resolve_location): Retain ad-hoc locations. Pass on
1392 "set" to call to linemap_macro_map_loc_unwind_toward_spelling.
1393 (linemap_unwind_toward_expansion): Pass on "set" to call to
1394 linemap_macro_map_loc_unwind_toward_spelling.
1395 (linemap_expand_location): Extract the data pointer before
1396 extracting the location.
1397 (rich_location::rich_location): Add line_maps param; use it to
1398 extract the range from the source_location.
1399 * location-example.txt: Regenerate, showing new representation.
1400
8a645150
DM
14012015-11-06 David Malcolm <dmalcolm@redhat.com>
1402
1403 * errors.c (cpp_diagnostic): Update for change in signature
1404 of "error" callback.
1405 (cpp_diagnostic_with_line): Likewise, calling override_column
1406 on the rich_location.
1407 * include/cpplib.h (struct cpp_callbacks): Within "error"
1408 callback, convert param from source_location to rich_location *,
1409 and drop column_override param.
1410 * include/line-map.h (struct source_range): New struct.
1411 (struct location_range): New struct.
1412 (class rich_location): New class.
1413 (linemap_client_expand_location_to_spelling_point): New declaration.
1414 * line-map.c (rich_location::rich_location): New ctors.
1415 (rich_location::lazily_expand_location): New method.
1416 (rich_location::override_column): New method.
1417 (rich_location::add_range): New methods.
1418 (rich_location::set_range): New method.
1419
ee015909
DM
14202015-11-06 David Malcolm <dmalcolm@redhat.com>
1421
1422 * include/line-map.h (struct linemap_stats): Add fields
1423 "adhoc_table_size" and "adhoc_table_entries_used".
1424 * line-map.c (linemap_get_statistics): Populate above fields.
1425
a6c764d0
MM
14262015-11-04 Mikhail Maltsev <maltsevm@gmail.com>
1427
1428 * config.in: Regenerate.
1429 * configure: Regenerate.
1430 * configure.ac: Remove ENABLE_CHECKING.
1431
49445904
UB
14322015-11-03 Uros Bizjak <ubizjak@gmail.com>
1433
1434 * lex.c (search_line_sse42): Correctly advance the pointer to an
1435 aligned address.
1436
525ce910
DM
14372015-11-02 David Malcolm <dmalcolm@redhat.com>
1438
1439 * include/line-map.h (source_location): In the table in the
1440 descriptive comment, show UNKNOWN_LOCATION, BUILTINS_LOCATION,
1441 LINE_MAP_MAX_LOCATION_WITH_COLS, LINE_MAP_MAX_SOURCE_LOCATION.
1442 Add notes about ad-hoc values.
1443
7ec491c0
MM
14442015-10-21 Mikhail Maltsev <maltsevm@gmail.com>
1445
22d66382
MM
1446 * include/line-map.h: Use CHECKING_P instead of ENABLE_CHECKING.
1447 * init.c: Likewise.
1448 * macro.c (struct macro_arg_token_iter, set_arg_token,
1449 macro_arg_token_iter_init, macro_arg_token_iter_forward,
1450 macro_arg_token_iter_get_token, macro_arg_token_iter_get_location,
1451 alloc_expanded_arg_mem, _cpp_backup_tokens): Likewise.
1452
7ec491c0
MM
1453 * config.in: Regenerate.
1454 * configure: Regenerate.
1455 * configure.ac (CHECKING_P): Define.
1456 * system.h (fancy_abort): Declare.
1457 (abort): Define.
1458 (gcc_assert): Define. Use CHECKING_P.
1459
179b8d05
MM
14602015-10-13 Mikhail Maltsev <maltsevm@gmail.com>
1461
1462 * system.h (CHECKING_P, gcc_checking_assert): Define.
1463
87b470b3
MLI
14642015-09-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
1465
1466 PR c/66415
1467 * line-map.c (linemap_position_for_loc_and_offset): Handle the
1468 case of long lines encoded in multiple maps.
1469
85bc8baa
MP
14702015-09-07 Marek Polacek <polacek@redhat.com>
1471
1472 * system.h (INTTYPE_MINIMUM): Rewrite to avoid shift warning.
1473
bf5372e7
YS
14742015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
1475
1476 * configure: Regenerate.
1477
d17f7d59
TS
14782015-07-08 Thomas Schwinge <thomas@codesourcery.com>
1479
1480 * include/line-map.h (RESERVED_LOCATION_COUNT): Change type to
1481 source_location.
1482
fbb22910
PC
14832015-07-02 Paolo Carlini <paolo.carlini@oracle.com>
1484
d885793d 1485 PR preprocessor/53690
fbb22910
PC
1486 * charset.c (_cpp_valid_ucn): Add cppchar_t * parameter and change
1487 return type to bool. Fix encoding of \u0000 and \U00000000 in C++.
1488 (convert_ucn): Adjust call.
1489 * lex.c (forms_identifier_p): Likewise.
1490 * internal.h (_cpp_valid_ucn): Adjust declaration.
1491
fe95b036
ESR
14922015-06-30 Edward Smith-Rowland <3dw4rd@verizon.net>
1493
1494 Implement N4197 - Adding u8 character literals
1495 * include/cpplib.h (UTF8CHAR, UTF8CHAR_USERDEF): New cpp tokens;
1496 (struct cpp_options): Add utf8_char_literals.
1497 * init.c (struct lang_flags): Add utf8_char_literals;
1498 (struct lang_flags lang_defaults): Add column for utf8_char_literals.
fbb22910 1499 * macro.c (stringify_arg()): Treat CPP_UTF8CHAR token;
fe95b036
ESR
1500 * expr.c (cpp_userdef_char_remove_type(), cpp_userdef_char_add_type()):
1501 Treat CPP_UTF8CHAR_USERDEF, CPP_UTF8CHAR tokens;
1502 (cpp_userdef_char_p()): Treat CPP_UTF8CHAR_USERDEF token;
1503 (eval_token(), _cpp_parse_expr()): Treat CPP_UTF8CHAR token.
1504 * lex.c (lex_string(), _cpp_lex_direct()): Include CPP_UTF8CHAR tokens.
1505 * charset.c (converter_for_type(), cpp_interpret_charconst()):
1506 Treat CPP_UTF8CHAR token.
1507
dc6bcf52
UB
15082015-06-30 Uros Bizjak <ubizjak@gmail.com>
1509
1510 * lex.c (search_line_sse42) [__GCC_ASM_FLAG_OUTPUTS__]: New main
1511 loop using asm flag outputs.
1512
a1661b90
MP
15132015-06-08 Marek Polacek <polacek@redhat.com>
1514
1515 PR c/66415
1516 * line-map.c (linemap_position_for_loc_and_offset): Remove
1517 linemap_assert_fails; reverse conditions.
1518
815facd3
MLI
15192015-05-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
1520
1521 * line-map.c (LINE_MAP_MAX_COLUMN_NUMBER
1522 LINE_MAP_MAX_LOCATION_WITH_COLS,LINE_MAP_MAX_SOURCE_LOCATION):
1523 New constants.
1524 (linemap_line_start): Use them.
1525 (linemap_position_for_column): Use them.
1526
c819ed29
DM
15272015-05-20 David Malcolm <dmalcolm@redhat.com>
1528
1529 * include/line-map.h (MAP_START_LOCATION): Eliminate the non-const
1530 variant, and tweak comment for the const variant.
1531 (ORDINARY_MAP_STARTING_LINE_NUMBER): Drop the non-const variant.
1532 (ORDINARY_MAP_INCLUDER_FILE_INDEX): Likewise.
1533 (ORDINARY_MAP_IN_SYSTEM_HEADER_P): Likewise.
1534 (SET_ORDINARY_MAP_NUMBER_OF_COLUMN_BITS): Delete.
1535 (ORDINARY_MAP_FILE_NAME): Drop the non-const variant.
1536 (MACRO_MAP_MACRO): Likewise.
1537 (MACRO_MAP_NUM_MACRO_TOKENS): Likewise.
1538 (MACRO_MAP_LOCATIONS): Likewise.
1539 (MACRO_MAP_EXPANSION_POINT_LOCATION): Likewise.
1540 * line-map.c (linemap_add): Replace writes through macros with
1541 direct field accesses.
1542 (linemap_enter_macro): Likewise.
1543 (linemap_line_start): Likewise.
1544
0e50b624
DM
15452015-05-19 David Malcolm <dmalcolm@redhat.com>
1546
1547 * directives.c (do_line): Strengthen local "map" from
1548 const line_map * to const line_map_ordinary *.
1549 (do_linemarker): Likewise.
1550 (_cpp_do_file_change): Assert that we're not dealing with
1551 a macro map. Introduce local "ord_map" via a call to
1552 linemap_check_ordinary, guarded within the check for
1553 non-NULL. Use it for typesafety.
1554 * files.c (cpp_make_system_header): Strengthen local "map" from
1555 const line_map * to const line_map_ordinary *.
1556 * include/cpplib.h (struct cpp_callbacks): Likewise for second
1557 parameter of "file_change" callback.
1558 * include/line-map.h (struct line_map): Convert from a struct
1559 containing a union to a base class.
1560 (struct line_map_ordinary): Convert to a subclass of line_map.
1561 (struct line_map_macro): Likewise.
1562 (linemap_check_ordinary): Strengthen return type from line_map *
1563 to line_map_ordinary *, and add a const-variant.
1564 (linemap_check_macro): New pair of functions.
1565 (ORDINARY_MAP_STARTING_LINE_NUMBER): Strengthen param from
1566 const line_map * to const line_map_ordinary *, eliminating call
1567 to linemap_check_ordinary. Likewise for the non-const variant.
1568 (ORDINARY_MAP_INCLUDER_FILE_INDEX): Likewise.
1569 (ORDINARY_MAP_IN_SYSTEM_HEADER_P): Likewise.
1570 (ORDINARY_MAP_NUMBER_OF_COLUMN_BITS): Likewise.
1571 (ORDINARY_MAP_FILE_NAME): Likewise.
1572 (MACRO_MAP_MACRO): Strengthen param from const line_map * to
1573 const line_map_macro *. Likewise for the non-const variant.
1574 (MACRO_MAP_NUM_MACRO_TOKENS): Likewise.
1575 (MACRO_MAP_LOCATIONS): Likewise.
1576 (MACRO_MAP_EXPANSION_POINT_LOCATION): Likewise.
1577 (struct maps_info): Replace with...
1578 (struct maps_info_ordinary):...this and...
1579 (struct maps_info_macro): ...this.
1580 (struct line_maps): Convert fields "info_ordinary" and
1581 "info_macro" to the above new structs.
1582 (LINEMAPS_MAP_INFO): Delete both functions.
1583 (LINEMAPS_MAPS): Likewise.
1584 (LINEMAPS_ALLOCATED): Rewrite both variants to avoid using
1585 LINEMAPS_MAP_INFO.
1586 (LINEMAPS_USED): Likewise.
1587 (LINEMAPS_CACHE): Likewise.
1588 (LINEMAPS_MAP_AT): Likewise.
1589 (LINEMAPS_ORDINARY_MAPS): Strengthen return type from line_map *
1590 to line_map_ordinary *.
1591 (LINEMAPS_ORDINARY_MAP_AT): Likewise.
1592 (LINEMAPS_LAST_ORDINARY_MAP): Likewise.
1593 (LINEMAPS_LAST_ALLOCATED_ORDINARY_MAP): Likewise.
1594 (LINEMAPS_MACRO_MAPS): Strengthen return type from line_map * to
1595 line_map_macro *.
1596 (LINEMAPS_MACRO_MAP_AT): Likewise.
1597 (LINEMAPS_LAST_MACRO_MAP): Likewise.
1598 (LINEMAPS_LAST_ALLOCATED_MACRO_MAP): Likewise.
1599 (linemap_map_get_macro_name): Strengthen param from
1600 const line_map * to const line_map_macro *.
1601 (SOURCE_LINE): Strengthen first param from const line_map * to
1602 const line_map_ordinary *, removing call to
1603 linemap_check_ordinary.
1604 (SOURCE_COLUMN): Likewise.
1605 (LAST_SOURCE_LINE_LOCATION): Likewise.
1606 (LAST_SOURCE_LINE): Strengthen first param from const line_map *
1607 to const line_map_ordinary *.
1608 (LAST_SOURCE_COLUMN): Likewise.
1609 (INCLUDED_FROM): Strengthen return type from line_map * to
1610 line_map_ordinary *., and second param from const line_map *
1611 to const line_map_ordinary *, removing call to
1612 linemap_check_ordinary.
1613 (MAIN_FILE_P): Strengthen param from const line_map * to
1614 const line_map_ordinary *, removing call to
1615 linemap_check_ordinary.
1616 (linemap_position_for_line_and_column): Strengthen param from
1617 const line_map * to const line_map_ordinary *.
1618 (LINEMAP_FILE): Strengthen param from const line_map * to
1619 const line_map_ordinary *, removing call to
1620 linemap_check_ordinary.
1621 (LINEMAP_LINE): Likewise.
1622 (LINEMAP_SYSP): Likewise.
1623 (linemap_resolve_location): Strengthen final param from
1624 const line_map ** to const line_map_ordinary **.
1625 * internal.h (CPP_INCREMENT_LINE): Likewise for local "map".
1626 (linemap_enter_macro): Strengthen return type from
1627 const line_map * to const line_map_macro *.
1628 (linemap_add_macro_token): Likewise for first param.
1629 * line-map.c (linemap_check_files_exited): Strengthen local "map"
1630 from const line_map * to const line_map_ordinary *.
1631 (new_linemap): Introduce local "map_size" and use it when
1632 calculating how large the buffer should be. Rewrite based
1633 on change of info_macro and info_ordinary into distinct types.
1634 (linemap_add): Strengthen locals "map" and "from" from line_map *
1635 to line_map_ordinary *.
1636 (linemap_enter_macro): Strengthen return type from
1637 const line_map * to const line_map_macro *, and local "map" from
1638 line_map * to line_map_macro *.
1639 (linemap_add_macro_token): Strengthen param "map" from
1640 const line_map * to const line_map_macro *.
1641 (linemap_line_start): Strengthen local "map" from line_map * to
1642 line_map_ordinary *.
1643 (linemap_position_for_column): Likewise.
1644 (linemap_position_for_line_and_column): Strengthen first param
1645 from const line_map * to const line_map_ordinary *.
1646 (linemap_position_for_loc_and_offset): Strengthen local "map" from
1647 const line_map * to const line_map_ordinary *.
1648 (linemap_ordinary_map_lookup): Likewise for return type and locals
1649 "cached" and "result".
1650 (linemap_macro_map_lookup): Strengthen return type and locals
1651 "cached" and "result" from const line_map * to
1652 const line_map_macro *.
1653 (linemap_macro_map_loc_to_exp_point): Likewise for param "map".
1654 (linemap_macro_map_loc_to_def_point): Likewise.
1655 (linemap_macro_map_loc_unwind_toward_spelling): Likewise.
1656 (linemap_get_expansion_line): Strengthen local "map" from
1657 const line_map * to const line_map_ordinary *.
1658 (linemap_get_expansion_filename): Likewise.
1659 (linemap_map_get_macro_name): Strengthen param from
1660 const line_map * to const line_map_macro *.
1661 (linemap_location_in_system_header_p): Add call to
1662 linemap_check_ordinary in region guarded by
1663 !linemap_macro_expansion_map_p. Introduce local "macro_map" via
1664 linemap_check_macro in other region, using it in place of "map"
1665 for typesafety.
1666 (first_map_in_common_1): Add calls to linemap_check_macro.
1667 (trace_include): Strengthen param "map" from const line_map * to
1668 const line_map_ordinary *.
1669 (linemap_macro_loc_to_spelling_point): Strengthen final param from
1670 const line_map ** to const line_map_ordinary **. Replace a
1671 C-style cast with a const_cast, and add calls to
1672 linemap_check_macro and linemap_check_ordinary.
1673 (linemap_macro_loc_to_def_point): Likewise.
1674 (linemap_macro_loc_to_exp_point): Likewise.
1675 (linemap_resolve_location): Strengthen final param from
1676 const line_map ** to const line_map_ordinary **.
1677 (linemap_unwind_toward_expansion): Introduce local "macro_map" via
1678 a checked cast and use it in place of *map.
1679 (linemap_unwind_to_first_non_reserved_loc): Strengthen local
1680 "map1" from const line_map * to const line_map_ordinary *.
1681 (linemap_expand_location): Introduce local "ord_map" via a checked
1682 cast and use it in place of map.
1683 (linemap_dump): Make local "map" const. Strengthen local
1684 "includer_map" from line_map * to const line_map_ordinary *.
1685 Introduce locals "ord_map" and "macro_map" via checked casts and
1686 use them in place of "map" for typesafety.
1687 (linemap_dump_location): Strengthen local "map" from
1688 const line_map * to const line_map_ordinary *.
1689 (linemap_get_file_highest_location): Update for elimination of
1690 union.
1691 (linemap_get_statistics): Strengthen local "cur_map" from
1692 line_map * to const line_map_macro *. Update uses of sizeof to
1693 use the appropriate line_map subclasses.
1694 * macro.c (_cpp_warn_if_unused_macro): Add call to
1695 linemap_check_ordinary.
1696 (builtin_macro): Strengthen local "map" from const line_map * to
1697 const line_map_macro *.
1698 (enter_macro_context): Likewise.
1699 (replace_args): Likewise.
1700 (tokens_buff_put_token_to): Likewise for param "map".
1701 (tokens_buff_add_token): Likewise.
1702
ba4ad400
DM
17032015-05-13 David Malcolm <dmalcolm@redhat.com>
1704
1705 * include/line-map.h (source_location): Add a reference to
1706 location-example.txt to the descriptive comment.
1707 * location-example.txt: New file.
1708
0501dbd9
DM
17092015-05-13 David Malcolm <dmalcolm@redhat.com>
1710
1711 * include/line-map.h (MAX_SOURCE_LOCATION): Convert from a macro
1712 to a const source_location.
1713 (RESERVED_LOCATION_COUNT): Likewise.
1714 (linemap_check_ordinary): Convert from a macro to a pair of inline
1715 functions, for const/non-const arguments.
1716 (MAP_START_LOCATION): Likewise.
1717 (ORDINARY_MAP_STARTING_LINE_NUMBER): Likewise.
1718 (ORDINARY_MAP_INCLUDER_FILE_INDEX): Likewise.
1719 (ORDINARY_MAP_IN_SYSTEM_HEADER_P): Likewise.
1720 (ORDINARY_MAP_NUMBER_OF_COLUMN_BITS): Convert from a macro to a
1721 pair of inline functions, for const/non-const arguments, where the
1722 latter is named...
1723 (SET_ORDINARY_MAP_NUMBER_OF_COLUMN_BITS): New function.
1724 (ORDINARY_MAP_FILE_NAME): Convert from a macro to a pair of inline
1725 functions, for const/non-const arguments.
1726 (MACRO_MAP_MACRO): Likewise.
1727 (MACRO_MAP_NUM_MACRO_TOKENS): Likewise.
1728 (MACRO_MAP_LOCATIONS): Likewise.
1729 (MACRO_MAP_EXPANSION_POINT_LOCATION): Likewise.
1730 (LINEMAPS_MAP_INFO): Likewise.
1731 (LINEMAPS_MAPS): Likewise.
1732 (LINEMAPS_ALLOCATED): Likewise.
1733 (LINEMAPS_USED): Likewise.
1734 (LINEMAPS_CACHE): Likewise.
1735 (LINEMAPS_ORDINARY_CACHE): Likewise.
1736 (LINEMAPS_MACRO_CACHE): Likewise.
1737 (LINEMAPS_MAP_AT): Convert from a macro to an inline function.
1738 (LINEMAPS_LAST_MAP): Likewise.
1739 (LINEMAPS_LAST_ALLOCATED_MAP): Likewise.
1740 (LINEMAPS_ORDINARY_MAPS): Likewise.
1741 (LINEMAPS_ORDINARY_MAP_AT): Likewise.
1742 (LINEMAPS_ORDINARY_ALLOCATED): Likewise.
1743 (LINEMAPS_ORDINARY_USED): Likewise.
1744 (LINEMAPS_LAST_ORDINARY_MAP): Likewise.
1745 (LINEMAPS_LAST_ALLOCATED_ORDINARY_MAP): Likewise.
1746 (LINEMAPS_MACRO_MAPS): Likewise.
1747 (LINEMAPS_MACRO_MAP_AT): Likewise.
1748 (LINEMAPS_MACRO_ALLOCATED): Likewise.
1749 (LINEMAPS_MACRO_USED): Likewise.
1750 (LINEMAPS_MACRO_LOWEST_LOCATION): Likewise.
1751 (LINEMAPS_LAST_MACRO_MAP): Likewise.
1752 (LINEMAPS_LAST_ALLOCATED_MACRO_MAP): Likewise.
1753 (IS_ADHOC_LOC): Likewise.
1754 (COMBINE_LOCATION_DATA): Likewise.
1755 (SOURCE_LINE): Likewise.
1756 (SOURCE_COLUMN): Likewise.
1757 (LAST_SOURCE_LINE_LOCATION): Likewise.
1758 (LAST_SOURCE_LINE): Likewise.
1759 (LAST_SOURCE_COLUMN): Likewise.
1760 (LAST_SOURCE_LINE_LOCATION)
1761 (INCLUDED_FROM): Likewise.
1762 (MAIN_FILE_P): Likewise.
1763 (LINEMAP_FILE): Likewise.
1764 (LINEMAP_LINE): Likewise.
1765 (LINEMAP_SYSP): Likewise.
1766 (linemap_location_before_p): Likewise.
1767 * line-map.c (linemap_check_files_exited): Make local "map" const.
1768 (linemap_add): Use SET_ORDINARY_MAP_NUMBER_OF_COLUMN_BITS.
1769 (linemap_line_start): Likewise.
1770
eb70f327
MH
17712015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
1772
1773 * aclocal.m4: Regenerated with automake-1.11.6.
1774
60c12095
DM
17752015-05-13 David Malcolm <dmalcolm@redhat.com>
1776
1777 * include/line-map.h (linemap_assert): Move up within the file to
1778 before all of the map accessor macros.
1779 (linemap_assert_fails): Likewise.
1780 (linemap_check_ordinary): Likewise.
1781 (linemap_macro_expansion_map_p): Likewise.
1782
c3388e62
DM
17832015-05-12 David Malcolm <dmalcolm@redhat.com>
1784
1785 * directives.c (do_line): Set seen_line_directive on line_table.
1786 (do_linemarker): Likewise.
1787 * include/line-map.h (struct line_maps): Add new field
1788 "seen_line_directive".
1789
fe191308
JM
17902015-05-08 Jason Merrill <jason@redhat.com>
1791
1792 * include/cpplib.h: Add CPP_W_CXX11_COMPAT.
1793 (struct cpp_options): Add cpp_warn_cxx11_compat.
1794 * init.c (cpp_create_reader): Initialize it.
1795 * lex.c (lex_string): Add -Wc++11-compat warning.
1796
21c0a521
DM
17972015-05-05 David Malcolm <dmalcolm@redhat.com>
1798
1799 * pch.c (cpp_valid_state): Fix indentation so that it reflects the
1800 block structure.
1801
c87b25e6
DM
18022015-05-05 David Malcolm <dmalcolm@redhat.com>
1803
1804 * include/line-map.h: Fix comment at the top of the file.
1805 (source_location): Rewrite and expand the comment for this
1806 typedef, adding an ascii-art table to clarify how source_location
1807 values are allocated.
1808 * line-map.c: Fix comment at the top of the file.
1809
ca708025
RB
18102015-04-09 Richard Biener <rguenther@suse.de>
1811
1812 PR pch/65550
1813 * files.c (pch_open_file): Allow main and pre-included files
1814 when trying to open a PCH.
1815
e4b33ee5
JJ
18162015-04-06 Jakub Jelinek <jakub@redhat.com>
1817
1818 PR preprocessor/61977
1819 * lex.c (cpp_peek_token): If peektok is CPP_EOF, back it up
1820 with all tokens peeked by the current function.
1821
b8cd77f4
JJ
18222015-04-02 Jakub Jelinek <jakub@redhat.com>
1823
1824 PR preprocessor/61977
1825 * lex.c (cpp_peek_token): Temporarily clear pfile->cb.line_change.
1826
fb136e35
JJ
18272015-03-23 Jakub Jelinek <jakub@redhat.com>
1828
1829 PR preprocessor/65238
1830 * internal.h (_cpp_scan_out_logical_line): Add third argument.
1831 * directives.c (prepare_directive_trad): Pass false to it.
1832 * traditional.c (_cpp_read_logical_line_trad,
1833 _cpp_create_trad_definition): Likewise.
1834 (struct fun_macro): Add paramc field.
1835 (fun_like_macro): New function.
1836 (maybe_start_funlike): Handle NODE_BUILTIN macros. Initialize
1837 macro->paramc field.
1838 (save_argument): Use macro->paramc instead of
1839 macro->node->value.macro->paramc.
1840 (push_replacement_text): Formatting fix.
1841 (recursive_macro): Use fun_like_macro helper.
1842 (_cpp_scan_out_logical_line): Likewise. Add BUILTIN_MACRO_ARG
1843 argument. Initialize fmacro.paramc field. Handle builtin
1844 function-like macros.
1845
a5858a3d
ESR
18462015-03-16 Edward Smith-Rowland <3dw4rd@verizon.net>
1847
1848 PR c++/64626
1849 * lex.c (lex_number): If a number ends with digit-seps (') skip back
1850 and let lex_string take them.
1851
44d95244
MT
18522015-03-02 Markus Trippelsdorf <markus@trippelsdorf.de>
1853
1854 PR target/65261
1855 * lex.c (search_line_fast): Silence ubsan errors.
1856
f8abc9ba
DS
18572015-02-03 <dodji@redhat.com>
1858
1859 PR preprocessor/64803
1860 * internal.h (cpp_reader::top_most_macro_node): New data member.
1861 * macro.c (enter_macro_context): Pass the location of the end of
1862 the top-most invocation of the function-like macro, or the
1863 location of the expansion point of the top-most object-like macro.
1864 (cpp_get_token_1): Store the top-most macro node in the new
1865 pfile->top_most_macro_node data member.
1866 (_cpp_pop_context): Clear the new cpp_reader::top_most_macro_node
1867 data member.
1868
95d0610c
SN
18692015-01-30 Szabolcs Nagy <szabolcs.nagy@arm.com>
1870
1871 * lex.c (search_line_fast): Change __ARM_NEON__ to __ARM_NEON.
1872
10ef8f28
MP
18732015-01-23 Marek Polacek <polacek@redhat.com>
1874
1875 DR#412
1876 PR preprocessor/60570
1877 * directives.c (do_elif): Don't evaluate #elif conditionals
1878 when they don't need to be.
1879
6e6cb471
JJ
18802015-01-16 Jakub Jelinek <jakub@redhat.com>
1881
1882 * expr.c (cpp_classify_number): Add N_() around ?: string
1883 literals used in cpp_error_with_line call as format string.
1884
5624e564
JJ
18852015-01-05 Jakub Jelinek <jakub@redhat.com>
1886
1887 Update copyright years.
1888
1f8d3e84
JJ
18892014-12-19 Jakub Jelinek <jakub@redhat.com>
1890
1891 PR preprocessor/63831
1892 * directives.c (lex_macro_node): Remove __has_attribute__ handling.
1893 * internal.h (struct spec_node): Remove n__has_attribute__ field.
1894 (struct lexer_state): Remove in__has_attribute__ field.
1895 * macro.c (_cpp_builtin_macro_text): Handle BT_HAS_ATTRIBUTE.
1896 * identifiers.c (_cpp_init_hashtable): Remove __has_attribute__
1897 handling.
1898 * init.c (builtin_array): Add __has_attribute and __has_cpp_attribute.
1899 (cpp_init_special_builtins): Don't initialize __has_attribute
1900 or __has_cpp_attribute if CLK_ASM or pfile->cb.has_attribute is NULL.
1901 * traditional.c (enum ls): Remove ls_has_attribute,
1902 ls_has_attribute_close.
1903 (_cpp_scan_out_logical_line): Remove __has_attribute__ handling.
1904 * include/cpplib.h (enum cpp_builtin_type): Add BT_HAS_ATTRIBUTE.
1905 * pch.c (cpp_read_state): Remove __has_attribute__ handling.
1906 * expr.c (eval_token): Likewise.
1907 (parse_has_attribute): Removed.
1908
01ca36af
UB
19092014-12-11 Uros Bizjak <ubizjak@gmail.com>
1910
1911 * directives.c (cpp_define_formatted): Use xvasprintf.
1912
b93c0722
MLI
19132014-12-05 Manuel López-Ibáñez <manu@gcc.gnu.org>
1914
1915 * line-map.c (linemap_position_for_loc_and_offset): Add new
1916 linemap_assert_fails.
1917
73bd8329
MLI
19182014-12-02 Manuel López-Ibáñez <manu@gcc.gnu.org>
1919
1920 * include/line-map.h (linemap_assert_fails): Declare.
1921 * line-map.c (linemap_position_for_loc_and_offset): Use it.
1922
9c320ab1
MLI
19232014-12-02 Manuel López-Ibáñez <manu@gcc.gnu.org>
1924
49445904
UB
1925 * line-map.c (linemap_add): Fix typo.
1926 (linemap_line_start): Fix whitespace.
9c320ab1 1927
81fee4a7
JM
19282014-11-29 John Schmerge <jbschmerge@gmail.com>
1929
1930 PR preprocessor/41698
1931 * charset.c (one_utf8_to_utf16): Do not produce surrogate pairs
1932 for 0xffff.
1933
43ba1c6c
JJ
19342014-11-25 Jakub Jelinek <jakub@redhat.com>
1935
1936 PR preprocessor/60436
1937 * line-map.c (linemap_line_start): If highest is above 0x60000000
1938 and we are still tracking columns or highest is above 0x70000000,
1939 force add_map.
1940
8a23b100
UB
19412014-11-20 Uros Bizjak <ubizjak@gmail.com>
1942
1943 PR target/63966
1b6b13f3
UB
1944 * lex.c [__i386__ || __x86_64__]: Compile special SSE functions
1945 only for (__GNUC__ >= 5 || !defined(__PIC__)).
8a23b100 1946
d82f1e13
MLI
19472014-11-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
1948
1949 * include/line-map.h: Include EXPR, so that unused variable warnings
1950 do not occur.
1951
3aa34c1d
MLI
19522014-11-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
1953
1954 PR fortran/44054
1955 * include/line-map.h (linemap_position_for_loc_and_offset):
1956 Declare.
1957 * line-map.c (linemap_position_for_loc_and_offset): New.
1958
35485da9
DM
19592014-11-11 David Malcolm <dmalcolm@redhat.com>
1960
1961 * ChangeLog.jit: New.
1962
42fd12b1
ESR
19632014-11-10 Edward Smith-Rowland <3dw4rd@verizon.net>
1964
1965 * include/cpplib.h (cpp_callbacks): Add has_attribute.
1966 * internal.h (lexer_state): Add in__has_attribute__.
1967 * directives.c (lex_macro_node): Prevent use of __has_attribute__
1968 as a macro.
1969 * expr.c (parse_has_attribute): New function; (eval_token): Look for
1970 __has_attribute__ and route to parse_has_attribute.
1971 * identifiers.c (_cpp_init_hashtable): Initialize n__has_attribute__.
1972 * pch.c (cpp_read_state): Initialize n__has_attribute__.
1973 * traditional.c (enum ls): Add ls_has_attribute, ls_has_attribute_close;
1974 (_cpp_scan_out_logical_line): Attend to __has_attribute__.
1975
be5ffc59
JM
19762014-11-06 Joseph Myers <joseph@codesourcery.com>
1977
1978 * include/cpp-id-data.h (struct cpp_macro): Update comment
1979 regarding parameters.
1980 * include/cpplib.h (struct cpp_macro_arg, struct cpp_identifier):
1981 Add spelling fields.
1982 (struct cpp_token): Update comment on macro_arg.
1983 * internal.h (_cpp_save_parameter): Add extra argument.
1984 (_cpp_spell_ident_ucns): New declaration.
1985 * lex.c (lex_identifier): Add SPELLING argument. Set *SPELLING to
1986 original spelling of identifier.
1987 (_cpp_lex_direct): Update calls to lex_identifier.
1988 (_cpp_spell_ident_ucns): New function, factored out of
1989 cpp_spell_token.
1990 (cpp_spell_token): Adjust FORSTRING argument semantics to return
1991 original spelling of identifiers. Use _cpp_spell_ident_ucns in
1992 !FORSTRING case.
1993 (_cpp_equiv_tokens): Check spellings of identifiers and macro
1994 arguments are identical.
1995 * macro.c (macro_arg_saved_data): New structure.
1996 (paste_tokens): Use original spellings of identifiers from
1997 cpp_spell_token.
1998 (_cpp_save_parameter): Add argument SPELLING. Save both canonical
1999 node and its value.
2000 (parse_params): Update calls to _cpp_save_parameter.
2001 (lex_expansion_token): Save spelling of macro argument tokens.
2002 (_cpp_create_definition): Extract canonical node from saved data.
2003 (cpp_macro_definition): Use UCNs in spelling of macro name. Use
2004 original spellings of macro argument tokens and identifiers.
2005 * traditional.c (scan_parameters): Update call to
2006 _cpp_save_parameter.
2007
701cade1
JM
20082014-11-05 Joseph Myers <joseph@codesourcery.com>
2009
2010 PR preprocessor/9449
2011 * init.c (lang_defaults): Enable extended identifiers for C++ and
2012 C99-based standards.
2013
19a9ba64
AM
20142014-10-22 Alan Modra <amodra@gmail.com>
2015
2016 * symtab.c (ht_create): Use obstack_specify_allocation in place of
2017 _obstack_begin.
2018 * files.c (_cpp_init_files): Likewise.
2019 * init.c (cpp_create_reader): Likewise.
2020 * identifiers.c (_cpp_init_hashtable): Likewise.
2021
3aac0952
MLI
20222014-10-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
2023
2024 * include/line-map.h (linemap_location_from_macro_expansion_p):
2025 const struct line_maps * argument.
2026 (linemap_position_for_line_and_column): const struct line_map *
2027 argument.
2028 * line-map.c (linemap_add_macro_token): Use correct argument name
2029 in comment.
2030 (linemap_position_for_line_and_column): const struct line_map *
2031 argument.
2032 (linemap_macro_map_loc_to_def_point): Fix comment. Make static.
2033 (linemap_location_from_macro_expansion_p): const struct line_maps *
2034 argument.
2035 (linemap_resolve_location): Fix argument names in comment.
2036
0ccaaab0
BS
20372014-10-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2038
2039 * lex.c (search_line_fast): Add new version to be used for Power8
2040 and later targets when Altivec is enabled. Restrict the existing
2041 Altivec version to big-endian systems so that lvsr is not used on
2042 little endian, where it is deprecated. Remove LE-specific code
2043 from the now-BE-only version.
2044
dc257367
BE
20452014-10-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
2046 Jeff Law <law@redhat.com>
2047
2048 * charset.c (convert_no_conversion): Reallocate memory with 25%
2049 headroom.
2050
a15f7cb8
ESR
20512014-10-01 Edward Smith-Rowland <3dw4rd@verizon.net>
2052
2053 Implement SD-6: SG10 Feature Test Recommendations
2054 * internal.h (lexer_state, spec_nodes): Add in__has_include__.
2055 * directives.c: Support __has_include__ builtin.
2056 * expr.c (parse_has_include): New function to parse __has_include__
2057 builtin; (eval_token()): Use it.
2058 * files.c (_cpp_has_header()): New funtion to look for header;
2059 (open_file_failed()): Not an error to not find a header file for
2060 __has_include__.
2061 * identifiers.c (_cpp_init_hashtable()): Add entry for __has_include__.
2062 * pch.c (cpp_read_state): Lookup __has_include__.
2063 * traditional.c (enum ls, _cpp_scan_out_logical_line()): Walk through
2064 __has_include__ statements.
2065
cc811a8a
BE
20662014-09-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
2067
2068 PR preprocessor/58893
2069 * errors.c (cpp_diagnostic): Fix possible out of bounds access.
2070 * files.c (_cpp_stack_include): Initialize src_loc for IT_CMDLINE.
2071
083e891e
MP
20722014-09-24 Marek Polacek <polacek@redhat.com>
2073
2074 PR c/61405
2075 PR c/53874
2076 * include/cpplib.h (enum cpp_ttype): Define CPP_KEYWORD.
2077
d87fc699
JH
20782014-09-17 Jan Hubicka <hubicka@ucw.cz>
2079
2080 * charset.c (conversion): Rename to ...
2081 (cpp_conversion): ... this one; update.
2082 * files.c (file_hash_entry): Rename to ...
2083 (cpp_file_hash_entry): ... this one ; update.
2084
909eb89c
MP
20852014-09-17 Marek Polacek <polacek@redhat.com>
2086
2087 PR c/61854
2088 * init.c (struct lang_flags): Remove cplusplus_comments.
2089 (cpp_set_lang): Likewise.
2090 (post_options): Likewise.
2091 * lex.c (_cpp_lex_direct): Disallow C++ style comments in C90/C94.
2092
1ef33fd4
MLI
20932014-09-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
2094
2095 * include/cpplib.h (struct cpp_options): Declare warn_normalize as
2096 int instead of enum.
2097
2b71f4a4
MLI
20982014-09-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
2099
2100 * macro.c (replace_args): Use cpp_pedwarning, cpp_warning and
2101 CPP_W flags.
2102 * include/cpplib.h: Add CPP_W_C90_C99_COMPAT and CPP_W_PEDANTIC.
2103 * init.c (cpp_create_reader): Do not init to -1 here.
2104 * expr.c (num_binary_op): Use cpp_pedwarning.
2105
81b5d104
MLI
21062014-08-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
2107
2108 * directives.c (check_eol_1): New.
2109 (check_eol_endif_labels): New.
2110 (check_eol): Call check_eol_1.
2111 (do_else,do_endif): Call check_eol_endif_labels.
2112
b753b37b
MLI
21132014-08-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
2114
2115 * macro.c (warn_of_redefinition): Suppress warnings for builtins
2116 that lack the NODE_WARN flag, unless Wbuiltin-macro-redefined.
2117 (_cpp_create_definition): Use Wbuiltin-macro-redefined for
2118 builtins that lack the NODE_WARN flag.
2119 * directives.c (do_undef): Likewise.
2120 * init.c (cpp_init_special_builtins): Do not change flags
2121 depending on Wbuiltin-macro-redefined.
2122
7c05e50c
ESR
21232014-08-28 Edward Smith-Rowland <3dw4rd@verizon.net>
2124
2125 PR cpp/23827 - standard C++ should not have hex float preprocessor
2126 tokens
2127 * libcpp/init.c (lang_flags): Change CXX98 flag for extended numbers
2128 from 1 to 0.
2129 * libcpp/expr.c (cpp_classify_number): Weite error message for improper
2130 use of hex floating literal.
2131
e4276ba5
ESR
21322014-08-23 Edward Smith-Rowland <3dw4rd@verizon.net>
2133
2134 * include/cpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z;
2135 Rename CLK_GNUCXX1Y, CLK_CXX1Y to CLK_GNUCXX14, CLK_CXX14;
2136 * init.c (struct lang_flags lang_defaults): Add column for trigraphs;
2137 Add rows for CLK_GNUCXX1Z, CLK_CXX1Z; (cpp_set_lang): Set trigraphs;
2138 (cpp_init_builtins): Set __cplusplus to 201402L for C++14;
2139 Set __cplusplus to 201500L for C++17.
2140 * expr.c (cpp_classify_number): Change C++1y to C++14 in binary
2141 constants error message.
2142
dd3ff077
MP
21432014-08-20 Marek Polacek <polacek@redhat.com>
2144
2145 * include/cpplib.h (cpp_options): Use signed char.
2146 * lex.c (_cpp_lex_direct): Don't warn in C++ mode.
2147
3f4f5c9a
MP
21482014-08-19 Marek Polacek <polacek@redhat.com>
2149
2150 * lex.c (_cpp_lex_direct): Fix a typo.
2151
177cce46
MP
21522014-08-19 Marek Polacek <polacek@redhat.com>
2153
2154 * charset.c (_cpp_valid_ucn): Warn only if -Wc90-c99-compat.
2155 * lex.c (_cpp_lex_direct): Likewise.
2156 * macro.c (replace_args): Likewise.
2157 (parse_params): Likewise.
2158 * include/cpplib.h (cpp_options): Change cpp_warn_c90_c99_compat
2159 to char.
2160
f3bede71
MP
21612014-08-10 Marek Polacek <polacek@redhat.com>
2162
2163 PR c/51849
2164 * lex.c (_cpp_lex_direct): Warn when -Wc90-c99-compat is in effect.
2165 * charset.c (_cpp_valid_ucn): Likewise.
2166 * include/cpplib.h (cpp_options): Add cpp_warn_c90_c99_compat.
2167 * macro.c (replace_args): Warn when -Wc90-c99-compat is in effect.
2168 (parse_params): Likewise.
2169
61eb99f6
MP
21702014-07-27 Marek Polacek <polacek@redhat.com>
2171
2172 PR c/61861
2173 * macro.c (builtin_macro): Add location parameter. Set
2174 location of builtin macro to the expansion point.
2175 (enter_macro_context): Pass location to builtin_macro.
2176
c468587a
DS
21772014-07-16 Dodji Seketeli <dodji@redhat.com>
2178
2179 Support location tracking for built-in macro tokens
2180 * include/line-map.h (line_maps::builtin_location): New data
2181 member.
2182 (line_map_init): Add a new parameter to initialize the new
2183 line_maps::builtin_location data member.
2184 * line-map.c (linemap_init): Initialize the
2185 line_maps::builtin_location data member.
2186 * macro.c (builtin_macro): Create a macro map and track the token
2187 resulting from the expansion of a built-in macro.
2188
3976796b
ESR
21892014-07-10 Edward Smith-Rowland <3dw4rd@verizon.net>
2190 Jonathan Wakely <jwakely@redhat.com>
2191
c786fca6 2192 PR preprocessor/61389
3976796b
ESR
2193 * macro.c (_cpp_arguments_ok, parse_params, create_iso_definition):
2194 Warning messages mention C++11 in c++ mode and C99 in c mode.
2195 * lex.c (lex_identifier_intern, lex_identifier): Ditto
2196
7aee8646
ESR
21972014-07-09 Edward Smith-Rowland <3dw4rd@verizon.net>
2198
2199 PR c++/58155 - -Wliteral-suffix warns about tokens which are skipped
2200 by preprocessor
2201 * lex.c (lex_raw_string ()): Do not warn about invalid suffix
2202 if skipping. (lex_string ()): Ditto.
2203
98ba7482
ESR
22042014-06-04 Edward Smith-Rowland <3dw4rd@verizon.net>
2205
2206 PR c++/61038
2207 * macro.c (stringify_arg (cpp_reader *, macro_arg *)):
2208 Combine user-defined escape logic with the other string and char logic.
2209
edf6ddf6
RB
22102014-05-26 Richard Biener <rguenther@suse.de>
2211
2212 * configure.ac: Remove long long and __int64 type checks,
2213 add check for uint64_t and fail if that wasn't found.
2214 * include/cpplib.h (cpp_num_part): Use uint64_t.
2215 * config.in: Regenerate.
2216 * configure: Likewise.
2217
28939589
MP
22182014-05-21 Marek Polacek <polacek@redhat.com>
2219
2220 PR c/61212
2221 * files.c (find_file_in_dir): Add parens around &&.
2222
49039169
ESR
22232014-05-20 Edward Smith-Rowland <3dw4rd@verizon.net>
2224
28939589 2225 PR c++/61038
49039169
ESR
2226 * macro.c (stringify_arg (cpp_reader *, macro_arg *)):
2227 Check for user-defined literal strings and user-defined literal chars
2228 to escape necessary characters.
2229
54da09ee
RB
22302014-05-20 Richard Biener <rguenther@suse.de>
2231
2232 * configure.ac: Copy gcc logic of detecting a 64bit type.
2233 Remove HOST_WIDE_INT define.
2234 * include/cpplib.h: typedef cpp_num_part to a 64bit type,
2235 similar to how hwint.h does it.
2236 * config.in: Regenerate.
2237 * configure: Likewise.
2238
eac3e079
JY
22392014-05-09 Joey Ye <joey.ye@arm.com>
2240
2241 * files.c (find_file_in_dir): Always try to shorten for DOS
2242 non-system headers.
2243 * init.c (ENABLE_CANONICAL_SYSTEM_HEADERS): Default enabled for DOS.
2244
f543058d
RB
22452014-05-07 Richard Biener <rguenther@suse.de>
2246
2247 * configure.ac: Always set need_64bit_hwint to yes.
2248 * configure: Regenerated.
2249
d9f069ab
RO
22502014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2251
2252 * lex.c: Remove Solaris 9 reference.
2253
341c653c
WL
22542014-02-24 Walter Lee <walt@tilera.com>
2255
2256 * configure.ac: Change "tilepro" triplet to "tilepro*".
2257 * configure: Regenerate.
2258
179652df
JJ
22592014-02-19 Jakub Jelinek <jakub@redhat.com>
2260
2261 PR preprocessor/58844
2262 * macro.c (enter_macro_context): Only push
2263 macro_real_token_count (macro) tokens rather than
2264 macro->count tokens, regardless of
2265 CPP_OPTION (pfile, track-macro-expansion).
2266
acf601ae
JJ
22672014-02-07 Jakub Jelinek <jakub@redhat.com>
2268
2269 PR preprocessor/56824
2270 * line-map.c (get_combined_adhoc_loc, linemap_get_expansion_line,
2271 linemap_get_expansion_filename, linemap_location_in_system_header_p,
2272 linemap_location_from_macro_expansion_p,
2273 linemap_macro_loc_to_spelling_point, linemap_macro_loc_to_def_point,
2274 linemap_macro_loc_to_exp_point, linemap_expand_location): Fix
2275 formatting.
2276 (linemap_compare_locations): Look through adhoc locations for both
2277 l0 and l1.
2278
7ecc3eb9
DS
22792014-01-23 Dodji Seketeli <dodji@redhat.com>
2280
2281 PR PR preprocessor/58580
2282 * include/line-map.h (linemap_get_file_highest_location): Declare
2283 new function.
2284 * line-map.c (linemap_get_file_highest_location): Define it.
2285
35c3d610
RS
22862014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
2287
2288 Update copyright years
2289
3a4efce7
JM
22902013-12-09 Joseph Myers <joseph@codesourcery.com>
2291
2292 PR preprocessor/55715
2293 * expr.c (num_binary_op): Implement subtraction directly rather
2294 than with negation and falling through into addition case.
2295
aadce585
BS
22962013-11-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2297
2298 * lex.c (search_line_fast): Correct for little endian.
2299
d3f4ff8b
JM
23002013-11-15 Joseph Myers <joseph@codesourcery.com>
2301
2302 * ucnid.tab: Add C11 and C11NOSTART data.
2303 * makeucnid.c (digit): Rename enum value to N99.
2304 (C11, N11, all_languages): New enum values.
2305 (NUM_CODE_POINTS, MAX_CODE_POINT): New macros.
2306 (flags, decomp, combining_value): Use NUM_CODE_POINTS as array
2307 size.
2308 (decomp): Use unsigned int as element type.
2309 (all_decomp): New array.
2310 (read_ucnid): Handle C11 and C11NOSTART. Use MAX_CODE_POINT.
2311 (read_table): Use MAX_CODE_POINT. Store all decompositions in
2312 all_decomp.
2313 (read_derived): Use MAX_CODE_POINT.
2314 (write_table): Use NUM_CODE_POINTS. Print N99, C11 and N11
2315 flags. Print whole array variable declaration rather than just
2316 array contents.
2317 (char_id_valid, write_context_switch): New functions.
2318 (main): Call write_context_switch.
2319 * ucnid.h: Regenerate.
2320 * include/cpplib.h (struct cpp_options): Add c11_identifiers.
2321 * init.c (struct lang_flags): Add c11_identifiers.
2322 (cpp_set_lang): Set c11_identifiers option from selected language.
2323 * internal.h (struct normalize_state): Document "previous" as
2324 previous starter character.
2325 (NORMALIZE_STATE_UPDATE_IDNUM): Take character as argument.
2326 * charset.c (DIG): Rename enum value to N99.
2327 (C11, N11): New enum values.
2328 (struct ucnrange): Give name to struct. Use short for flags and
2329 unsigned int for end of range. Include ucnid.h for whole variable
2330 declaration.
2331 (ucn_valid_in_identifier): Allow for characters up to 0x10FFFF.
2332 Allow for C11 in determining valid characters and valid start
2333 characters. Use check_nfc for non-Hangul context-dependent
2334 checks. Only store starter characters in nst->previous.
2335 (_cpp_valid_ucn): Pass new argument to
2336 NORMALIZE_STATE_UPDATE_IDNUM.
2337 * lex.c (lex_identifier): Pass new argument to
2338 NORMALIZE_STATE_UPDATE_IDNUM. Call NORMALIZE_STATE_UPDATE_IDNUM
2339 after initial non-UCN part of identifier.
2340 (lex_number): Pass new argument to NORMALIZE_STATE_UPDATE_IDNUM.
2341
54848ff8
JM
23422013-11-15 Joseph Myers <joseph@codesourcery.com>
2343
2344 * ucnid.tab: Mark C99 digits as [C99DIG].
2345 * makeucnid.c (read_ucnid): Handle [C99DIG].
2346 (read_table): Don't check for digit characters.
2347 * ucnid.h: Regenerate.
2348
5157b91e
TB
23492013-11-06 Tobias Burnus <burnus@net-b.de>
2350
2351 * macro.c (_cpp_builtin_macro_text): Correct
2352 wording of two warnings.
2353
e8ff5196
TB
23542013-11-05 Tobias Burnus <burnus@net-b.de>
2355
2356 * include/cpplib.h (CPP_W_DATE_TIME): Added.
2357 (cpp_options): Add warn_date_time.
2358 * init.c (cpp_create_reader): Init it.
2359 * macro.c (_cpp_builtin_macro_text): Warn when
2360 __DATE__/__TIME__/__TIMESTAMP__ is used.
2361
7057e645
ESR
23622013-10-31 Edward Smith-Rowland <3dw4rd@verizon.net>
2363
e8ff5196 2364 Implement C++14 digit separators.
7057e645
ESR
2365 * include/cpplib.h (cpp_options): Add digit_separators flag.
2366 * internal.h (DIGIT_SEP(c)): New macro.
2367 * expr.c (cpp_classify_number): Check improper placement of digit sep;
2368 (cpp_interpret_integer): Skip over digit separators.
2369 * init.c (lang_flags): Add digit_separators flag; (lang_defaults): Add
2370 digit separator flags per language; (cpp_set_lang): Set
2371 digit_separators
2372 * lex.c (lex_number): Add digits separator to allowable characters for
2373 C++14.
2374
459260ec
DM
23752013-10-15 David Malcolm <dmalcolm@redhat.com>
2376
2377 * Makefile.in (PICFLAG): New.
2378 (ALL_CFLAGS): Add PICFLAG.
2379 (ALL_CXXFLAGS): Likewise.
2380 * configure.ac: Add --enable-host-shared, setting up new
2381 PICFLAG variable.
2382 * configure: Regenerate.
2383
fd6eea0c
RE
23842013-08-07 Richard Earnshaw <rearnsha@arm.com>
2385
2386 * configure.ac: Set need_64bit_hwint for all arm targets.
2387 * configure: Regenerated.
2388
8cf88735
JJ
23892013-07-20 Jakub Jelinek <jakub@redhat.com>
2390
2391 PR preprocessor/57620
2392 * lex.c (lex_raw_string): Undo phase1 and phase2 transformations
2393 between R" and final " rather than only in between R"del( and )del".
2394
87e356ba
JJ
23952013-07-10 Jakub Jelinek <jakub@redhat.com>
2396
d5e48350
JJ
2397 PR preprocessor/57824
2398 * lex.c (lex_raw_string): Allow reading new-lines if
2399 in_deferred_pragma or if parsing_args and there is still
2400 data in the current buffer.
2401
c26302d5
JJ
2402 * include/cpplib.h (cpp_token_val_index): Change parameter type to
2403 const cpp_token *.
2404 * lex.c (cpp_token_val_index): Likewise.
2405
87e356ba
JJ
2406 PR preprocessor/57757
2407 * lex.c (cpp_avoid_paste): Avoid pasting CPP_{,W,UTF8}STRING
2408 or CPP_STRING{16,32} with CPP_NAME or SPELL_LITERAL token that
2409 starts if a-zA-Z_.
2410
c865f923
ESR
24112013-06-28 Ed Smith-Rowland <3dw4rd@verizon.net>
2412
2413 * lex.c (lex_raw_string(), lex_string()): Constrain suffixes treated
2414 as concatenated literal and macro to just the patterns found in
2415 inttypes.h; (is_macro()): New.
2416
39953c79
DC
24172013-06-24 Dehao Chen <dehao@google.com>
2418
2419 * files.c (_cpp_stack_include): Fix the highest_location when header
2420 file is guarded by #ifndef and is included twice.
2421
01187df0
JJ
24222013-04-28 Jakub Jelinek <jakub@redhat.com>
2423
2424 N3472 binary constants
2425 * include/cpplib.h (struct cpp_options): Fix a typo in user_literals
2426 field comment. Add binary_constants field.
2427 * init.c (struct lang_flags): Add binary_constants field.
2428 (lang_defaults): Add bin_cst column to the table.
2429 (cpp_set_lang): Initialize CPP_OPTION (pfile, binary_constants).
2430 * expr.c (cpp_classify_number): Talk about C++11 instead of C++0x
2431 in diagnostics. Accept binary constants if
2432 CPP_OPTION (pfile, binary_constants) even when pedantic. Adjust
2433 pedwarn message.
2434
61949153
PC
24352013-04-24 Paolo Carlini <paolo.carlini@oracle.com>
2436
2437 * include/cpplib.h (enum c_lang): Add CLK_GNUCXX1Y and CLK_CXX1Y.
2438 * init.c (lang_defaults): Add defaults for the latter.
2439 (cpp_init_builtins): Define __cplusplus as 201300L for the latter.
2440 * lex.c (_cpp_lex_direct): Update.
2441
994a4cc0
SH
24422013-04-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
2443
2444 PR target/56771
2445 * configure.ac: Require 64-bit int for arm*-*-rtems*.
2446 * configure: Regenerate.
2447
28937f11
JJ
24482013-03-06 Jakub Jelinek <jakub@redhat.com>
2449
2450 PR middle-end/56461
2451 * internal.h (struct cpp_buffer): Add to_free field.
2452 (_cpp_pop_file_buffer): Add third argument.
2453 * files.c (_cpp_stack_file): Set buffer->to_free.
2454 (_cpp_pop_file_buffer): Add to_free argument. Free to_free
2455 if non-NULL, and if equal to file->buffer_start, also clear
2456 file->buffer{,_start,_valid}.
2457 * directives.c (_cpp_pop_buffer): Pass buffer->to_free
2458 to _cpp_pop_file_buffer.
2459
3b8af25b
JJ
24602013-03-01 Jakub Jelinek <jakub@redhat.com>
2461
2462 PR middle-end/56461
2463 * files.c (_cpp_save_file_entries): Free result at the end.
2464 * pch.c (cpp_string_free): New function.
2465 (cpp_save_state): Use it in htab_create call.
2466 (cpp_write_pch_deps): Free ss->defs. Destroy ss->definedhash.
2467
1a80db97
JJ
24682013-02-28 Jakub Jelinek <jakub@redhat.com>
2469
15fd8332
JJ
2470 * files.c (_cpp_find_file): If returning early, before storing
2471 something to *hash_slot and *hash_slot is NULL, call htab_clear_slot
2472 on it. Access *hash_slot using void * type rather than
2473 struct file_hash_entry * to avoid aliasing issues.
2474
1a80db97
JJ
2475 * configure.ac: Don't define ENABLE_CHECKING whenever
2476 --enable-checking is seen, instead use similar --enable-checking=yes
2477 vs. --enable-checking=release default as gcc/ subdir has and
2478 define ENABLE_CHECKING if ENABLE_CHECKING is defined in gcc/.
2479 Define ENABLE_VALGRIND_CHECKING if requested.
2480 * lex.c (new_buff): If ENABLE_VALGRIND_CHECKING, put _cpp_buff
2481 struct first in the allocated buffer and result->base after it.
2482 (_cpp_free_buff): If ENABLE_VALGRIND_CHECKING, free buff itself
2483 instead of buff->base.
2484 * config.in: Regenerated.
2485 * configure: Regenerated.
2486
561f7fc7
ESR
24872013-02-13 Ed Smith-Rowland <3dw4rd@verizon.net>
2488
2489 PR c++/55582
61949153 2490 * lex.c (lex_raw_string): Allow string literal with suffix
561f7fc7
ESR
2491 beginning with 's' to be parsed as a C++11 user-defined literal.
2492
500f3ed9
RS
24932013-01-14 Richard Sandiford <rdsandiford@googlemail.com>
2494
2495 Update copyright years.
2496
1582c677
PC
24972013-01-04 Paolo Carlini <paolo.carlini@oracle.com>
2498
2499 PR c++/54526 (again)
2500 * lex.c (_cpp_lex_direct): In C++11 mode, implement 2.5 p3, bullet 2.
2501
8ac16127
MG
25022013-01-03 Marc Glisse <marc.glisse@inria.fr>
2503
2504 PR bootstrap/50177
2505 * line-map.c (get_combined_adhoc_loc): Cast from extern "C" type.
2506 (new_linemap): Likewise.
2507 (linemap_enter_macro): Likewise.
2508
f41e5bd1
JJ
25092012-12-03 Jakub Jelinek <jakub@redhat.com>
2510
2511 PR bootstrap/55380
2512 PR other/54691
2513 * files.c (read_file_guts): Allocate extra 16 bytes instead of
2514 1 byte at the end of buf. Pass size + 16 instead of size
2515 to _cpp_convert_input.
2516 * charset.c (_cpp_convert_input): Reallocate if there aren't
2517 at least 16 bytes beyond to.len in the buffer. Clear 16 bytes
2518 at to.text + to.len.
2519
31962032
SE
25202012-11-21 Steve Ellcey <sellcey@mips.com>
2521
2522 PR pch/55399
2523 * files.c (pch_open_file): Fix check for implicit_preinclude.
2524
5dc99c46
SB
25252012-11-16 Simon Baldwin <simonb@google.com>
2526
2527 * include/cpplib.h (struct cpp_options): Add canonical_system_headers.
2528 * files.c (find_file_in_dir): Call maybe_shorter_path() only if
2529 canonical_system_headers is set.
2530 * init.c (cpp_create_reader): Initialize canonical_system_headers.
2531 * configure.ac: Add new --enable-canonical-system-headers.
2532 * configure: Regenerate.
2533 * config.in: Regenerate.
2534
a4a0016d
ESR
25352012-11-09 Ed Smith-Rowland <3dw4rd@verizon.net>
2536
2537 PR c++/54413
2538 * include/cpplib.h (cpp_interpret_float_suffix): Add cpp_reader* arg.
2539 (cpp_interpret_int_suffix): Add cpp_reader* arg.
2540 * init.c (cpp_create_reader): Iitialize new flags.
2541 * expr.c (interpret_float_suffix): Use new flags.
2542 (cpp_interpret_float_suffix): Add cpp_reader* arg.
2543 (interpret_int_suffix): Use new flags.
2544 (cpp_interpret_int_suffix): Add cpp_reader* arg.
2545 (cpp_classify_number): Adjust calls to interpret_x_suffix.
2546
04ce690f
IB
25472012-10-23 Ian Bolton <ian.bolton@arm.com>
2548 Jim MacArthur <jim.macarthur@arm.com>
2549 Marcus Shawcroft <marcus.shawcroft@arm.com>
2550 Nigel Stephens <nigel.stephens@arm.com>
2551 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2552 Richard Earnshaw <rearnsha@arm.com>
2553 Sofiane Naci <sofiane.naci@arm.com>
2554 Stephen Thomas <stephen.thomas@arm.com>
2555 Tejas Belagod <tejas.belagod@arm.com>
2556 Yufeng Zhang <yufeng.zhang@arm.com>
2557
2558 * configure.ac: Enable AArch64.
2559 * configure: Regenerate.
2560
1efcb8c6
JM
25612012-10-23 Joseph Myers <joseph@codesourcery.com>
2562
2563 * files.c (struct _cpp_file): Add implicit_preinclude.
2564 (pch_open_file): Allow a previously opened implicitly included
2565 file.
2566 (_cpp_find_file): Add implicit_preinclude argument. Free file and
2567 do not call open_file_failed if implicit_preinclude. Store
2568 implicit_preinclude value.
2569 (_cpp_stack_include, _cpp_fake_include, _cpp_compare_file_date):
2570 Update calls to _cpp_find_file.
2571 (_cpp_stack_include): Handle IT_DEFAULT.
2572 (cpp_push_default_include): New.
2573 * include/cpplib.h (cpp_push_default_include): Declare.
2574 * init.c (cpp_read_main_file): Update call to _cpp_find_file.
2575 * internal.h (enum include_type): Add IT_DEFAULT.
2576 (_cpp_find_file): Update prototype.
2577
55e7f907
TB
25782012-10-15 Tobias Burnus <burnus@net-b.de>
2579
2580 * files.c (read_file_guts, _cpp_save_file_entries): Free memory
2581 before returning.
2582 * lex.c (warn_about_normalization): Ditto.
2583 * mkdeps.c (deps_save): Ditto.
2584 * pch.c (cpp_valid_state): Ditto.
2585
f591bd8f
FW
25862012-10-04 Florian Weimer <fweimer@redhat.com>
2587
2588 * directives.c (do_pragma_warning_or_error): New.
2589 (do_pragma_warning): New.
2590 (do_pragma_error): New.
2591 (_cpp_init_internal_pragmas): Register new pragmas.
2592
ec6e0399
DC
25932012-09-25 Dehao Chen <dehao@google.com>
2594
2595 PR middle-end/54704
2596 * line-map.c (location_adhoc_data_hash): Fix the hash function.
2597
52187008
DC
25982012-09-25 Dehao Chen <dehao@google.com>
2599
2600 PR middle-end/54645
2601 * include/line-map.h (location_adhoc_data): Move location_adhoc_data
2602 into GC.
2603 (location_adhoc_data_map): Likewise.
2604 (line_maps): Likewise.
2605 (rebuild_location_adhoc_htab): New Function.
2606 * line-map.c (+rebuild_location_adhoc_htab): new Funcion.
2607 (get_combined_adhoc_loc): Move location_adhoc_data into GC.
2608 (location_adhoc_data_fini): Likewise.
2609 (linemap_init): Likewise.
2610 (location_adhoc_data_init): Remove Function.
2611
5368224f
DC
26122012-09-19 Dehao Chen <dehao@google.com>
2613
2614 * include/line-map.h (MAX_SOURCE_LOCATION): New value.
2615 (location_adhoc_data_fini): New.
2616 (get_combined_adhoc_loc): New.
2617 (get_data_from_adhoc_loc): New.
2618 (get_location_from_adhoc_loc): New.
2619 (location_adhoc_data_map): New.
2620 (COMBINE_LOCATION_DATA): New.
2621 (IS_ADHOC_LOC): New.
2622 (expanded_location): New field.
2623 (line_maps): New field.
2624 * line-map.c (location_adhoc_data): New.
2625 (location_adhoc_data_hash): New.
2626 (location_adhoc_data_eq): New.
2627 (location_adhoc_data_update): New.
2628 (get_combined_adhoc_loc): New.
2629 (get_data_from_adhoc_loc): New.
2630 (get_location_from_adhoc_loc): New.
2631 (location_adhoc_data_init): New.
2632 (location_adhoc_data_fini): New.
2633 (linemap_init): Initialize location_adhoc_data.
2634 (linemap_lookup): Change to use new location.
2635 (linemap_ordinary_map_lookup): Likewise.
2636 (linemap_macro_map_lookup): Likewise.
2637 (linemap_macro_map_loc_to_def_point): Likewise.
2638 (linemap_macro_map_loc_unwind_toward_spel): Likewise.
2639 (linemap_get_expansion_line): Likewise.
2640 (linemap_get_expansion_filename): Likewise.
2641 (linemap_location_in_system_header_p): Likewise.
2642 (linemap_location_from_macro_expansion_p): Likewise.
2643 (linemap_macro_loc_to_spelling_point): Likewise.
2644 (linemap_macro_loc_to_def_point): Likewise.
2645 (linemap_macro_loc_to_exp_point): Likewise.
2646 (linemap_resolve_location): Likewise.
2647 (linemap_unwind_toward_expansion): Likewise.
2648 (linemap_unwind_to_first_non_reserved_loc): Likewise.
2649 (linemap_expand_location): Likewise.
2650 (linemap_dump_location): Likewise.
2651 (linemap_line_start): Likewise.
2652
f3d25c65
DS
26532012-05-25 Dodji Seketeli <dodji@redhat.com>
2654
2655 PR preprocessor/53469
2656 * directives.c (do_pragma): Use the virtual location for the
2657 pragma token, instead of its spelling location.
2658
0823efed
DN
26592012-08-14 Diego Novillo <dnovillo@google.com>
2660
2661 Merge from cxx-conversion branch. Configury.
2662
2663 * Makefile.in: Remove all handlers of ENABLE_BUILD_WITH_CXX.
2664 * configure.ac: Likewise.
2665 * configure: Regenerate.
2666
26672012-08-14 Lawrence Crowl <crowl@google.com>
2668
2669 Merge from cxx-conversion branch. New C++ hash table.
2670
2671 * include/symtab.h (typedef struct ht hash_table): Change the typedef
2672 name to cpp_hash_table. Update all users of the typedef.
2673
c0fd3497
LB
26742012-07-30 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2675
2676 * include/line-map.h (line_map_macro): Use the "atomic" GTY option
2677 for the macro_locations field.
2678
d35d1c0f
UB
26792011-06-19 Uros Bizjak <ubizjak@gmail.com>
2680
2681 * lex.c (search_line_sse42): Use __builtin_ia32_loaddqu and
2682 __builtin_ia32_pcmpestri128 instead of asm.
2683
d86d2119
DA
26842012-06-04 Dimitrios Apostolou <jimis@gmx.net>
2685
2686 * line-map.c (linemap_enter_macro): Don't zero max_column_hint in
2687 every macro. This improves performance by reducing the number of
2688 reallocations when track-macro-expansion is on.
2689
7ca643e1
DS
26902012-06-04 Dodji Seketeli <dodji@redhat.com>
2691
2692 PR preprocessor/53463
2693 * line-map.c (linemap_location_in_system_header_p): For built-in
2694 macro tokens, check the first expansion point location that is not
2695 for a token coming from a built-in macro.
2696
7d9641cc
JM
26972012-05-29 Joseph Myers <joseph@codesourcery.com>
2698
2699 * directives.c: Fix typos.
2700 * include/line-map.h: Fix typos.
2701 * line-map.c: Fix typos.
2702 * macro.c: Fix typos.
2703
53a103d3
DS
27042012-05-25 Dodji Seketeli <dodji@redhat.com>
2705
2706 PR bootstrap/53459
2707 * lex.c (search_line_fast): Avoid unused local typedefs to simulate
2708 a static assertion.
2709
828a7f76
DS
27102012-05-29 Dodji Seketeli <dodji@redhat.com>
2711
2712 PR preprocessor/53229
2713 * internal.h (cpp_reader::set_invocation_location): Remove.
2714 (cpp_reader::about_to_expand_macro_p): New member flag.
2715 * directives.c (do_pragma): Remove Kludge as
2716 pfile->set_invocation_location is no more.
2717 * macro.c (cpp_get_token_1): Do away with the use of
2718 cpp_reader::set_invocation_location. Just collect the macro
2719 expansion point when we are about to expand the top-most macro.
2720 Do not override cpp_reader::about_to_expand_macro_p.
2721 This fixes gcc.dg/cpp/paste12.c by making get_token_no_padding
2722 properly handle locations of expansion points.
2723 (cpp_get_token_with_location): Adjust, as
2724 cpp_reader::set_invocation_location is no more.
2725 (paste_tokens): Take a virtual location parameter for
2726 the LHS of the pasting operator. Use it in diagnostics. Update
2727 comments.
2728 (paste_all_tokens): Tighten the assert. Propagate the location of
2729 the expansion point when no virtual locations are available.
2730 Pass the virtual location to paste_tokens.
2731 (in_macro_expansion_p): New static function.
2732 (enter_macro_context): Set the cpp_reader::about_to_expand_macro_p
2733 flag until we really start expanding the macro.
2734
0b2c4be5
DS
27352012-05-16 Dodji Seketeli <dodji@redhat.com>
2736
2737 PR preprocessor/7263
2738 * include/cpplib.h (cpp_classify_number): Take a location
2739 parameter.
2740 * expr.c (SYNTAX_ERROR_AT, SYNTAX_ERROR2_AT): New diagnostic
2741 macros that take a location parameter.
2742 (cpp_classify_number): Take a (virtual) location parameter. Use
2743 it for diagnostics. Adjust comments.
2744 (eval_token): Take a location parameter. Pass it to
2745 cpp_classify_number and to diagnostic routines.
2746 (_cpp_parse_expr): Use virtual locations of tokens when parsing
2747 expressions. Pass a virtual location to eval_token and to
2748 diagnostic routines.
2749
638d2065
TG
27502012-05-10 Tristan Gingold <gingold@adacore.com>
2751
2752 * expr.c (interpret_float_suffix): Add a guard.
2753
3ad64f53
DS
27542012-05-02 Dodji Seketeli <dodji@redhat.com>
2755
2756 Properly initialize cpp_context in destringize_and_run
2757 * directives.c (destringize_and_run): Properly initialize the new
2758 context.
2759 * macro.c (_cpp_pop_context): Assert that we shouldn't try to pop
2760 the initial base context, which has the same life time as the
2761 current instance of cpp_file.
2762
b193dfa8
MLI
27632012-04-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
2764 Dodji Seketeli <dodji@seketeli.org>
2765
3efc2959 2766 PR c++/52974
b193dfa8
MLI
2767 * libcpp/files.c (maybe_shorter_path): New.
2768 (find_file_in_dir): Use it.
2769
4e65a470
DS
27702012-04-30 Dodji Seketeli <dodji@redhat.com>
2771
51fce2d3
DS
2772 Switch -ftrack-macro-expansion=2 on by default.
2773 * init.c (cpp_create_reader): Switch -ftrack-macro-expansion=2 on
2774 by default. Add comments.
2775
c4ca1a09
DS
2776 Strip "<built-in>" loc from displayed expansion context
2777 * include/line-map.h (linemap_unwind_toward_expansion): Fix typo
2778 in comment.
2779 (linemap_unwind_to_first_non_reserved_loc): Declare new function.
2780 * line-map.c (linemap_unwind_to_first_non_reserved_loc): Define
2781 new function.
2782
3600218c
DS
2783 Fix expansion point loc for macro-like tokens
2784 * macro.c (macro_of_context): New static function.
2785 (_cpp_push_token_context, push_extended_tokens_context): If the
2786 macro argument is NULL, it means we are continuing the expansion
2787 of the current macro, if any. Update comments.
2788 (_cpp_pop_context): Re-enable expansion of the macro only when we
2789 are really out of the context of the current expansion.
2790
0ff2b8a0
DS
2791 Fix token pasting with -ftrack-macro-expansion
2792 * macro.c (paste_all_tokens): Put the token resulting from pasting
2793 into an extended token context with -ftrack-macro-location is in
2794 effect.
2795
4e65a470
DS
2796 Fix cpp_sys_macro_p with -ftrack-macro-expansion
2797 * macro.c (cpp_sys_macro_p): Support -ftrack-macro-expansion.
2798
112448b4
DS
27992012-04-29 Dodji Seketeli <dodji@redhat.com>
2800
2801 * lex.c (lex_raw_string): Change C++ style comments into C style
2802 comments.
19a9ba64 2803 (lex_string): Likewise.
112448b4 2804
7f5f5f98
OW
28052012-04-27 Ollie Wild <aaw@google.com>
2806
2807 * include/cpplib.h (struct cpp_options): Add new field,
2808 warn_literal_suffix.
2809 (CPP_W_LITERAL_SUFFIX): New enum.
2810 * init.c (cpp_create_reader): Default initialization of
2811 warn_literal_suffix.
2812 * lex.c (lex_raw_string): Treat user-defined literals which don't
2813 begin with '_' as separate tokens and produce a warning.
2814 (lex_string): Ditto.
2815
1d72e96f
MLI
28162012-04-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
2817
2818 * line-map.c (linemap_resolve_location): Synchronize comments with
2819 those in line-map.h.
2820 * include/line-map.h (linemap_resolve_location): Fix spelling in
2821 comment.
2822
e75b54a2
RE
28232012-03-22 Richard Earnshaw <rearnsha@arm.com>
2824
2825 * lex.c (search_line_fast): Provide Neon-optimized version for ARM.
2826
7888f266
RO
28272012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2828
2829 * lex.c: Remove Solaris 8 reference.
2830
dd552284
WL
28312012-02-14 Walter Lee <walt@tilera.com>
2832
2833 * configure.ac: Require 64-bit hwint for tilegx and tilepro.
2834 * configure: Regenerate.
2835
2c5cbc31
RG
28362012-01-09 Richard Guenther <rguenther@suse.de>
2837
2838 * macro.c (_cpp_builtin_macro_text): Remove unused variable map.
2839
b492b686
GF
28402012-01-09 Gary Funck <gary@intrepid.com>
2841
2842 PR preprocessor/33919
2843 * files.c (_cpp_get_file_name): New. Implement file name
2844 access function.
2845 * internal.h (_cpp_get_file_name): New prototype.
2846 * macro.c (_cpp_builtin_macro_text): Call _cpp_get_file_name()
2847 to use pfile->main_file in lieu of traversing INCLUDED_FROM chain.
2848
75291c57
OH
28492012-01-03 Olivier Hainque <hainque@adacore.com>
2850
2851 * system.h: Prior to #define, #undef fopen and freopen unconditionally.
2852
48b0b196
JM
28532011-12-20 Joseph Myers <joseph@codesourcery.com>
2854
2855 * include/cpplib.h (CLK_GNUC1X): Change to CLK_GNUC11.
2856 (CLK_STDC1X): Change to CLK_STDC11.
2857 * init.c (lang_defaults): Update comments.
2858 (cpp_init_builtins): Update language tests. Use 201112L for C11
2859 __STDC_VERSION__.
2860
4a5e00ca
AS
28612011-12-20 Andreas Schwab <schwab@linux-m68k.org>
2862
2863 * configure: Regenerate.
2864
095af58f
AS
28652011-12-19 Andreas Schwab <schwab@linux-m68k.org>
2866
2867 * configure: Regenerate.
2868
b0c084b7
JJ
28692011-12-07 Jakub Jelinek <jakub@redhat.com>
2870
2871 PR bootstrap/50237
2872 * internal.h (_cpp_init_lexer): New prototype.
2873 * init.c (init_library): Call it.
2874 * lex.c (init_vectorized_lexer): Remove constructor attribute,
2875 add inline keyword.
2876 (HAVE_init_vectorized_lexer): Define.
2877 (_cpp_init_lexer): New function.
2878
9b554be9
DS
28792011-12-03 Dodji Seketeli <dodji@redhat.com>
2880
2881 * macro.c (tokens_buff_remove_last_token)
2882 (tokens_buff_put_token_to): Add an 'inline' function specifier to
2883 the prototype.
2884
8dcf72a8
DN
28852011-11-22 Diego Novillo <dnovillo@google.com>
2886
2887 * include/line-map.h (linemap_dump): Declare.
2888 (line_table_dump): Declare.
2889 * line-map.c (linemap_dump): New.
2890 (line_table_dump): New.
2891
7e74ce3f
ESR
28922011-11-21 Ed Smith-Rowland <3dw4rd@verizon.net>
2893
2894 PR c++/50958
2895 * expr.c (cpp_userdef_char_remove_type): Fix typo.
2896
e9411247
MM
28972011-11-03 Michael Matz <matz@suse.de>
2898
2899 PR bootstrap/50857
2900 * configure.ac: Check for -fno-exceptions -fno-rtti.
2901 * configure: Regenerate.
2902 * Makefile.in (NOEXCEPTION_FLAGS): New flag.
2903 (ALL_CXXFLAGS): Use it.
2904
0c1dace3
PC
29052011-11-02 Paolo Carlini <paolo.carlini@oracle.com>
2906
2907 * internal.h (uxstrdup, ustrchr): Return const unsigned char *.
2908
25339f10
JM
29092011-11-02 Jason Merrill <jason@redhat.com>
2910
2911 PR c++/50810
2912 * configure.ac: Add -Wno-narrowing to warning options.
2913
97e3ad20
JM
29142011-10-31 Jason Merrill <jason@redhat.com>
2915
1fb80b0c
JM
2916 PR libstdc++/1773
2917 * init.c (cpp_init_builtins): Set __cplusplus for C++11.
2918
97e3ad20
JM
2919 PR c++/50920
2920 * include/cpplib.h (enum c_lang): Rename CLK_CXX0X to CLK_CXX11,
2921 CLK_GNUCXX0X to CLK_GNUCXX11.
2922
3ce4f9e4
ESR
29232011-10-26 Ed Smith-Rowland <3dw4rd@verizon.net>
2924
2925 Implement C++11 user-defined literals.
2926 * expr.c: (cpp_interpret_float_suffix, cpp_interpret_int_suffix,
2927 cpp_userdef_string_remove_type, cpp_userdef_string_add_type,
2928 cpp_userdef_char_remove_type, cpp_userdef_char_add_type,
2929 cpp_userdef_string_p, cpp_userdef_char_p, cpp_get_userdef_suffix): New.
2930 (cpp_classify_number): Classify unrecognized tokens as user-defined
2931 literals.
2932 * include/cpplib.h: Add new tokens for user-defined literals.
2933 * init.c: Add new preprocessor flag (cxx11).
2934 * lex.c: (lex_string, lex_raw_string): Handle user-defined literals
2935 including concatenation and promotion with suffixes.
2936
3bb0c8db
DS
29372011-10-24 Dodji Seketeli <dodji@redhat.com>
2938
2939 * line-map.c (linemap_macro_map_lookup): Fix logic.
2940
84756fd4
DS
29412011-10-24 Dodji Seketeli <dodji@redhat.com>
2942
2943 * include/line-map.h (linemap_expand_location): Take a line table
2944 parameter. Update comment.
2945 (linemap_resolve_location): Update comment.
2946 (linemap_expand_location_full): Remove.
2947 * line-map.c (linemap_resolve_location): Handle reserved
2948 locations; return a NULL map in those cases.
2949 (linemap_expand_location): If location is reserved, return a
2950 zeroed expanded location. Update comment. Take a line table to
2951 assert that the function takes non-virtual locations only.
2952 (linemap_expand_location_full): remove.
2953 (linemap_dump_location): Handle the fact that
2954 linemap_resolve_location can return NULL line maps when the
2955 location resolves to a reserved location.
2956
2957 * line-map.c (linemap_macro_map_lookup): Fix logic.
2958
ad2305ad
DS
29592011-10-22 Dodji Seketeli <dodji@redhat.com>
2960
2961 PR bootstrap/50778
2962 * include/internal.h (_cpp_remaining_tokens_num_in_context): Take the
2963 context to act upon.
2964 * lex.c (_cpp_remaining_tokens_num_in_context): Likewise. Update
2965 comment.
2966 (cpp_token_from_context_at): Likewise.
2967 (cpp_peek_token): Use the context to peek tokens from.
2968
cbbcf655
DS
29692011-10-20 Dodji Seketeli <dodji@redhat.com>
2970
2971 PR bootstrap/50801
2972 * lex.c (_cpp_remaining_tokens_num_in_context): Fix computation of
2973 number of tokens.
2974
d17687f6
DS
29752011-10-18 Dodji Seketeli <dodji@redhat.com>
2976
2977 PR bootstrap/50760
2978 * include/line-map.h (struct linemap_stats): Change the type of
19a9ba64 2979 the members from size_t to long.
d17687f6 2980 * macro.c (macro_arg_token_iter_init): Unconditionally initialize
19a9ba64 2981 iter->location_ptr.
d17687f6 2982
411f92de
DS
29832011-10-17 Dodji Seketeli <dodji@redhat.com>
2984
2985 * line-map.c (linemap_macro_map_loc_to_exp_point): Avoid setting a
19a9ba64
AM
2986 variable without using it if ENABLE_CHECKING is not defined. Mark
2987 the LOCATION parameter as being unused.
411f92de 2988
b9bd6f74
TT
29892011-10-15 Tom Tromey <tromey@redhat.com>
2990 Dodji Seketeli <dodji@redhat.com>
2991
2992 * include/line-map.h (struct line_maps::alloced_size_for_request):
2993 New member.
2994 * line-map.c (new_linemap): Use set->alloced_size_for_request to
2995 get the actual allocated size of line maps.
2996
64a1a422
TT
29972011-10-15 Tom Tromey <tromey@redhat.com>
2998 Dodji Seketeli <dodji@redhat.com>
2999
3000 * line-map.h (struct linemap_stats): Declare new struct.
3001 (linemap_get_statistics): Declare ...
3002 * line-map.c (linemap_get_statistics): ... new function.
3003 * macro.c (num_expanded_macros_counter, num_macro_tokens_counter):
3004 Declare new counters.
3005 (enter_macro_context, replace_args): Update
3006 num_macro_tokens_counter.
3007 (cpp_get_token_1): Update num_expanded_macros_counter.
3008
847e697a
TT
30092011-10-15 Tom Tromey <tromey@redhat.com>
3010 Dodji Seketeli <dodji@redhat.com>
3011
3012 * include/cpplib.h (struct cpp_options)<debug>: New struct member.
3013 * include/line-map.h (linemap_dump_location): Declare ...
3014 * line-map.c (linemap_dump_location): ... new function.
3015
92582b75
TT
30162011-10-15 Tom Tromey <tromey@redhat.com>
3017 Dodji Seketeli <dodji@redhat.com>
3018
3019 * include/cpplib.h (struct cpp_options)<track_macro_expansion>:
3020 New option.
3021 * internal.h (struct macro_context): New struct.
3022 (enum context_tokens_kind): New enum.
3023 (struct cpp_context)<tokens_kind>: New member of type enum
3024 context_tokens_kind.
3025 (struct cpp_context)<macro>: Remove this. Replace it with an enum
3026 of macro and macro_context.
3027 (struct cpp_context)<direct_p>: Remove.
3028 (_cpp_remaining_tokens_num_in_context): Declare new function.
3029 * directives.c (destringize_and_run): Adjust.
3030 * lex.c (_cpp_remaining_tokens_num_in_context)
3031 (_cpp_token_from_context_at): Define new functions
3032 (cpp_peek_token): Use them.
3033 * init.c (cpp_create_reader): Initialize the base context to zero.
3034 (_cpp_token_from_context_at): Define new static function.
3035 (cpp_peek_token): Use new _cpp_remaining_tokens_num_in_context and
3036 _cpp_token_from_context_at.
3037 * macro.c (struct macro_arg)<virt_locs, expanded_virt_locs>: New
3038 members.
3039 (enum macro_arg_token_kind): New enum.
3040 (struct macro_arg_token_iter): New struct.
3041 (maybe_adjust_loc_for_trad_cpp, push_extended_tokens_context)
3042 (alloc_expanded_arg_mem, ensure_expanded_arg_room)
3043 (delete_macro_args, set_arg_token, get_arg_token_location)
3044 (arg_token_ptr_at, macro_arg_token_iter_init)
3045 (macro_arg_token_iter_get_token)
3046 (macro_arg_token_iter_get_location, macro_arg_token_iter_forward)
3047 (expanded_token_index, tokens_buff_new, tokens_buff_count)
3048 (tokens_buff_last_token_ptr, tokens_buff_put_token_to)
3049 (tokens_buff_add_token, tokens_buff_remove_last_token)
3050 (reached_end_of_context, consume_next_token_from_context): New
3051 static functions.
3052 (cpp_get_token_1): New static function. Split and extended from
3053 cpp_get_token. Use reached_end_of_context and
3054 consume_next_token_from_context. Unify its return point. Move
3055 the location tweaking from cpp_get_token_with_location in here.
3056 (cpp_get_token): Use cpp_get_token_1
3057 (stringify_arg): Use the new arg_token_at.
3058 (paste_all_tokens): Support tokens coming from extended tokens
3059 contexts.
3060 (collect_args): Return the number of collected arguments, by
3061 parameter. Store virtual locations of tokens that constitute the
3062 collected args.
3063 (funlike_invocation_p): Return the number of collected arguments,
3064 by parameter.
3065 (enter_macro_context): Add a parameter for macro expansion point.
3066 Pass it to replace_args and to the "used" cpp callback. Get the
3067 number of function-like macro arguments from funlike_invocation_p,
3068 pass it to the new delete_macro_args to free the memory used by
3069 macro args. When -ftrack-macro-expansion is in effect, for macros
3070 that have no arguments, create a macro map for the macro expansion
3071 and use it to allocate proper virtual locations for tokens
3072 resulting from the expansion. Push an extended tokens context
3073 containing the tokens resulting from macro expansion and their
3074 virtual locations.
3075 (replace_args): Rename the different variables named 'count' into
3076 variables with more meaningful names. Create a macro map;
3077 allocate virtual locations of tokens resulting from this
3078 expansion. Use macro_arg_token_iter to iterate over tokens of a
3079 given macro. Handle the case of the argument of
3080 -ftrack-macro-expansion being < 2. Don't free macro arguments
3081 memory resulting from expand_arg here, as these are freed by the
3082 caller of replace_arg using delete_macro_args now. Push extended
3083 token context.
3084 (next_context, push_ptoken_context, _cpp_push_token_context)
3085 (_cpp_push_text_context): Properly initialize the context.
3086 (expand_arg): Use the new alloc_expanded_arg_mem,
3087 push_extended_tokens_context, cpp_get_token_1, and set_arg_token.
3088 (_cpp_pop_context): Really free the memory held by the context.
3089 Handle freeing memory used by extended tokens contexts.
3090 (cpp_get_token_with_location): Use cpp_get_token_1.
3091 (cpp_sys_macro_p): Adjust.
3092 (_cpp_backup_tokens): Support the new kinds of token contexts.
3093 * traditional.c (recursive_macro): Adjust.
3094
46427374
TT
30952011-10-15 Tom Tromey <tromey@redhat>
3096 Dodji Seketeli <dodji@redhat.com>
3097
3098 * include/line-map.h (enum lc_reason)<LC_ENTER_MACRO>: New enum
3099 member.
3100 (MAX_SOURCE_LOCATION): New constant.
3101 (struct line_map_ordinary, struct line_map_macro): New structs.
19a9ba64 3102 (struct line_map): Turn this into a union of the two above. Add
46427374
TT
3103 comments.
3104 (struct maps_info): New struct.
3105 (struct line_maps)<info_ordinary, info_macro>: Two new fields.
3106 These now carry the map information that was previously scattered
3107 in struct line_maps.
3108 (struct map_info::allocated): Fix comment.
3109 (MAP_START_LOCATION, ORDINARY_MAP_FILE_NAME)
3110 (ORDINARY_MAP_STARTING_LINE_NUMBER)
3111 (ORDINARY_MAP_INCLUDER_FILE_INDEX)
3112 (ORDINARY_MAP_IN_SYSTEM_HEADER_P)
3113 (ORDINARY_MAP_NUMBER_OF_COLUMN_BITS, MACRO_MAP_MACRO)
3114 (MACRO_MAP_NUM_MACRO_TOKENS MACRO_MAP_LOCATIONS)
3115 (MACRO_MAP_EXPANSION_POINT_LOCATION)
3116 (LOCATION_POSSIBLY_IN_MACRO_MAP_P, LINEMAPS_MAP_INFO)
3117 (LINEMAPS_MAPS, LINEMAPS_ALLOCATE, LINEMAPS_USED, LINEMAPS_CACHE)
3118 (LINEMAPS_LAST_MAP, LINEMAPS_LAST_ALLOCATED_MAP)
3119 (LINEMAPS_ORDINARY_MAPS, LINEMAPS_ORDINARY_ALLOCATED)
3120 (LINEMAPS_ORDINARY_USED, LINEMAPS_ORDINARY_CACHE)
3121 (LINEMAPS_LAST_ORDINARY_MAP, LINEMAPS_LAST_ALLOCATED_ORDINARY_MAP)
3122 (LINEMAPS_MACRO_MAPS, LINEMAPS_MACRO_ALLOCATED)
3123 (LINEMAPS_MACRO_USED, LINEMAPS_MACRO_CACHE)
3124 (LINEMAPS_LAST_MACRO_MAP, LINEMAPS_LAST_ALLOCATED_MACRO_MAP)
3125 (LINEMAPS_MAP_AT, LINEMAPS_ORDINARY_MAP_AT)
3126 (LINEMAPS_MACRO_MAP_AT): New accessors for ordinary and macro map
3127 information.
3128 (linemap_check_ordinary, linemap_assert)
3129 (linemap_location_before_p): New macros.
3130 (linemap_position_for_line_and_column)
3131 (linemap_tracks_macro_expansion_locs_p, linemap_add_macro_token)
3132 (linemap_macro_expansion_map_p)
3133 (linemap_macro_map_loc_to_def_point)
3134 (linemap_macro_map_loc_unwind_once)
3135 (linemap_macro_map_loc_to_exp_point, linemap_step_out_once)
3136 (linemap_get_source_line linemap_get_source_column)
3137 (linemap_map_get_macro_name, linemap_get_file_path)
3138 (linemap_location_in_system_header_p)
3139 (linemap_location_from_macro_expansion_p): Declare new functions.
3140 (SOURCE_LINE, SOURCE_COLUMN, LAST_SOURCE_LINE_LOCATION)
3141 (LINEMAP_FILE, LINEMAP_LINE, LINEMAP_SYSP): Assert that this
3142 accessors act on ordinary maps only.
3143 (INCLUDED_FROM): Return NULL for main files; use the new
3144 accessors.
3145 (LINEMAP_POSITION_FOR_COLUMN): Use the new accessors.
3146 (struct expanded_location): Move here from gcc/input.h
3147 (linemap_resolve_location, linemap_expand_location)
3148 (linemap_expand_location_full): Declare new functions.
3149 * line-map.c: Include cpplib.h, internal.h
3150 (linemap_enter_macro, linemap_add_macro_token)
3151 (linemap_get_expansion_line, linemap_get_expansion_filename): New
3152 functions that are private to libcpp.
3153 (linemap_assert): New macro.
3154 (linemap_macro_loc_to_exp_point, linemap_macro_loc_to_exp_point)
3155 (linemap_macro_loc_unwind, linemap_macro_map_loc_to_def_point)
3156 (linemap_macro_map_loc_unwind_toward_spelling)
3157 (linemap_macro_map_loc_to_exp_point)
3158 (first_map_in_common_1, first_map_in_common): New static
3159 functions.
3160 (new_linemap): Define new static functions. Extracted and
3161 enhanced from ...
3162 (linemap_add): ... here. Use linemap_assert in lieu of abort
3163 previously.
3164 (linemap_tracks_macro_expansion_locs_p)
3165 (linemap_add_macro_token, linemap_macro_expansion_map_p)
3166 (linemap_check_ordinary, linemap_macro_map_loc_to_exp_point)
3167 (linemap_macro_map_loc_to_def_point)
3168 (linemap_macro_map_loc_unwind_once)
3169 (linemap_step_out_once, linemap_map_get_index)
3170 (linemap_get_source_line,linemap_get_source_column)
3171 (linemap_get_file_path, linemap_map_get_macro_name)
3172 (linemap_location_in_system_header_p)
3173 (linemap_location_originated_from_system_header_p)
3174 (linemap_location_from_macro_expansion_p)
3175 (linemap_tracks_macro_expansion_locs_p)
3176 (linemap_resolve_location, linemap_expand_location)
3177 (linemap_expand_location_full)
3178 (linemap_tracks_macro_expansion_locs_p)
3179 (linemap_position_for_line_and_column, linemap_compare_locations):
3180 Define new public functions.
3181 (linemap_init): Initialize ordinary and macro maps information in
3182 the map set.
3183 (linemap_check_files_exited): Use the new accessors.
3184 (linemap_free): Remove this dead code.
3185 (linemap_line_start): Assert this uses an ordinary map. Adjust to
3186 use the new ordinary map accessors and data structures. Don't
3187 overflow past the lowest possible macro token's location.
3188 (linemap_position_for_column): Assert the ordinary maps of the map
3189 set are really ordinary. Use ordinary map accessors.
3190 (linemap_lookup): Keep the same logic but generalize to allow
3191 lookup of both ordinary and macro maps. Do not crash when called
3192 with an empty line table.
3193 * directives-only.c (_cpp_preprocess_dir_only): Adjust to use the
3194 new API of line-map.h.
3195 * directives.c (start_directive, do_line, do_linemarker)
3196 (do_linemarker): Likewise.
3197 * files.c (_cpp_find_file, _cpp_stack_include, open_file_failed)
3198 (make_cpp_dir, cpp_make_system_header): Likewise.
3199 * init.c (cpp_read_main_file): Likewise.
3200 * internal.h (CPP_INCREMENT_LINE): Likewise.
3201 (linemap_enter_macro, linemap_add_macro_token)
3202 (linemap_get_expansion_line, linemap_get_expansion_filename): New
3203 functions private to libcpp.
3204 * lex.c (_cpp_process_line_notes, _cpp_skip_block_comment)
3205 (skip_line_comment, skip_whitespace, lex_raw_string)
3206 (_cpp_lex_direct): Likewise.
3207 * macro.c (_cpp_builtin_macro_text): Likewise.
3208 (_cpp_aligned_alloc): Initialize the new name member of the macro.
3209 * traditional.c (copy_comment, _cpp_scan_out_logical_line):
3210 Likewise.
3211 * errors.c (cpp_diagnostic): Adjust to new linemap API.
3212
892a371f
DS
32132011-08-28 Dodji Seketeli <dodji@redhat.com>
3214
3215 * line-map.c (linemap_add): Assert that reason must not be
3216 LC_RENAME when called for the first time on a "main input file".
3217
e3dfef44
GC
32182011-08-22 Gabriel Charette <gchare@google.com>
3219
3220 * init.c (cpp_create_reader): Inititalize forced_token_location_p.
3221 * internal.h (struct cpp_reader): Add field forced_token_location_p.
3222 * lex.c (_cpp_lex_direct): Use forced_token_location_p.
3223 (cpp_force_token_locations): New.
3224 (cpp_stop_forcing_token_locations): New.
3225
32fe396e
RO
32262011-08-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3227
3228 PR libstdc++/1773
3229 * init.c (cpp_init_builtins): Define __cplusplus 19971L.
3230
7c1ffff9
JM
32312011-08-18 Joseph Myers <joseph@codesourcery.com>
3232
3233 * include/cpplib.h (struct cpp_options): Fix typo.
3234
a48e3dd1
JM
32352011-08-18 Joseph Myers <joseph@codesourcery.com>
3236
3237 * include/cpplib.h (struct cpp_options): Add rliterals.
3238 * init.c (struct lang_flags, lang_defaults): Add rliterals.
3239 (cpp_set_lang): Set rliterals option.
3240 (cpp_init_builtins): Define __STDC_UTF_16__ and __STDC_UTF_32__.
3241 * lex.c (_cpp_lex_direct): Only accept raw strings if rliterals.
3242
3f6ced10
GC
32432011-08-15 Gabriel Charette <gchare@google.com>
3244
3245 * include/line-map.h (LINEMAP_POSITION_FOR_COLUMN): Remove.
3246 Update all users to use linemap_position_for_column instead.
3247
0681d04c
GC
32482011-07-28 Gabriel Charette <gchare@google.com>
3249
3250 * include/line-map.h (struct line_maps):
3251 Remove unused field last_listed. Update all users.
3252
5e9627ca
L
32532011-07-28 H.J. Lu <hongjiu.lu@intel.com>
3254
3255 * configure.ac: Set need_64bit_hwint to yes for x86 targets.
3256 * configure: Regenerated.
3257
a024b70f
RO
32582011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3259
3260 * system.h [__cplusplus]: Wrap C function declarations in extern "C".
3261
5b6d595b
RO
32622011-07-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3263 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3264
3265 PR bootstrap/49794
3266 * configure.ac: Test AM_ICONV with CXX.
3267 * configure: Regenerate.
3268 * system.h (HAVE_DESIGNATED_INITIALIZERS): Never define for C++.
3269
d0a9fbe1
DS
32702011-07-15 Dodji Seketeli <dodji@redhat.com>
3271
3272 * directives.c (struct if_stack): Use source_location as type
3273 here.
3274 * include/cpplib.h (struct cpp_callbacks)<include, define, undef,
3275 indent, def_pragma, used_define, used_undef>: Properly use
3276 source_location as parameter type, rather than unsigned int.
3277
fbdd5d87
RO
32782011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3279
3280 PR target/39150
3281 * configure.ac (host_wide_int): Handle x86_64-*-solaris2.1[0-9]
3282 like i[34567]86-*-solaris2.1[0-9]*.
3283 * configure: Regenerate.
3284
8787a05a
JM
32852011-06-16 Jason Merrill <jason@redhat.com>
3286
3287 PR c++/45399
3288 * lex.c (lex_raw_string): Don't check for embedded NUL.
3289
38fbfaf6
DS
32902011-06-06 Dodji Seketeli <dodji@redhat.com>
3291
3292 PR preprocessor/48532
3293 * directives.c (do_pragma): Don't forget the invocation location
3294 when parsing the pragma name of a namespaced pragma directive.
3295
fc0993ac
JT
32962011-05-29 John Tytgat <John.Tytgat@aaug.net>
3297
3298 * files.c (read_file_guts): Add test on non-zero value of S_ISREG.
3299
ef230b38
UB
33002011-05-22 Uros Bizjak <ubizjak@gmail.com>
3301
3302 PR target/49104
3303 * lex.c (init_vectorized_lexer): Do not set "minimum" when __3dNOW_A__
3304 is defined. Check bit_MMXEXT and bit_CMOV to use search_line_mmx.
3305
e5b0dad8
JK
33062011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3307
3308 * system.h (ENUM_BITFIELD): Remove.
3309
6cfae070
JJ
33102011-04-24 Jakub Jelinek <jakub@redhat.com>
3311
3312 PR preprocessor/48740
3313 * lex.c (lex_raw_string): When raw string ends with
3314 ??) followed by raw prefix and ", ensure it is preprocessed
3315 with ??) rather than ??].
3316
04695783
JM
33172011-04-20 Jim Meyering <meyering@redhat.com>
3318
3319 * files.c (destroy_cpp_file): Remove useless if-before-free.
3320 * init.c (cpp_destroy): Likewise.
3321 * macro.c (replace_args): Likewise.
3322 * pch.c (cpp_valid_state): Likewise.
3323
4489800d
KT
33242011-03-25 Kai Tietz <ktietz@redhat.com>
3325
3326 * files.c (file_hash_eq): Use filename_cmp
3327 instead of strcmp.
3328 (nonexistent_file_hash_eq): Likewise.
3329 (remap_filename): Likewise.
3330 Handle absolute DOS-path,
3331 (append_file_to_dir): Check for IS_DIR_SEPARATOR
3332 instead of slash.
3333 (read_name_map): Likewise.
3334 * linemap.c (linemap_add): Use filename_cmp
3335 instead of strcmp.
3336 * mkdeps.c (apply_vpath): Use filename_ncmp
3337 instead of strncmp.
3338 (deps_restore): Use filename_cmp instead of
3339 strcmp.
3340 * init.c (read_original_directory): Use
3341 IS_DIR_SEPARATOR instead of checking for slash.
3342
f3c33d9d
MM
33432011-03-21 Michael Meissner <meissner@linux.vnet.ibm.com>
3344
3345 PR preprocessor/48192
3346 * directives.c (do_ifdef): Do not consider conditional macros as
3347 being defined.
3348 (do_ifndef): Ditto.
3349 * expr.c (parse_defined): Ditto.
3350
01956319
RH
33512011-03-18 Richard Henderson <rth@redhat.com>
3352
3353 PR bootstrap/45381
3354 * lex.c [ALTIVEC] (search_line_fast): Require gcc version 4.5.
3355
c5a62c6f 33562011-11-04 Eric Botcazou <ebotcazou@adacore.com>
19a9ba64 3357 Jakub Jelinek <jakub@redhat.com>
c5a62c6f
EB
3358
3359 PR preprocessor/39213
3360 * directives.c (end_directive): Call _cpp_remove_overlay for deferred
3361 pragmas as well in traditional mode.
3362
0e1a989c
ILT
33632010-11-17 Ian Lance Taylor <iant@google.com>
3364
3365 PR bootstrap/45538
3366 * configure.ac: Use AC_USE_SYSTEM_EXTENSIONS. Remove switch of
3367 AC_LANG based on ENABLE_BUILD_WITH_CXX.
3368
651a20b5
KT
33692010-11-16 Kai Tietz <kai.tietz@onevision.com>
3370
3371 PR preprocessor/17349
3372 * lex.c (save_comment): Handle in argument passing c++
3373 comments special.
3374
480767a9
ILT
33752010-11-02 Ian Lance Taylor <iant@google.com>
3376
3377 * configure.ac: Use AC_SYS_LARGEFILE.
3378 * configure: Rebuild.
3379 * config.in: Rebuild.
3380
078419c9 33812010-10-19 Basile Starynkevitch <basile@starynkevitch.net>
480767a9 3382
078419c9
BS
3383 * line-map.h (source_location): Remove obsolete comment
3384 mentioning location_s.
3385
d6874138
KT
33862010-09-29 Kai Tietz <kai.tietz@onevision.com>
3387
3388 PR preprocessor/45362
3389 * directives.c (cpp_pop_definition): Make static.
3390 (do_pragma_push_macro): Reworked to store text
3391 definition.
3392 (do_pragma_pop_macro): Add free text definition.
3393 (cpp_push_definition): Removed.
3394 * include/cpplib.h (cpp_push_definition): Removed.
3395 (cpp_pop_definition): Likewise.
3396 * internal.h (def_pragma_macro): Remove member 'value'
3397 and add new members 'definition', 'line',
3398 'syshdr', 'sued' and 'is_undef'.
3399 * pch.c (_cpp_restore_pushed_macros): Rework to work
3400 on text definition and store additional macro flags.
3401 (_cpp_save_pushed_macros): Likewise.
3402
e3339d0f
JM
34032010-09-29 Joseph Myers <joseph@codesourcery.com>
3404
3405 * include/cpplib.h (cpp_options): Rename warn_deprecated,
3406 warn_traditional, warn_long_long and pedantic.
3407 * directives.c (directive_diagnostics, _cpp_handle_directive):
3408 Update names of cpp_options members.
3409 * expr.c (cpp_classify_number, eval_token): Update names of
3410 cpp_options members.
3411 * init.c (cpp_create_reader, post_options): Update names of
3412 cpp_options members.
3413 * internal.h (CPP_PEDANTIC, CPP_WTRADITIONAL): Update names of
3414 cpp_options members.
3415 * macro.c (parse_params): Update names of cpp_options members.
3416
128465e6
ILT
34172010-09-15 Ian Lance Taylor <iant@google.com>
3418
3419 * init.c: Fix type name in comment.
3420
a69d2520
JJ
34212010-08-31 Jakub Jelinek <jakub@redhat.com>
3422
3423 PR preprocessor/45457
3424 * expr.c (parse_defined): Call pfile->cb.user_builtin_macro hook if
3425 needed.
3426 * directives.c (do_ifdef, do_ifndef): Likewise.
3427
707bcb7a
RO
34282010-08-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3429
3430 * system.h [HAVE_INTTYPES_H]: Include inttypes.h.
3431
6f173e52
RH
34322010-08-24 Richard Henderson <rth@redhat.com>
3433
3434 PR bootstrap/45376
3435 * configure.ac (HAVE_SSE4): New check.
3436 * configure, config.in: Rebuild.
3437 * lex.c (search_line_sse42): Omit if !HAVE_SSE4.
3438
789d73cb
RO
34392010-08-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3440
3441 * lex.c [__sun__ && __svr4__]: Disable init_vectorized_lexer
3442 etc. on Solaris 2/x86.
3443
246a2fcb
RH
34442010-08-21 Richard Henderson <rth@redhat.com>
3445 Andi Kleen <ak@linux.intel.com>
3446 David S. Miller <davem@davemloft.net>
3447
3448 * configure.ac (AC_C_BIGENDIAN, AC_TYPE_UINTPTR_T): New tests.
3449 (ssize_t): Check via AC_TYPE_SSIZE_T instead of AC_CHECK_TYPE.
3450 (ptrdiff_t): Check via AC_CHECK_TYPE.
3451 * config.in, configure: Rebuild.
3452 * system.h: Include stdint.h, if available.
3453 * lex.c (WORDS_BIGENDIAN): Provide default.
3454 (acc_char_mask_misalign, acc_char_replicate, acc_char_cmp,
3455 acc_char_index, search_line_acc_char, repl_chars, search_line_mmx,
3456 search_line_sse2, search_line_sse42, init_vectorized_lexer,
3457 search_line_fast): New.
3458 (_cpp_clean_line): Use search_line_fast. Restructure the fast
3459 loop to make it clear when we're leaving the loop. Stay in the
3460 fast loop for non-trigraph '?'.
3461
8e680db5
JJ
34622010-06-11 Jakub Jelinek <jakub@redhat.com>
3463
3464 * include/cpplib.h (struct cpp_callbacks): Add user_builtin_macro
3465 callback.
3466 (enum cpp_builtin_type): Add BT_FIRST_USER and BT_LAST_USER.
3467 (cpp_macro_definition): Remove const qual from second argument.
3468 * macro.c (enter_macro_context): Call user_builtin_macro callback for
3469 NODE_BUILTIN !NODE_USED macros.
3470 (warn_of_redefinition): Likewise. Remove const qual from second
3471 argument.
3472 (cpp_macro_definition): Likewise.
3473 * pch.c (write_macdef, save_macros): Call user_builtin_macro callback
3474 for NODE_BUILTIN !NODE_USED macros.
3475
1cb42611
JM
34762010-06-10 Joseph Myers <joseph@codesourcery.com>
3477
3478 * include/cpplib.h (struct cpp_options): Remove show_column.
3479 * init.c (cpp_create_reader, post_options): Don't set show_column.
3480
ff5dfc48
JR
34812010-06-09 Joern Rennecke <joern.rennecke@embecosm.com>
3482
3483 PR bootstrap/44432
3484 * configure.ac: Before using ZW_PROG_COMPILER_DEPENDENCIES for C++,
3485 check that C++ compiler works.
3486 * configure: Regenerate.
3487
a9429e29
LB
34882010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3489
3490 * include/symtab.h (ht_identifier_ptr): New.
3491
c3f247f4
RW
34922010-06-03 Joern Rennecke <joern.rennecke@embecosm.com>
3493 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3494
3495 PR bootstrap/42798
3496 * configure.ac: Check for declaration of 'basename(char *)'.
3497 * configure: Regenerate.
3498 * config.in: Regenerate.
3499
2778d766
JM
35002010-04-25 Joseph Myers <joseph@codesourcery.com>
3501
3502 * include/cpplib.h (enum c_lang): Add CLK_GNUC1X and CLK_STDC1X.
3503 * init.c (lang_defaults): Add entries for new language variants.
3504 (cpp_init_builtins): Define __STDC_VERSION__ to 201000L for C1X
3505 variants.
3506
d8a12e84
MLI
35072010-04-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
3508
3509 PR cpp/43195
3510 * files.c (report_missing_guard): Test for #pragma once.
3511
87cf0651
SB
35122010-04-07 Simon Baldwin <simonb@google.com>
3513
3514 * directives.c (do_diagnostic): Add warning reason argument,
3515 call appropriate error reporting function for code.
3516 (directive_diagnostics): Call specific warning functions with
3517 warning reason where appropriate.
3518 (do_error, do_warning, do_pragma_dependency): Add warning reason
3519 argument to do_diagnostic calls.
3520 * macro.c (_cpp_warn_if_unused_macro, enter_macro_context,
3521 _cpp_create_definition): Call specific warning functions with
3522 warning reason where appropriate.
3523 * Makefile.in: Add new diagnostic functions to gettext translations.
3524 * include/cpplib.h (struct cpp_callbacks): Add warning reason code
3525 to error callback.
3526 (CPP_DL_WARNING, CPP_DL_WARNING_SYSHDR, CPP_DL_PEDWARN, CPP_DL_ERROR,
3527 CPP_DL_ICE, CPP_DL_NOTE, CPP_DL_FATAL): Replace macros with enums.
3528 (CPP_W_NONE, CPP_W_DEPRECATED, CPP_W_COMMENTS,
3529 CPP_W_MISSING_INCLUDE_DIRS, CPP_W_TRIGRAPHS, CPP_W_MULTICHAR,
3530 CPP_W_TRADITIONAL, CPP_W_LONG_LONG, CPP_W_ENDIF_LABELS,
3531 CPP_W_NUM_SIGN_CHANGE, CPP_W_VARIADIC_MACROS,
3532 CPP_W_BUILTIN_MACRO_REDEFINED, CPP_W_DOLLARS, CPP_W_UNDEF,
3533 CPP_W_UNUSED_MACROS, CPP_W_CXX_OPERATOR_NAMES, CPP_W_NORMALIZE,
3534 CPP_W_INVALID_PCH, CPP_W_WARNING_DIRECTIVE): New enums for cpp
3535 warning reason codes.
3536 (cpp_warning, cpp_pedwarning, cpp_warning_syshdr,
3537 cpp_warning_with_line, cpp_pedwarning_with_line,
3538 cpp_warning_with_line_syshdr): New specific error reporting functions.
3539 * pch.c (cpp_valid_state): Call specific warning functions with
3540 warning reason where appropriate.
3541 * errors.c (cpp_diagnostic, cpp_diagnostic_with_line): New central
3542 diagnostic handlers.
3543 (cpp_warning, cpp_pedwarning, cpp_warning_syshdr,
3544 cpp_warning_with_line, cpp_pedwarning_with_line,
3545 cpp_warning_with_line_syshdr): New specific error reporting functions.
3546 * expr.c (cpp_classify_number, eval_token, num_unary_op): Call
3547 specific warning functions with warning reason where appropriate.
3548 * lex.c (_cpp_process_line_notes, _cpp_skip_block_comment,
3549 warn_about_normalization, lex_identifier_intern, lex_identifier,
3550 _cpp_lex_direct): Ditto.
3551 * charset.c (_cpp_valid_ucn, convert_hex, convert_escape,
3552 narrow_str_to_charconst): Ditto.
3553
d947ada0
JJ
35542010-04-06 Jakub Jelinek <jakub@redhat.com>
3555
3556 PR preprocessor/43642
3557 * lex.c (lex_raw_string): Change type of TYPE variable to
3558 unsigned char.
3559
4d9e8446
RW
35602010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3561
3562 * aclocal.m4: Regenerate.
3563
52150625
JM
35642010-03-29 Jason Merrill <jason@redhat.com>
3565
00a81b8b
JM
3566 More N3077 raw string changes
3567 * charset.c (cpp_interpret_string): Don't transform UCNs in raw
3568 strings.
3569 * lex.c (bufring_append): Split out from...
3570 (lex_raw_string): ...here. Undo trigraph and line splicing
3571 transformations. Do process line notes in multi-line literals.
3572 (_cpp_process_line_notes): Ignore notes that were already handled.
3573
52150625
JM
3574 Some raw string changes from N3077
3575 * charset.c (cpp_interpret_string): Change inner delimiters to ().
3576 * lex.c (lex_raw_string): Likewise. Also disallow '\' in delimiter.
3577
709d7160
JJ
35782010-02-11 Jakub Jelinek <jakub@redhat.com>
3579
3580 * init.c (read_original_filename): Don't call read_original_directory
3581 if _cpp_handle_directive returns 0.
3582
dadab4fd
JM
35832010-01-01 Joseph Myers <joseph@codesourcery.com>
3584
3585 PR preprocessor/41947
3586 * expr.c (cpp_classify_number): Give error for hexadecimal
3587 floating-point constant with no digits before or after point.
3588
3de8a540
AC
35892009-11-20 Arnaud Charlet <charlet@adacore.com>
3590
3591 * macro.c (enter_macro_context): Call cb.used callback if defined.
3592 * directives.c (do_idef, do_ifndef): Ditto.
3593 * include/cpplib.h (struct cpp_callbacks): Add used callback.
3594
17e7cb85
KT
35952009-11-11 Kai Tietz <kai.tietz@onevision.com>
3596
3597 * directives.c (do_pragma_push_macro): New pragma handler.
3598 (do_pragma_pop_macro): Likewise.
3599 (_cpp_init_internal_pragmas): Add push_macro and
3600 pop_macro handler to internal pragmas.
3601 (lex_macro_node_from_str): Removed.
3602 (cpp_push_definition): Replace lex_macro_node_from_str
3603 by _cpp_lex_identifier.
3604 (cpp_pop_definition): Likewise.
3605 * internal.h (_cpp_lex_identifier): New prototype.
3606 (def_pragma_macro): New structure.
3607 (cpp_reader): New member pushed_macros.
3608 * lex.c (_cpp_lex_identifier): New function.
3609 (lex_identifier_intern): New function.
3610 * init.c (cpp_create_reader): Initialize pushed_macros
3611 member.
3612 (cpp_destroy): Free elements in pushed_macros member.
3613 * pch.c (_cpp_save_pushed_macros): New function.
3614 (_cpp_restore_pushed_macros): Likewise.
3615 (_cpp_restore_pushed_macros): Use _cpp_save_pushed_macros.
3616 (cpp_read_state): Use _cpp_restore_pushed_macros.
3617
2c6e3f55
JJ
36182009-10-19 Jakub Jelinek <jakub@redhat.com>
3619
3620 * charset.c (cpp_init_iconv): Initialize utf8_cset_desc.
3621 (_cpp_destroy_iconv): Destroy utf8_cset_desc, char16_cset_desc
3622 and char32_cset_desc.
3623 (converter_for_type): Handle CPP_UTF8STRING.
3624 (cpp_interpret_string): Handle CPP_UTF8STRING and raw-strings.
3625 * directives.c (get__Pragma_string): Handle CPP_UTF8STRING.
3626 (parse_include): Reject raw strings.
3627 * include/cpplib.h (CPP_UTF8STRING): New token type.
3628 * internal.h (struct cpp_reader): Add utf8_cset_desc field.
3629 * lex.c (lex_raw_string): New function.
3630 (lex_string): Handle u8 string literals, call lex_raw_string
3631 for raw string literals.
3632 (_cpp_lex_direct): Call lex_string even for u8" and {,u,U,L,u8}R"
3633 sequences.
3634 * macro.c (stringify_arg): Handle CPP_UTF8STRING.
3635
96c169e1
JJ
36362009-10-14 Jakub Jelinek <jakub@redhat.com>
3637
3638 PR preprocessor/41543
3639 * include/line-map.h (RESERVED_LOCATION_COUNT): Define.
3640 * line-map.c (linemap_init): Initialize highest_location and
3641 highest_line to RESERVED_LOCATION_COUNT-1 instead of 0.
3642
30c99a9e
JM
36432009-10-09 Jason Merrill <jason@redhat.com>
3644
3645 * charset.c (_cpp_valid_ucn): Update C++0x restrictions.
3646
2214382c
NV
36472009-10-09 Neil Vachharajani <nvachhar@google.com>
3648
3649 * directives.c (DIRECTIVE_TABLE): Remove DEPRECATED from ident and
3650 sccs.
3651
e02222d2
LR
36522009-09-23 Loren J. Rittle <ljrittle@acm.org>
3653
3654 * configure.ac (AC_CHECK_HEADERS after AC_LANG(C++)): Add sys/stat.h.
3655 * configure: Rebuilt.
3656
9a8a2b7a
RG
36572009-09-22 Richard Guenther <rguenther@suse.de>
3658
3659 PR pch/38987
3660 * files.c (pch_open_file): Disallow non-toplevel PCH inclusion.
3661
74dc6a11
CD
36622009-09-18 Chris Demetriou <cgd@google.com>
3663
3664 PR preprocessor/28435:
3665 * include/cpplib.h (struct cpp_options): Add new member
3666 deps.need_preprocessor_output.
3667 * files.c (open_file_failed): If preprocessor output is needed
3668 always report an error.
3669
933608b7
KT
36702009-09-13 Kai Tietz <kai.tietz@onevision.com>
3671
3672 * configure.ac: Set for i?86-w64-mingw*
3673 need_64bit_hwint to yes.
3674 * configure: Regenerated.
3675
86373e7e
JM
36762009-09-10 Jason Merrill <jason@redhat.com>
3677
3678 * directives.c (cpp_define): constify.
3679
fd2ab214
ILT
36802009-09-02 Ian Lance Taylor <iant@google.com>
3681
3682 * macro.c (stringify_arg): Escape CPP_WCHAR tokens.
3683
df58e648
RW
36842009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3685
3686 * configure.ac (AC_PREREQ): Bump to 2.64.
3687
5213506e
RW
36882009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3689
3690 * aclocal.m4: Regenerate.
3691 * config.in: Regenerate.
3692 * configure: Regenerate.
3693
709a22df
TT
36942009-08-17 Tom Tromey <tromey@redhat.com>
3695
3696 PR preprocessor/41067:
3697 * charset.c (convert_escape): Add missing ":" to error text.
3698
0c539b47
DR
36992009-07-27 Douglas B Rupp <rupp@gnat.com>
3700
3701 * include/cpplib.h (INO_T_CPP): New macro.
3702 (struct cpp_dir): Use it.
3703
2b69c841
JQ
37042009-07-20 Jerry Quinn <jlquinn@optonline.net>
3705
3706 PR regression/40800
3707 * configure.ac: Use = instead of == for testing
3708 ENABLE_BUILD_WITH_CXX.
3709 * configure: Rebuild.
3710
f1bf410c
JQ
37112009-07-17 Jerry Quinn <jlquinn@optonline.net>
3712
3713 * directives.c (do_linemarker, do_line): Use CPP_STRING for
3714 ignored enum value.
3715 * files.c (find_file_in_dir): Add cast from void* to char*.
3716 * symtab.c (ht_lookup_with_hash): Add cast from void* to char*.
3717 * Makefile.in: (WARN_CFLAGS): Use general and C-specific
3718 warnings.
3719 (CXX, CXXFLAGS, WARN_CXXFLAGS, ALL_CXXFLAGS,
3720 ENABLE_BUILD_WITH_CXX, CCDEPMODE, CXXDEPMODE, COMPILER,
3721 COMPILER_FLAGS): New.
3722 (DEPMODE): Set from CCDEPMODE or CXXDEPMODE.
3723 (COMPILE.base): Use COMPILER instead of CC. Use COMPILER_FLAGS
3724 instead of ALL_CFLAGS.
3725 * configure.ac: Invoke AC_PROG_CXX. Separate C-specific warnings
3726 from other warnings. Add -Wc++-compat to C-specific warnings.
3727 Check for --enable-build-with-cxx. Set and substitute
3728 ENABLE_BUILD_WITH_CXX. Invoke ZW_PROG_COMPILER_DEPENDENCIES
3729 according to ENABLE_BUILD_WITH_CXX. Invoke AC_LANG before
3730 AC_CHECK_HEADERS.
3731 * configure: Rebuild.
3732 * include/cpp-id-data.h: Remove extern "C".
3733 * include/line-map.h: Likewise.
3734 * include/mkdeps.h: Likewise.
3735 * include/symtab.h: Likewise.
3736 * internal.h: Likewise.
3737
a28fbdba
MLI
37382009-06-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3739
3740 * directives.c (parse_include): Add location argument. Update all
3741 calls.
3742 (parse_answer): Likewise.
3743 (do_include_common): Error with exact location.
3744 (parse_assertion): Likewise.
3745
b506a5a2
MLI
37462009-06-18 Manuel López-Ibáñez <manu@gcc.gnu.org>
3747
3748 * expr.c (num_div_op): Take explicit location.
3749
7d8847a4
ILT
37502009-06-17 Ian Lance Taylor <iant@google.com>
3751
3752 * include/cpplib.h (progname): Don't declare.
3753
3d8b2a98
ILT
37542009-06-12 Ian Lance Taylor <iant@google.com>
3755
3756 * include/cpplib.h (struct cpp_options): Add
3757 warn_cxx_operator_names field.
3758 (NODE_WARN_OPERATOR): Define.
3759 (struct cpp_hashnode): Increase flags field to 10 bits, decrease
3760 type to 6 bits.
3761 * init.c (mark_named_operators): Add flags parameter.
3762 (cpp_post_options): Pick flags value to pass to
3763 mark_named_operators.
3764 * lex.c (lex_identifier): If NODE_WARN_OPERATOR is set, warn that
3765 identifier is an operator name in C++.
3766
e74fe492
AH
37672009-06-01 Aldy Hernandez <aldyh@redhat.com>
3768
3769 * include/line-map.h (LAST_SOURCE_COLUMN): New.
3770
4851089f
ILT
37712009-06-01 Ian Lance Taylor <iant@google.com>
3772
3773 * include/cpp-id-data.h: Add extern "C".
3774 * include/line-map.h: Likewise.
3775 * include/mkdeps.h: Likewise.
3776 * include/symtab.h: Likewise.
3777 * internal.h: Likewise.
3778
7e5487a2
ILT
37792009-05-15 Ian Lance Taylor <iant@google.com>
3780
3781 * include/cpplib.h (enum cpp_builtin_type): Rename from enum
3782 builtin_type. Change all uses.
3783
00b0c19b
MLI
37842009-05-14 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3785
3786 PR cpp/36674
3787 * directives (do_linemarker): Compensate for the increment in
3788 location that occurs when we reach the end of line.
3789 * files (_cpp_stack_include): Mention _cpp_find_file in the
3790 comment.
3791
9a0c6187
JM
37922009-05-10 Joseph Myers <joseph@codesourcery.com>
3793
3794 * include/cpplib.h (enum cpp_token_fld_kind): Add
3795 CPP_TOKEN_FLD_TOKEN_NO.
3796 (struct cpp_macro_arg, struct cpp_identifier): Define.
3797 (union cpp_token_u): Use struct cpp_identifier for identifiers.
3798 Use struct cpp_macro_arg for macro arguments. Add token_no for
3799 CPP_PASTE token numbers.
3800 * directives.c (_cpp_handle_directive, lex_macro_node, do_pragma,
3801 do_pragma_poison, parse_assertion): Use val.node.node in place of
3802 val.node.
3803 * expr.c (parse_defined, eval_token): Use val.node.node in place
3804 of val.node.
3805 * lex.c (cpp_ideq, _cpp_lex_direct, cpp_token_len,
3806 cpp_spell_token, cpp_output_token, _cpp_equiv_tokens,
3807 cpp_token_val_index): Use val.macro_arg.arg_no or val.token_no in
3808 place of val.arg_no. Use val.node.node in place of val.node.
3809 * macro.c (replace_args, cpp_get_token, parse_params,
3810 lex_expansion_token, create_iso_definition, cpp_macro_definition):
3811 Use val.macro_arg.arg_no or val.token_no in place of val.arg_no.
3812 Use val.node.node in place of val.node.
3813
9e322bc1
JM
38142009-05-03 Joseph Myers <joseph@codesourcery.com>
3815
3816 * charset.c (one_utf8_to_cppchar): Correct mask used for 5-byte
3817 UTF-8 sequences.
3818
f88d0772
JM
38192009-04-25 Joseph Myers <joseph@codesourcery.com>
3820
3821 PR preprocessor/39559
3822 * expr.c (cpp_interpret_integer): Use a pedwarn for decimal
3823 constants larger than intmax_t in C99 mode.
3824
d1b38208
TG
38252009-04-21 Taras Glek <tglek@mozilla.com>
3826
3827 * include/cpp-id-data.h: Update GTY annotations to new syntax.
3828 * include/cpplib.h: Likewise.
3829 * include/line-map.h: Likewise.
3830 * include/symtab.h: Likewise.
3831
cfc93532
MLI
38322009-04-22 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3833
3834 PR c++/14875
3835 * lex.c (cpp_type2name): Take a flags parameter. Call
3836 cpp_named_operator2name for named operators and cpp_digraph2name
3837 for digraphs.
3838 (cpp_digraph2name): New.
3839 (cpp_spell_token): Use it.
3840 (cpp_output_token): Likewise.
3841 * include/cpplib.h (cpp_type2name): Update declaration.
3842 * init.c (cpp_named_operator2name): New.
3843 * internal.h (cpp_named_operator2name): Declare.
3844
9c650d90
MLI
38452009-04-21 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3846
3847 PR c++/13358
3848 * init.c (cpp_create_reader): Wlong_long is disabled by default.
3849 * expr.c (cpp_classify_number): Give different messages for C and
3850 C++ front-ends.
3851
aa508502
JM
38522009-04-19 Joseph Myers <joseph@codesourcery.com>
3853
3854 PR preprocessor/20078
3855 * include/cpp-id-data.h (struct cpp_macro): Add extra_tokens
3856 field.
3857 * include/cpplib.h (SP_DIGRAPH, SP_PREV_WHITE): Define.
3858 (struct cpp_token): Change flags to unsigned short.
3859 * lex.c (_cpp_lex_direct): Initialize arg_no for CPP_PASTE tokens.
3860 (_cpp_equiv_tokens): Check arg_no for CPP_PASTE tokens.
3861 (cpp_token_val_index): Return CPP_TOKEN_FLD_ARG_NO for CPP_PASTE
3862 tokens.
3863 * macro.c (macro_real_token_count): New.
3864 (enter_macro_context, replace_args): Use macro_real_token_count.
3865 (create_iso_definition): Record whitespace surrounding and digraph
3866 spelling of # and ## tokens using SP_PREV_WHITE and SP_DIGRAPH.
3867 Set extra_tokens and save CPP_PASTE tokens with arg_no set for
3868 multiple consecutive ## tokens.
3869 (_cpp_create_definition): Initialize extra_tokens.
3870 (cpp_macro_definition): Use macro_real_token_count.
3871
61cc8223
JM
38722009-04-18 Joseph Myers <joseph@codesourcery.com>
3873
3874 * directives.c (parse_include): Pass true to check_eol.
3875
c7f9c0b9
JM
38762009-04-18 Joseph Myers <joseph@codesourcery.com>
3877
3878 PR preprocessor/39646
3879 * include/line-map.h (enum lc_reason): Add LC_RENAME_VERBATIM.
3880 * line-map.c (linemap_add): Handle LC_RENAME_VERBATIM.
3881 * directives.c (do_line, do_linemarker): Use LC_RENAME_VERBATIM in
3882 place of LC_RENAME.
3883
a5cb563b
JM
38842009-04-18 Joseph Myers <joseph@codesourcery.com>
3885
3886 PR preprocessor/39647
3887 * directives.c (check_eol): Add parameter expand.
3888 (do_undef, parse_include, do_line, do_linemarker, do_ident,
3889 do_pragma_once, do_pragma_system_header, do_ifdef, do_ifndef,
3890 do_else, do_endif, do_assert, do_unassert): All callers changed.
3891 Pass true from do_line, false elsewhere.
3892
18f41a1b
JM
38932009-04-12 Joseph Myers <joseph@codesourcery.com>
3894
3895 PR preprocessor/31869
3896 * macro.c (stringify_arg): Handle NULL source token in padding
3897 token where previous padding token did not have source token with
3898 preceding whitespace.
3899
748086b7
JJ
39002009-04-09 Jakub Jelinek <jakub@redhat.com>
3901
3902 * Makefile.in: Change copyright header to refer to version
3903 3 of the GNU General Public License and to point readers at the
3904 COPYING3 file and the FSF's license web page.
3905 * charset.c: Likewise.
3906 * directives-only.c: Likewise.
3907 * directives.c: Likewise.
3908 * errors.c: Likewise.
3909 * expr.c: Likewise.
3910 * files.c: Likewise.
3911 * identifiers.c: Likewise.
3912 * include/cpp-id-data.h: Likewise.
3913 * include/cpplib.h: Likewise.
3914 * include/line-map.h: Likewise.
3915 * include/mkdeps.h: Likewise.
3916 * include/symtab.h: Likewise.
3917 * init.c: Likewise.
3918 * internal.h: Likewise.
3919 * lex.c: Likewise.
3920 * line-map.c: Likewise.
3921 * macro.c: Likewise.
3922 * makeucnid.c: Likewise.
3923 * mkdeps.c: Likewise.
3924 * pch.c: Likewise.
3925 * symtab.c: Likewise.
3926 * system.h: Likewise.
3927 * traditional.c: Likewise.
3928 * ucnid.tab: Likewise.
3929 * ucnid.h: Regenerate.
3930
eec49116
JJ
39312009-04-01 Janis Johnson <janis187@us.ibm.com>
3932
839a3b8a
JJ
3933 PR c/39027
3934 * include/cpplib.h (CPP_N_DEFAULT): Define.
3935 * expr.c (interpret_float_suffix): Recognize d or D for double,
3936 return new value for default.
3937 (cpp_classify_number): Issue pedwarn for use of d or D in suffix.
3938
eec49116
JJ
3939 PR c/33466
3940 * expr.c (interpret_float_suffix): Reject invalid suffix that uses
3941 letters from decimal float and fixed-point suffixes.
3942
47580d22
JM
39432009-03-31 Joseph Myers <joseph@codesourcery.com>
3944
3945 PR preprocessor/15638
3946 * files.c (_cpp_find_file): Call open_file_failed after diagnosing
3947 invalid PCH.
3948 (open_file_failed): Make error for missing file fatal.
3949 * include/cpplib.h (CPP_DL_FATAL): Define.
3950
5a2df0fa
SV
39512009-03-30 Sergiy Vyshnevetskiy <serg@vostok.net>
3952
3953 PR preprocessor/31932:
3954 * internal.h: Don't mention HAVE_ICONV_H.
3955 * configure, config.in: Rebuild.
3956 * configure.ac: Don't check for iconv.h.
3957
c1a8a3c6
TT
39582009-03-30 Tom Tromey <tromey@redhat.com>
3959
3960 PR preprocessor/39512:
3961 * line-map.c (linemap_init): Initialize 'reallocator' field.
3962
a37a7b8a
JJ
39632009-03-30 Jakub Jelinek <jakub@redhat.com>
3964
3965 PR target/39558
3966 * macro.c (cpp_get_token): If macro_to_expand returns NULL
3967 and used some tokens, add CPP_PADDING before next token.
3968
148e4216
JM
39692009-03-29 Joseph Myers <joseph@codesourcery.com>
3970
3971 PR preprocessor/34695
3972 * makedepend.c: Remove.
3973 * Makefile.in (makedepend_OBJS, makedepend$(EXEEXT)): Remove.
3974 (all, clean, TAGS_SOURCES, include): Remove makedepend handling.
3975 * directives.c (cpp_errors): Remove.
3976 * errors.c (print_location, _cpp_begin_message, v_message):
3977 Remove.
3978 (cpp_error, cpp_error_with_line): Always use error callback.
3979 (cpp_error, cpp_error_with_line, cpp_errno): Return bool.
3980 * include/cpplib.h (cpp_options): Remove pedantic_errors,
3981 inhibit_warnings, warn_system_headers, inhibit_errors,
3982 warnings_are_errors, client_diagnostic.
3983 (cpp_callbacks): Add extra arguments to error callback; make it
3984 return bool.
3985 (cpp_finish): Return void.
3986 (cpp_destroy): Remove inaccurate comment about return value.
3987 (cpp_errors, CPP_DL_EXTRACT, CPP_DL_WARNING_P): Remove.
3988 (CPP_DL_NOTE): Define.
3989 * include/line-map.h (linemap_print_containing_files): Remove.
3990 * init.c (cpp_finish): Do not check for or return number of
3991 errors.
3992 * internal.h (cpp_reader): Remove errors field.
3993 * line-map.c (linemap_print_containing_files): Remove.
3994 * macro.c (_cpp_create_definition): Use CPP_DL_NOTE for message
3995 about previous definition. Only emit it if previous diagnostic
3996 was emitted.
3997
f1450211
JM
39982009-03-28 Joseph Myers <joseph@codesourcery.com>
3999
4000 * Makefile.in (po/$(PACKAGE).pot): Use $(mkinstalldirs) not
4001 mkinstalldirs.
4002
8f5929e1
JJ
40032009-03-18 Jakub Jelinek <jakub@redhat.com>
4004
4005 * include/cpplib.h (struct cpp_dir): Reorder fields for 64-bit hosts.
4006
4bb09c26
JM
40072009-02-21 Joseph Myers <joseph@codesourcery.com>
4008
4009 * lex.c (lex_string): Return a CPP_LESS token for missing '>' in a
4010 header name.
4011 (_cpp_lex_direct): Handle this.
4012
68c9ab45
RG
40132009-02-15 Richard Guenther <rguenther@suse.de>
4014
4015 Revert last change.
4016
601b3e1a
RG
40172009-02-13 Richard Guenther <rguenther@suse.de>
4018
4019 * configure.ac: Enable LFS.
4020 * configure: Re-generate.
4021 * config.in: Likewise.
4022
fc0cd180
BE
40232009-01-05 Ben Elliston <bje@au.ibm.com>
4024
4025 * Makefile.in (.po.gmo): Use mkinstalldirs, not test -d || mkdir.
4026 (.po.pox): Likewise.
4027 (po/$(PACKAGE).pot): Likewise.
4028
db89a3be
AO
40292008-12-10 Alexandre Oliva <aoliva@redhat.com>
4030
4031 PR target/37033
4032 * pch.c (cpp_valid_state): Improve message for poisoned symbols.
4033 Allow for differences in __GCC_HAVE_DWARF2_CFI_ASM.
4034
cc955282
JM
40352008-11-29 Joseph Myers <joseph@codesourcery.com>
4036
4037 * lex.c (cpp_token_len): Use 6 as default length.
4038
47960aaf
MLI
40392008-10-31 Manuel López-Ibáñez <manu@gcc.gnu.org>
4040
4041 * expr.c (struct op): Add location.
4042 (_cpp_parse_expr): Propagate locations throught the stack
4043 of expressions.
4044 (reduce): Likewise.
4045 (check_promotion): Use explicit location in errors.
4046
631d0d36
MG
40472008-10-05 Matthew Gingell <gingell@adacore.com>
4048 Arnaud Charlet <charlet@adacore.com>
4049
4050 * include/cpplib.h (cpp_comments, cpp_comment_table): New structs.
4051 (cpp_get_comments): New function.
4052 * internal.h (struct cpp_reader): Add comments field.
4053 * init.c (cpp_destroy): Free comments.
4054 * lex.c (store_comment, cpp_get_comments): New functions.
4055 (comments): New struct.
4056 (save_comment): Store comments in comments struct.
4057
c047ce93
SB
40582008-09-18 Simon Baldwin <simonb@google.com>
4059
4060 * include/cpplib.h (struct cpp_options): Add new boolean flag
4061 warn_builtin_macro_redefined.
4062 * init.c (cpp_create_reader): Initialize warn_builtin_macro_redefined.
4063 * (struct builtin_operator): Split out from previous struct builtin,
4064 enhance extra const correctness.
4065 * (struct builtin_macro): Split out from previous struct builtin, add
4066 new always_warn_if_redefined flag, enhance const correctness.
4067 * (mark_named_operators): Use struct builtin_operator.
4068 * (cpp_init_special_builtins): Use struct builtin_macro, add NODE_WARN
4069 to builtins selectively.
4070 * macro.c (warn_of_redefinition): Return false if a builtin macro
4071 is not flagged with NODE_WARN.
4072
affa55c6
JJ
40732008-07-31 Jakub Jelinek <jakub@redhat.com>
4074
4075 PR preprocessor/36649
4076 * files.c (struct report_missing_guard_data): New type.
4077 (report_missing_guard): Put paths into an array instead of printing
4078 them right away. Return 1 rather than 0.
4079 (report_missing_guard_cmp): New function.
4080 (_cpp_report_missing_guards): Sort and print paths gathered by
4081 report_missing_guard callback.
4082
3b8f20a1
MLI
40832008-07-22 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
4084
4085 PR 28079
4086 * directives.c (strtolinenum): Handle overflow.
4087 (do_line): Give a warning if line number overflowed.
4088 (do_linemarker): Update call to strtolinenum.
4089
1bb64668
MLI
40902008-07-21 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
4091
4092 * include/line-map.h (linenum_type): New typedef.
4093 (struct line_map): Use it.
4094 (SOURCE_LINE): Second arguments is a LOCATION not a LINE.
4095 (SOURCE_COLUMN): Likewise.
4096 * macro.c (_cpp_builtin_macro_text): Use linenum_type. Don't store
4097 source_location values in a variable of type linenum_type.
4098 * directives.c (struct if_stack): Use linenum_type.
4099 (strtoul_for_line): Rename as strtolinenum.
4100 (do_line): Use linenum_type.
4101 (do_linemarker): Use linenum_type and strtolinenum.
4102 (_cpp_do_file_change): Use linenum_t.
4103 * line-map.c (linemap_add): Likewise.
4104 (linemap_line_start): Likewise.
4105 * traditional.c (struct fun_macro): 'line' is a source_location.
4106 * errors.c (print_location): Use linenum_type.
4107 * directives-only.c (_cpp_preprocess_dir_only): Likewise.
4108 * internal.h (CPP_INCREMENT_LINE): Likewise.
4109 * lex.c (_cpp_skip_block_comment): Use source_location.
19a9ba64 4110
5950c3c9
BE
41112008-07-14 Ben Elliston <bje@au.ibm.com>
4112
4113 * include/cpplib.h (NODE_CONDITIONAL): New.
4114 (struct cpp_callbacks): New macro_to_expand field.
4115 (struct cpp_hashnode): Adjust size of flags and type fields.
4116 (cpp_peek_token): Prototype.
4117 * lex.c (cpp_peek_token): New function.
4118 (_cpp_temp_token): Protect pre-existing lookaheads.
4119 * macro.c (cpp_get_token): Expand any conditional macros.
4120 (_cpp_backup_tokens_direct): New.
4121 (_cpp_backup_tokens): Call _cpp_backup_tokens_direct.
4122 (warn_of_redefinition): Silently allow redefined conditional
4123 macros.
4124 (_cpp_create_definition): Remove the conditional flag when a user
4125 defines one of the conditional macros.
4126 * internal.h (_cpp_backup_tokens_direct): New prototype.
4127
e85edc9e
AH
41282008-06-13 Andrew Haley <aph@redhat.com>
4129
4130 PR preprocessor/33305
4131 * macro.c (replace_args): Print a warning for empty macro
4132 arguments in C89 and C++.
4133
18c04407
RW
41342008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4135
4136 * Makefile.in ($(srcdir)/aclocal.m4): Update dependencies.
4137 * configure: Regenerate.
4138
2d09b640
RW
41392008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4140
4141 * Makefile.in (datarootdir): New variable.
4142
0b7c73cc
L
41432008-06-12 H.J. Lu <hongjiu.lu@intel.com>
4144
4145 PR preprocessor/36479
4146 * charset.c (cpp_interpret_string_notranslate): Also set
4147 narrow_cset_desc.width.
4148
cd985f66
JM
41492008-06-07 Joseph Myers <joseph@codesourcery.com>
4150
4151 * configure.ac (parisc*64*-*-*): Remove.
4152 * configure: Regenerate.
4153
d750887f
TT
41542008-05-30 Tom Tromey <tromey@redhat.com>
4155
4156 PR preprocessor/36320:
4157 * internal.h (_cpp_parse_expr): Update.
4158 * expr.c (_cpp_parse_expr): Add 'is_if' argument. Update error
4159 messages.
4160 * directives.c (do_if): Update.
4161 (do_elif): Require expression if processing group.
4162
c100de59
DS
41632008-05-30 Danny Smith <dannysmith@users.sourceforge.net>
4164
4165 * include/cpplib.h (struct cpp_dir): Add new field, canonical_name.
4166
5d6342eb
TT
41672008-05-21 Tom Tromey <tromey@redhat.com>
4168
4169 PR preprocessor/27777:
4170 * lex.c (cpp_output_line_to_string): New function.
4171 * internal.h (_cpp_begin_message): Don't declare.
4172 * errors.c (_cpp_begin_message): Now static.
4173 * include/cpplib.h (cpp_output_line_to_string): Declare.
4174 * directives.c (do_diagnostic): Rewrote. Use
4175 cpp_output_line_to_string. Don't use _cpp_begin_message.
4176
dae4174e
TT
41772008-05-21 Tom Tromey <tromey@redhat.com>
4178
4179 * include/symtab.h (HT_ALLOCED): Remove.
4180 (ht_purge): Declare.
4181 * symtab.c (DELETED): New define.
4182 (ht_lookup): Update comment.
4183 (ht_lookup_with_hash): Handle deleted entries. Remove HT_ALLOCED
4184 code. Use subobject allocator for strings, if it exists.
4185 (ht_expand): Handle deleted entries.
4186 (ht_forall): Likewise.
4187 (ht_purge): New function.
4188 (ht_dump_statistics): Print deletion statistics.
4189
899015a0
TT
41902008-05-13 Tom Tromey <tromey@redhat.com>
4191
4192 PR preprocessor/22168:
4193 * include/cpplib.h (struct cpp_options) <objc>: Update
4194 documentation.
4195 * expr.c (eval_token): Warn for use of assertions.
4196 * directives.c (directive_diagnostics): Warn about extensions.
4197 (DEPRECATED): New define.
4198 (DIRECTIVE_TABLE): Use it.
4199
71c10038
TT
42002008-05-06 Tom Tromey <tromey@redhat.com>
4201
4202 PR preprocessor/35313, PR preprocessor/36088:
4203 * expr.c (optab) <QUERY, COMMA>: Set precedence to 4.
4204 (reduce) <case CPP_QUERY>: Special case CPP_COMMA and CPP_COLON.
4205
2bd0fe3d
DM
42062008-05-04 David S. Miller <davem@davemloft.net>
4207
4208 * configure.ac (sparc*-*-*): Always set need_64bit_hwint to yes.
4209 * configure: Regenerate.
4210
28f68625
DF
42112008-04-22 Daniel Franke <franke.daniel@gmail.com>
4212
4213 * include/cpplib.h (cpp_define_formatted): New.
4214 * directives.c (cpp_define_formatted): New.
4215
688e7a53
TT
42162008-04-21 Tom Tromey <tromey@redhat.com>
4217
4218 PR libcpp/33415:
4219 * charset.c (_cpp_convert_input): Add buffer_start argument.
4220 Ignore UTF-8 BOM if seen.
4221 * internal.h (_cpp_convert_input): Add argument.
4222 * files.c (struct _cpp_file) <buffer_start>: New field.
4223 (destroy_cpp_file): Free buffer_start, not buffer.
4224 (_cpp_pop_file_buffer): Likewise.
4225 (read_file_guts): Update.
4226
b6baa67d
KVH
42272008-04-18 Kris Van Hees <kris.van.hees@oracle.com>
4228
4229 * include/cpp-id-data.h (UC): Was U, conflicts with U"..." literal.
4230 * include/cpplib.h (CHAR16, CHAR32, STRING16, STRING32): New tokens.
4231 (struct cpp_options): Added uliterals.
4232 (cpp_interpret_string): Update prototype.
4233 (cpp_interpret_string_notranslate): Idem.
4234 * charset.c (init_iconv_desc): New width member in cset_converter.
4235 (cpp_init_iconv): Add support for char{16,32}_cset_desc.
4236 (convert_ucn): Idem.
4237 (emit_numeric_escape): Idem.
4238 (convert_hex): Idem.
4239 (convert_oct): Idem.
4240 (convert_escape): Idem.
4241 (converter_for_type): New function.
4242 (cpp_interpret_string): Use converter_for_type, support u and U prefix.
4243 (cpp_interpret_string_notranslate): Match changed prototype.
4244 (wide_str_to_charconst): Use converter_for_type.
4245 (cpp_interpret_charconst): Add support for CPP_CHAR{16,32}.
4246 * directives.c (linemarker_dir): Macro U changed to UC.
4247 (parse_include): Idem.
4248 (register_pragma_1): Idem.
4249 (restore_registered_pragmas): Idem.
4250 (get__Pragma_string): Support CPP_STRING{16,32}.
4251 * expr.c (eval_token): Support CPP_CHAR{16,32}.
4252 * init.c (struct lang_flags): Added uliterals.
4253 (lang_defaults): Idem.
4254 * internal.h (struct cset_converter) <width>: New field.
4255 (struct cpp_reader) <char16_cset_desc>: Idem.
4256 (struct cpp_reader) <char32_cset_desc>: Idem.
4257 * lex.c (digraph_spellings): Macro U changed to UC.
4258 (OP, TK): Idem.
4259 (lex_string): Add support for u'...', U'...', u"..." and U"...".
4260 (_cpp_lex_direct): Idem.
4261 * macro.c (_cpp_builtin_macro_text): Macro U changed to UC.
4262 (stringify_arg): Support CPP_CHAR{16,32} and CPP_STRING{16,32}.
4263
deb984e6
PB
42642008-04-18 Paolo Bonzini <bonzini@gnu.org>
4265
4266 PR bootstrap/35457
4267 * aclocal.m4: Regenerate.
4268 * configure: Regenerate.
4269
bf048bea
TT
42702008-04-17 Tom Tromey <tromey@redhat.com>
4271
4272 PR libcpp/34866:
4273 * errors.c (cpp_error): Don't reference a token before the start
4274 of the current run.
4275
7f27b0f8
TT
42762008-04-16 Tom Tromey <tromey@redhat.com>
4277
4278 * Makefile.in (TAGS_SOURCES): New variable.
4279 (TAGS): New target.
4280
a1fcb9a1
KK
42812008-04-11 Kaz Kojima <kkojima@gcc.gnu.org>
4282
4283 * configure.ac: (need_64bit_hwint): Need 64bit hwint for sh-*-*
4284 and shbe-*-*.
4285 * configure: Rebuilt.
4286
93d45d9e
JM
42872008-04-02 Joseph Myers <joseph@codesourcery.com>
4288
4289 * include/cpplib.h (struct cpp_callbacks): Add used_define,
4290 used_undef and before_define.
4291 (NODE_USED): Define.
4292 * directives.c (do_define, do_undef, undefine_macros, do_ifdef,
4293 do_ifndef, cpp_pop_definition): Handle new flag and use new
4294 callbacks.
4295 * expr.c (parse_defined): Handle new flag and use new callbacks.
4296 * macro.c (enter_macro_context, _cpp_free_definition): Handle new
4297 flag and use new callbacks.
4298
d4c32e1d
JJ
42992008-04-01 Jakub Jelinek <jakub@redhat.com>
4300
4301 PR pch/13675
4302 * files.c (struct _cpp_file): Remove pch field.
4303 (pch_open_file): Don't set file->pch, just file->pchname.
4304 (should_stack_file): After pfile->cb.read_pch call
4305 free pchname and clear pchname, don't close file->fd.
4306 Test file->pchname instead of file->pch. Don't close fd after cb.
4307 (_cpp_stack_include): Test file->pchname instead of file->pch.
4308
161031e3
TT
43092008-03-28 Tom Tromey <tromey@redhat.com>
4310
4311 * Makefile.in (POSTCOMPILE): New variable.
4312 (.c.o): Use it.
4313
14ccf800
TT
43142008-03-13 Tom Tromey <tromey@redhat.com>
4315
4316 PR libcpp/35322:
4317 * directives.c (destringize_and_run): Set pfile->directive.
4318
830465c6
MM
43192008-03-06 Markus Milleder <markus.milleder@generali.at>
4320
4321 PR preprocessor/35458
4322 * mkdeps.c (munge): Quote '#' with a '\'.
4323
d482a073
RW
43242008-02-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4325
4326 PR preprocessor/35379
4327 * mkdeps.c (deps_write): Ensure the first target always appears
4328 in the first column, without leading backslash newline. Avoid
4329 some more extra whitespace.
4330
185a6cc1
TS
43312008-02-25 Thiemo Seufer <ths@mips.com>
4332
d482a073 4333 * Makefile.in ($(srcdir)/config.in): Depend on configure.ac.
185a6cc1 4334
2bf41bf0
TT
43352008-02-19 Tom Tromey <tromey@redhat.com>
4336
4337 * traditional.c (lex_identifier): Use CPP_HASHNODE.
4338 * lex.c (lex_identifier): Use CPP_HASHNODE.
4339 * include/line-map.h (LINEMAP_POSITION_FOR_COLUMN): Wrap in
4340 do-while.
4341 * identifiers.c (alloc_node): Change return type.
4342 (_cpp_init_hashtable): Don't cast 'alloc_node'.
4343 (proxy_assertion_broken): New declaration.
4344 (cpp_forall_identifiers): Move comment.
4345 * line-map.c (linemap_add): Comment fix.
4346 (linemap_line_start): Indentation fix.
4347
765d600a
JJ
43482008-01-25 Jakub Jelinek <jakub@redhat.com>
4349
4350 PR preprocessor/34692
4351 * macro.c (collect_args): Add pragma_buff argument. Push
4352 CPP_PRAGMA ... CPP_PRAGMA_EOL tokens to *pragma_buff, rather
4353 than into arguments. Reset prevent_expansion and parsing_args
4354 state at CPP_PRAGMA_EOL/CPP_EOF.
4355 (funlike_invocation_p): Add pragma_buff argument, pass it through
4356 to collect_args.
4357 (enter_macro_context): Add result argument. Adjust
4358 funlike_invocation_p caller. Emit all deferred pragma tokens
4359 gathered during collect_args before the expansion, add a padding
4360 token. Return 2 instead of 1 if any pragma tokens were prepended.
4361 (cpp_get_token): If enter_macro_context returns 2, don't return
4362 a padding token, instead cycle to grab CPP_PRAGMA token.
4363 * directives.c (_cpp_handle_directive): If was_parsing_args
4364 in deferred pragma, leave parsing_args and prevent_expansion as is.
4365
ec46053b
TT
43662008-01-22 Tom Tromey <tromey@redhat.com>
4367
765d600a 4368 PR c++/34859
ec46053b
TT
4369 * macro.c (_cpp_create_definition): Handle __STDC_LIMIT_MACROS and
4370 __STDC_CONSTANT_MACROS.
4371
681c6ab0
FF
43722008-01-07 Fred Fish <fnf@specifix.com>
4373
765d600a 4374 PR preprocessor/30363
681c6ab0 4375 * traditional.c (replace_args_and_push): Add local variable
19a9ba64 4376 cxtquote, calculate the replacement text size assuming a
681c6ab0
FF
4377 worst case of every input character quoted with backslash,
4378 and properly handle output quoting of quote characters in
4379 actual arguments used in function-like macros.
4380
33ae4837
TT
43812008-01-03 Tom Tromey <tromey@redhat.com>
4382
765d600a 4383 PR preprocessor/34602
33ae4837
TT
4384 * directives.c (do_line): Don't try to spell EOF token.
4385 (do_linemarker): Add comment.
4386
675575f5
DD
43872007-12-11 DJ Delorie <dj@redhat.com>
4388
4389 * charset.c (convert_using_iconv): Close out any shift states,
4390 returning to the initial state.
4391
97f6bd40
TT
43922007-12-06 Tom Tromey <tromey@redhat.com>
4393
765d600a 4394 PR c/29172
97f6bd40
TT
4395 * internal.h (struct cpp_reader) <file_hash_entries>: Changed
4396 type.
4397 <file_hash_entries_allocated, file_hash_entries_used>: Removed.
4398 * files.c (FILE_HASH_POOL_SIZE): New macro.
4399 (struct file_hash_entry_pool): New.
4400 (destroy_all_cpp_files): New function.
4401 (allocate_file_hash_entries): Allocate a file_hash_entry_pool.
4402 (new_file_hash_entry): Update.
4403 (free_file_hash_entries): New function.
4404 (_cpp_cleanup_files): Call free_file_hash_entries and
4405 destroy_all_cpp_files.
4406 (cpp_clear_file_cache): New function.
4407 * include/cpplib.h (cpp_clear_file_cache): Declare.
4408
d56a25e1
TT
44092007-12-03 Tom Tromey <tromey@redhat.com>
4410
765d600a 4411 PR preprocessor/34288
d56a25e1
TT
4412 * configure.ac, config.in: Rebuilt.
4413 * configure.ac: Check for ssize_t.
4414
607f74e9
TT
44152007-11-30 Tom Tromey <tromey@redhat.com>
4416
765d600a 4417 PR preprocessor/32868
607f74e9
TT
4418 * macro.c (_cpp_create_definition): Special case
4419 __STDC_FORMAT_MACROS.
4420
b0f4807f
MM
44212007-11-16 Michael Matz <matz@suse.de>
4422
4423 * files.c (search_path_head): Fix check for absolute paths.
4424
f1e20710
TT
44252007-11-11 Tom Tromey <tromey@redhat.com>
4426
765d600a 4427 PR c++/17557
f1e20710
TT
4428 * include/cpplib.h (cpp_included_before): Declare.
4429 * files.c (struct file_hash_entry) <location>: New field.
4430 (_cpp_find_file): Initialize new field.
4431 (make_cpp_dir): Likewise.
4432 (cpp_included_before): New function.
4433
f373b44d
TT
44342007-11-01 Tom Tromey <tromey@redhat.com>
4435
765d600a 4436 PR preprocessor/30805
f373b44d
TT
4437 * macro.c (paste_tokens): Handle padding token.
4438 (paste_tokens): Don't abort unless padding has PASTE_LEFT flag.
4439
5b9a40df
TT
44402007-10-31 Tom Tromey <tromey@redhat.com>
4441
765d600a 4442 PR preprocessor/30786
5b9a40df
TT
4443 * macro.c (builtin_macro): Return result of _cpp_do__Pragma.
4444 * directives.c (_cpp_do__Pragma): Return error status.
4445 * internal.h (_cpp_do__Pragma): Update.
4446 * directives.c (get__Pragma_string): Back up if EOF seen.
4447
5ffeb913
TT
44482007-09-06 Tom Tromey <tromey@redhat.com>
4449
4450 * internal.h (struct cpp_reader) <invocation_location>: New
4451 field.
4452 (struct cpp_reader) <set_invocation_location>: Likewise.
4453 * init.c (cpp_set_line_map): New function.
4454 * line-map.c (linemap_add): Use linemap's allocator.
4455 * include/line-map.h (GTY): Define.
4456 (line_map_realloc): New typedef.
4457 (struct line_map): Mark with GTY.
4458 (struct line_maps): Likewise.
4459 (struct line_maps) <maps>: Likewise.
4460 (struct line_maps) <reallocator>: New field.
4461 * include/symtab.h (GTY): Conditionally define.
4462 * include/cpplib.h (cpp_set_line_map): Declare.
4463 (cpp_get_token_with_location): Declare.
4464 * macro.c (cpp_get_token): Set invocation_location on the reader.
4465 (cpp_get_token_with_location): New function.
4466
ac6b1c67
CF
44672007-08-30 Chao-ying Fu <fu@mips.com>
4468
4469 * expr.c (interpret_float_suffix): Support hr, r, lr, llr, uhr, ur,
4470 ulr, ullr, hk, k, lk, llk, uhk, uk, ulk, ullk.
4471 (cpp_classify_number): Support decimal fixed-point constants without
4472 exponents.
4473 Warn about fixed-point constants when -pedantic.
4474 * include/cpplib.h (CPP_N_SMALL, CPP_N_MEDIUM, CPP_N_LARGE): Change
4475 comments to support fixed-point values.
4476 (CPP_N_FRACT, CPP_N_ACCUM): Define.
4477
cda5e672
TT
44782007-08-18 Tom Tromey <tromey@redhat.com>
4479
765d600a 4480 PR preprocessor/32974
cda5e672
TT
4481 * directives.c (parse_include): Don't check for EOL when
4482 processing #pragma dependency.
4483
ccfc4c91
OW
44842007-07-30 Ollie Wild <aaw@google.com>
4485
4486 * directives-only.c: New file.
4487 * internal.h (struct _cpp_dir_only_callbacks): New.
4488 (_cpp_preprocess_dir_only): New function.
4489 * directives.c (_cpp_handle_directive): Check directives_only before
4490 disabling execution of indented directives.
4491 * files.c (_cpp_stack_file): Add directives_only check.
4492 * include/cpplib.h (struct cpp_options): Add directives_only.
4493 (cpp_init_special_builtins): New function.
4494 * init.c (cpp_init_special_builtins): New function.
4495 (cpp_init_builtins): Move builtin_array initialization to
4496 cpp_init_special_builtins.
4497 (post_options): Check directives_only before setting
4498 pfile->state.prevent_expansion = 1.
4499 * macro.c (_cpp_builtin_macro_text): Print an error if __COUNTER__
4500 is expanded inside a directive while -fdirectives-only is enabled.
4501 * Makefile.in (libcpp_a_OBJS): Add directives-only.o.
4502 (libcpp_a_SOURCES): Add directives-only.c.
4503
a206413a
UB
45042007-07-04 Uros Bizjak <ubizjak@gmail.com>
4505
4506 * traditional.c (_cpp_scan_out_logical_line): Initialize
4507 fmacro.args, fmacro.node, fmacro.offset, fmacro.line and
4508 fmacro.args to prevent 'may be used uninitialized' warning.
4509
c77cd3d1
UB
45102007-07-03 Uros Bizjak <ubizjak@gmail.com>
4511
4512 * include/cpplib.h (CPP_N_WIDTH_MD, CPP_N_MD_W, CPP_N_MD_Q):
4513 Add new constants.
4514 * expr.c (interpret_float_suffix): Process 'w', 'W', 'q' and 'Q'
4515 suffixes. Return CPP_N_MD_W for 'w' or 'W' suffixes and CPP_N_MD_Q
4516 for 'q' or 'Q' suffixes.
4517
66938a1d
DS
45182007-06-17 Danny Smith <dannysmith@users.sourceforge.net
4519
e1311401 4520 * files.c (open_file): Correct typo.
66938a1d 4521
71995ede
VP
45222007-06-16 Vladimir Prus <vladimir@codesourcery.com>
4523
e1311401 4524 * files.c (open_file): Prevent the call
71995ede
VP
4525 for stat from overwriting errno.
4526
84152c25
VP
45272007-06-09 Vladimir Prus <vladimir@codesourcery.com>
4528
e1311401 4529 * files.c (open_file): Account for the
19a9ba64
AM
4530 fact that on windows, opening a directory gives
4531 EACCES.
84152c25 4532
f7fd775f
JW
45332007-06-05 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
4534
4535 PR preprocessor/23479
4536 * expr.c (cpp_classify_number): Implement 0b-prefixed binary
4537 integer constants.
4538 (append_digit): Likewise.
4539 * include/cpplib.h: Add CPP_N_BINARY, to be used for 0b-prefixed
4540 binary integer constants.
4541
ed0e74e0
DK
45422007-05-31 Dave Korn <dave.korn@artimi.com>
4543
4544 PR preprocessor/14331
4545 * lex.c (_cpp_get_fresh_line): Don't warn if no newline at EOF.
4546
a702045a
OW
45472007-05-24 Ollie Wild <aaw@google.com>
4548
4549 * macro.c (_cpp_builtin_macro_text): Handle BT_COUNTER.
4550 * pch.c (cpp_write_pch_deps): Save __COUNTER__ state.
4551 (cpp_write_pch_state): Save __COUNTER__ state.
4552 (cpp_valid_state): Check valid __COUNTER__ state.
4553 (cpp_read_state): Read new __COUNTER__ state.
4554 * include/cpplib.h (enum builtin_type): Add BT_COUNTER enumerator.
4555 * init.c (builtin_array): Add __COUNTER__/BT_COUNTER.
4556 * internal.h (struct cpp_reader): Add counter member.
4557
126e073b
SM
45582007-05-23 Simon Martin <simartin@users.sourceforge.net>
4559
4560 PR preprocessor/20077
4561 * macro.c (create_iso_definition): Fixed the method to determine
4562 whether the token-pasting operator appears at the beginning or the end
4563 of a macro.
4564
0b4cafec
ILT
45652007-05-21 Ian Lance Taylor <iant@google.com>
4566
4567 * internal.h (struct cpp_reader): Add new fields:
4568 nonexistent_file_hash and nonexistent_file_ob.
4569 * files.c: Include "obstack.h".
4570 (find_file_in_dir): Before trying to open the file, look up the
4571 path name in the hash table of nonexistent files. After failing
4572 to open the file, add the path name to the hash table.
4573 (_cpp_find_file): Cache the results of looking up the file name
4574 starting with the quote and bracket chain heads, if we can.
4575 (nonexistent_file_hash_eq): New static function.
4576 (_cpp_init_files): Initialize pfile->nonexistent_file_hash and
4577 pfile->nonexistent_file_ob.
4578 (_cpp_cleanup_files): Free pfile->nonexistent_file_hash and
4579 pfile->nonexistent_file_ob.
4580
30e04921
JJ
45812007-05-14 Janis Johnson <janis187@us.ibm.com>
4582
19a9ba64 4583 * expr.c (cpp_classify_number): Warn about dfp constant for -pedantic.
5a6bb57e 4584
30e04921
JJ
4585 PR c/31924
4586 * expr.c (interpret_float_suffix): Check for invalid suffix.
4587
22a8a52d
EC
45882007-05-02 Eric Christopher <echristo@apple.com>
4589
4590 * expr.c (num_div_op): Don't overflow if the result is
4591 zero.
4592
fca35e1b
TT
45932007-05-02 Tom Tromey <tromey@redhat.com>
4594
765d600a 4595 PR preprocessor/28709
fca35e1b
TT
4596 * macro.c (paste_tokens): Remove PASTE_LEFT from the old lhs.
4597
4cd97075
MM
45982007-03-30 Michael Meissner <michael.meissner@amd.com>
4599
4600 * directives.c (lex_macro_node_from_str): Fix alloca call to be
4601 type correct.
4602
121de39f
RH
46032007-03-30 Richard Henderson <rth@redhat.com>
4604
4605 * directives.c (lex_macro_node_from_str): New.
4606 (cpp_push_definition, cpp_pop_definition): New.
4607 * include/cpplib.h (cpp_push_definition, cpp_pop_definition): Declare.
4608
4fcb360b
BM
46092007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4610
4611 * Makefile.in: Add dummy install-pdf target.
4612
67e64439
TT
46132007-01-30 Tom Tromey <tromey@redhat.com>
4614
765d600a 4615 PR preprocessor/30468
67e64439
TT
4616 * mkdeps.c (apply_vpath): Strip successive '/'s if we stripped
4617 './'.
4618
ee380365
TT
46192007-01-30 Tom Tromey <tromey@redhat.com>
4620
765d600a 4621 PR preprocessor/29966
ee380365
TT
4622 * macro.c (lex_expansion_token): Save and restore cpp_reader's
4623 cur_token.
4624 (_cpp_create_definition): Don't restore cur_token here.
4625 * lex.c (_cpp_lex_token): Added assertion.
4626
024abeb3
TT
46272007-01-27 Tom Tromey <tromey@redhat.com>
4628
4629 * configure: Rebuilt.
4630
ee1c2a10
TT
46312007-01-12 Tom Tromey <tromey@redhat.com>
4632
765d600a 4633 PR preprocessor/28227
ee1c2a10
TT
4634 * directives.c (lex_macro_node): Added 'is_def_or_undef'
4635 argument.
4636 (do_define): Update.
4637 (do_undef): Update.
4638 (do_ifdef): Update.
4639 (do_ifndef): Update.
4640
67214c16
PB
46412007-01-11 Paolo Bonzini <bonzini@gnu.org>
4642
4643 * configure: Regenerate.
4644
1aa6ca40
PB
46452007-01-11 Paolo Bonzini <bonzini@gnu.org>
4646
4647 * configure: Regenerate.
4648
705e2d28
TT
46492007-01-04 Tom Tromey <tromey@redhat.com>
4650
765d600a 4651 PR preprocessor/28165
705e2d28
TT
4652 * internal.h (cpp_in_primary_file): New function.
4653 * directives.c (do_include_next): Use cpp_in_primary_file.
4654 (do_pragma_once): Likewise.
4655 (do_pragma_system_header): Likewise.
4656
7af45bd4
ILT
46572006-12-29 Ian Lance Taylor <iant@google.com>
4658
4659 * lex.c (_cpp_clean_line): Add uses of __builtin_expect. Don't
4660 look backward at the end of the line unless we saw a backslash.
4661
9d30f270
JJ
46622006-12-29 Jakub Jelinek <jakub@redhat.com>
4663
4664 PR preprocessor/29612
4665 * directives.c (do_linemarker): Set pfile->buffer->sysp always, not
4666 only when new_sysp is non-zero.
4667
30b0edc0
TT
46682006-12-28 Tom Tromey <tromey@redhat.com>
4669
765d600a 4670 PR preprocessor/30001
30b0edc0
TT
4671 * charset.c (_cpp_convert_input): Check that to.len is greater
4672 than zero.
4673
85d9c13c
TS
46742006-11-20 Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>
4675
4676 * configure.ac (need_64bit_hwint): Need 64bit hwint for SPU.
83cc06b2 4677 * configure: Rebuilt.
85d9c13c 4678
dfafdaa6
DG
46792006-11-01 Douglas Gregor <doug.gregor@gmail.com>
4680
4681 * include/cpplib.h (enum c_lang): Add CLK_GNUCXX0X and CLK_CXX0X
4682 for experimental C++0x mode.
4683 * init.c (lang_defaults): Add defaults for C++0x modes. C++0x has
4684 adopted the preprocessor changes introduced in C99.
4685
0f45f0f5
JM
46862006-10-29 Joseph Myers <joseph@codesourcery.com>
4687
4688 * configure.ac (need_64bit_hwint): Set for i[34567]86-*-linux*
4689 depending on --enable-targets=all.
4690 * configure: Regenerate.
4691
de000d22
JJ
46922006-10-12 Jakub Jelinek <jakub@redhat.com>
4693
4694 PR preprocessor/28709
4695 * macro.c (paste_tokens): Do error reporting here, use BUF with the
4696 spelled LHS token as opposed to spelling it again.
4697 (paste_all_tokens): Don't report errors here, just break on failure.
4698
b5422ad7
BM
46992006-10-10 Brooks Moses <bmoses@stanford.edu>
4700
4701 * Makefile.in: Added empty "pdf" target.
4702
aaf50ff2
GK
47032006-09-22 Geoffrey Keating <geoffk@apple.com>
4704
4705 * configure.ac: Make need_64_bit_hwint case for x86-darwin
4706 match exactly the glob in gcc/config.gcc.
4707 * configure: Regenerate.
4708
c663e301
JM
47092006-09-13 Joseph S. Myers <joseph@codesourcery.com>
4710
4711 PR c/28768
4712 PR preprocessor/14634
4713 * lex.c (lex_string): Pedwarn for unterminated literals.
4714
f7288899
EC
47152006-09-08 Eric Christopher <echristo@apple.com>
4716
4717 * configure.ac: Add 64-bit HWI support for i?86-darwin.
4718
b52dbbf8
SE
47192006-08-14 Steve Ellcey <sje@cup.hp.com>
4720
4721 PR c++/28288
4722 PR c++/14556
4723 * include/cpplib.h: Remove <?, >?, <?=, and >?= tokens.
4724 (CPP_LAST_EQ): Change.
4725 (CPP_LAST_PUNCTUATOR): Change.
4726 * expr.c (cpp_operator): Remove MIN and MAX.
4727 (reduce): Remove CPP_MIN and CPP_MAX.
4728 (num_binary_op): Ditto.
4729 * lex.c (_cpp_lex_direct): Ditto.
4730 (cpp_avoid_paste): Remove ? as legal symbol after > or <.
4731
1c90c6f9
JJ
47322006-06-09 Jakub Jelinek <jakub@redhat.com>
4733
4734 PR preprocessor/27746
4735 * directives.c (do_pragma): Handle pragma with valid namespace
4736 and invalid name coming from macro expansion.
4737 * directives.c (destringize_and_run): Initialize next field in
4738 context.
4739
4740 PR c/27747
4741 PR c++/27748
4742 * directives.c (destringize_and_run): Set NO_EXPAND on the
4743 tokens.
4744
4745 * macro.c (_cpp_backup_tokens): Fix comment typo.
4746
5c3c3683
DJ
47472006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4748
4749 * Makefile.in (CATALOGS): Add po/ prefix.
4750 * configure: Regenerated.
4751
b2bd74bc
CD
47522006-05-23 Carlos O'Donell <carlos@codesourcery.com>
4753
4754 * Makefile.in: Add install-html target. Add install-html to .PHONY
4755
be8ac3e2
GZ
47562006-02-17 Grigory Zagorodnev <grigory_zagorodnev@linux.intel.com>
4757
4758 * macro.c (_cpp_builtin_macro_text): Handle BT_TIMESTAMP.
4759 * files.c (_cpp_get_file_stat): New function.
4760 * include/cpplib.h (builtin_type): Add BT_TIMESTAMP.
4761 * init.c (builtin_array): Add support for __TIMESTAMP__/BT_TIMESTAMP.
4762 * internal.h (_cpp_get_file_stat): Prototype.
4763 (struct cpp_buffer): Add timestamp.
4764
83900997
JJ
47652006-01-23 Jakub Jelinek <jakub@redhat.com>
4766
4767 PR preprocessor/25717
4768 * init.c (cpp_init_builtins): If __STDC__ will not change value
4769 between system headers and other sources, define it as a normal
4770 macro rather than a builtin.
4771 * macro.c (_cpp_builtin_macro_text) <case BT_STDC>: Only check
4772 cpp_in_system_header condition.
4773
47742006-01-05 Paolo Bonzini <bonzini@gnu.org>
9220c30c
PB
4775
4776 * Makefile.in: Use -MMD instead of -MD.
4777
bc4071dd
RH
47782006-01-04 Dmitry Kurochkin <dmitry.kurochkin@gmail.com>
4779 Richard Henderson <rth@redhat.com>
4780
4781 Merge from gomp branch:
4782 * directives.c (struct pragma_entry): Add is_deferred. Add ident
4783 entry to value union.
4784 (end_directive): Don't eat the line if in_deferred_pragma.
4785 (run_directive): Remove pragma hacks.
4786 (insert_pragma_entry): Remove.
4787 (new_pragma_entry): New.
4788 (register_pragma_1): Split out of register_pragma. Only handle
4789 the lookup tree and return the new entry.
4790 (cpp_register_pragma): Fill in the pragma entry here.
4791 (cpp_register_deferred_pragma): New.
4792 (register_pragma_internal): New.
4793 (_cpp_init_internal_pragmas): Use register_pragma_internal.
4794 (do_pragma): Allow pragma expansion after namespace. For deferred
4795 pragmas, don't slurp the line into a string.
4796 (destringize_and_run): Save tokens for deferred pragmas.
4797 (cpp_handle_deferred_pragma): Remove.
4798 * macro.c (builtin_macro): Remove pragma token hack.
4799 (_cpp_push_token_context): Rename from push_token_context and export.
4800 * internal.h (struct lexer_state): Add pragma_allow_expansion.
4801 (_cpp_push_token_context): Declare.
4802 * lex.c (_cpp_lex_token): Allow _cpp_handle_directive to return
4803 a token. Update the line number correctly if so.
4804 (_cpp_lex_direct): Emit CPP_PRAGMA_EOL tokens.
4805 (cpp_token_val_index): Return CPP_TOKEN_FLD_PRAGMA for pragmas.
4806 * include/cpplib.h (PRAGMA_EOL): New.
4807 (CPP_TOKEN_FLD_PRAGMA): New.
4808 (struct cpp_token): Add val.pragma.
4809 (struct cpp_options): Remove defer_pragmas.
4810 (cpp_handle_deferred_pragma): Remove.
4811 (cpp_register_deferred_pragma): Declare.
4812
d09e893f
JJ
48132006-01-01 Jakub Jelinek <jakub@redhat.com>
4814
4815 PR c++/25294
4816 * directives.c (do_pragma): If pragma line ends with multi-line
4817 block comment, end the saved deferred pragma string before that
4818 comment. Handle embedded '\0' chars on the pragma line.
4819
ab84748a
VR
48202005-12-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
4821
4822 PR c++/23333
4823 * include/cpplib.h: Add PURE_ZERO to flags for the cpp_token structure.
4824
ad6ed77e
JG
48252005-12-07 Jon Grimm <jgrimm2@us.ibm.com>
4826 Ben Elliston <bje@au.ibm.com>
4827
4828 * include/cpplib.h (CPP_N_DFLOAT): New.
4829 * expr.c (interpret_float_suffix): Identify df, dd, and dl
4830 suffixes as decimal floating point constants.
4831 (cpp_classify_number): Disallow hexadecimal DFP constants.
4832
ba096620 48332005-11-14 Gerald Pfeifer <gerald@pfeifer.com>
bc4071dd 4834 Ian Lance Taylor <ian@airs.com>
ba096620
GP
4835
4836 * include/cpplib.h (struct cpp_callbacks): Annotate error with
4837 ATTRIBUTE_FPTR_PRINTF(3,0) instead of ATTRIBUTE_PRINTF(3,0).
4838
456b8ce5
UB
48392005-11-09 Per Bothner <per@bothner.com>
4840 Uros Bizjak <uros@kss-loka.si>
f7288899 4841
456b8ce5
UB
4842 PR c/24101
4843 * init.c (read_original_filename): Temporarily set
4844 state.in_directive before calling _cpp_lex_direct for
4845 CPP_HASH tokens.
4846
5571f74f
JW
48472005-11-03 James E Wilson <wilson@specifix.com>
4848
4849 PR preprocessor/24202
4850 * files.c (_cpp_pop_file_buffer): Set buffer_valid to false.
4851
a63607ed
JM
48522005-11-04 Joseph S. Myers <joseph@codesourcery.com>
4853
4854 * include/cpplib.h (struct cpp_callbacks): Make error take
4855 va_list* parameter.
4856 * errors.c (cpp_error): Update call to callback.
4857
651ed942
AP
48582005-11-03 Andrew Pinski <pinskia@physics.uc.edu>
4859
4860 PR preprocessor/22042
4861 * macro.c (_cpp_builtin_macro_text): Lower the needed max
4862 buffer size.
4863 (cpp_quote_string): Don't octalify non printable
4864 charactors.
4865
178b58b5
JM
48662005-11-03 Joseph S. Myers <joseph@codesourcery.com>
4867
4868 PR c++/17964
4869 * include/cpplib.h (struct cpp_options): Add client_diagnostic.
4870 (struct cpp_callbacks): Add error.
4871 * errors.c (cpp_error): If client_diagnostic, use error callback.
4872 * charset.c (convert_escape): Don't use %03o in diagnostic.
4873
3ee5ed11 48742005-10-21 James E Wilson <wilson@specifix.com>
6568f34b
JW
4875
4876 PR preprocessor/15220
4877 * files.c (_cpp_find_file): New parameter angle_brackets. Fix all
4878 callers. Pass to open_file_failed.
4879 (open_file_failed): New parameter angle_brackets. Fix all callers.
4880 Use in print_dep assignment.
4881 * init.c (cpp_read_main_file): Pass additional arg to _cpp_find_file.
4882 * internal.h (_cpp_find_file): Add new parm to declaration.
f7288899 4883
077fc835
KH
48842005-10-08 Kazu Hirata <kazu@codesourcery.com>
4885
4886 * configure.ac: Require 64-bit int for arm*-*-*eabi*.
4887 * configure: Regenerate.
4888
cbc43ae0
ILT
48892005-10-04 Ian Lance Taylor <ian@airs.com>
4890
4891 PR preprocessor/13726
4892 * directives.c (check_eol_return_comments): New static function.
4893 (parse_include): Add buf parameter. Change all callers.
4894 (do_include_common): If not discard comments, turn on
4895 save_comments. Pass collected comments to include callback.
4896 * include/cpplib.h (struct cpp_callbacks): Add new parameter to
4897 include callback: cpp_token list.
4898
af15a2fe
JM
48992005-09-20 Joseph S. Myers <joseph@codesourcery.com>
4900
4901 * include/cpplib.h (struct cpp_options): Add extended_identifiers.
4902 * init.c (struct lang_flags, lang_defaults): Add
4903 extended_identifiers.
4904 (cpp_set_lang): Use it.
4905 * lex.c (forms_identifier_p): Check extended_identifiers.
4906
f5eab47e
JJ
49072005-08-30 Jakub Jelinek <jakub@redhat.com>
4908
4909 PR preprocessor/20348
4910 PR preprocessor/20356
4911 * files.c (_cpp_find_file, search_cache): Revert 2004-06-26 and
4912 2004-06-05 changes.
4913
467129e6
KG
49142005-07-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4915
4916 * configure.ac (ACX_PROG_CC_WARNING_OPTS): add
4917 -Wmissing-format-attribute.
4918
4919 * configure: Regenerate.
4920
200031d1
KC
49212005-06-29 Kelley Cook <kcook@gcc.gnu.org>
4922
4923 * all files: Update FSF address in copyright headers.
4924 * makeucnid.c (write_copyright): Update outputted FSF address.
4925
f610dd5f
ZW
49262005-06-13 Zack Weinberg <zack@codesourcery.com>
4927
4928 * configure.ac: Invoke ZW_CREATE_DEPDIR and
4929 ZW_PROG_COMPILER_DEPENDENCIES.
4930 * aclocal.m4, configure: Regenerate.
4931 * Makefile.in (DEPMODE, DEPDIR, depcomp, COMPILE.base, COMPILE):
4932 New variables.
4933 (distclean): Clean up $(DEPDIR) and its contents.
4934 (.c.o): Use $(COMPILE).
4935 Include $(DEPDIR)/*.Po for most object->header dependencies.
4936
c3f829c1
GDR
49372005-05-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
4938
4939 * configure.ac: Check declarations for asprintf and vasprintf.
4940 * config.in: Regenerate.
4941 * configure: Likewise.
4942
4943 * charset.c (conversion_loop): Use XRESIZEVEC.
4944 (convert_no_conversion): Likewise.
4945 (convert_using_iconv): Likewise.
4946 (init_iconv_desc): Cast return value of alloca.
4947 (cpp_host_to_exec_charset): Use XNEWVEC.
4948 (emit_numeric_escape): Use XRESIZEVEC.
4949 (cpp_interpret_string): Use XNEWVEC.
4950 (cpp_interpret_string): Use XRESIZEVEC.
4951 (_cpp_interpret_identifier): Cast return value of alloca.
4952 (_cpp_convert_input): Use XNEWVEC and XRESIZEVEC.
4953 * directives.c (glue_header_name): Use XNEWVEC and XRESIZEVEC.
4954 (parse_include): Use XNEWVEC.
4955 (insert_pragma_entry): Rename local variable "new" to
f610dd5f 4956 "new_entry".
c3f829c1
GDR
4957 (save_registered_pragmas): Cast return value of xmemdup.
4958 (destringize_and_run): Same for alloca.
4959 (parse_assertion): Likewise.
4960 (do_assert): Cast allocated storage to proper type.
4961 (cpp_define): Likewise.
4962 (_cpp_define_builtin): Likewise.
4963 (cpp_undef): Likewise.
4964 (handle_assertion): Likewise.
4965 (cpp_push_buffer): Rename local variable "new" to "new_buffer".
4966 * expr.c (CPP_UPLUS): Cast value to type cpp_ttype.
4967 (CPP_UMINUS): Likewise.
4968 (struct cpp_operator): Rename from struct operator.
4969 (_cpp_expand_op_stack): Use XRESIZEVEC.
4970 * files.c (pch_open_file): Use XNEWVEC.
4971 (pch_open_file): Use XRESIZEVEC.
4972 (read_file_guts): Use XNEWVEC and XRESIZEVEC.
4973 (dir_name_of_file): Use XNEWVEC.
4974 (make_cpp_file): Use XCNEW.
4975 (make_cpp_dir): Likewise.
4976 (allocate_file_hash_entries): USE XNEWVEC.
4977 (cpp_included): Cast return value of htab_find_with_hash.
4978 (append_file_to_dir): Use XNEWVEC.
4979 (read_filename_string): Likewise. Use XRESIZEVEC too.
4980 (read_name_map): Cast return value of alloca. Use XRESIZEVEC.
4981 (remap_filename): Use XNEWVEC.
4982 (struct pchf_entry): Move definition out of struct pchf_data.
4983 (_cpp_save_file_entries): Use XCNEWVAR.
4984 (_cpp_read_file_entries): Use XNEWVAR.
4985 * identifiers.c (alloc_node): Use XOBNEW.
4986 * init.c (cpp_create_reader): Use XCNEW.
4987 (cpp_init_builtins): Cast of b->value to enum builtin_type.
4988 (read_original_directory): Cast return value of alloca.
4989 * lex.c (add_line_note): Use XRESIZEVEC.
4990 (warn_about_normalization): Use XNEWVEC.
4991 (_cpp_lex_direct): Cast node->directive_index to (enum cpp_ttype).
4992 (new_buff): Use XNEWVEC.
4993 * line-map.c (linemap_add): Use XRESIZEVEC.
4994 * macro.c (builtin_macro): Cast return value of alloca.
4995 (paste_tokens): Likewise.
4996 (expand_arg): Use XNEWVEC and XRESIZEVEC.
4997 (_cpp_save_parameter): Use XRESIZEVEC.
4998 (create_iso_definition): Cast allocated storage to proper type.
4999 (_cpp_create_definition): Likewise.
5000 (cpp_macro_definition): Use XRESIZEVEC.
5001 * makedepend.c (add_clm): Use XNEW.
5002 (add_dir): Likewise.
5003 * mkdeps.c (munge): Use XNEWVEC.
5004 (deps_init): Use XCNEW.
5005 (deps_add_target): Use XRESIZEVEC.
5006 (deps_add_default_target): Cast return value of alloca.
5007 (deps_add_dep): Use XRESIZEVEC.
5008 (deps_add_vpath): Likewise. Use XNEWVEC too.
5009 (deps_restore): Likewise.
5010 * pch.c (save_idents): Use XNEW and XNEWVEC.
5011 (cpp_save_state): Use XNEW.
5012 (count_defs): Cast return value of htab_find.
5013 (write_defs): Likewise.
5014 (cpp_write_pch_deps): Use XNEWVEC.
5015 (collect_ht_nodes): Use XRESIZEVEC.
5016 (cpp_valid_state): Use XNEWVEC.
5017 (save_macros): Use XRESIZEVEC. Cast return value of xmemdup.
5018 * symtab.c (ht_create): Use XCNEW.
5019 (ht_lookup_with_hash): Cast return value of obstack_copy0.
5020 (ht_expand): Use XCNEWVEC.
5021 * system.h (HAVE_DESIGNATED_INITIALIZERS): False if __cplusplus.
5022 (bool): Do not define if __cplusplus.
5023
1ed17cd5
ZW
50242005-05-12 Zack Weinberg <zack@codesourcery.com>
5025
5026 * directives.c (#sccs table entry): Mark IN_I, consistent with #ident.
5027 (do_sccs): Delete function definition, #define to do_ident.
5028 (do_ident): Don't hardwire directive name.
5029
5a8c20ce
RK
50302005-05-12 Ryota Kunisawa <kunisawa@access.co.jp>
5031
5032 PR bootstrap/21230
5033 * configure: Regenerate.
5034
473c5bc9
AP
50352005-04-27 Andris Pavenis <pavenis@latnet.lv>
5036
5037 * files.c: Include io.h for DJGPP to get prototype of setmode.
5038
c1fc5047
PB
50392005-04-19 Per Bothner <per@bothner.com>
5040
5041 PR preprocessor/20907
5042 * line-map.c (linemap_line_start): Fix bug when we need to increse
5043 column_bits but can re-use the current line_map.
5044
042630ad
KG
50452005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5046
5047 * system.h (fopen, fdopen, freopen): Define these to the unlocked
5048 libiberty functions.
5049
0d667716
KG
50502005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5051
5052 * configure.ac (libcpp_UNLOCKED_FUNCS): New.
5053 (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for libcpp_UNLOCKED_FUNCS.
5054 * system.h (putchar, getc, getchar, clearerr, feof, fileno,
5055 fflush, fgetc, fgets, ferror, fread): Redefine to the associated
5056 _unlocked function.
5057 (fwrite_unlocked): Fix prototype.
1ed17cd5 5058
0d667716
KG
5059 * configure, config.in: Regenerate.
5060
cae064e7
JJ
50612005-04-05 Jakub Jelinek <jakub@redhat.com>
5062
5063 PR preprocessor/19475
5064 * macro.c (create_iso_definition): For < ISO C99, don't
5065 pedwarn if there is no whitespace between macro name and its
5066 replacement, but the replacement starts with a basic character
5067 set character.
5068
cbada204
AJ
50692005-03-28 Andreas Jaeger <aj@suse.de>
5070
5071 * lex.c (warn_about_normalization): Cast field width to int to
5072 avoid warning.
5073
f42eccdb
JM
50742005-03-19 Joseph S. Myers <joseph@codesourcery.com>
5075
5076 * configure.ac: Consistently use solaris2.1[0-9]* instead of
5077 solaris2.1[0-9].
5078 * configure: Regenerate.
5079
c79e602b
GK
50802005-03-15 Geoffrey Keating <geoffk@apple.com>
5081
5082 * charset.c (_cpp_valid_ucn): In identifiers, reject a partial
5083 UCN rather than printing an error.
5084
50668cf6
GK
50852005-03-14 Geoffrey Keating <geoffk@apple.com>
5086
6baba9bb
GK
5087 * lex.c (forms_identifier_p): Disable UCNs in C89 mode.
5088
50892005-03-14 Geoffrey Keating <geoffk@apple.com>
1ed17cd5 5090
50668cf6
GK
5091 * init.c (cpp_create_reader): Default warn_normalize to normalized_C.
5092 * charset.c: Update for new format of ucnid.h.
5093 (ucn_valid_in_identifier): Update for new format of ucnid.h.
5094 Add NST parameter, and update it; update callers.
5095 (cpp_valid_ucn): Add NST parameter, update callers. Replace abort
5096 with cpp_error.
5097 (convert_ucn): Pass normalize_state to cpp_valid_ucn.
5098 * internal.h (struct normalize_state): New.
5099 (INITIAL_NORMALIZE_STATE): New.
5100 (NORMALIZE_STATE_RESULT): New.
5101 (NORMALIZE_STATE_UPDATE_IDNUM): New.
5102 (_cpp_valid_ucn): New.
5103 * lex.c (warn_about_normalization): New.
5104 (forms_identifier_p): Add normalize_state parameter, update callers.
5105 (lex_identifier): Add normalize_state parameter, update callers. Keep
5106 the state current.
5107 (lex_number): Likewise.
5108 (_cpp_lex_direct): Pass normalize_state to subroutines. Check
5109 it with warn_about_normalization.
5110 * makeucnid.c: New.
5111 * ucnid.h: Replace.
5112 * ucnid.pl: Remove.
5113 * ucnid.tab: Make appropriate for input to makeucnid.c. Remove
5114 comments about obsolete version of C++.
5115 * include/cpplib.h (enum cpp_normalize_level): New.
5116 (struct cpp_options): Add warn_normalize field.
5117
47e20491
GK
51182005-03-11 Geoffrey Keating <geoffk@apple.com>
5119
5120 * directives.c (glue_header_name): Update call to cpp_spell_token.
5121 * internal.h (_cpp_interpret_identifier): New.
5122 * charset.c (_cpp_interpret_identifier): New.
5123 (_cpp_valid_ucn): Allow UCN version of '$'.
5124 * lex.c (lex_identifier): Add extra parameter to indicate if initial
5125 character was '$' or '\'. Support identifiers with UCNs.
5126 (forms_identifier_p): Allow UCNs.
5127 (_cpp_lex_direct): Pass extra parameter to lex_identifier.
5128 (utf8_to_ucn): New.
5129 (cpp_spell_token): Add FORSTRING parameter. Use it.
5130 (cpp_token_as_text): Update call to cpp_spell_token.
5131 (cpp_output_token): Write UCNs back out.
5132 (stringify_arg): Update call to cpp_spell_token.
5133 (paste_tokens): Likewise.
5134 (cpp_macro_definition): Likewise.
5135 * macro.c (stringify_arg): Likewise.
5136 (paste_tokens): Likewise.
5137 (cpp_macro_definition): Likewise.
5138 * include/cpplib.h: Add parameter to cpp_spell_token.
5139
73096711
JJ
51402005-03-04 Jakub Jelinek <jakub@redhat.com>
5141
5142 PR bootstrap/20282
5143 PR bootstrap/20305
5144 * macro.c (replace_args, cpp_get_token): Copy whole
5145 cpp_token_u instead of just cpp_string field from it.
5146
2203a881
DP
51472005-02-28 Devang Patel <dpatel@apple.com>
5148
5149 * directives.c (do_line): Save sysp early before line table is
5150 realloc'ed.
1ed17cd5 5151
c5ff069d
ZW
51522005-02-20 Zack Weinberg <zack@codesourcery.com>
5153
5154 PR 18785
5155 * charset.c (LAST_POSSIBLY_BASIC_SOURCE_CHAR): New helper macro.
5156 (cpp_host_to_exec_charset): New function.
5157 * include/cpplib.h: Declare cpp_host_to_exec_charset.
5158
04c90eea
DP
51592005-02-19 Devang Patel <dpatel@apple.com>
5160
5161 * charset.c (_cpp_convert_input): Check '\r' before inserting
5162 '\n' at the end.
c5ff069d 5163
6da55c00
EC
51642005-02-15 Eric Christopher <echristo@redhat.com>
5165
5166 PR preprocessor/19077
5167 * macro.c (cpp_macro_definition): Move handling of whitespace
5168 to PREV_WHITE conditional. Remove overloading of len
5169 variable.
5170
31c3e631
KH
51712005-02-14 Kazu Hirata <kazu@cs.umass.edu>
5172
5173 * directives.c, files.c, init.c, internal.h, macro.c, pch.c,
5174 traditional.c: Update copyright.
5175
be0f1e54
PB
51762005-02-14 Paolo Bonzini <bonzini@gnu.org>
5177
5178 PR bootstrap/19818
5179 * configure.ac: Check for declaration of basename and getopt.
5180 * config.in: Regenerate.
5181 * configure: Regenerate.
5182 * internal.h (ustrcspn): New.
5183 * macro.c (create_iso_definition): Fix allocation of memory.
5184 (padding_token): Add cast to remove const-ness.
5185 * pch.c (cpp_read_state): Use ustrcspn.
5186
ecddfb39
MS
51872005-02-08 Mike Stump <mrs@apple.com>
5188
5189 * files.c (pchf_adder): Remove.
5190 (struct pchf_adder_info): Likewise.
5191 (_cpp_save_file_entries): Write out all files so that #import works.
5192
9fcdd891
JM
51932005-01-23 Joseph S. Myers <joseph@codesourcery.com>
5194
5195 * configure: Regenerate.
5196
ecfd72e7
TS
51972005-01-11 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
5198
5199 * include/cpplib.h (c_lang): Fix comment to say cpp_create_reader.
5200
6c25a4f7 5201 * include/cpplib.h: Also update copyright years.
c5ff069d 5202
942926ad
GK
52032005-01-03 Geoffrey Keating <geoffk@apple.com>
5204
5205 * files.c (_cpp_find_file): Add files found by search_path_exhausted
5206 to the list of all files.
5207
a2566ae9
GDR
52082005-01-01 Gabriel Dos Reis <gdr@integrable-solutions.net>
5209
5210 * internal.h: Update references to Cpp lib filenames.
5211 * directives.c: Likewise.
5212 * init.c: Likewise.
5213 * macro.c: Likewise.
5214 * traditional.c: Likewise.
5215
1b449375
EB
52162004-12-15 Eric Botcazou <ebotcazou@libertysurf.fr>
5217
5218 PR preprocessor/15167
5219 * files.c (destroy_cpp_file): New function.
5220 (should_stack_file): Make a new file if the
5221 compared file is still stacked.
5222
28303828
NN
52232004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5224
c5ff069d 5225 PR preprocessor/17610
28303828
NN
5226 * directives.c (do_include_common): Error out if an empty filename
5227 is given for #include (or #include_next or #import).
5228
c812785a
RS
52292004-11-27 Roger Sayle <roger@eyesopen.com>
5230 Zack Weinberg <zack@codesourcery.com>
5231
5232 * internal.h: Replace all uses of uchar with unsigned char.
5233 * include/cpp-id-data.h: Likewise. Guard typedef of uchar
5234 with !IN_GCC, so uchar is only defined whilst building libcpp.
5235
f91eaa01
KC
52362004-11-24 Kelley Cook <kcook@gcc.gnu.org>
5237
5238 * aclocal.m4: Regenerate.
5239
f78ce0c2
RS
52402004-11-24 Roger Sayle <roger@eyesopen.com>
5241
5242 PR preprocessor/15824
5243 * configure.ac: Correct HAVE_UCHAR test to #include <sys/types.h>
5244 directly, instead of the non-existant "system.h" and "ansidecl.h".
5245 * configure: Regenerate.
5246
b5b3e36a 52472004-11-23 Daniel Jacobowitz <dan@codesourcery.com>
c5ff069d 5248 Joseph Myers <joseph@codesourcery.com>
b5b3e36a
DJ
5249
5250 * internal.h (struct lexer_state): Add in_deferred_pragma.
5251 * directives.c (struct pragma_entry): Add allow_expansion.
5252 (insert_pragma_entry): Take allow_expansion flag.
5253 (register_pragma): Likewise.
5254 (cpp_register_pragma): Likewise.
5255 (_cpp_init_internal_pragmas): Update calls to cpp_register_pragma.
5256 (do_pragma): Honor allow_expansion.
5257 (cpp_handle_deferred_pragma): Set in_deferred_pragma.
5258 * include/cpplib.h (cpp_register_pragma): Update prototype.
5259
a8e68029 52602004-11-18 Daniel Jacobowitz <dan@codesourcery.com>
c5ff069d 5261 Mark Mitchell <mark@codesourcery.com>
a8e68029
DJ
5262
5263 * configure.ac (i[34567]86-*-solaris2.1[0-9]*): Set
5264 need_64bit_hwint=yes.
5265 * configure: Regenerate.
5266
50f47ee0
JM
52672004-11-09 Joseph S. Myers <joseph@codesourcery.com>
5268
5269 * Makefile.in ($(PACKAGE).pot): New rule. Depend on
5270 po/$(PACKAGE).pot.
5271 (po/$(PACKAGE).pot): Use ":" instead of "," in --keyword
5272 arguments. Add keywords _, N_, SYNTAX_ERROR and SYNTAX_ERROR2.
5273 Remove local srcdir path from generated file.
5274
968e08d6 52752004-11-04 Zack Weinberg <zack@codesourcery.com>
c5ff069d 5276 Gerald Pfeifer <gerald@pfeifer.com>
968e08d6
ZW
5277
5278 * internal.h (HAVE_ICONV): Undefine if we do not have HAVE_ICONV_H
5279 as well.
5280
3da3d587
ZW
52812004-10-27 Zack Weinberg <zack@codesourcery.com>
5282
5283 PR 18075
5284 * directives.c (do_pragma): Do not defer pragmas which are unknown.
5285 (cpp_handle_deferred_pragma): Add cast to silence warning.
5286
ac24fc25
JM
52872004-10-14 Joseph S. Myers <jsm@polyomino.org.uk>
5288
5289 * errors.c (_cpp_begin_message): Print "error: " for errors.
5290
7731405b
AJ
52912004-10-10 Andreas Jaeger <aj@suse.de>
5292
5293 * makedepend.c: Include mkdeps.h for prototype of deps_add_vpath.
5294 * Makefile.in (makedepend.o): Add dependency on mkdeps.h.
5295
646544e3
AP
52962004-10-08 Andrew Pinski <pinskia@physics.uc.edu>
5297
5298 * pch.c (cpp_write_pch_state): Remove variable z as it is not
5299 used.
5300 (cpp_read_state): Remove unused variables, m, d and mac_count.
5301
67a74146
PB
53022004-09-29 Per Bothner <per@bothner.com>
5303
5304 * directives.c (cpp_handle_deferred_pragma): Save, clear and restore
5305 cb.line_change. Otherwise do_pragma will call the line_change
5306 call-back with a meaningless line number.
5307
018a4785
ZW
53082004-09-24 Zack Weinberg <zack@codesourcery.com>
5309
5310 * configure.ac: Move AC_PROG_MAKE_SET, AC_PROG_INSTALL to
5311 programs cluster. Use ACX_PROG_CC_WARNING_OPTS,
5312 ACX_PROG_CC_WARNING_ALMOST_PEDANTIC, ACX_PROG_CC_WARNINGS_ARE_ERRORS.
5313 * aclocal.m4, configure: Regenerate.
5314 * init.c: Include localedir.h.
5315 * Makefile.in (WARN_CFLAGS, ALL_CFLAGS): New variables.
5316 (DEFS): Delete.
5317 (.c.o): Use $(ALL_CFLAGS).
5318 (localedir.h, localedir.hs): New rules.
5319 (clean): Use rm -rf to remove directories.
5320 (distclean): Also delete localedir.h and localedir.hs.
5321 (init.o): Update dependencies.
5322
88fa57d7
KC
53232004-09-22 Kelley Cook <kcook@gcc.gnu.org>
5324
5325 * Makefile.in (aclocal.m4): Update dependencies.
5326 * configure.ac (AC_CONFIG_MACRO_DIR): New.
5327 * aclocal.m4, configure: Regenerate.
5328
8f8e9aa5
ZW
53292004-09-17 Zack Weinberg <zack@codesourcery.com>
5330
a29f62d9
ZW
5331 * charset.c (_cpp_destroy_iconv, emit_numeric_escape)
5332 (_cpp_convert_input, _cpp_default_encoding): Add comments.
5333 Some other comments in this file also tweaked.
5334
8f8e9aa5
ZW
5335 * directives.c (do_pragma): Save current buffer position
5336 before lexing the pragma keywords; don't call
5337 _cpp_backup_tokens in the defer_pragmas case.
5338
a2981930
PB
53392004-09-15 Per Bothner <per@bothner.com>
5340
5341 * include/line-map.h (line_map_start): Add parameter names so
5342 preceding comment makes sense.
5343 (linemap_add): Remove from comment mention of non-existing parameter.
5344
21b11495
ZW
53452004-09-09 Matt Austern <austern@apple.com>
5346 Zack Weinberg <zack@codesourcery.com>
5347
5348 * include/cpplib.h (TTYPE_TABLE): Remove CPP_ and SPELL_
5349 prefixes throughout. Add entry for PRAGMA. Remove
5350 unnecessary "= 0" from EQ.
5351 (enum cpp_ttype): Adjust OP and TK definitions to restore
5352 prefixes, via token-paste.
5353 (CPP_LAST_EQ, CPP_FIRST_DIGRAPH, CPP_LAST_PUNCTUATOR, CPP_LAST_CPP_OP):
5354 Change from #defines to additional cpp_ttype enumerators.
5355 (struct cpp_options): Add defer_pragmas.
5356 (cpp_handle_deferred_pragma): Prototype new interface.
5357
5358 * internal.h (struct cpp_reader): Add directive_result.
5359 * directives.c (struct pragma_entry): Add is_internal field;
5360 give boolean fields type bool.
5361 (start_directive): Initialize pfile->directive_result.type.
5362 (_cpp_do__Pragma): Likewise.
5363 (run_directive): Do not crash if pfile->buffer->prev is NULL.
5364 (insert_pragma_entry): Add 'internal' argument; set new->is_internal
5365 from it.
5366 (register_pragma): New static function, bulk of former
5367 cpp_register_pragma here; add 'internal' argument, pass along
5368 to insert_pragma_entry.
5369 (cpp_register_pragma): Now a wrapper around register_pragma which
5370 always passes false for 'internal' argument.
5371 (_cpp_init_internal_pragmas): Call register_pragma directly, passing
5372 true for 'internal'.
5373 (do_pragma): If CPP_OPTION (pfile, defer_pragmas) and this isn't
5374 an internal pragma, save text till the end of the line as a CPP_PRAGMA
5375 token instead of executing the pragma.
5376 (cpp_handle_deferred_pragma): New interface.
5377 * lex.c (token_spellings): Adjust OP and TK definitions to
5378 match changes to cpplib.h.
5379 (_cpp_lex_token): Check for a directive-result token and
5380 return it if present.
5381 (cpp_token_val_index): Handle CPP_PRAGMA.
5382 * macro.c (cpp_builtin_macro_text): Correct comment.
5383 (builtin_macro): Handle directive-result tokens from _cpp_do__Pragma.
5384
0fd9e8dd
SB
53852004-09-06 Serge Belyshev <belyshev@lubercy.com>
5386
5387 PR preprocessor/14699
5388 * symtab.c (ht_dump_statistics): Change type of sum_of_squares
5389 from size_t to double.
5390
39b8ce7f
AS
53912004-08-28 Andreas Schwab <schwab@suse.de>
5392 Andreas Jaeger <aj@suse.de>
5393
5394 * configure.ac: Set PACKAGE correctly.
5395 * configure: Regenerated.
5396
5d1f4b27
PB
53972004-08-25 Paolo Bonzini <bonzini@gnu.org>
5398
5399 * Makefile.in: Add back top_builddir.
5400
078e3ffe
PB
54012004-08-25 Paolo Bonzini <bonzini@gnu.org>
5402
5403 * configure.ac: Replace Automake macro invocations
5404 with manual Autoconf checks and substitutions.
5405 * configure: Regenerate.
5406 * aclocal.m4: Regenerate.
5407 * config.in: Regenerate.
5408 * Makefile.am: Removed.
5409 * Makefile.in: Heavy simplification and reorganization.
5410
b3f8d95d
MM
54112004-08-09 Mark Mitchell <mark@codesourcery.com>
5412
5413 * configure.ac (arm*-*-eabi*): New target.
5414 (arm*-*-symbianelf*): Likewise.
5415 * configure: Regenerated.
5416
72bb2c39
BI
54172004-07-24 Bernardo Innocenti <bernie@develer.com>
5418
5419 * internal.h (xnew, xcnew, xnewvec, xcnewvec, xobnew): Remove.
5420 * directives.c: Use XNEW-family macros from libiberty.
5421 * lex.c: Likewise.
5422 * macro.c: Likewise.
5423 * cpplib.h (cpp_deps_style): Export enum with name.
5424
21b11495 54252004-07-23 Matthias Klose <doko@debian.org>
72bb2c39 5426
21b11495 5427 * init.c (init_library): Use PACKAGE for the text domain.
85eac2a0 5428
a23ee064
AP
54292004-07-16 Andris Pavenis <pavenis@latnet.lv>
5430
5431 PR preprocessor/16366
5432 * internal.h (struct cpp_reader): New field dir_hash.
5433 * files.c (make_cpp_dir): Use dir_hash, not file_hash.
5434 (_cpp_init_files, _cpp_cleanup_files): Update for new field.
5435
a09d4744
NB
54362004-07-04 Neil Booth <neil@duron.akihabara.co.uk>
5437
5438 PR preprocessor/16192
5439 PR preprocessor/15913
5440 PR preprocessor/15572
5441 * expr.c (_cpp_parse_expr): Handle remaining cases where an
5442 expression is missing.
5443 * init.c (post_options): Traditional cpp doesn't do // comments.
5444
f58f7def
PB
54452004-06-30 Per Bothner <per@bothner.com>
5446
5447 * include/line-map.h (fileline): Remove old typedef.
5448 * internal.h (struct cpp_reader): Use source_location typedef instead.
5449
e83d8d43
ZW
54502004-06-26 Zack Weinberg <zack@codesourcery.com>
5451
5452 Partially revert patch of 2004-06-05.
5453 * files.c (search_cache): Remove pfile argument. Don't check
5454 for file that would be found by "" or <> search here...
5455 (_cpp_find_file): ...do it here, before calling find_file_in_dir.
5456 Do not apply directory-of-current-file correction to files
5457 found by this check. Rearrange code slightly.
5458
c0d578e6
GK
54592004-06-21 Geoffrey Keating <geoffk@apple.com>
5460
5461 * files.c (should_stack_file): Correct swapped parameters to call
5462 to cb.read_pch.
5463 * pch.c (cpp_valid_state): Handle -fpreprocessed.
5464
159d5224
PB
54652004-06-15 Paolo Bonzini <bonzini@gnu.org>
5466
5467 * Makefile.in: Regenerate with automake 1.8.5.
5468 * aclocal.m4: Likewise.
5469 * configure: Regenerate.
5470
2fac9c01
ZW
54712004-06-11 Zack Weinberg <zack@codesourcery.com>
5472
5473 * configure.ac: Don't invoke ACX_HEADER_STDBOOL.
5474 * configure, config.in: Regenerate.
5475 * system.h: Unconditionally define bool as unsigned char,
5476 BOOL_BITFIELD as unsigned int.
5477 * .cvsignore: New file.
5478
d8044160
GK
54792004-06-09 Geoffrey Keating <geoffk@apple.com>
5480
5481 * traditional.c (push_replacement_text): Set macro->traditional.
5482 (save_replacement_text): Likewise.
5483 * pch.c (cpp_write_pch_state): Don't write list of defined macros.
5484 (struct save_macro_item): Delete.
5485 (struct save_macro_data): Use a character array not the previous
5486 structured format.
5487 (save_macros): Save macro as text not as internal structures.
5488 (cpp_prepare_state): Update for changes to save_macro_data.
5489 (cpp_read_state): Don't read macros defined in PCH. Restore
2cf22451 5490 -D macros as text.
d8044160
GK
5491 * macro.c (create_iso_definition): Honour alloc_subobject.
5492 Clear traditional flag.
5493 (_cpp_create_definition): Honour alloc_subobject.
5494 * lex.c (cpp_token_val_index): New.
5495 * internal.h: Include cpp-id-data.h.
5496 (uchar): Move definition to cpp-id-data.h.
5497 (U): Likewise.
5498 (cpp_macro): Likewise.
5499 * directives.c (struct answer): Move to cpp-id-data.h.
5500 (do_assert): Honour alloc_subobject.
2cf22451
ZW
5501
5502 * include/symtab.h (struct ht): Add field 'alloc_subobject'.
5503 * include/cpplib.h (struct cpp_string): Add GTY marker.
5504 (enum cpp_token_fld_kind): New.
5505 (struct cpp_token): Add GTY markers.
5506 (cpp_token_val_index): Prototype.
5507 (CPP_HASHNODE_VALUE_IDX): New.
5508 (struct cpp_hashnode): Don't skip fields of 'value' when marking.
5509 * include/cpp-id-data.h: New file.
d8044160 5510
0ca8e815
PB
55112004-06-09 Paolo Bonzini <bonzini@gnu.org>
5512
5513 * Makefile.am (all-local): New.
5514 * Makefile.in: Regenerate.
5515
b51fa00f
RS
55162004-06-06 Roger Sayle <roger@eyesopen.com>
5517
5518 * Makefile.am (LIBICONV): Declare.
5519 (makedepend_LDADD): Use LIBICONV.
5520 * Makefile.in: Regenerate.
5521
5e2f3f39
AP
55222004-06-05 Andrew Pinski <pinskia@physics.uc.edu>
5523
5524 * Makefile.am (LIBINTL): Declare
5525 (makedepend_LDADD): Use LIBINTL.
5526 * Makefile.in: Regenerate.
5527
c6e83800
ZW
55282004-06-05 Zack Weinberg <zack@codesourcery.com>
5529
5530 * Makefile.am: Add makedepend.
5531 * Makefile.in, aclocal.m4: Regenerate.
5532 * charset.c: Insert a space to avoid a warning.
5533 * directives.c: Include mkdeps.h.
5534 (_cpp_handle_directive): Reenable macro expander if appropriate.
5535 (undefine_macros): Inline body of _cpp_free_definition for speed.
5536 Do not call undef callback or _cpp_warn_if_unused_macro.
5537 (cpp_get_deps): New interface.
5538 * files.c (search_cache): Add pfile argument. Check for file
5539 that would be found by "" or <> search here...
5540 (_cpp_find_file): ...not here. Correct recorded start_dir of
5541 files found by directory-of-current-file search that would be
5542 found by "" or <> search.
5543 * init.c (cpp_add_dependency_target): Delete.
5544 * internal.h (struct lexer_state): Add discarding_output flag.
5545 * lex.c (lex_identifier): Compute hash function while scanning.
5546 * macro.c (cpp_scan_nooutput): Disable macro expansion outside
5547 directives.
5548 * makedepend.c: New file.
5549 * mkdeps.c (struct deps): Add vpath vector.
5550 (apply_vpath, deps_add_vpath): New function.
5551 (deps_free): Free vpath vector.
5552 (deps_add_dep, deps_add_target): Use apply_vpath.
5553 * symtab.c (calc_hash): Use HT_HASHSTEP and HT_FINISH.
5554 (ht_lookup_with_hash): New function.
5555 * cpplib.h, mkdeps.h: Update prototypes.
5556 * symtab.h: Update prototypes.
5557 (HT_HASHSTEP, HT_FINISH): New macros.
5558
b453c95f
GK
55592004-05-29 Geoffrey Keating <geoffk@apple.com>
5560
5561 * symtab.c (ht_create): Set entries_owned.
5562 (ht_destroy): Honour entries_owned.
5563 (ht_expand): Likewise.
5564 (ht_load): New.
2cf22451
ZW
5565 * include/symtab.h (struct ht): New field 'entries_owned'
5566 (ht_load): New prototype.
b453c95f 5567
963e23c5
PB
55682004-05-26 Paolo Bonzini <bonzini@gnu.org>
5569
5570 PR bootstrap/15651
5571 * configure.ac: Fix m4 quoting when picking
5572 the size of HOST_WIDE_INT.
5573 * configure: Regenerate.
5574
0429bc77
PB
55752004-05-25 Paolo Bonzini <bonzini@gnu.org>
5576
5577 * Makefile.am: the correct directory for
5578 gettext include files is given by @INCINTL@.
5579 * Makefile.in: Regenerate.
5580
c86dd7db
PB
55812004-05-24 Paolo Bonzini <bonzini@gnu.org>
5582
5583 * system.h [!ENABLE_NLS]: dgettext takes two
5584 parameters.
5585
4f4e53dd
PB
55862004-05-23 Paolo Bonzini <bonzini@gnu.org>
5587
5588 Moved libcpp from the gcc subdirectory to the toplevel.
5589 * Makefile.am: New file.
5590 * Makefile.in: Regenerate.
5591 * configure.ac: New file.
5592 * configure: Regenerate.
5593 * config.in: Regenerate.
5594 * charset.c: Moved from gcc/cppcharset.c. Add note about
5595 brokenness of input charset detection. Adjust for change
5596 in name of cppucnid.h.
5597 * errors.c: Moved from gcc/cpperror.c. Do not include intl.h.
5598 * expr.c: Moved from gcc/cppexp.c.
5599 * files.c: Moved from gcc/cppfiles.c. Do not include intl.h.
5600 Remove #define of O_BINARY, it is in system.h.
5601 * identifiers.c: Moved from gcc/cpphash.c.
5602 * internal.h: Moved from gcc/cpphash.h. Change header
5603 guard name. All other files adjusted to match name change.
5604 * init.c: Moved from gcc/cppinit.c.
5605 (init_library) [ENABLE_NLS]: Call bindtextdomain.
5606 * lex.c: Moved from gcc/cpplex.c.
5607 * directives.c: Moved from gcc/cpplib.c.
5608 * macro.c: Moved from gcc/cppmacro.c.
5609 * pch.c: Moved from gcc/cpppch.c. Do not include intl.h.
5610 * traditional.c: Moved from gcc/cpptrad.c.
5611 * ucnid.h: Moved from gcc/cppucnid.h. Change header
5612 guard name.
5613 * ucnid.pl: Moved from gcc/cppucnid.pl.
5614 * ucnid.tab: Moved from gcc/cppucnid.tab. Change header
5615 guard name.
5616 * symtab.c: Moved from gcc/hashtable.c.
5617 * line-map.c: Moved from gcc. Do not include intl.h.
5618 * mkdeps.c: Moved from gcc.
5619 * system.h: New file.
2cf22451
ZW
5620 * include/cpplib.h: Moved from gcc. Change header guard name.
5621 * include/line-map.h: Moved from gcc. Change header guard name.
5622 * include/mkdeps.h: Moved from gcc. Change header guard name.
5623 * include/symtab.h: Moved from gcc/hashtable.h. Change header
5624 guard name.
818ab71a 5625\f
85ec4feb 5626Copyright (C) 2004-2018 Free Software Foundation, Inc.
818ab71a
JJ
5627
5628Copying and distribution of this file, with or without modification,
5629are permitted in any medium without royalty provided the copyright
5630notice and this notice are preserved.