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