]> git.ipfire.org Git - thirdparty/gcc.git/blame - libcpp/ChangeLog
Don't crash if append arguments are erroneous.
[thirdparty/gcc.git] / libcpp / ChangeLog
CommitLineData
0e1a989c
ILT
12010-11-17 Ian Lance Taylor <iant@google.com>
2
3 PR bootstrap/45538
4 * configure.ac: Use AC_USE_SYSTEM_EXTENSIONS. Remove switch of
5 AC_LANG based on ENABLE_BUILD_WITH_CXX.
6
651a20b5
KT
72010-11-16 Kai Tietz <kai.tietz@onevision.com>
8
9 PR preprocessor/17349
10 * lex.c (save_comment): Handle in argument passing c++
11 comments special.
12
480767a9
ILT
132010-11-02 Ian Lance Taylor <iant@google.com>
14
15 * configure.ac: Use AC_SYS_LARGEFILE.
16 * configure: Rebuild.
17 * config.in: Rebuild.
18
078419c9 192010-10-19 Basile Starynkevitch <basile@starynkevitch.net>
480767a9 20
078419c9
BS
21 * line-map.h (source_location): Remove obsolete comment
22 mentioning location_s.
23
d6874138
KT
242010-09-29 Kai Tietz <kai.tietz@onevision.com>
25
26 PR preprocessor/45362
27 * directives.c (cpp_pop_definition): Make static.
28 (do_pragma_push_macro): Reworked to store text
29 definition.
30 (do_pragma_pop_macro): Add free text definition.
31 (cpp_push_definition): Removed.
32 * include/cpplib.h (cpp_push_definition): Removed.
33 (cpp_pop_definition): Likewise.
34 * internal.h (def_pragma_macro): Remove member 'value'
35 and add new members 'definition', 'line',
36 'syshdr', 'sued' and 'is_undef'.
37 * pch.c (_cpp_restore_pushed_macros): Rework to work
38 on text definition and store additional macro flags.
39 (_cpp_save_pushed_macros): Likewise.
40
e3339d0f
JM
412010-09-29 Joseph Myers <joseph@codesourcery.com>
42
43 * include/cpplib.h (cpp_options): Rename warn_deprecated,
44 warn_traditional, warn_long_long and pedantic.
45 * directives.c (directive_diagnostics, _cpp_handle_directive):
46 Update names of cpp_options members.
47 * expr.c (cpp_classify_number, eval_token): Update names of
48 cpp_options members.
49 * init.c (cpp_create_reader, post_options): Update names of
50 cpp_options members.
51 * internal.h (CPP_PEDANTIC, CPP_WTRADITIONAL): Update names of
52 cpp_options members.
53 * macro.c (parse_params): Update names of cpp_options members.
54
128465e6
ILT
552010-09-15 Ian Lance Taylor <iant@google.com>
56
57 * init.c: Fix type name in comment.
58
a69d2520
JJ
592010-08-31 Jakub Jelinek <jakub@redhat.com>
60
61 PR preprocessor/45457
62 * expr.c (parse_defined): Call pfile->cb.user_builtin_macro hook if
63 needed.
64 * directives.c (do_ifdef, do_ifndef): Likewise.
65
707bcb7a
RO
662010-08-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
67
68 * system.h [HAVE_INTTYPES_H]: Include inttypes.h.
69
6f173e52
RH
702010-08-24 Richard Henderson <rth@redhat.com>
71
72 PR bootstrap/45376
73 * configure.ac (HAVE_SSE4): New check.
74 * configure, config.in: Rebuild.
75 * lex.c (search_line_sse42): Omit if !HAVE_SSE4.
76
789d73cb
RO
772010-08-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
78
79 * lex.c [__sun__ && __svr4__]: Disable init_vectorized_lexer
80 etc. on Solaris 2/x86.
81
246a2fcb
RH
822010-08-21 Richard Henderson <rth@redhat.com>
83 Andi Kleen <ak@linux.intel.com>
84 David S. Miller <davem@davemloft.net>
85
86 * configure.ac (AC_C_BIGENDIAN, AC_TYPE_UINTPTR_T): New tests.
87 (ssize_t): Check via AC_TYPE_SSIZE_T instead of AC_CHECK_TYPE.
88 (ptrdiff_t): Check via AC_CHECK_TYPE.
89 * config.in, configure: Rebuild.
90 * system.h: Include stdint.h, if available.
91 * lex.c (WORDS_BIGENDIAN): Provide default.
92 (acc_char_mask_misalign, acc_char_replicate, acc_char_cmp,
93 acc_char_index, search_line_acc_char, repl_chars, search_line_mmx,
94 search_line_sse2, search_line_sse42, init_vectorized_lexer,
95 search_line_fast): New.
96 (_cpp_clean_line): Use search_line_fast. Restructure the fast
97 loop to make it clear when we're leaving the loop. Stay in the
98 fast loop for non-trigraph '?'.
99
8e680db5
JJ
1002010-06-11 Jakub Jelinek <jakub@redhat.com>
101
102 * include/cpplib.h (struct cpp_callbacks): Add user_builtin_macro
103 callback.
104 (enum cpp_builtin_type): Add BT_FIRST_USER and BT_LAST_USER.
105 (cpp_macro_definition): Remove const qual from second argument.
106 * macro.c (enter_macro_context): Call user_builtin_macro callback for
107 NODE_BUILTIN !NODE_USED macros.
108 (warn_of_redefinition): Likewise. Remove const qual from second
109 argument.
110 (cpp_macro_definition): Likewise.
111 * pch.c (write_macdef, save_macros): Call user_builtin_macro callback
112 for NODE_BUILTIN !NODE_USED macros.
113
1cb42611
JM
1142010-06-10 Joseph Myers <joseph@codesourcery.com>
115
116 * include/cpplib.h (struct cpp_options): Remove show_column.
117 * init.c (cpp_create_reader, post_options): Don't set show_column.
118
ff5dfc48
JR
1192010-06-09 Joern Rennecke <joern.rennecke@embecosm.com>
120
121 PR bootstrap/44432
122 * configure.ac: Before using ZW_PROG_COMPILER_DEPENDENCIES for C++,
123 check that C++ compiler works.
124 * configure: Regenerate.
125
a9429e29
LB
1262010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
127
128 * include/symtab.h (ht_identifier_ptr): New.
129
c3f247f4
RW
1302010-06-03 Joern Rennecke <joern.rennecke@embecosm.com>
131 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
132
133 PR bootstrap/42798
134 * configure.ac: Check for declaration of 'basename(char *)'.
135 * configure: Regenerate.
136 * config.in: Regenerate.
137
2778d766
JM
1382010-04-25 Joseph Myers <joseph@codesourcery.com>
139
140 * include/cpplib.h (enum c_lang): Add CLK_GNUC1X and CLK_STDC1X.
141 * init.c (lang_defaults): Add entries for new language variants.
142 (cpp_init_builtins): Define __STDC_VERSION__ to 201000L for C1X
143 variants.
144
d8a12e84
MLI
1452010-04-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
146
147 PR cpp/43195
148 * files.c (report_missing_guard): Test for #pragma once.
149
87cf0651
SB
1502010-04-07 Simon Baldwin <simonb@google.com>
151
152 * directives.c (do_diagnostic): Add warning reason argument,
153 call appropriate error reporting function for code.
154 (directive_diagnostics): Call specific warning functions with
155 warning reason where appropriate.
156 (do_error, do_warning, do_pragma_dependency): Add warning reason
157 argument to do_diagnostic calls.
158 * macro.c (_cpp_warn_if_unused_macro, enter_macro_context,
159 _cpp_create_definition): Call specific warning functions with
160 warning reason where appropriate.
161 * Makefile.in: Add new diagnostic functions to gettext translations.
162 * include/cpplib.h (struct cpp_callbacks): Add warning reason code
163 to error callback.
164 (CPP_DL_WARNING, CPP_DL_WARNING_SYSHDR, CPP_DL_PEDWARN, CPP_DL_ERROR,
165 CPP_DL_ICE, CPP_DL_NOTE, CPP_DL_FATAL): Replace macros with enums.
166 (CPP_W_NONE, CPP_W_DEPRECATED, CPP_W_COMMENTS,
167 CPP_W_MISSING_INCLUDE_DIRS, CPP_W_TRIGRAPHS, CPP_W_MULTICHAR,
168 CPP_W_TRADITIONAL, CPP_W_LONG_LONG, CPP_W_ENDIF_LABELS,
169 CPP_W_NUM_SIGN_CHANGE, CPP_W_VARIADIC_MACROS,
170 CPP_W_BUILTIN_MACRO_REDEFINED, CPP_W_DOLLARS, CPP_W_UNDEF,
171 CPP_W_UNUSED_MACROS, CPP_W_CXX_OPERATOR_NAMES, CPP_W_NORMALIZE,
172 CPP_W_INVALID_PCH, CPP_W_WARNING_DIRECTIVE): New enums for cpp
173 warning reason codes.
174 (cpp_warning, cpp_pedwarning, cpp_warning_syshdr,
175 cpp_warning_with_line, cpp_pedwarning_with_line,
176 cpp_warning_with_line_syshdr): New specific error reporting functions.
177 * pch.c (cpp_valid_state): Call specific warning functions with
178 warning reason where appropriate.
179 * errors.c (cpp_diagnostic, cpp_diagnostic_with_line): New central
180 diagnostic handlers.
181 (cpp_warning, cpp_pedwarning, cpp_warning_syshdr,
182 cpp_warning_with_line, cpp_pedwarning_with_line,
183 cpp_warning_with_line_syshdr): New specific error reporting functions.
184 * expr.c (cpp_classify_number, eval_token, num_unary_op): Call
185 specific warning functions with warning reason where appropriate.
186 * lex.c (_cpp_process_line_notes, _cpp_skip_block_comment,
187 warn_about_normalization, lex_identifier_intern, lex_identifier,
188 _cpp_lex_direct): Ditto.
189 * charset.c (_cpp_valid_ucn, convert_hex, convert_escape,
190 narrow_str_to_charconst): Ditto.
191
d947ada0
JJ
1922010-04-06 Jakub Jelinek <jakub@redhat.com>
193
194 PR preprocessor/43642
195 * lex.c (lex_raw_string): Change type of TYPE variable to
196 unsigned char.
197
4d9e8446
RW
1982010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
199
200 * aclocal.m4: Regenerate.
201
52150625
JM
2022010-03-29 Jason Merrill <jason@redhat.com>
203
00a81b8b
JM
204 More N3077 raw string changes
205 * charset.c (cpp_interpret_string): Don't transform UCNs in raw
206 strings.
207 * lex.c (bufring_append): Split out from...
208 (lex_raw_string): ...here. Undo trigraph and line splicing
209 transformations. Do process line notes in multi-line literals.
210 (_cpp_process_line_notes): Ignore notes that were already handled.
211
52150625
JM
212 Some raw string changes from N3077
213 * charset.c (cpp_interpret_string): Change inner delimiters to ().
214 * lex.c (lex_raw_string): Likewise. Also disallow '\' in delimiter.
215
709d7160
JJ
2162010-02-11 Jakub Jelinek <jakub@redhat.com>
217
218 * init.c (read_original_filename): Don't call read_original_directory
219 if _cpp_handle_directive returns 0.
220
dadab4fd
JM
2212010-01-01 Joseph Myers <joseph@codesourcery.com>
222
223 PR preprocessor/41947
224 * expr.c (cpp_classify_number): Give error for hexadecimal
225 floating-point constant with no digits before or after point.
226
3de8a540
AC
2272009-11-20 Arnaud Charlet <charlet@adacore.com>
228
229 * macro.c (enter_macro_context): Call cb.used callback if defined.
230 * directives.c (do_idef, do_ifndef): Ditto.
231 * include/cpplib.h (struct cpp_callbacks): Add used callback.
232
17e7cb85
KT
2332009-11-11 Kai Tietz <kai.tietz@onevision.com>
234
235 * directives.c (do_pragma_push_macro): New pragma handler.
236 (do_pragma_pop_macro): Likewise.
237 (_cpp_init_internal_pragmas): Add push_macro and
238 pop_macro handler to internal pragmas.
239 (lex_macro_node_from_str): Removed.
240 (cpp_push_definition): Replace lex_macro_node_from_str
241 by _cpp_lex_identifier.
242 (cpp_pop_definition): Likewise.
243 * internal.h (_cpp_lex_identifier): New prototype.
244 (def_pragma_macro): New structure.
245 (cpp_reader): New member pushed_macros.
246 * lex.c (_cpp_lex_identifier): New function.
247 (lex_identifier_intern): New function.
248 * init.c (cpp_create_reader): Initialize pushed_macros
249 member.
250 (cpp_destroy): Free elements in pushed_macros member.
251 * pch.c (_cpp_save_pushed_macros): New function.
252 (_cpp_restore_pushed_macros): Likewise.
253 (_cpp_restore_pushed_macros): Use _cpp_save_pushed_macros.
254 (cpp_read_state): Use _cpp_restore_pushed_macros.
255
2c6e3f55
JJ
2562009-10-19 Jakub Jelinek <jakub@redhat.com>
257
258 * charset.c (cpp_init_iconv): Initialize utf8_cset_desc.
259 (_cpp_destroy_iconv): Destroy utf8_cset_desc, char16_cset_desc
260 and char32_cset_desc.
261 (converter_for_type): Handle CPP_UTF8STRING.
262 (cpp_interpret_string): Handle CPP_UTF8STRING and raw-strings.
263 * directives.c (get__Pragma_string): Handle CPP_UTF8STRING.
264 (parse_include): Reject raw strings.
265 * include/cpplib.h (CPP_UTF8STRING): New token type.
266 * internal.h (struct cpp_reader): Add utf8_cset_desc field.
267 * lex.c (lex_raw_string): New function.
268 (lex_string): Handle u8 string literals, call lex_raw_string
269 for raw string literals.
270 (_cpp_lex_direct): Call lex_string even for u8" and {,u,U,L,u8}R"
271 sequences.
272 * macro.c (stringify_arg): Handle CPP_UTF8STRING.
273
96c169e1
JJ
2742009-10-14 Jakub Jelinek <jakub@redhat.com>
275
276 PR preprocessor/41543
277 * include/line-map.h (RESERVED_LOCATION_COUNT): Define.
278 * line-map.c (linemap_init): Initialize highest_location and
279 highest_line to RESERVED_LOCATION_COUNT-1 instead of 0.
280
30c99a9e
JM
2812009-10-09 Jason Merrill <jason@redhat.com>
282
283 * charset.c (_cpp_valid_ucn): Update C++0x restrictions.
284
2214382c
NV
2852009-10-09 Neil Vachharajani <nvachhar@google.com>
286
287 * directives.c (DIRECTIVE_TABLE): Remove DEPRECATED from ident and
288 sccs.
289
e02222d2
LR
2902009-09-23 Loren J. Rittle <ljrittle@acm.org>
291
292 * configure.ac (AC_CHECK_HEADERS after AC_LANG(C++)): Add sys/stat.h.
293 * configure: Rebuilt.
294
9a8a2b7a
RG
2952009-09-22 Richard Guenther <rguenther@suse.de>
296
297 PR pch/38987
298 * files.c (pch_open_file): Disallow non-toplevel PCH inclusion.
299
74dc6a11
CD
3002009-09-18 Chris Demetriou <cgd@google.com>
301
302 PR preprocessor/28435:
303 * include/cpplib.h (struct cpp_options): Add new member
304 deps.need_preprocessor_output.
305 * files.c (open_file_failed): If preprocessor output is needed
306 always report an error.
307
933608b7
KT
3082009-09-13 Kai Tietz <kai.tietz@onevision.com>
309
310 * configure.ac: Set for i?86-w64-mingw*
311 need_64bit_hwint to yes.
312 * configure: Regenerated.
313
86373e7e
JM
3142009-09-10 Jason Merrill <jason@redhat.com>
315
316 * directives.c (cpp_define): constify.
317
fd2ab214
ILT
3182009-09-02 Ian Lance Taylor <iant@google.com>
319
320 * macro.c (stringify_arg): Escape CPP_WCHAR tokens.
321
df58e648
RW
3222009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
323
324 * configure.ac (AC_PREREQ): Bump to 2.64.
325
5213506e
RW
3262009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
327
328 * aclocal.m4: Regenerate.
329 * config.in: Regenerate.
330 * configure: Regenerate.
331
709a22df
TT
3322009-08-17 Tom Tromey <tromey@redhat.com>
333
334 PR preprocessor/41067:
335 * charset.c (convert_escape): Add missing ":" to error text.
336
0c539b47
DR
3372009-07-27 Douglas B Rupp <rupp@gnat.com>
338
339 * include/cpplib.h (INO_T_CPP): New macro.
340 (struct cpp_dir): Use it.
341
2b69c841
JQ
3422009-07-20 Jerry Quinn <jlquinn@optonline.net>
343
344 PR regression/40800
345 * configure.ac: Use = instead of == for testing
346 ENABLE_BUILD_WITH_CXX.
347 * configure: Rebuild.
348
f1bf410c
JQ
3492009-07-17 Jerry Quinn <jlquinn@optonline.net>
350
351 * directives.c (do_linemarker, do_line): Use CPP_STRING for
352 ignored enum value.
353 * files.c (find_file_in_dir): Add cast from void* to char*.
354 * symtab.c (ht_lookup_with_hash): Add cast from void* to char*.
355 * Makefile.in: (WARN_CFLAGS): Use general and C-specific
356 warnings.
357 (CXX, CXXFLAGS, WARN_CXXFLAGS, ALL_CXXFLAGS,
358 ENABLE_BUILD_WITH_CXX, CCDEPMODE, CXXDEPMODE, COMPILER,
359 COMPILER_FLAGS): New.
360 (DEPMODE): Set from CCDEPMODE or CXXDEPMODE.
361 (COMPILE.base): Use COMPILER instead of CC. Use COMPILER_FLAGS
362 instead of ALL_CFLAGS.
363 * configure.ac: Invoke AC_PROG_CXX. Separate C-specific warnings
364 from other warnings. Add -Wc++-compat to C-specific warnings.
365 Check for --enable-build-with-cxx. Set and substitute
366 ENABLE_BUILD_WITH_CXX. Invoke ZW_PROG_COMPILER_DEPENDENCIES
367 according to ENABLE_BUILD_WITH_CXX. Invoke AC_LANG before
368 AC_CHECK_HEADERS.
369 * configure: Rebuild.
370 * include/cpp-id-data.h: Remove extern "C".
371 * include/line-map.h: Likewise.
372 * include/mkdeps.h: Likewise.
373 * include/symtab.h: Likewise.
374 * internal.h: Likewise.
375
a28fbdba
MLI
3762009-06-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
377
378 * directives.c (parse_include): Add location argument. Update all
379 calls.
380 (parse_answer): Likewise.
381 (do_include_common): Error with exact location.
382 (parse_assertion): Likewise.
383
b506a5a2
MLI
3842009-06-18 Manuel López-Ibáñez <manu@gcc.gnu.org>
385
386 * expr.c (num_div_op): Take explicit location.
387
7d8847a4
ILT
3882009-06-17 Ian Lance Taylor <iant@google.com>
389
390 * include/cpplib.h (progname): Don't declare.
391
3d8b2a98
ILT
3922009-06-12 Ian Lance Taylor <iant@google.com>
393
394 * include/cpplib.h (struct cpp_options): Add
395 warn_cxx_operator_names field.
396 (NODE_WARN_OPERATOR): Define.
397 (struct cpp_hashnode): Increase flags field to 10 bits, decrease
398 type to 6 bits.
399 * init.c (mark_named_operators): Add flags parameter.
400 (cpp_post_options): Pick flags value to pass to
401 mark_named_operators.
402 * lex.c (lex_identifier): If NODE_WARN_OPERATOR is set, warn that
403 identifier is an operator name in C++.
404
e74fe492
AH
4052009-06-01 Aldy Hernandez <aldyh@redhat.com>
406
407 * include/line-map.h (LAST_SOURCE_COLUMN): New.
408
4851089f
ILT
4092009-06-01 Ian Lance Taylor <iant@google.com>
410
411 * include/cpp-id-data.h: Add extern "C".
412 * include/line-map.h: Likewise.
413 * include/mkdeps.h: Likewise.
414 * include/symtab.h: Likewise.
415 * internal.h: Likewise.
416
7e5487a2
ILT
4172009-05-15 Ian Lance Taylor <iant@google.com>
418
419 * include/cpplib.h (enum cpp_builtin_type): Rename from enum
420 builtin_type. Change all uses.
421
00b0c19b
MLI
4222009-05-14 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
423
424 PR cpp/36674
425 * directives (do_linemarker): Compensate for the increment in
426 location that occurs when we reach the end of line.
427 * files (_cpp_stack_include): Mention _cpp_find_file in the
428 comment.
429
9a0c6187
JM
4302009-05-10 Joseph Myers <joseph@codesourcery.com>
431
432 * include/cpplib.h (enum cpp_token_fld_kind): Add
433 CPP_TOKEN_FLD_TOKEN_NO.
434 (struct cpp_macro_arg, struct cpp_identifier): Define.
435 (union cpp_token_u): Use struct cpp_identifier for identifiers.
436 Use struct cpp_macro_arg for macro arguments. Add token_no for
437 CPP_PASTE token numbers.
438 * directives.c (_cpp_handle_directive, lex_macro_node, do_pragma,
439 do_pragma_poison, parse_assertion): Use val.node.node in place of
440 val.node.
441 * expr.c (parse_defined, eval_token): Use val.node.node in place
442 of val.node.
443 * lex.c (cpp_ideq, _cpp_lex_direct, cpp_token_len,
444 cpp_spell_token, cpp_output_token, _cpp_equiv_tokens,
445 cpp_token_val_index): Use val.macro_arg.arg_no or val.token_no in
446 place of val.arg_no. Use val.node.node in place of val.node.
447 * macro.c (replace_args, cpp_get_token, parse_params,
448 lex_expansion_token, create_iso_definition, cpp_macro_definition):
449 Use val.macro_arg.arg_no or val.token_no in place of val.arg_no.
450 Use val.node.node in place of val.node.
451
9e322bc1
JM
4522009-05-03 Joseph Myers <joseph@codesourcery.com>
453
454 * charset.c (one_utf8_to_cppchar): Correct mask used for 5-byte
455 UTF-8 sequences.
456
f88d0772
JM
4572009-04-25 Joseph Myers <joseph@codesourcery.com>
458
459 PR preprocessor/39559
460 * expr.c (cpp_interpret_integer): Use a pedwarn for decimal
461 constants larger than intmax_t in C99 mode.
462
d1b38208
TG
4632009-04-21 Taras Glek <tglek@mozilla.com>
464
465 * include/cpp-id-data.h: Update GTY annotations to new syntax.
466 * include/cpplib.h: Likewise.
467 * include/line-map.h: Likewise.
468 * include/symtab.h: Likewise.
469
cfc93532
MLI
4702009-04-22 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
471
472 PR c++/14875
473 * lex.c (cpp_type2name): Take a flags parameter. Call
474 cpp_named_operator2name for named operators and cpp_digraph2name
475 for digraphs.
476 (cpp_digraph2name): New.
477 (cpp_spell_token): Use it.
478 (cpp_output_token): Likewise.
479 * include/cpplib.h (cpp_type2name): Update declaration.
480 * init.c (cpp_named_operator2name): New.
481 * internal.h (cpp_named_operator2name): Declare.
482
9c650d90
MLI
4832009-04-21 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
484
485 PR c++/13358
486 * init.c (cpp_create_reader): Wlong_long is disabled by default.
487 * expr.c (cpp_classify_number): Give different messages for C and
488 C++ front-ends.
489
aa508502
JM
4902009-04-19 Joseph Myers <joseph@codesourcery.com>
491
492 PR preprocessor/20078
493 * include/cpp-id-data.h (struct cpp_macro): Add extra_tokens
494 field.
495 * include/cpplib.h (SP_DIGRAPH, SP_PREV_WHITE): Define.
496 (struct cpp_token): Change flags to unsigned short.
497 * lex.c (_cpp_lex_direct): Initialize arg_no for CPP_PASTE tokens.
498 (_cpp_equiv_tokens): Check arg_no for CPP_PASTE tokens.
499 (cpp_token_val_index): Return CPP_TOKEN_FLD_ARG_NO for CPP_PASTE
500 tokens.
501 * macro.c (macro_real_token_count): New.
502 (enter_macro_context, replace_args): Use macro_real_token_count.
503 (create_iso_definition): Record whitespace surrounding and digraph
504 spelling of # and ## tokens using SP_PREV_WHITE and SP_DIGRAPH.
505 Set extra_tokens and save CPP_PASTE tokens with arg_no set for
506 multiple consecutive ## tokens.
507 (_cpp_create_definition): Initialize extra_tokens.
508 (cpp_macro_definition): Use macro_real_token_count.
509
61cc8223
JM
5102009-04-18 Joseph Myers <joseph@codesourcery.com>
511
512 * directives.c (parse_include): Pass true to check_eol.
513
c7f9c0b9
JM
5142009-04-18 Joseph Myers <joseph@codesourcery.com>
515
516 PR preprocessor/39646
517 * include/line-map.h (enum lc_reason): Add LC_RENAME_VERBATIM.
518 * line-map.c (linemap_add): Handle LC_RENAME_VERBATIM.
519 * directives.c (do_line, do_linemarker): Use LC_RENAME_VERBATIM in
520 place of LC_RENAME.
521
a5cb563b
JM
5222009-04-18 Joseph Myers <joseph@codesourcery.com>
523
524 PR preprocessor/39647
525 * directives.c (check_eol): Add parameter expand.
526 (do_undef, parse_include, do_line, do_linemarker, do_ident,
527 do_pragma_once, do_pragma_system_header, do_ifdef, do_ifndef,
528 do_else, do_endif, do_assert, do_unassert): All callers changed.
529 Pass true from do_line, false elsewhere.
530
18f41a1b
JM
5312009-04-12 Joseph Myers <joseph@codesourcery.com>
532
533 PR preprocessor/31869
534 * macro.c (stringify_arg): Handle NULL source token in padding
535 token where previous padding token did not have source token with
536 preceding whitespace.
537
748086b7
JJ
5382009-04-09 Jakub Jelinek <jakub@redhat.com>
539
540 * Makefile.in: Change copyright header to refer to version
541 3 of the GNU General Public License and to point readers at the
542 COPYING3 file and the FSF's license web page.
543 * charset.c: Likewise.
544 * directives-only.c: Likewise.
545 * directives.c: Likewise.
546 * errors.c: Likewise.
547 * expr.c: Likewise.
548 * files.c: Likewise.
549 * identifiers.c: Likewise.
550 * include/cpp-id-data.h: Likewise.
551 * include/cpplib.h: Likewise.
552 * include/line-map.h: Likewise.
553 * include/mkdeps.h: Likewise.
554 * include/symtab.h: Likewise.
555 * init.c: Likewise.
556 * internal.h: Likewise.
557 * lex.c: Likewise.
558 * line-map.c: Likewise.
559 * macro.c: Likewise.
560 * makeucnid.c: Likewise.
561 * mkdeps.c: Likewise.
562 * pch.c: Likewise.
563 * symtab.c: Likewise.
564 * system.h: Likewise.
565 * traditional.c: Likewise.
566 * ucnid.tab: Likewise.
567 * ucnid.h: Regenerate.
568
eec49116
JJ
5692009-04-01 Janis Johnson <janis187@us.ibm.com>
570
839a3b8a
JJ
571 PR c/39027
572 * include/cpplib.h (CPP_N_DEFAULT): Define.
573 * expr.c (interpret_float_suffix): Recognize d or D for double,
574 return new value for default.
575 (cpp_classify_number): Issue pedwarn for use of d or D in suffix.
576
eec49116
JJ
577 PR c/33466
578 * expr.c (interpret_float_suffix): Reject invalid suffix that uses
579 letters from decimal float and fixed-point suffixes.
580
47580d22
JM
5812009-03-31 Joseph Myers <joseph@codesourcery.com>
582
583 PR preprocessor/15638
584 * files.c (_cpp_find_file): Call open_file_failed after diagnosing
585 invalid PCH.
586 (open_file_failed): Make error for missing file fatal.
587 * include/cpplib.h (CPP_DL_FATAL): Define.
588
5a2df0fa
SV
5892009-03-30 Sergiy Vyshnevetskiy <serg@vostok.net>
590
591 PR preprocessor/31932:
592 * internal.h: Don't mention HAVE_ICONV_H.
593 * configure, config.in: Rebuild.
594 * configure.ac: Don't check for iconv.h.
595
c1a8a3c6
TT
5962009-03-30 Tom Tromey <tromey@redhat.com>
597
598 PR preprocessor/39512:
599 * line-map.c (linemap_init): Initialize 'reallocator' field.
600
a37a7b8a
JJ
6012009-03-30 Jakub Jelinek <jakub@redhat.com>
602
603 PR target/39558
604 * macro.c (cpp_get_token): If macro_to_expand returns NULL
605 and used some tokens, add CPP_PADDING before next token.
606
148e4216
JM
6072009-03-29 Joseph Myers <joseph@codesourcery.com>
608
609 PR preprocessor/34695
610 * makedepend.c: Remove.
611 * Makefile.in (makedepend_OBJS, makedepend$(EXEEXT)): Remove.
612 (all, clean, TAGS_SOURCES, include): Remove makedepend handling.
613 * directives.c (cpp_errors): Remove.
614 * errors.c (print_location, _cpp_begin_message, v_message):
615 Remove.
616 (cpp_error, cpp_error_with_line): Always use error callback.
617 (cpp_error, cpp_error_with_line, cpp_errno): Return bool.
618 * include/cpplib.h (cpp_options): Remove pedantic_errors,
619 inhibit_warnings, warn_system_headers, inhibit_errors,
620 warnings_are_errors, client_diagnostic.
621 (cpp_callbacks): Add extra arguments to error callback; make it
622 return bool.
623 (cpp_finish): Return void.
624 (cpp_destroy): Remove inaccurate comment about return value.
625 (cpp_errors, CPP_DL_EXTRACT, CPP_DL_WARNING_P): Remove.
626 (CPP_DL_NOTE): Define.
627 * include/line-map.h (linemap_print_containing_files): Remove.
628 * init.c (cpp_finish): Do not check for or return number of
629 errors.
630 * internal.h (cpp_reader): Remove errors field.
631 * line-map.c (linemap_print_containing_files): Remove.
632 * macro.c (_cpp_create_definition): Use CPP_DL_NOTE for message
633 about previous definition. Only emit it if previous diagnostic
634 was emitted.
635
f1450211
JM
6362009-03-28 Joseph Myers <joseph@codesourcery.com>
637
638 * Makefile.in (po/$(PACKAGE).pot): Use $(mkinstalldirs) not
639 mkinstalldirs.
640
8f5929e1
JJ
6412009-03-18 Jakub Jelinek <jakub@redhat.com>
642
643 * include/cpplib.h (struct cpp_dir): Reorder fields for 64-bit hosts.
644
4bb09c26
JM
6452009-02-21 Joseph Myers <joseph@codesourcery.com>
646
647 * lex.c (lex_string): Return a CPP_LESS token for missing '>' in a
648 header name.
649 (_cpp_lex_direct): Handle this.
650
68c9ab45
RG
6512009-02-15 Richard Guenther <rguenther@suse.de>
652
653 Revert last change.
654
601b3e1a
RG
6552009-02-13 Richard Guenther <rguenther@suse.de>
656
657 * configure.ac: Enable LFS.
658 * configure: Re-generate.
659 * config.in: Likewise.
660
fc0cd180
BE
6612009-01-05 Ben Elliston <bje@au.ibm.com>
662
663 * Makefile.in (.po.gmo): Use mkinstalldirs, not test -d || mkdir.
664 (.po.pox): Likewise.
665 (po/$(PACKAGE).pot): Likewise.
666
db89a3be
AO
6672008-12-10 Alexandre Oliva <aoliva@redhat.com>
668
669 PR target/37033
670 * pch.c (cpp_valid_state): Improve message for poisoned symbols.
671 Allow for differences in __GCC_HAVE_DWARF2_CFI_ASM.
672
cc955282
JM
6732008-11-29 Joseph Myers <joseph@codesourcery.com>
674
675 * lex.c (cpp_token_len): Use 6 as default length.
676
47960aaf
MLI
6772008-10-31 Manuel López-Ibáñez <manu@gcc.gnu.org>
678
679 * expr.c (struct op): Add location.
680 (_cpp_parse_expr): Propagate locations throught the stack
681 of expressions.
682 (reduce): Likewise.
683 (check_promotion): Use explicit location in errors.
684
631d0d36
MG
6852008-10-05 Matthew Gingell <gingell@adacore.com>
686 Arnaud Charlet <charlet@adacore.com>
687
688 * include/cpplib.h (cpp_comments, cpp_comment_table): New structs.
689 (cpp_get_comments): New function.
690 * internal.h (struct cpp_reader): Add comments field.
691 * init.c (cpp_destroy): Free comments.
692 * lex.c (store_comment, cpp_get_comments): New functions.
693 (comments): New struct.
694 (save_comment): Store comments in comments struct.
695
c047ce93
SB
6962008-09-18 Simon Baldwin <simonb@google.com>
697
698 * include/cpplib.h (struct cpp_options): Add new boolean flag
699 warn_builtin_macro_redefined.
700 * init.c (cpp_create_reader): Initialize warn_builtin_macro_redefined.
701 * (struct builtin_operator): Split out from previous struct builtin,
702 enhance extra const correctness.
703 * (struct builtin_macro): Split out from previous struct builtin, add
704 new always_warn_if_redefined flag, enhance const correctness.
705 * (mark_named_operators): Use struct builtin_operator.
706 * (cpp_init_special_builtins): Use struct builtin_macro, add NODE_WARN
707 to builtins selectively.
708 * macro.c (warn_of_redefinition): Return false if a builtin macro
709 is not flagged with NODE_WARN.
710
affa55c6
JJ
7112008-07-31 Jakub Jelinek <jakub@redhat.com>
712
713 PR preprocessor/36649
714 * files.c (struct report_missing_guard_data): New type.
715 (report_missing_guard): Put paths into an array instead of printing
716 them right away. Return 1 rather than 0.
717 (report_missing_guard_cmp): New function.
718 (_cpp_report_missing_guards): Sort and print paths gathered by
719 report_missing_guard callback.
720
3b8f20a1
MLI
7212008-07-22 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
722
723 PR 28079
724 * directives.c (strtolinenum): Handle overflow.
725 (do_line): Give a warning if line number overflowed.
726 (do_linemarker): Update call to strtolinenum.
727
1bb64668
MLI
7282008-07-21 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
729
730 * include/line-map.h (linenum_type): New typedef.
731 (struct line_map): Use it.
732 (SOURCE_LINE): Second arguments is a LOCATION not a LINE.
733 (SOURCE_COLUMN): Likewise.
734 * macro.c (_cpp_builtin_macro_text): Use linenum_type. Don't store
735 source_location values in a variable of type linenum_type.
736 * directives.c (struct if_stack): Use linenum_type.
737 (strtoul_for_line): Rename as strtolinenum.
738 (do_line): Use linenum_type.
739 (do_linemarker): Use linenum_type and strtolinenum.
740 (_cpp_do_file_change): Use linenum_t.
741 * line-map.c (linemap_add): Likewise.
742 (linemap_line_start): Likewise.
743 * traditional.c (struct fun_macro): 'line' is a source_location.
744 * errors.c (print_location): Use linenum_type.
745 * directives-only.c (_cpp_preprocess_dir_only): Likewise.
746 * internal.h (CPP_INCREMENT_LINE): Likewise.
747 * lex.c (_cpp_skip_block_comment): Use source_location.
748
5950c3c9
BE
7492008-07-14 Ben Elliston <bje@au.ibm.com>
750
751 * include/cpplib.h (NODE_CONDITIONAL): New.
752 (struct cpp_callbacks): New macro_to_expand field.
753 (struct cpp_hashnode): Adjust size of flags and type fields.
754 (cpp_peek_token): Prototype.
755 * lex.c (cpp_peek_token): New function.
756 (_cpp_temp_token): Protect pre-existing lookaheads.
757 * macro.c (cpp_get_token): Expand any conditional macros.
758 (_cpp_backup_tokens_direct): New.
759 (_cpp_backup_tokens): Call _cpp_backup_tokens_direct.
760 (warn_of_redefinition): Silently allow redefined conditional
761 macros.
762 (_cpp_create_definition): Remove the conditional flag when a user
763 defines one of the conditional macros.
764 * internal.h (_cpp_backup_tokens_direct): New prototype.
765
e85edc9e
AH
7662008-06-13 Andrew Haley <aph@redhat.com>
767
768 PR preprocessor/33305
769 * macro.c (replace_args): Print a warning for empty macro
770 arguments in C89 and C++.
771
18c04407
RW
7722008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
773
774 * Makefile.in ($(srcdir)/aclocal.m4): Update dependencies.
775 * configure: Regenerate.
776
2d09b640
RW
7772008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
778
779 * Makefile.in (datarootdir): New variable.
780
0b7c73cc
L
7812008-06-12 H.J. Lu <hongjiu.lu@intel.com>
782
783 PR preprocessor/36479
784 * charset.c (cpp_interpret_string_notranslate): Also set
785 narrow_cset_desc.width.
786
cd985f66
JM
7872008-06-07 Joseph Myers <joseph@codesourcery.com>
788
789 * configure.ac (parisc*64*-*-*): Remove.
790 * configure: Regenerate.
791
d750887f
TT
7922008-05-30 Tom Tromey <tromey@redhat.com>
793
794 PR preprocessor/36320:
795 * internal.h (_cpp_parse_expr): Update.
796 * expr.c (_cpp_parse_expr): Add 'is_if' argument. Update error
797 messages.
798 * directives.c (do_if): Update.
799 (do_elif): Require expression if processing group.
800
c100de59
DS
8012008-05-30 Danny Smith <dannysmith@users.sourceforge.net>
802
803 * include/cpplib.h (struct cpp_dir): Add new field, canonical_name.
804
5d6342eb
TT
8052008-05-21 Tom Tromey <tromey@redhat.com>
806
807 PR preprocessor/27777:
808 * lex.c (cpp_output_line_to_string): New function.
809 * internal.h (_cpp_begin_message): Don't declare.
810 * errors.c (_cpp_begin_message): Now static.
811 * include/cpplib.h (cpp_output_line_to_string): Declare.
812 * directives.c (do_diagnostic): Rewrote. Use
813 cpp_output_line_to_string. Don't use _cpp_begin_message.
814
dae4174e
TT
8152008-05-21 Tom Tromey <tromey@redhat.com>
816
817 * include/symtab.h (HT_ALLOCED): Remove.
818 (ht_purge): Declare.
819 * symtab.c (DELETED): New define.
820 (ht_lookup): Update comment.
821 (ht_lookup_with_hash): Handle deleted entries. Remove HT_ALLOCED
822 code. Use subobject allocator for strings, if it exists.
823 (ht_expand): Handle deleted entries.
824 (ht_forall): Likewise.
825 (ht_purge): New function.
826 (ht_dump_statistics): Print deletion statistics.
827
899015a0
TT
8282008-05-13 Tom Tromey <tromey@redhat.com>
829
830 PR preprocessor/22168:
831 * include/cpplib.h (struct cpp_options) <objc>: Update
832 documentation.
833 * expr.c (eval_token): Warn for use of assertions.
834 * directives.c (directive_diagnostics): Warn about extensions.
835 (DEPRECATED): New define.
836 (DIRECTIVE_TABLE): Use it.
837
71c10038
TT
8382008-05-06 Tom Tromey <tromey@redhat.com>
839
840 PR preprocessor/35313, PR preprocessor/36088:
841 * expr.c (optab) <QUERY, COMMA>: Set precedence to 4.
842 (reduce) <case CPP_QUERY>: Special case CPP_COMMA and CPP_COLON.
843
2bd0fe3d
DM
8442008-05-04 David S. Miller <davem@davemloft.net>
845
846 * configure.ac (sparc*-*-*): Always set need_64bit_hwint to yes.
847 * configure: Regenerate.
848
28f68625
DF
8492008-04-22 Daniel Franke <franke.daniel@gmail.com>
850
851 * include/cpplib.h (cpp_define_formatted): New.
852 * directives.c (cpp_define_formatted): New.
853
688e7a53
TT
8542008-04-21 Tom Tromey <tromey@redhat.com>
855
856 PR libcpp/33415:
857 * charset.c (_cpp_convert_input): Add buffer_start argument.
858 Ignore UTF-8 BOM if seen.
859 * internal.h (_cpp_convert_input): Add argument.
860 * files.c (struct _cpp_file) <buffer_start>: New field.
861 (destroy_cpp_file): Free buffer_start, not buffer.
862 (_cpp_pop_file_buffer): Likewise.
863 (read_file_guts): Update.
864
b6baa67d
KVH
8652008-04-18 Kris Van Hees <kris.van.hees@oracle.com>
866
867 * include/cpp-id-data.h (UC): Was U, conflicts with U"..." literal.
868 * include/cpplib.h (CHAR16, CHAR32, STRING16, STRING32): New tokens.
869 (struct cpp_options): Added uliterals.
870 (cpp_interpret_string): Update prototype.
871 (cpp_interpret_string_notranslate): Idem.
872 * charset.c (init_iconv_desc): New width member in cset_converter.
873 (cpp_init_iconv): Add support for char{16,32}_cset_desc.
874 (convert_ucn): Idem.
875 (emit_numeric_escape): Idem.
876 (convert_hex): Idem.
877 (convert_oct): Idem.
878 (convert_escape): Idem.
879 (converter_for_type): New function.
880 (cpp_interpret_string): Use converter_for_type, support u and U prefix.
881 (cpp_interpret_string_notranslate): Match changed prototype.
882 (wide_str_to_charconst): Use converter_for_type.
883 (cpp_interpret_charconst): Add support for CPP_CHAR{16,32}.
884 * directives.c (linemarker_dir): Macro U changed to UC.
885 (parse_include): Idem.
886 (register_pragma_1): Idem.
887 (restore_registered_pragmas): Idem.
888 (get__Pragma_string): Support CPP_STRING{16,32}.
889 * expr.c (eval_token): Support CPP_CHAR{16,32}.
890 * init.c (struct lang_flags): Added uliterals.
891 (lang_defaults): Idem.
892 * internal.h (struct cset_converter) <width>: New field.
893 (struct cpp_reader) <char16_cset_desc>: Idem.
894 (struct cpp_reader) <char32_cset_desc>: Idem.
895 * lex.c (digraph_spellings): Macro U changed to UC.
896 (OP, TK): Idem.
897 (lex_string): Add support for u'...', U'...', u"..." and U"...".
898 (_cpp_lex_direct): Idem.
899 * macro.c (_cpp_builtin_macro_text): Macro U changed to UC.
900 (stringify_arg): Support CPP_CHAR{16,32} and CPP_STRING{16,32}.
901
deb984e6
PB
9022008-04-18 Paolo Bonzini <bonzini@gnu.org>
903
904 PR bootstrap/35457
905 * aclocal.m4: Regenerate.
906 * configure: Regenerate.
907
bf048bea
TT
9082008-04-17 Tom Tromey <tromey@redhat.com>
909
910 PR libcpp/34866:
911 * errors.c (cpp_error): Don't reference a token before the start
912 of the current run.
913
7f27b0f8
TT
9142008-04-16 Tom Tromey <tromey@redhat.com>
915
916 * Makefile.in (TAGS_SOURCES): New variable.
917 (TAGS): New target.
918
a1fcb9a1
KK
9192008-04-11 Kaz Kojima <kkojima@gcc.gnu.org>
920
921 * configure.ac: (need_64bit_hwint): Need 64bit hwint for sh-*-*
922 and shbe-*-*.
923 * configure: Rebuilt.
924
93d45d9e
JM
9252008-04-02 Joseph Myers <joseph@codesourcery.com>
926
927 * include/cpplib.h (struct cpp_callbacks): Add used_define,
928 used_undef and before_define.
929 (NODE_USED): Define.
930 * directives.c (do_define, do_undef, undefine_macros, do_ifdef,
931 do_ifndef, cpp_pop_definition): Handle new flag and use new
932 callbacks.
933 * expr.c (parse_defined): Handle new flag and use new callbacks.
934 * macro.c (enter_macro_context, _cpp_free_definition): Handle new
935 flag and use new callbacks.
936
d4c32e1d
JJ
9372008-04-01 Jakub Jelinek <jakub@redhat.com>
938
939 PR pch/13675
940 * files.c (struct _cpp_file): Remove pch field.
941 (pch_open_file): Don't set file->pch, just file->pchname.
942 (should_stack_file): After pfile->cb.read_pch call
943 free pchname and clear pchname, don't close file->fd.
944 Test file->pchname instead of file->pch. Don't close fd after cb.
945 (_cpp_stack_include): Test file->pchname instead of file->pch.
946
161031e3
TT
9472008-03-28 Tom Tromey <tromey@redhat.com>
948
949 * Makefile.in (POSTCOMPILE): New variable.
950 (.c.o): Use it.
951
14ccf800
TT
9522008-03-13 Tom Tromey <tromey@redhat.com>
953
954 PR libcpp/35322:
955 * directives.c (destringize_and_run): Set pfile->directive.
956
830465c6
MM
9572008-03-06 Markus Milleder <markus.milleder@generali.at>
958
959 PR preprocessor/35458
960 * mkdeps.c (munge): Quote '#' with a '\'.
961
d482a073
RW
9622008-02-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
963
964 PR preprocessor/35379
965 * mkdeps.c (deps_write): Ensure the first target always appears
966 in the first column, without leading backslash newline. Avoid
967 some more extra whitespace.
968
185a6cc1
TS
9692008-02-25 Thiemo Seufer <ths@mips.com>
970
d482a073 971 * Makefile.in ($(srcdir)/config.in): Depend on configure.ac.
185a6cc1 972
2bf41bf0
TT
9732008-02-19 Tom Tromey <tromey@redhat.com>
974
975 * traditional.c (lex_identifier): Use CPP_HASHNODE.
976 * lex.c (lex_identifier): Use CPP_HASHNODE.
977 * include/line-map.h (LINEMAP_POSITION_FOR_COLUMN): Wrap in
978 do-while.
979 * identifiers.c (alloc_node): Change return type.
980 (_cpp_init_hashtable): Don't cast 'alloc_node'.
981 (proxy_assertion_broken): New declaration.
982 (cpp_forall_identifiers): Move comment.
983 * line-map.c (linemap_add): Comment fix.
984 (linemap_line_start): Indentation fix.
985
765d600a
JJ
9862008-01-25 Jakub Jelinek <jakub@redhat.com>
987
988 PR preprocessor/34692
989 * macro.c (collect_args): Add pragma_buff argument. Push
990 CPP_PRAGMA ... CPP_PRAGMA_EOL tokens to *pragma_buff, rather
991 than into arguments. Reset prevent_expansion and parsing_args
992 state at CPP_PRAGMA_EOL/CPP_EOF.
993 (funlike_invocation_p): Add pragma_buff argument, pass it through
994 to collect_args.
995 (enter_macro_context): Add result argument. Adjust
996 funlike_invocation_p caller. Emit all deferred pragma tokens
997 gathered during collect_args before the expansion, add a padding
998 token. Return 2 instead of 1 if any pragma tokens were prepended.
999 (cpp_get_token): If enter_macro_context returns 2, don't return
1000 a padding token, instead cycle to grab CPP_PRAGMA token.
1001 * directives.c (_cpp_handle_directive): If was_parsing_args
1002 in deferred pragma, leave parsing_args and prevent_expansion as is.
1003
ec46053b
TT
10042008-01-22 Tom Tromey <tromey@redhat.com>
1005
765d600a 1006 PR c++/34859
ec46053b
TT
1007 * macro.c (_cpp_create_definition): Handle __STDC_LIMIT_MACROS and
1008 __STDC_CONSTANT_MACROS.
1009
681c6ab0
FF
10102008-01-07 Fred Fish <fnf@specifix.com>
1011
765d600a 1012 PR preprocessor/30363
681c6ab0
FF
1013 * traditional.c (replace_args_and_push): Add local variable
1014 cxtquote, calculate the replacement text size assuming a
1015 worst case of every input character quoted with backslash,
1016 and properly handle output quoting of quote characters in
1017 actual arguments used in function-like macros.
1018
33ae4837
TT
10192008-01-03 Tom Tromey <tromey@redhat.com>
1020
765d600a 1021 PR preprocessor/34602
33ae4837
TT
1022 * directives.c (do_line): Don't try to spell EOF token.
1023 (do_linemarker): Add comment.
1024
675575f5
DD
10252007-12-11 DJ Delorie <dj@redhat.com>
1026
1027 * charset.c (convert_using_iconv): Close out any shift states,
1028 returning to the initial state.
1029
97f6bd40
TT
10302007-12-06 Tom Tromey <tromey@redhat.com>
1031
765d600a 1032 PR c/29172
97f6bd40
TT
1033 * internal.h (struct cpp_reader) <file_hash_entries>: Changed
1034 type.
1035 <file_hash_entries_allocated, file_hash_entries_used>: Removed.
1036 * files.c (FILE_HASH_POOL_SIZE): New macro.
1037 (struct file_hash_entry_pool): New.
1038 (destroy_all_cpp_files): New function.
1039 (allocate_file_hash_entries): Allocate a file_hash_entry_pool.
1040 (new_file_hash_entry): Update.
1041 (free_file_hash_entries): New function.
1042 (_cpp_cleanup_files): Call free_file_hash_entries and
1043 destroy_all_cpp_files.
1044 (cpp_clear_file_cache): New function.
1045 * include/cpplib.h (cpp_clear_file_cache): Declare.
1046
d56a25e1
TT
10472007-12-03 Tom Tromey <tromey@redhat.com>
1048
765d600a 1049 PR preprocessor/34288
d56a25e1
TT
1050 * configure.ac, config.in: Rebuilt.
1051 * configure.ac: Check for ssize_t.
1052
607f74e9
TT
10532007-11-30 Tom Tromey <tromey@redhat.com>
1054
765d600a 1055 PR preprocessor/32868
607f74e9
TT
1056 * macro.c (_cpp_create_definition): Special case
1057 __STDC_FORMAT_MACROS.
1058
b0f4807f
MM
10592007-11-16 Michael Matz <matz@suse.de>
1060
1061 * files.c (search_path_head): Fix check for absolute paths.
1062
f1e20710
TT
10632007-11-11 Tom Tromey <tromey@redhat.com>
1064
765d600a 1065 PR c++/17557
f1e20710
TT
1066 * include/cpplib.h (cpp_included_before): Declare.
1067 * files.c (struct file_hash_entry) <location>: New field.
1068 (_cpp_find_file): Initialize new field.
1069 (make_cpp_dir): Likewise.
1070 (cpp_included_before): New function.
1071
f373b44d
TT
10722007-11-01 Tom Tromey <tromey@redhat.com>
1073
765d600a 1074 PR preprocessor/30805
f373b44d
TT
1075 * macro.c (paste_tokens): Handle padding token.
1076 (paste_tokens): Don't abort unless padding has PASTE_LEFT flag.
1077
5b9a40df
TT
10782007-10-31 Tom Tromey <tromey@redhat.com>
1079
765d600a 1080 PR preprocessor/30786
5b9a40df
TT
1081 * macro.c (builtin_macro): Return result of _cpp_do__Pragma.
1082 * directives.c (_cpp_do__Pragma): Return error status.
1083 * internal.h (_cpp_do__Pragma): Update.
1084 * directives.c (get__Pragma_string): Back up if EOF seen.
1085
5ffeb913
TT
10862007-09-06 Tom Tromey <tromey@redhat.com>
1087
1088 * internal.h (struct cpp_reader) <invocation_location>: New
1089 field.
1090 (struct cpp_reader) <set_invocation_location>: Likewise.
1091 * init.c (cpp_set_line_map): New function.
1092 * line-map.c (linemap_add): Use linemap's allocator.
1093 * include/line-map.h (GTY): Define.
1094 (line_map_realloc): New typedef.
1095 (struct line_map): Mark with GTY.
1096 (struct line_maps): Likewise.
1097 (struct line_maps) <maps>: Likewise.
1098 (struct line_maps) <reallocator>: New field.
1099 * include/symtab.h (GTY): Conditionally define.
1100 * include/cpplib.h (cpp_set_line_map): Declare.
1101 (cpp_get_token_with_location): Declare.
1102 * macro.c (cpp_get_token): Set invocation_location on the reader.
1103 (cpp_get_token_with_location): New function.
1104
ac6b1c67
CF
11052007-08-30 Chao-ying Fu <fu@mips.com>
1106
1107 * expr.c (interpret_float_suffix): Support hr, r, lr, llr, uhr, ur,
1108 ulr, ullr, hk, k, lk, llk, uhk, uk, ulk, ullk.
1109 (cpp_classify_number): Support decimal fixed-point constants without
1110 exponents.
1111 Warn about fixed-point constants when -pedantic.
1112 * include/cpplib.h (CPP_N_SMALL, CPP_N_MEDIUM, CPP_N_LARGE): Change
1113 comments to support fixed-point values.
1114 (CPP_N_FRACT, CPP_N_ACCUM): Define.
1115
cda5e672
TT
11162007-08-18 Tom Tromey <tromey@redhat.com>
1117
765d600a 1118 PR preprocessor/32974
cda5e672
TT
1119 * directives.c (parse_include): Don't check for EOL when
1120 processing #pragma dependency.
1121
ccfc4c91
OW
11222007-07-30 Ollie Wild <aaw@google.com>
1123
1124 * directives-only.c: New file.
1125 * internal.h (struct _cpp_dir_only_callbacks): New.
1126 (_cpp_preprocess_dir_only): New function.
1127 * directives.c (_cpp_handle_directive): Check directives_only before
1128 disabling execution of indented directives.
1129 * files.c (_cpp_stack_file): Add directives_only check.
1130 * include/cpplib.h (struct cpp_options): Add directives_only.
1131 (cpp_init_special_builtins): New function.
1132 * init.c (cpp_init_special_builtins): New function.
1133 (cpp_init_builtins): Move builtin_array initialization to
1134 cpp_init_special_builtins.
1135 (post_options): Check directives_only before setting
1136 pfile->state.prevent_expansion = 1.
1137 * macro.c (_cpp_builtin_macro_text): Print an error if __COUNTER__
1138 is expanded inside a directive while -fdirectives-only is enabled.
1139 * Makefile.in (libcpp_a_OBJS): Add directives-only.o.
1140 (libcpp_a_SOURCES): Add directives-only.c.
1141
a206413a
UB
11422007-07-04 Uros Bizjak <ubizjak@gmail.com>
1143
1144 * traditional.c (_cpp_scan_out_logical_line): Initialize
1145 fmacro.args, fmacro.node, fmacro.offset, fmacro.line and
1146 fmacro.args to prevent 'may be used uninitialized' warning.
1147
c77cd3d1
UB
11482007-07-03 Uros Bizjak <ubizjak@gmail.com>
1149
1150 * include/cpplib.h (CPP_N_WIDTH_MD, CPP_N_MD_W, CPP_N_MD_Q):
1151 Add new constants.
1152 * expr.c (interpret_float_suffix): Process 'w', 'W', 'q' and 'Q'
1153 suffixes. Return CPP_N_MD_W for 'w' or 'W' suffixes and CPP_N_MD_Q
1154 for 'q' or 'Q' suffixes.
1155
66938a1d
DS
11562007-06-17 Danny Smith <dannysmith@users.sourceforge.net
1157
e1311401 1158 * files.c (open_file): Correct typo.
66938a1d 1159
71995ede
VP
11602007-06-16 Vladimir Prus <vladimir@codesourcery.com>
1161
e1311401 1162 * files.c (open_file): Prevent the call
71995ede
VP
1163 for stat from overwriting errno.
1164
84152c25
VP
11652007-06-09 Vladimir Prus <vladimir@codesourcery.com>
1166
e1311401 1167 * files.c (open_file): Account for the
84152c25
VP
1168 fact that on windows, opening a directory gives
1169 EACCES.
1170
f7fd775f
JW
11712007-06-05 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
1172
1173 PR preprocessor/23479
1174 * expr.c (cpp_classify_number): Implement 0b-prefixed binary
1175 integer constants.
1176 (append_digit): Likewise.
1177 * include/cpplib.h: Add CPP_N_BINARY, to be used for 0b-prefixed
1178 binary integer constants.
1179
ed0e74e0
DK
11802007-05-31 Dave Korn <dave.korn@artimi.com>
1181
1182 PR preprocessor/14331
1183 * lex.c (_cpp_get_fresh_line): Don't warn if no newline at EOF.
1184
a702045a
OW
11852007-05-24 Ollie Wild <aaw@google.com>
1186
1187 * macro.c (_cpp_builtin_macro_text): Handle BT_COUNTER.
1188 * pch.c (cpp_write_pch_deps): Save __COUNTER__ state.
1189 (cpp_write_pch_state): Save __COUNTER__ state.
1190 (cpp_valid_state): Check valid __COUNTER__ state.
1191 (cpp_read_state): Read new __COUNTER__ state.
1192 * include/cpplib.h (enum builtin_type): Add BT_COUNTER enumerator.
1193 * init.c (builtin_array): Add __COUNTER__/BT_COUNTER.
1194 * internal.h (struct cpp_reader): Add counter member.
1195
126e073b
SM
11962007-05-23 Simon Martin <simartin@users.sourceforge.net>
1197
1198 PR preprocessor/20077
1199 * macro.c (create_iso_definition): Fixed the method to determine
1200 whether the token-pasting operator appears at the beginning or the end
1201 of a macro.
1202
0b4cafec
ILT
12032007-05-21 Ian Lance Taylor <iant@google.com>
1204
1205 * internal.h (struct cpp_reader): Add new fields:
1206 nonexistent_file_hash and nonexistent_file_ob.
1207 * files.c: Include "obstack.h".
1208 (find_file_in_dir): Before trying to open the file, look up the
1209 path name in the hash table of nonexistent files. After failing
1210 to open the file, add the path name to the hash table.
1211 (_cpp_find_file): Cache the results of looking up the file name
1212 starting with the quote and bracket chain heads, if we can.
1213 (nonexistent_file_hash_eq): New static function.
1214 (_cpp_init_files): Initialize pfile->nonexistent_file_hash and
1215 pfile->nonexistent_file_ob.
1216 (_cpp_cleanup_files): Free pfile->nonexistent_file_hash and
1217 pfile->nonexistent_file_ob.
1218
30e04921
JJ
12192007-05-14 Janis Johnson <janis187@us.ibm.com>
1220
5a6bb57e
JJ
1221 * expr.c (cpp_classify_number): Warn about dfp constant for -pedantic.
1222
30e04921
JJ
1223 PR c/31924
1224 * expr.c (interpret_float_suffix): Check for invalid suffix.
1225
22a8a52d
EC
12262007-05-02 Eric Christopher <echristo@apple.com>
1227
1228 * expr.c (num_div_op): Don't overflow if the result is
1229 zero.
1230
fca35e1b
TT
12312007-05-02 Tom Tromey <tromey@redhat.com>
1232
765d600a 1233 PR preprocessor/28709
fca35e1b
TT
1234 * macro.c (paste_tokens): Remove PASTE_LEFT from the old lhs.
1235
4cd97075
MM
12362007-03-30 Michael Meissner <michael.meissner@amd.com>
1237
1238 * directives.c (lex_macro_node_from_str): Fix alloca call to be
1239 type correct.
1240
121de39f
RH
12412007-03-30 Richard Henderson <rth@redhat.com>
1242
1243 * directives.c (lex_macro_node_from_str): New.
1244 (cpp_push_definition, cpp_pop_definition): New.
1245 * include/cpplib.h (cpp_push_definition, cpp_pop_definition): Declare.
1246
4fcb360b
BM
12472007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
1248
1249 * Makefile.in: Add dummy install-pdf target.
1250
67e64439
TT
12512007-01-30 Tom Tromey <tromey@redhat.com>
1252
765d600a 1253 PR preprocessor/30468
67e64439
TT
1254 * mkdeps.c (apply_vpath): Strip successive '/'s if we stripped
1255 './'.
1256
ee380365
TT
12572007-01-30 Tom Tromey <tromey@redhat.com>
1258
765d600a 1259 PR preprocessor/29966
ee380365
TT
1260 * macro.c (lex_expansion_token): Save and restore cpp_reader's
1261 cur_token.
1262 (_cpp_create_definition): Don't restore cur_token here.
1263 * lex.c (_cpp_lex_token): Added assertion.
1264
024abeb3
TT
12652007-01-27 Tom Tromey <tromey@redhat.com>
1266
1267 * configure: Rebuilt.
1268
ee1c2a10
TT
12692007-01-12 Tom Tromey <tromey@redhat.com>
1270
765d600a 1271 PR preprocessor/28227
ee1c2a10
TT
1272 * directives.c (lex_macro_node): Added 'is_def_or_undef'
1273 argument.
1274 (do_define): Update.
1275 (do_undef): Update.
1276 (do_ifdef): Update.
1277 (do_ifndef): Update.
1278
67214c16
PB
12792007-01-11 Paolo Bonzini <bonzini@gnu.org>
1280
1281 * configure: Regenerate.
1282
1aa6ca40
PB
12832007-01-11 Paolo Bonzini <bonzini@gnu.org>
1284
1285 * configure: Regenerate.
1286
705e2d28
TT
12872007-01-04 Tom Tromey <tromey@redhat.com>
1288
765d600a 1289 PR preprocessor/28165
705e2d28
TT
1290 * internal.h (cpp_in_primary_file): New function.
1291 * directives.c (do_include_next): Use cpp_in_primary_file.
1292 (do_pragma_once): Likewise.
1293 (do_pragma_system_header): Likewise.
1294
7af45bd4
ILT
12952006-12-29 Ian Lance Taylor <iant@google.com>
1296
1297 * lex.c (_cpp_clean_line): Add uses of __builtin_expect. Don't
1298 look backward at the end of the line unless we saw a backslash.
1299
9d30f270
JJ
13002006-12-29 Jakub Jelinek <jakub@redhat.com>
1301
1302 PR preprocessor/29612
1303 * directives.c (do_linemarker): Set pfile->buffer->sysp always, not
1304 only when new_sysp is non-zero.
1305
30b0edc0
TT
13062006-12-28 Tom Tromey <tromey@redhat.com>
1307
765d600a 1308 PR preprocessor/30001
30b0edc0
TT
1309 * charset.c (_cpp_convert_input): Check that to.len is greater
1310 than zero.
1311
85d9c13c
TS
13122006-11-20 Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>
1313
1314 * configure.ac (need_64bit_hwint): Need 64bit hwint for SPU.
83cc06b2 1315 * configure: Rebuilt.
85d9c13c 1316
dfafdaa6
DG
13172006-11-01 Douglas Gregor <doug.gregor@gmail.com>
1318
1319 * include/cpplib.h (enum c_lang): Add CLK_GNUCXX0X and CLK_CXX0X
1320 for experimental C++0x mode.
1321 * init.c (lang_defaults): Add defaults for C++0x modes. C++0x has
1322 adopted the preprocessor changes introduced in C99.
1323
0f45f0f5
JM
13242006-10-29 Joseph Myers <joseph@codesourcery.com>
1325
1326 * configure.ac (need_64bit_hwint): Set for i[34567]86-*-linux*
1327 depending on --enable-targets=all.
1328 * configure: Regenerate.
1329
de000d22
JJ
13302006-10-12 Jakub Jelinek <jakub@redhat.com>
1331
1332 PR preprocessor/28709
1333 * macro.c (paste_tokens): Do error reporting here, use BUF with the
1334 spelled LHS token as opposed to spelling it again.
1335 (paste_all_tokens): Don't report errors here, just break on failure.
1336
b5422ad7
BM
13372006-10-10 Brooks Moses <bmoses@stanford.edu>
1338
1339 * Makefile.in: Added empty "pdf" target.
1340
aaf50ff2
GK
13412006-09-22 Geoffrey Keating <geoffk@apple.com>
1342
1343 * configure.ac: Make need_64_bit_hwint case for x86-darwin
1344 match exactly the glob in gcc/config.gcc.
1345 * configure: Regenerate.
1346
c663e301
JM
13472006-09-13 Joseph S. Myers <joseph@codesourcery.com>
1348
1349 PR c/28768
1350 PR preprocessor/14634
1351 * lex.c (lex_string): Pedwarn for unterminated literals.
1352
f7288899
EC
13532006-09-08 Eric Christopher <echristo@apple.com>
1354
1355 * configure.ac: Add 64-bit HWI support for i?86-darwin.
1356
b52dbbf8
SE
13572006-08-14 Steve Ellcey <sje@cup.hp.com>
1358
1359 PR c++/28288
1360 PR c++/14556
1361 * include/cpplib.h: Remove <?, >?, <?=, and >?= tokens.
1362 (CPP_LAST_EQ): Change.
1363 (CPP_LAST_PUNCTUATOR): Change.
1364 * expr.c (cpp_operator): Remove MIN and MAX.
1365 (reduce): Remove CPP_MIN and CPP_MAX.
1366 (num_binary_op): Ditto.
1367 * lex.c (_cpp_lex_direct): Ditto.
1368 (cpp_avoid_paste): Remove ? as legal symbol after > or <.
1369
1c90c6f9
JJ
13702006-06-09 Jakub Jelinek <jakub@redhat.com>
1371
1372 PR preprocessor/27746
1373 * directives.c (do_pragma): Handle pragma with valid namespace
1374 and invalid name coming from macro expansion.
1375 * directives.c (destringize_and_run): Initialize next field in
1376 context.
1377
1378 PR c/27747
1379 PR c++/27748
1380 * directives.c (destringize_and_run): Set NO_EXPAND on the
1381 tokens.
1382
1383 * macro.c (_cpp_backup_tokens): Fix comment typo.
1384
5c3c3683
DJ
13852006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
1386
1387 * Makefile.in (CATALOGS): Add po/ prefix.
1388 * configure: Regenerated.
1389
b2bd74bc
CD
13902006-05-23 Carlos O'Donell <carlos@codesourcery.com>
1391
1392 * Makefile.in: Add install-html target. Add install-html to .PHONY
1393
be8ac3e2
GZ
13942006-02-17 Grigory Zagorodnev <grigory_zagorodnev@linux.intel.com>
1395
1396 * macro.c (_cpp_builtin_macro_text): Handle BT_TIMESTAMP.
1397 * files.c (_cpp_get_file_stat): New function.
1398 * include/cpplib.h (builtin_type): Add BT_TIMESTAMP.
1399 * init.c (builtin_array): Add support for __TIMESTAMP__/BT_TIMESTAMP.
1400 * internal.h (_cpp_get_file_stat): Prototype.
1401 (struct cpp_buffer): Add timestamp.
1402
83900997
JJ
14032006-01-23 Jakub Jelinek <jakub@redhat.com>
1404
1405 PR preprocessor/25717
1406 * init.c (cpp_init_builtins): If __STDC__ will not change value
1407 between system headers and other sources, define it as a normal
1408 macro rather than a builtin.
1409 * macro.c (_cpp_builtin_macro_text) <case BT_STDC>: Only check
1410 cpp_in_system_header condition.
1411
14122006-01-05 Paolo Bonzini <bonzini@gnu.org>
9220c30c
PB
1413
1414 * Makefile.in: Use -MMD instead of -MD.
1415
bc4071dd
RH
14162006-01-04 Dmitry Kurochkin <dmitry.kurochkin@gmail.com>
1417 Richard Henderson <rth@redhat.com>
1418
1419 Merge from gomp branch:
1420 * directives.c (struct pragma_entry): Add is_deferred. Add ident
1421 entry to value union.
1422 (end_directive): Don't eat the line if in_deferred_pragma.
1423 (run_directive): Remove pragma hacks.
1424 (insert_pragma_entry): Remove.
1425 (new_pragma_entry): New.
1426 (register_pragma_1): Split out of register_pragma. Only handle
1427 the lookup tree and return the new entry.
1428 (cpp_register_pragma): Fill in the pragma entry here.
1429 (cpp_register_deferred_pragma): New.
1430 (register_pragma_internal): New.
1431 (_cpp_init_internal_pragmas): Use register_pragma_internal.
1432 (do_pragma): Allow pragma expansion after namespace. For deferred
1433 pragmas, don't slurp the line into a string.
1434 (destringize_and_run): Save tokens for deferred pragmas.
1435 (cpp_handle_deferred_pragma): Remove.
1436 * macro.c (builtin_macro): Remove pragma token hack.
1437 (_cpp_push_token_context): Rename from push_token_context and export.
1438 * internal.h (struct lexer_state): Add pragma_allow_expansion.
1439 (_cpp_push_token_context): Declare.
1440 * lex.c (_cpp_lex_token): Allow _cpp_handle_directive to return
1441 a token. Update the line number correctly if so.
1442 (_cpp_lex_direct): Emit CPP_PRAGMA_EOL tokens.
1443 (cpp_token_val_index): Return CPP_TOKEN_FLD_PRAGMA for pragmas.
1444 * include/cpplib.h (PRAGMA_EOL): New.
1445 (CPP_TOKEN_FLD_PRAGMA): New.
1446 (struct cpp_token): Add val.pragma.
1447 (struct cpp_options): Remove defer_pragmas.
1448 (cpp_handle_deferred_pragma): Remove.
1449 (cpp_register_deferred_pragma): Declare.
1450
d09e893f
JJ
14512006-01-01 Jakub Jelinek <jakub@redhat.com>
1452
1453 PR c++/25294
1454 * directives.c (do_pragma): If pragma line ends with multi-line
1455 block comment, end the saved deferred pragma string before that
1456 comment. Handle embedded '\0' chars on the pragma line.
1457
ab84748a
VR
14582005-12-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1459
1460 PR c++/23333
1461 * include/cpplib.h: Add PURE_ZERO to flags for the cpp_token structure.
1462
ad6ed77e
JG
14632005-12-07 Jon Grimm <jgrimm2@us.ibm.com>
1464 Ben Elliston <bje@au.ibm.com>
1465
1466 * include/cpplib.h (CPP_N_DFLOAT): New.
1467 * expr.c (interpret_float_suffix): Identify df, dd, and dl
1468 suffixes as decimal floating point constants.
1469 (cpp_classify_number): Disallow hexadecimal DFP constants.
1470
ba096620 14712005-11-14 Gerald Pfeifer <gerald@pfeifer.com>
bc4071dd 1472 Ian Lance Taylor <ian@airs.com>
ba096620
GP
1473
1474 * include/cpplib.h (struct cpp_callbacks): Annotate error with
1475 ATTRIBUTE_FPTR_PRINTF(3,0) instead of ATTRIBUTE_PRINTF(3,0).
1476
456b8ce5
UB
14772005-11-09 Per Bothner <per@bothner.com>
1478 Uros Bizjak <uros@kss-loka.si>
f7288899 1479
456b8ce5
UB
1480 PR c/24101
1481 * init.c (read_original_filename): Temporarily set
1482 state.in_directive before calling _cpp_lex_direct for
1483 CPP_HASH tokens.
1484
5571f74f
JW
14852005-11-03 James E Wilson <wilson@specifix.com>
1486
1487 PR preprocessor/24202
1488 * files.c (_cpp_pop_file_buffer): Set buffer_valid to false.
1489
a63607ed
JM
14902005-11-04 Joseph S. Myers <joseph@codesourcery.com>
1491
1492 * include/cpplib.h (struct cpp_callbacks): Make error take
1493 va_list* parameter.
1494 * errors.c (cpp_error): Update call to callback.
1495
651ed942
AP
14962005-11-03 Andrew Pinski <pinskia@physics.uc.edu>
1497
1498 PR preprocessor/22042
1499 * macro.c (_cpp_builtin_macro_text): Lower the needed max
1500 buffer size.
1501 (cpp_quote_string): Don't octalify non printable
1502 charactors.
1503
178b58b5
JM
15042005-11-03 Joseph S. Myers <joseph@codesourcery.com>
1505
1506 PR c++/17964
1507 * include/cpplib.h (struct cpp_options): Add client_diagnostic.
1508 (struct cpp_callbacks): Add error.
1509 * errors.c (cpp_error): If client_diagnostic, use error callback.
1510 * charset.c (convert_escape): Don't use %03o in diagnostic.
1511
3ee5ed11 15122005-10-21 James E Wilson <wilson@specifix.com>
6568f34b
JW
1513
1514 PR preprocessor/15220
1515 * files.c (_cpp_find_file): New parameter angle_brackets. Fix all
1516 callers. Pass to open_file_failed.
1517 (open_file_failed): New parameter angle_brackets. Fix all callers.
1518 Use in print_dep assignment.
1519 * init.c (cpp_read_main_file): Pass additional arg to _cpp_find_file.
1520 * internal.h (_cpp_find_file): Add new parm to declaration.
f7288899 1521
077fc835
KH
15222005-10-08 Kazu Hirata <kazu@codesourcery.com>
1523
1524 * configure.ac: Require 64-bit int for arm*-*-*eabi*.
1525 * configure: Regenerate.
1526
cbc43ae0
ILT
15272005-10-04 Ian Lance Taylor <ian@airs.com>
1528
1529 PR preprocessor/13726
1530 * directives.c (check_eol_return_comments): New static function.
1531 (parse_include): Add buf parameter. Change all callers.
1532 (do_include_common): If not discard comments, turn on
1533 save_comments. Pass collected comments to include callback.
1534 * include/cpplib.h (struct cpp_callbacks): Add new parameter to
1535 include callback: cpp_token list.
1536
af15a2fe
JM
15372005-09-20 Joseph S. Myers <joseph@codesourcery.com>
1538
1539 * include/cpplib.h (struct cpp_options): Add extended_identifiers.
1540 * init.c (struct lang_flags, lang_defaults): Add
1541 extended_identifiers.
1542 (cpp_set_lang): Use it.
1543 * lex.c (forms_identifier_p): Check extended_identifiers.
1544
f5eab47e
JJ
15452005-08-30 Jakub Jelinek <jakub@redhat.com>
1546
1547 PR preprocessor/20348
1548 PR preprocessor/20356
1549 * files.c (_cpp_find_file, search_cache): Revert 2004-06-26 and
1550 2004-06-05 changes.
1551
467129e6
KG
15522005-07-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1553
1554 * configure.ac (ACX_PROG_CC_WARNING_OPTS): add
1555 -Wmissing-format-attribute.
1556
1557 * configure: Regenerate.
1558
200031d1
KC
15592005-06-29 Kelley Cook <kcook@gcc.gnu.org>
1560
1561 * all files: Update FSF address in copyright headers.
1562 * makeucnid.c (write_copyright): Update outputted FSF address.
1563
f610dd5f
ZW
15642005-06-13 Zack Weinberg <zack@codesourcery.com>
1565
1566 * configure.ac: Invoke ZW_CREATE_DEPDIR and
1567 ZW_PROG_COMPILER_DEPENDENCIES.
1568 * aclocal.m4, configure: Regenerate.
1569 * Makefile.in (DEPMODE, DEPDIR, depcomp, COMPILE.base, COMPILE):
1570 New variables.
1571 (distclean): Clean up $(DEPDIR) and its contents.
1572 (.c.o): Use $(COMPILE).
1573 Include $(DEPDIR)/*.Po for most object->header dependencies.
1574
c3f829c1
GDR
15752005-05-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
1576
1577 * configure.ac: Check declarations for asprintf and vasprintf.
1578 * config.in: Regenerate.
1579 * configure: Likewise.
1580
1581 * charset.c (conversion_loop): Use XRESIZEVEC.
1582 (convert_no_conversion): Likewise.
1583 (convert_using_iconv): Likewise.
1584 (init_iconv_desc): Cast return value of alloca.
1585 (cpp_host_to_exec_charset): Use XNEWVEC.
1586 (emit_numeric_escape): Use XRESIZEVEC.
1587 (cpp_interpret_string): Use XNEWVEC.
1588 (cpp_interpret_string): Use XRESIZEVEC.
1589 (_cpp_interpret_identifier): Cast return value of alloca.
1590 (_cpp_convert_input): Use XNEWVEC and XRESIZEVEC.
1591 * directives.c (glue_header_name): Use XNEWVEC and XRESIZEVEC.
1592 (parse_include): Use XNEWVEC.
1593 (insert_pragma_entry): Rename local variable "new" to
f610dd5f 1594 "new_entry".
c3f829c1
GDR
1595 (save_registered_pragmas): Cast return value of xmemdup.
1596 (destringize_and_run): Same for alloca.
1597 (parse_assertion): Likewise.
1598 (do_assert): Cast allocated storage to proper type.
1599 (cpp_define): Likewise.
1600 (_cpp_define_builtin): Likewise.
1601 (cpp_undef): Likewise.
1602 (handle_assertion): Likewise.
1603 (cpp_push_buffer): Rename local variable "new" to "new_buffer".
1604 * expr.c (CPP_UPLUS): Cast value to type cpp_ttype.
1605 (CPP_UMINUS): Likewise.
1606 (struct cpp_operator): Rename from struct operator.
1607 (_cpp_expand_op_stack): Use XRESIZEVEC.
1608 * files.c (pch_open_file): Use XNEWVEC.
1609 (pch_open_file): Use XRESIZEVEC.
1610 (read_file_guts): Use XNEWVEC and XRESIZEVEC.
1611 (dir_name_of_file): Use XNEWVEC.
1612 (make_cpp_file): Use XCNEW.
1613 (make_cpp_dir): Likewise.
1614 (allocate_file_hash_entries): USE XNEWVEC.
1615 (cpp_included): Cast return value of htab_find_with_hash.
1616 (append_file_to_dir): Use XNEWVEC.
1617 (read_filename_string): Likewise. Use XRESIZEVEC too.
1618 (read_name_map): Cast return value of alloca. Use XRESIZEVEC.
1619 (remap_filename): Use XNEWVEC.
1620 (struct pchf_entry): Move definition out of struct pchf_data.
1621 (_cpp_save_file_entries): Use XCNEWVAR.
1622 (_cpp_read_file_entries): Use XNEWVAR.
1623 * identifiers.c (alloc_node): Use XOBNEW.
1624 * init.c (cpp_create_reader): Use XCNEW.
1625 (cpp_init_builtins): Cast of b->value to enum builtin_type.
1626 (read_original_directory): Cast return value of alloca.
1627 * lex.c (add_line_note): Use XRESIZEVEC.
1628 (warn_about_normalization): Use XNEWVEC.
1629 (_cpp_lex_direct): Cast node->directive_index to (enum cpp_ttype).
1630 (new_buff): Use XNEWVEC.
1631 * line-map.c (linemap_add): Use XRESIZEVEC.
1632 * macro.c (builtin_macro): Cast return value of alloca.
1633 (paste_tokens): Likewise.
1634 (expand_arg): Use XNEWVEC and XRESIZEVEC.
1635 (_cpp_save_parameter): Use XRESIZEVEC.
1636 (create_iso_definition): Cast allocated storage to proper type.
1637 (_cpp_create_definition): Likewise.
1638 (cpp_macro_definition): Use XRESIZEVEC.
1639 * makedepend.c (add_clm): Use XNEW.
1640 (add_dir): Likewise.
1641 * mkdeps.c (munge): Use XNEWVEC.
1642 (deps_init): Use XCNEW.
1643 (deps_add_target): Use XRESIZEVEC.
1644 (deps_add_default_target): Cast return value of alloca.
1645 (deps_add_dep): Use XRESIZEVEC.
1646 (deps_add_vpath): Likewise. Use XNEWVEC too.
1647 (deps_restore): Likewise.
1648 * pch.c (save_idents): Use XNEW and XNEWVEC.
1649 (cpp_save_state): Use XNEW.
1650 (count_defs): Cast return value of htab_find.
1651 (write_defs): Likewise.
1652 (cpp_write_pch_deps): Use XNEWVEC.
1653 (collect_ht_nodes): Use XRESIZEVEC.
1654 (cpp_valid_state): Use XNEWVEC.
1655 (save_macros): Use XRESIZEVEC. Cast return value of xmemdup.
1656 * symtab.c (ht_create): Use XCNEW.
1657 (ht_lookup_with_hash): Cast return value of obstack_copy0.
1658 (ht_expand): Use XCNEWVEC.
1659 * system.h (HAVE_DESIGNATED_INITIALIZERS): False if __cplusplus.
1660 (bool): Do not define if __cplusplus.
1661
1ed17cd5
ZW
16622005-05-12 Zack Weinberg <zack@codesourcery.com>
1663
1664 * directives.c (#sccs table entry): Mark IN_I, consistent with #ident.
1665 (do_sccs): Delete function definition, #define to do_ident.
1666 (do_ident): Don't hardwire directive name.
1667
5a8c20ce
RK
16682005-05-12 Ryota Kunisawa <kunisawa@access.co.jp>
1669
1670 PR bootstrap/21230
1671 * configure: Regenerate.
1672
473c5bc9
AP
16732005-04-27 Andris Pavenis <pavenis@latnet.lv>
1674
1675 * files.c: Include io.h for DJGPP to get prototype of setmode.
1676
c1fc5047
PB
16772005-04-19 Per Bothner <per@bothner.com>
1678
1679 PR preprocessor/20907
1680 * line-map.c (linemap_line_start): Fix bug when we need to increse
1681 column_bits but can re-use the current line_map.
1682
042630ad
KG
16832005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1684
1685 * system.h (fopen, fdopen, freopen): Define these to the unlocked
1686 libiberty functions.
1687
0d667716
KG
16882005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1689
1690 * configure.ac (libcpp_UNLOCKED_FUNCS): New.
1691 (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for libcpp_UNLOCKED_FUNCS.
1692 * system.h (putchar, getc, getchar, clearerr, feof, fileno,
1693 fflush, fgetc, fgets, ferror, fread): Redefine to the associated
1694 _unlocked function.
1695 (fwrite_unlocked): Fix prototype.
1ed17cd5 1696
0d667716
KG
1697 * configure, config.in: Regenerate.
1698
cae064e7
JJ
16992005-04-05 Jakub Jelinek <jakub@redhat.com>
1700
1701 PR preprocessor/19475
1702 * macro.c (create_iso_definition): For < ISO C99, don't
1703 pedwarn if there is no whitespace between macro name and its
1704 replacement, but the replacement starts with a basic character
1705 set character.
1706
cbada204
AJ
17072005-03-28 Andreas Jaeger <aj@suse.de>
1708
1709 * lex.c (warn_about_normalization): Cast field width to int to
1710 avoid warning.
1711
f42eccdb
JM
17122005-03-19 Joseph S. Myers <joseph@codesourcery.com>
1713
1714 * configure.ac: Consistently use solaris2.1[0-9]* instead of
1715 solaris2.1[0-9].
1716 * configure: Regenerate.
1717
c79e602b
GK
17182005-03-15 Geoffrey Keating <geoffk@apple.com>
1719
1720 * charset.c (_cpp_valid_ucn): In identifiers, reject a partial
1721 UCN rather than printing an error.
1722
50668cf6
GK
17232005-03-14 Geoffrey Keating <geoffk@apple.com>
1724
6baba9bb
GK
1725 * lex.c (forms_identifier_p): Disable UCNs in C89 mode.
1726
17272005-03-14 Geoffrey Keating <geoffk@apple.com>
1ed17cd5 1728
50668cf6
GK
1729 * init.c (cpp_create_reader): Default warn_normalize to normalized_C.
1730 * charset.c: Update for new format of ucnid.h.
1731 (ucn_valid_in_identifier): Update for new format of ucnid.h.
1732 Add NST parameter, and update it; update callers.
1733 (cpp_valid_ucn): Add NST parameter, update callers. Replace abort
1734 with cpp_error.
1735 (convert_ucn): Pass normalize_state to cpp_valid_ucn.
1736 * internal.h (struct normalize_state): New.
1737 (INITIAL_NORMALIZE_STATE): New.
1738 (NORMALIZE_STATE_RESULT): New.
1739 (NORMALIZE_STATE_UPDATE_IDNUM): New.
1740 (_cpp_valid_ucn): New.
1741 * lex.c (warn_about_normalization): New.
1742 (forms_identifier_p): Add normalize_state parameter, update callers.
1743 (lex_identifier): Add normalize_state parameter, update callers. Keep
1744 the state current.
1745 (lex_number): Likewise.
1746 (_cpp_lex_direct): Pass normalize_state to subroutines. Check
1747 it with warn_about_normalization.
1748 * makeucnid.c: New.
1749 * ucnid.h: Replace.
1750 * ucnid.pl: Remove.
1751 * ucnid.tab: Make appropriate for input to makeucnid.c. Remove
1752 comments about obsolete version of C++.
1753 * include/cpplib.h (enum cpp_normalize_level): New.
1754 (struct cpp_options): Add warn_normalize field.
1755
47e20491
GK
17562005-03-11 Geoffrey Keating <geoffk@apple.com>
1757
1758 * directives.c (glue_header_name): Update call to cpp_spell_token.
1759 * internal.h (_cpp_interpret_identifier): New.
1760 * charset.c (_cpp_interpret_identifier): New.
1761 (_cpp_valid_ucn): Allow UCN version of '$'.
1762 * lex.c (lex_identifier): Add extra parameter to indicate if initial
1763 character was '$' or '\'. Support identifiers with UCNs.
1764 (forms_identifier_p): Allow UCNs.
1765 (_cpp_lex_direct): Pass extra parameter to lex_identifier.
1766 (utf8_to_ucn): New.
1767 (cpp_spell_token): Add FORSTRING parameter. Use it.
1768 (cpp_token_as_text): Update call to cpp_spell_token.
1769 (cpp_output_token): Write UCNs back out.
1770 (stringify_arg): Update call to cpp_spell_token.
1771 (paste_tokens): Likewise.
1772 (cpp_macro_definition): Likewise.
1773 * macro.c (stringify_arg): Likewise.
1774 (paste_tokens): Likewise.
1775 (cpp_macro_definition): Likewise.
1776 * include/cpplib.h: Add parameter to cpp_spell_token.
1777
73096711
JJ
17782005-03-04 Jakub Jelinek <jakub@redhat.com>
1779
1780 PR bootstrap/20282
1781 PR bootstrap/20305
1782 * macro.c (replace_args, cpp_get_token): Copy whole
1783 cpp_token_u instead of just cpp_string field from it.
1784
2203a881
DP
17852005-02-28 Devang Patel <dpatel@apple.com>
1786
1787 * directives.c (do_line): Save sysp early before line table is
1788 realloc'ed.
1ed17cd5 1789
c5ff069d
ZW
17902005-02-20 Zack Weinberg <zack@codesourcery.com>
1791
1792 PR 18785
1793 * charset.c (LAST_POSSIBLY_BASIC_SOURCE_CHAR): New helper macro.
1794 (cpp_host_to_exec_charset): New function.
1795 * include/cpplib.h: Declare cpp_host_to_exec_charset.
1796
04c90eea
DP
17972005-02-19 Devang Patel <dpatel@apple.com>
1798
1799 * charset.c (_cpp_convert_input): Check '\r' before inserting
1800 '\n' at the end.
c5ff069d 1801
6da55c00
EC
18022005-02-15 Eric Christopher <echristo@redhat.com>
1803
1804 PR preprocessor/19077
1805 * macro.c (cpp_macro_definition): Move handling of whitespace
1806 to PREV_WHITE conditional. Remove overloading of len
1807 variable.
1808
31c3e631
KH
18092005-02-14 Kazu Hirata <kazu@cs.umass.edu>
1810
1811 * directives.c, files.c, init.c, internal.h, macro.c, pch.c,
1812 traditional.c: Update copyright.
1813
be0f1e54
PB
18142005-02-14 Paolo Bonzini <bonzini@gnu.org>
1815
1816 PR bootstrap/19818
1817 * configure.ac: Check for declaration of basename and getopt.
1818 * config.in: Regenerate.
1819 * configure: Regenerate.
1820 * internal.h (ustrcspn): New.
1821 * macro.c (create_iso_definition): Fix allocation of memory.
1822 (padding_token): Add cast to remove const-ness.
1823 * pch.c (cpp_read_state): Use ustrcspn.
1824
ecddfb39
MS
18252005-02-08 Mike Stump <mrs@apple.com>
1826
1827 * files.c (pchf_adder): Remove.
1828 (struct pchf_adder_info): Likewise.
1829 (_cpp_save_file_entries): Write out all files so that #import works.
1830
9fcdd891
JM
18312005-01-23 Joseph S. Myers <joseph@codesourcery.com>
1832
1833 * configure: Regenerate.
1834
ecfd72e7
TS
18352005-01-11 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1836
1837 * include/cpplib.h (c_lang): Fix comment to say cpp_create_reader.
1838
6c25a4f7 1839 * include/cpplib.h: Also update copyright years.
c5ff069d 1840
942926ad
GK
18412005-01-03 Geoffrey Keating <geoffk@apple.com>
1842
1843 * files.c (_cpp_find_file): Add files found by search_path_exhausted
1844 to the list of all files.
1845
a2566ae9
GDR
18462005-01-01 Gabriel Dos Reis <gdr@integrable-solutions.net>
1847
1848 * internal.h: Update references to Cpp lib filenames.
1849 * directives.c: Likewise.
1850 * init.c: Likewise.
1851 * macro.c: Likewise.
1852 * traditional.c: Likewise.
1853
1b449375
EB
18542004-12-15 Eric Botcazou <ebotcazou@libertysurf.fr>
1855
1856 PR preprocessor/15167
1857 * files.c (destroy_cpp_file): New function.
1858 (should_stack_file): Make a new file if the
1859 compared file is still stacked.
1860
28303828
NN
18612004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
1862
c5ff069d 1863 PR preprocessor/17610
28303828
NN
1864 * directives.c (do_include_common): Error out if an empty filename
1865 is given for #include (or #include_next or #import).
1866
c812785a
RS
18672004-11-27 Roger Sayle <roger@eyesopen.com>
1868 Zack Weinberg <zack@codesourcery.com>
1869
1870 * internal.h: Replace all uses of uchar with unsigned char.
1871 * include/cpp-id-data.h: Likewise. Guard typedef of uchar
1872 with !IN_GCC, so uchar is only defined whilst building libcpp.
1873
f91eaa01
KC
18742004-11-24 Kelley Cook <kcook@gcc.gnu.org>
1875
1876 * aclocal.m4: Regenerate.
1877
f78ce0c2
RS
18782004-11-24 Roger Sayle <roger@eyesopen.com>
1879
1880 PR preprocessor/15824
1881 * configure.ac: Correct HAVE_UCHAR test to #include <sys/types.h>
1882 directly, instead of the non-existant "system.h" and "ansidecl.h".
1883 * configure: Regenerate.
1884
b5b3e36a 18852004-11-23 Daniel Jacobowitz <dan@codesourcery.com>
c5ff069d 1886 Joseph Myers <joseph@codesourcery.com>
b5b3e36a
DJ
1887
1888 * internal.h (struct lexer_state): Add in_deferred_pragma.
1889 * directives.c (struct pragma_entry): Add allow_expansion.
1890 (insert_pragma_entry): Take allow_expansion flag.
1891 (register_pragma): Likewise.
1892 (cpp_register_pragma): Likewise.
1893 (_cpp_init_internal_pragmas): Update calls to cpp_register_pragma.
1894 (do_pragma): Honor allow_expansion.
1895 (cpp_handle_deferred_pragma): Set in_deferred_pragma.
1896 * include/cpplib.h (cpp_register_pragma): Update prototype.
1897
a8e68029 18982004-11-18 Daniel Jacobowitz <dan@codesourcery.com>
c5ff069d 1899 Mark Mitchell <mark@codesourcery.com>
a8e68029
DJ
1900
1901 * configure.ac (i[34567]86-*-solaris2.1[0-9]*): Set
1902 need_64bit_hwint=yes.
1903 * configure: Regenerate.
1904
50f47ee0
JM
19052004-11-09 Joseph S. Myers <joseph@codesourcery.com>
1906
1907 * Makefile.in ($(PACKAGE).pot): New rule. Depend on
1908 po/$(PACKAGE).pot.
1909 (po/$(PACKAGE).pot): Use ":" instead of "," in --keyword
1910 arguments. Add keywords _, N_, SYNTAX_ERROR and SYNTAX_ERROR2.
1911 Remove local srcdir path from generated file.
1912
968e08d6 19132004-11-04 Zack Weinberg <zack@codesourcery.com>
c5ff069d 1914 Gerald Pfeifer <gerald@pfeifer.com>
968e08d6
ZW
1915
1916 * internal.h (HAVE_ICONV): Undefine if we do not have HAVE_ICONV_H
1917 as well.
1918
3da3d587
ZW
19192004-10-27 Zack Weinberg <zack@codesourcery.com>
1920
1921 PR 18075
1922 * directives.c (do_pragma): Do not defer pragmas which are unknown.
1923 (cpp_handle_deferred_pragma): Add cast to silence warning.
1924
ac24fc25
JM
19252004-10-14 Joseph S. Myers <jsm@polyomino.org.uk>
1926
1927 * errors.c (_cpp_begin_message): Print "error: " for errors.
1928
7731405b
AJ
19292004-10-10 Andreas Jaeger <aj@suse.de>
1930
1931 * makedepend.c: Include mkdeps.h for prototype of deps_add_vpath.
1932 * Makefile.in (makedepend.o): Add dependency on mkdeps.h.
1933
646544e3
AP
19342004-10-08 Andrew Pinski <pinskia@physics.uc.edu>
1935
1936 * pch.c (cpp_write_pch_state): Remove variable z as it is not
1937 used.
1938 (cpp_read_state): Remove unused variables, m, d and mac_count.
1939
67a74146
PB
19402004-09-29 Per Bothner <per@bothner.com>
1941
1942 * directives.c (cpp_handle_deferred_pragma): Save, clear and restore
1943 cb.line_change. Otherwise do_pragma will call the line_change
1944 call-back with a meaningless line number.
1945
018a4785
ZW
19462004-09-24 Zack Weinberg <zack@codesourcery.com>
1947
1948 * configure.ac: Move AC_PROG_MAKE_SET, AC_PROG_INSTALL to
1949 programs cluster. Use ACX_PROG_CC_WARNING_OPTS,
1950 ACX_PROG_CC_WARNING_ALMOST_PEDANTIC, ACX_PROG_CC_WARNINGS_ARE_ERRORS.
1951 * aclocal.m4, configure: Regenerate.
1952 * init.c: Include localedir.h.
1953 * Makefile.in (WARN_CFLAGS, ALL_CFLAGS): New variables.
1954 (DEFS): Delete.
1955 (.c.o): Use $(ALL_CFLAGS).
1956 (localedir.h, localedir.hs): New rules.
1957 (clean): Use rm -rf to remove directories.
1958 (distclean): Also delete localedir.h and localedir.hs.
1959 (init.o): Update dependencies.
1960
88fa57d7
KC
19612004-09-22 Kelley Cook <kcook@gcc.gnu.org>
1962
1963 * Makefile.in (aclocal.m4): Update dependencies.
1964 * configure.ac (AC_CONFIG_MACRO_DIR): New.
1965 * aclocal.m4, configure: Regenerate.
1966
8f8e9aa5
ZW
19672004-09-17 Zack Weinberg <zack@codesourcery.com>
1968
a29f62d9
ZW
1969 * charset.c (_cpp_destroy_iconv, emit_numeric_escape)
1970 (_cpp_convert_input, _cpp_default_encoding): Add comments.
1971 Some other comments in this file also tweaked.
1972
8f8e9aa5
ZW
1973 * directives.c (do_pragma): Save current buffer position
1974 before lexing the pragma keywords; don't call
1975 _cpp_backup_tokens in the defer_pragmas case.
1976
a2981930
PB
19772004-09-15 Per Bothner <per@bothner.com>
1978
1979 * include/line-map.h (line_map_start): Add parameter names so
1980 preceding comment makes sense.
1981 (linemap_add): Remove from comment mention of non-existing parameter.
1982
21b11495
ZW
19832004-09-09 Matt Austern <austern@apple.com>
1984 Zack Weinberg <zack@codesourcery.com>
1985
1986 * include/cpplib.h (TTYPE_TABLE): Remove CPP_ and SPELL_
1987 prefixes throughout. Add entry for PRAGMA. Remove
1988 unnecessary "= 0" from EQ.
1989 (enum cpp_ttype): Adjust OP and TK definitions to restore
1990 prefixes, via token-paste.
1991 (CPP_LAST_EQ, CPP_FIRST_DIGRAPH, CPP_LAST_PUNCTUATOR, CPP_LAST_CPP_OP):
1992 Change from #defines to additional cpp_ttype enumerators.
1993 (struct cpp_options): Add defer_pragmas.
1994 (cpp_handle_deferred_pragma): Prototype new interface.
1995
1996 * internal.h (struct cpp_reader): Add directive_result.
1997 * directives.c (struct pragma_entry): Add is_internal field;
1998 give boolean fields type bool.
1999 (start_directive): Initialize pfile->directive_result.type.
2000 (_cpp_do__Pragma): Likewise.
2001 (run_directive): Do not crash if pfile->buffer->prev is NULL.
2002 (insert_pragma_entry): Add 'internal' argument; set new->is_internal
2003 from it.
2004 (register_pragma): New static function, bulk of former
2005 cpp_register_pragma here; add 'internal' argument, pass along
2006 to insert_pragma_entry.
2007 (cpp_register_pragma): Now a wrapper around register_pragma which
2008 always passes false for 'internal' argument.
2009 (_cpp_init_internal_pragmas): Call register_pragma directly, passing
2010 true for 'internal'.
2011 (do_pragma): If CPP_OPTION (pfile, defer_pragmas) and this isn't
2012 an internal pragma, save text till the end of the line as a CPP_PRAGMA
2013 token instead of executing the pragma.
2014 (cpp_handle_deferred_pragma): New interface.
2015 * lex.c (token_spellings): Adjust OP and TK definitions to
2016 match changes to cpplib.h.
2017 (_cpp_lex_token): Check for a directive-result token and
2018 return it if present.
2019 (cpp_token_val_index): Handle CPP_PRAGMA.
2020 * macro.c (cpp_builtin_macro_text): Correct comment.
2021 (builtin_macro): Handle directive-result tokens from _cpp_do__Pragma.
2022
0fd9e8dd
SB
20232004-09-06 Serge Belyshev <belyshev@lubercy.com>
2024
2025 PR preprocessor/14699
2026 * symtab.c (ht_dump_statistics): Change type of sum_of_squares
2027 from size_t to double.
2028
39b8ce7f
AS
20292004-08-28 Andreas Schwab <schwab@suse.de>
2030 Andreas Jaeger <aj@suse.de>
2031
2032 * configure.ac: Set PACKAGE correctly.
2033 * configure: Regenerated.
2034
5d1f4b27
PB
20352004-08-25 Paolo Bonzini <bonzini@gnu.org>
2036
2037 * Makefile.in: Add back top_builddir.
2038
078e3ffe
PB
20392004-08-25 Paolo Bonzini <bonzini@gnu.org>
2040
2041 * configure.ac: Replace Automake macro invocations
2042 with manual Autoconf checks and substitutions.
2043 * configure: Regenerate.
2044 * aclocal.m4: Regenerate.
2045 * config.in: Regenerate.
2046 * Makefile.am: Removed.
2047 * Makefile.in: Heavy simplification and reorganization.
2048
b3f8d95d
MM
20492004-08-09 Mark Mitchell <mark@codesourcery.com>
2050
2051 * configure.ac (arm*-*-eabi*): New target.
2052 (arm*-*-symbianelf*): Likewise.
2053 * configure: Regenerated.
2054
72bb2c39
BI
20552004-07-24 Bernardo Innocenti <bernie@develer.com>
2056
2057 * internal.h (xnew, xcnew, xnewvec, xcnewvec, xobnew): Remove.
2058 * directives.c: Use XNEW-family macros from libiberty.
2059 * lex.c: Likewise.
2060 * macro.c: Likewise.
2061 * cpplib.h (cpp_deps_style): Export enum with name.
2062
21b11495 20632004-07-23 Matthias Klose <doko@debian.org>
72bb2c39 2064
21b11495 2065 * init.c (init_library): Use PACKAGE for the text domain.
85eac2a0 2066
a23ee064
AP
20672004-07-16 Andris Pavenis <pavenis@latnet.lv>
2068
2069 PR preprocessor/16366
2070 * internal.h (struct cpp_reader): New field dir_hash.
2071 * files.c (make_cpp_dir): Use dir_hash, not file_hash.
2072 (_cpp_init_files, _cpp_cleanup_files): Update for new field.
2073
a09d4744
NB
20742004-07-04 Neil Booth <neil@duron.akihabara.co.uk>
2075
2076 PR preprocessor/16192
2077 PR preprocessor/15913
2078 PR preprocessor/15572
2079 * expr.c (_cpp_parse_expr): Handle remaining cases where an
2080 expression is missing.
2081 * init.c (post_options): Traditional cpp doesn't do // comments.
2082
f58f7def
PB
20832004-06-30 Per Bothner <per@bothner.com>
2084
2085 * include/line-map.h (fileline): Remove old typedef.
2086 * internal.h (struct cpp_reader): Use source_location typedef instead.
2087
e83d8d43
ZW
20882004-06-26 Zack Weinberg <zack@codesourcery.com>
2089
2090 Partially revert patch of 2004-06-05.
2091 * files.c (search_cache): Remove pfile argument. Don't check
2092 for file that would be found by "" or <> search here...
2093 (_cpp_find_file): ...do it here, before calling find_file_in_dir.
2094 Do not apply directory-of-current-file correction to files
2095 found by this check. Rearrange code slightly.
2096
c0d578e6
GK
20972004-06-21 Geoffrey Keating <geoffk@apple.com>
2098
2099 * files.c (should_stack_file): Correct swapped parameters to call
2100 to cb.read_pch.
2101 * pch.c (cpp_valid_state): Handle -fpreprocessed.
2102
159d5224
PB
21032004-06-15 Paolo Bonzini <bonzini@gnu.org>
2104
2105 * Makefile.in: Regenerate with automake 1.8.5.
2106 * aclocal.m4: Likewise.
2107 * configure: Regenerate.
2108
2fac9c01
ZW
21092004-06-11 Zack Weinberg <zack@codesourcery.com>
2110
2111 * configure.ac: Don't invoke ACX_HEADER_STDBOOL.
2112 * configure, config.in: Regenerate.
2113 * system.h: Unconditionally define bool as unsigned char,
2114 BOOL_BITFIELD as unsigned int.
2115 * .cvsignore: New file.
2116
d8044160
GK
21172004-06-09 Geoffrey Keating <geoffk@apple.com>
2118
2119 * traditional.c (push_replacement_text): Set macro->traditional.
2120 (save_replacement_text): Likewise.
2121 * pch.c (cpp_write_pch_state): Don't write list of defined macros.
2122 (struct save_macro_item): Delete.
2123 (struct save_macro_data): Use a character array not the previous
2124 structured format.
2125 (save_macros): Save macro as text not as internal structures.
2126 (cpp_prepare_state): Update for changes to save_macro_data.
2127 (cpp_read_state): Don't read macros defined in PCH. Restore
2cf22451 2128 -D macros as text.
d8044160
GK
2129 * macro.c (create_iso_definition): Honour alloc_subobject.
2130 Clear traditional flag.
2131 (_cpp_create_definition): Honour alloc_subobject.
2132 * lex.c (cpp_token_val_index): New.
2133 * internal.h: Include cpp-id-data.h.
2134 (uchar): Move definition to cpp-id-data.h.
2135 (U): Likewise.
2136 (cpp_macro): Likewise.
2137 * directives.c (struct answer): Move to cpp-id-data.h.
2138 (do_assert): Honour alloc_subobject.
2cf22451
ZW
2139
2140 * include/symtab.h (struct ht): Add field 'alloc_subobject'.
2141 * include/cpplib.h (struct cpp_string): Add GTY marker.
2142 (enum cpp_token_fld_kind): New.
2143 (struct cpp_token): Add GTY markers.
2144 (cpp_token_val_index): Prototype.
2145 (CPP_HASHNODE_VALUE_IDX): New.
2146 (struct cpp_hashnode): Don't skip fields of 'value' when marking.
2147 * include/cpp-id-data.h: New file.
d8044160 2148
0ca8e815
PB
21492004-06-09 Paolo Bonzini <bonzini@gnu.org>
2150
2151 * Makefile.am (all-local): New.
2152 * Makefile.in: Regenerate.
2153
b51fa00f
RS
21542004-06-06 Roger Sayle <roger@eyesopen.com>
2155
2156 * Makefile.am (LIBICONV): Declare.
2157 (makedepend_LDADD): Use LIBICONV.
2158 * Makefile.in: Regenerate.
2159
5e2f3f39
AP
21602004-06-05 Andrew Pinski <pinskia@physics.uc.edu>
2161
2162 * Makefile.am (LIBINTL): Declare
2163 (makedepend_LDADD): Use LIBINTL.
2164 * Makefile.in: Regenerate.
2165
c6e83800
ZW
21662004-06-05 Zack Weinberg <zack@codesourcery.com>
2167
2168 * Makefile.am: Add makedepend.
2169 * Makefile.in, aclocal.m4: Regenerate.
2170 * charset.c: Insert a space to avoid a warning.
2171 * directives.c: Include mkdeps.h.
2172 (_cpp_handle_directive): Reenable macro expander if appropriate.
2173 (undefine_macros): Inline body of _cpp_free_definition for speed.
2174 Do not call undef callback or _cpp_warn_if_unused_macro.
2175 (cpp_get_deps): New interface.
2176 * files.c (search_cache): Add pfile argument. Check for file
2177 that would be found by "" or <> search here...
2178 (_cpp_find_file): ...not here. Correct recorded start_dir of
2179 files found by directory-of-current-file search that would be
2180 found by "" or <> search.
2181 * init.c (cpp_add_dependency_target): Delete.
2182 * internal.h (struct lexer_state): Add discarding_output flag.
2183 * lex.c (lex_identifier): Compute hash function while scanning.
2184 * macro.c (cpp_scan_nooutput): Disable macro expansion outside
2185 directives.
2186 * makedepend.c: New file.
2187 * mkdeps.c (struct deps): Add vpath vector.
2188 (apply_vpath, deps_add_vpath): New function.
2189 (deps_free): Free vpath vector.
2190 (deps_add_dep, deps_add_target): Use apply_vpath.
2191 * symtab.c (calc_hash): Use HT_HASHSTEP and HT_FINISH.
2192 (ht_lookup_with_hash): New function.
2193 * cpplib.h, mkdeps.h: Update prototypes.
2194 * symtab.h: Update prototypes.
2195 (HT_HASHSTEP, HT_FINISH): New macros.
2196
b453c95f
GK
21972004-05-29 Geoffrey Keating <geoffk@apple.com>
2198
2199 * symtab.c (ht_create): Set entries_owned.
2200 (ht_destroy): Honour entries_owned.
2201 (ht_expand): Likewise.
2202 (ht_load): New.
2cf22451
ZW
2203 * include/symtab.h (struct ht): New field 'entries_owned'
2204 (ht_load): New prototype.
b453c95f 2205
963e23c5
PB
22062004-05-26 Paolo Bonzini <bonzini@gnu.org>
2207
2208 PR bootstrap/15651
2209 * configure.ac: Fix m4 quoting when picking
2210 the size of HOST_WIDE_INT.
2211 * configure: Regenerate.
2212
0429bc77
PB
22132004-05-25 Paolo Bonzini <bonzini@gnu.org>
2214
2215 * Makefile.am: the correct directory for
2216 gettext include files is given by @INCINTL@.
2217 * Makefile.in: Regenerate.
2218
c86dd7db
PB
22192004-05-24 Paolo Bonzini <bonzini@gnu.org>
2220
2221 * system.h [!ENABLE_NLS]: dgettext takes two
2222 parameters.
2223
4f4e53dd
PB
22242004-05-23 Paolo Bonzini <bonzini@gnu.org>
2225
2226 Moved libcpp from the gcc subdirectory to the toplevel.
2227 * Makefile.am: New file.
2228 * Makefile.in: Regenerate.
2229 * configure.ac: New file.
2230 * configure: Regenerate.
2231 * config.in: Regenerate.
2232 * charset.c: Moved from gcc/cppcharset.c. Add note about
2233 brokenness of input charset detection. Adjust for change
2234 in name of cppucnid.h.
2235 * errors.c: Moved from gcc/cpperror.c. Do not include intl.h.
2236 * expr.c: Moved from gcc/cppexp.c.
2237 * files.c: Moved from gcc/cppfiles.c. Do not include intl.h.
2238 Remove #define of O_BINARY, it is in system.h.
2239 * identifiers.c: Moved from gcc/cpphash.c.
2240 * internal.h: Moved from gcc/cpphash.h. Change header
2241 guard name. All other files adjusted to match name change.
2242 * init.c: Moved from gcc/cppinit.c.
2243 (init_library) [ENABLE_NLS]: Call bindtextdomain.
2244 * lex.c: Moved from gcc/cpplex.c.
2245 * directives.c: Moved from gcc/cpplib.c.
2246 * macro.c: Moved from gcc/cppmacro.c.
2247 * pch.c: Moved from gcc/cpppch.c. Do not include intl.h.
2248 * traditional.c: Moved from gcc/cpptrad.c.
2249 * ucnid.h: Moved from gcc/cppucnid.h. Change header
2250 guard name.
2251 * ucnid.pl: Moved from gcc/cppucnid.pl.
2252 * ucnid.tab: Moved from gcc/cppucnid.tab. Change header
2253 guard name.
2254 * symtab.c: Moved from gcc/hashtable.c.
2255 * line-map.c: Moved from gcc. Do not include intl.h.
2256 * mkdeps.c: Moved from gcc.
2257 * system.h: New file.
2cf22451
ZW
2258 * include/cpplib.h: Moved from gcc. Change header guard name.
2259 * include/line-map.h: Moved from gcc. Change header guard name.
2260 * include/mkdeps.h: Moved from gcc. Change header guard name.
2261 * include/symtab.h: Moved from gcc/hashtable.h. Change header
2262 guard name.