]> gcc.gnu.org Git - gcc.git/blame - gcc/cp/ChangeLog
revert
[gcc.git] / gcc / cp / ChangeLog
CommitLineData
34332678
CT
12000-04-28 Cosmin Truta <cosmint@cs.ubbcluj.ro>
2
3 * decl.c (grok_op_properties): Add an extra check of argtypes.
4
27c58e25
MM
52000-04-27 Mark Mitchell <mark@codesourcery.com>
6
7 * optimize.c (copy_body_r): Use STRIP_TYPE_NOPS when copying
8 variables.
9 (initialize_inlined_parameters): Try to avoid creating new
10 VAR_DECLs.
11
2a9a326b
AS
122000-04-27 Alex Samuel <samuel@codesourcery.com>
13
14 * lex.c (my_get_run_time): Remove.
15 (init_filename_times): Use get_run_time instead of my_get_run_time.
16 (check_newline): Likewise.
17 (dump_time_statistics): Likewise.
18 * decl2.c (finish_file): Push and pop timevar TV_VARCONST instead
19 of computing elapsed time explicitly.
20
fc611ce0
MM
212000-04-26 Mark Mitchell <mark@codesourcery.com>
22
23 * cp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.
24 * init.c (decl_constant_value): Check TREE_READONLY_DECL_P.
25 * call.c (convert_like_real): Don't test TREE_READONLY_DECL_P
26 before calling decl_constant_value.
27 * class.c (check_bitfield_decl): Likewise.
28 * cvt.c (ocp_convert): Likewise.
29 (convert): Likewise.
30 * decl.c (compute_array_index_type): Likewise.
31 (build_enumerator): Likewise.
32 * decl2.c (check_cp_case_value): Likewise.
33 * pt.c (convert_nontype_argument): Likewise.
34 (tsubst): Likewise.
35 * typeck.c (decay_conversion): Likewise.
36 (build_compound_expr): Likewise.
37 (build_reinterpret_cast): Likewise.
38 (build_c_cast): Likewise.
39 (convert_for_assignment): Likewise.
40
1cfdcc15
JM
412000-04-26 Jason Merrill <jason@casey.cygnus.com>
42
43 * decl.c (finish_function): Don't play games with DECL_INLINE.
44
dd142424
GDR
452000-04-25 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
46
47 * ir.texi: Correct typo.
48
c1b177ec
ML
49