Age | Commit message (Expand) | Author | Files | Lines |
2002-03-15 | * init.c (build_new_1): Use size_binop instead of cp_build_binary_op. | Richard Henderson | 2 | -1/+5 |
2002-03-15 | c-common.c (statement_code_p): Handle CLEANUP_STMT. | Mark Mitchell | 7 | -22/+13 |
2002-03-15 | re PR c++/5857 (C++ duplicate_decls shouldn't use common_type) | Jason Merrill | 4 | -157/+119 |
2002-03-15 | toplev.c (wrapup_global_declarations): Clarify variable handling. | Jason Merrill | 3 | -15/+28 |
2002-03-14 | c-decl.c: Include c-pragma.h. | Richard Henderson | 3 | -1/+16 |
2002-03-15 | re PR c++/5908 (Warning regression wrt. gcc 3.0) | Jakub Jelinek | 1 | -0/+1 |
2002-03-14 | call.c (build_over_call): Set TREE_NO_UNUSED_WARNING too. | Jakub Jelinek | 3 | -0/+7 |
2002-03-13 | Fix last commit. | Richard Sandiford | 1 | -2/+5 |
2002-03-13 | mangle.c (write_builtin_type): Handle 128-bit integers even if they are not a... | Richard Sandiford | 2 | -5/+15 |
2002-03-13 | cp-tree.h (init_init_processing): Remove declaration. | Richard Sandiford | 4 | -22/+6 |
2002-03-13 | c-common.c (c_tree_code_type, [...]): Delete. | Kaveh R. Ghazi | 4 | -43/+55 |
2002-03-12 | re PR c++/5659 (default access for class/struct bug) | Nathan Sidwell | 3 | -14/+14 |
2002-03-11 | Revert 2001-03-26 Nathan Sidwell <nathan@codesourcery.com>, DR209 is now not ... | Nathan Sidwell | 4 | -52/+40 |
2002-03-11 | Revert 2000-12-01 Nathan Sidwell <nathan@codesourcery.com>, It is incorrect. | Nathan Sidwell | 3 | -4/+25 |
2002-03-11 | C++ alias analysis improvement. | Dan Nicolaescu | 2 | -3/+61 |
2002-03-10 | * cp-tree.h (stabilize_expr): Prototype. | Kaveh R. Ghazi | 2 | -0/+5 |
2002-03-09 | cp-tree.h (CLEAR_BINFO_MARKED): Make both parts of conditional return void. | Craig Rodrigues | 2 | -1/+6 |
2002-03-08 | expr.c (expand_expr): Use unsave lang hook. | Neil Booth | 4 | -9/+18 |
2002-03-03 | attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof... | Kaveh R. Ghazi | 4 | -12/+14 |
2002-03-02 | re PR c++/775 (2.97 error declaring nested class a friend) | Nathan Sidwell | 3 | -7/+27 |
2002-03-01 | typeck.c (cp_pointer_int_sum): Complete inner type which is used later by siz... | Michael Matz | 2 | -2/+13 |
2002-03-01 | cp-tree.h: Require __GNUC__ to be #defined. | Phil Edwards | 2 | -0/+10 |
2002-02-28 | tree.h (TARGET_EXPR_SLOT, [...]): New macros. | Jason Merrill | 5 | -37/+186 |
2002-02-28 | search.c (lookup_base_r): Don't clear is_non_public just because we found a f... | Jason Merrill | 2 | -2/+6 |
2002-02-28 | c-decl.c (finish_function): Only warn about missing return statement with -Wr... | Jason Merrill | 2 | -4/+10 |
2002-02-28 | Makefile.in (integrate.o): Update. | Neil Booth | 6 | -4/+16 |
2002-02-27 | c-common.c, [...]: Delete code implementing -traditional mode. | Zack Weinberg | 2 | -8/+7 |
2002-02-24 | re PR c++/4093 (Return type mis-match for (a?b:c) constructs in gcc/cp/cp-tre... | Craig Rodrigues | 2 | -1/+7 |
2002-02-22 | re PR other/5746 (0220 cvs crashes using undeclared type) | Jakub Jelinek | 2 | -10/+17 |
2002-02-22 | PR c++/2645, DR 295 | Nathan Sidwell | 7 | -93/+198 |
2002-02-22 | forgot cl | Aldy Hernandez | 1 | -0/+7 |
2002-02-22 | attr-alwaysinline.c: New. | Aldy Hernandez | 2 | -0/+5 |
2002-02-21 | re PR c++/4401 (Array subscript evaluation sometimes wrong for 64-bit archit... | Jakub Jelinek | 2 | -87/+12 |
2002-02-20 | re PR c++/5713 (Redeclaration causes ice in in make_decl_rtl, at varasm.c:835) | Jakub Jelinek | 2 | -0/+6 |
2002-02-19 | ABI change: Mangle `void (A::*)() const' as M1AKFvvE, not MK1AFvvE. | Jason Merrill | 2 | -18/+20 |
2002-02-17 | pt.c (do_type_instantiation): Don't pedwarn if in_system_header. | Jason Merrill | 2 | -2/+7 |
2002-02-18 | re PR c++/5685 (g++ 3.0.2 allows multiple identical declaration of default ar... | Craig Rodrigues | 2 | -7/+10 |
2002-02-17 | re PR c/3444 (Test fails (cast)) | Jakub Jelinek | 2 | -25/+5 |
2002-02-16 | decl.c (grokdeclarator): Set typedef_decl for all TYPE_DECLs, remove incorrec... | Nathan Sidwell | 2 | -15/+19 |
2002-02-13 | decl.c (builtin_function): Set TREE_THIS_VOLATILE on return fns. | Jason Merrill | 2 | -1/+8 |
2002-02-13 | * typeck2.c (digest_init): Do handle values of vector type. | Jason Merrill | 2 | -1/+3 |
2002-02-13 | typeck2.c (digest_init, [...]): Treat vectors like arrays. | Jason Merrill | 2 | -10/+23 |
2002-02-11 | parse.y (reserved_declspecs): Don't handle attributes. | Jason Merrill | 3 | -7/+13 |
2002-02-11 | mention NRVO | Jason Merrill | 1 | -0/+12 |
2002-02-08 | c-common.c (c_expand_expr): Revert 2002-02-06 patch. | Jakub Jelinek | 2 | -3/+15 |
2002-02-07 | Rename instantiate_type_flags to tsubst_flags_t & expand use. | Nathan Sidwell | 9 | -229/+258 |
2002-02-07 | re PR c++/109 (g++ 2.95.2 can't handle dependent friend member functions) | Nathan Sidwell | 4 | -7/+26 |
2002-02-05 | class.c: Include target.h. | Alexandre Oliva | 3 | -2/+12 |
2002-02-04 | * error.c (dump_type): Be more helpful about VECTOR_TYPE. | Jason Merrill | 2 | -1/+12 |
2002-02-04 | PR c/4475, c++/3780: | Jakub Jelinek | 2 | -1/+9 |