Age | Commit message (Expand) | Author | Files | Lines |
2003-11-17 | init.c (build_new_1): Preevaluate placement args. | Jason Merrill | 1 | -19/+37 |
2003-10-22 | call.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-10-21 | ChangeLog: Fix typos. | Kazu Hirata | 1 | -1/+1 |
2003-10-07 | re PR c++/10147 (Confusing error message for invalid template function argument) | Mark Mitchell | 1 | -1/+7 |
2003-09-28 | c-decl.c (finish_function): Convert definition to ISO C90. | Andreas Jaeger | 1 | -1/+1 |
2003-09-21 | Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change. | Richard Henderson | 1 | -1/+1 |
2003-09-21 | tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const. | Richard Henderson | 1 | -1/+1 |
2003-08-29 | init.c (decl_constant_value): Deal with COND_EXPR specially. | Mark Mitchell | 1 | -0/+18 |
2003-08-19 | re PR c++/11174 (derived class can access protected base class member functio... | Kriang Lerdsuwanakij | 1 | -2/+19 |
2003-08-18 | re PR c++/11957 (wrong "warning: statement has no effect") | Nathan Sidwell | 1 | -11/+14 |
2003-08-16 | re PR c++/11512 (Spurious warning for comma-operator in templates) | Nathan Sidwell | 1 | -1/+1 |
2003-08-11 | re PR c++/11789 (rejects legal, multiple inheritance (inheriting from same cl... | Mark Mitchell | 1 | -7/+42 |
2003-07-28 | cp-tree.h (begin_compound_stmt): No scope arg is a bool. | Nathan Sidwell | 1 | -8/+8 |
2003-07-26 | cp-tree.h (begin_init_stmts, [...]): Remove. | Nathan Sidwell | 1 | -65/+29 |
2003-07-25 | cp-tree.h (build_compound_expr): Take LHS & RHS args. | Nathan Sidwell | 1 | -63/+38 |
2003-07-24 | cp-tree.h (convert_to_base_statically): Declare. | Mark Mitchell | 1 | -12/+4 |
2003-07-22 | fold-const.c (force_fit_type): Handle OFFSET_TYPE. | Mark Mitchell | 1 | -89/+74 |
2003-07-16 | cp-tree.def (LOOKUP_EXPR): Remove. | Mark Mitchell | 1 | -10/+4 |
2003-07-09 | fold-const.c (make_range): Do not access operand 1 for a zero-operand operator. | Mark Mitchell | 1 | -151/+0 |
2003-07-08 | cp-tree.h (build_scoped_method_call): Remove. | Mark Mitchell | 1 | -3/+8 |
2003-07-06 | re PR c++/11431 (static_cast behavior with subclasses when default constructo... | Mark Mitchell | 1 | -2/+2 |
2003-07-05 | call.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-07-04 | call.c (build_addr_func): Handle bound pointers-to-members. | Mark Mitchell | 1 | -105/+26 |
2003-07-03 | call.c (build_scoped_method_call): Use convert_to_void. | Mark Mitchell | 1 | -20/+19 |
2003-06-20 | Fix for PR c++/11228, infinite loop for new int[n](). | Matt Austern | 1 | -1/+7 |
2003-06-13 | init.c: removes use of PARAMS macro. | Nathanael Nerode | 1 | -122/+55 |
2003-05-21 | init.c (build_vec_delete): Copy the address into a temporary variable before ... | Jason Merrill | 1 | -5/+15 |
2003-05-10 | re PR c++/9252 ([New parser] Errors due to legally used "typename") | Kriang Lerdsuwanakij | 1 | -2/+1 |
2003-05-08 | init.c (build_new_1): Don't reuse a TARGET_EXPR in an expression. | Jason Merrill | 1 | -22/+32 |
2003-05-03 | class.c (finish_struct): Use location_t and input_location directly. | Nathan Sidwell | 1 | -2/+1 |
2003-05-01 | input.h (lineno): Rename to ... | Nathan Sidwell | 1 | -1/+1 |
2003-04-13 | re PR c++/10300 (use of array-new (nothrow) in segfaults on NULL return) | Mark Mitchell | 1 | -60/+69 |
2003-04-13 | tree.c (build_constructor): New function. | Zack Weinberg | 1 | -2/+2 |
2003-03-16 | re PR c++/9629 (virtual inheritance segfault) | Nathan Sidwell | 1 | -11/+11 |
2003-03-11 | 16077.C: Adjust warnings. | Mark Mitchell | 1 | -55/+8 |
2003-03-08 | Initialize args | Mark Mitchell | 1 | -1/+1 |
2003-03-08 | re PR c++/9809 (when are builtins brought into view) | Mark Mitchell | 1 | -55/+88 |
2003-02-28 | re PR c++/9879 (ICE / endless compile with "new int[2]()") | Mark Mitchell | 1 | -15/+23 |
2003-02-20 | Change base class access representation. | Nathan Sidwell | 1 | -18/+9 |
2003-02-15 | search.c: ANSIfy function declarations and definitions. | Nathan Sidwell | 1 | -2/+2 |
2003-01-30 | c-common.c (builtin_define_float_constants): Define __<TYPE>_HAS_INFINITY__ a... | Mark Mitchell | 1 | -2/+2 |
2003-01-23 | re PR c++/9354 ([New parser?] segfault in template definition) | Mark Mitchell | 1 | -1/+2 |
2003-01-16 | re PR c++/8564 (ICE in find_function_data, at function.c:329) | Jason Merrill | 1 | -12/+22 |
2003-01-10 | Merge from pch-branch. | Geoffrey Keating | 1 | -1/+0 |
2003-01-03 | fold-const.c (fold): Avoid NOP_EXPRs better. | Jason Merrill | 1 | -10/+17 |
2003-01-01 | call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header. | Steven Bosscher | 1 | -4/+4 |
2002-12-28 | Remove traditional C constructs 3/n. | Gabriel Dos Reis | 1 | -1/+1 |
2002-12-28 | Make-lang.in (po-generated): Remove parse.c. | Mark Mitchell | 1 | -6/+19 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -21/+20 |
2002-12-01 | re PR c++/8727 (compiler confused by inheritance from an anonymous struct) | Mark Mitchell | 1 | -1/+1 |