| Commit message (Expand) | Author | Age | Files | Lines |
* | * typeck.c (build_binary_op): Do not warn about signed | mmitchel | 2003-07-11 | 1 | -1/+4 |
* | PR c++/10032 | mmitchel | 2003-07-10 | 1 | -38/+2 |
* | * typeck.c (build_x_unary_op): Take note of the fact that | mmitchel | 2003-07-09 | 1 | -1/+1 |
* | * fold-const.c (make_range): Do not access operand 1 for a | mmitchel | 2003-07-09 | 1 | -274/+148 |
* | * cp-tree.h (build_scoped_method_call): Remove. | mmitchel | 2003-07-08 | 1 | -9/+16 |
* | 2003-07-07 Andreas Jaeger <aj@suse.de> | aj | 2003-07-07 | 1 | -57/+24 |
* | * call.c: Fix comment formatting. | kazu | 2003-07-06 | 1 | -3/+3 |
* | PR c++/11431 | mmitchel | 2003-07-06 | 1 | -44/+67 |
* | * call.c: Fix comment typos. | kazu | 2003-07-05 | 1 | -4/+4 |
* | * call.c (build_addr_func): Handle bound pointers-to-members. | mmitchel | 2003-07-04 | 1 | -65/+8 |
* | cp: | nathan | 2003-07-02 | 1 | -1/+5 |
* | PR c++/11332 | mmitchel | 2003-06-27 | 1 | -3/+4 |
* | PR c++/10931 | mmitchel | 2003-06-26 | 1 | -73/+147 |
* | * call.c (enforce_access): Assert we get a binfo. | nathan | 2003-06-24 | 1 | -1/+3 |
* | * cp-tree.h (comp_except_specs, compparms, cp_has_mutable_p, | nathan | 2003-06-18 | 1 | -247/+143 |
* | * cp-tree.h (COMPARE_RELAXED): Rename to ... | nathan | 2003-06-18 | 1 | -130/+92 |
* | PR c++/10635 | mmitchel | 2003-06-12 | 1 | -0/+4 |
* | Add a new flag, -W(no-)invalid-offsetof, to control whether or | austern | 2003-05-19 | 1 | -1/+2 |
* | * call.c (build_op_delete_call): Avoid creating unnecessary types. | mmitchel | 2003-05-15 | 1 | -4/+2 |
* | * typeck.c (build_modify_expr): Don't always stabilize the lhs and | jason | 2003-05-13 | 1 | -8/+4 |
* | * typeck.c (build_unary_op): Deal with const qualifier in | lerdsuwa | 2003-05-06 | 1 | -6/+7 |
* | PR c++/10496 | lerdsuwa | 2003-05-05 | 1 | -2/+11 |
* | PR c/10604 | zack | 2003-05-03 | 1 | -1/+1 |
* | * Makefile.in (calls.o): Depend on except.h. | mmitchel | 2003-04-22 | 1 | -12/+1 |
* | cp: | nathan | 2003-04-21 | 1 | -15/+12 |
* | * tree.c (build_constructor): New function. | zack | 2003-04-13 | 1 | -1/+1 |
* | PR c++/7086 | mmitchel | 2003-03-24 | 1 | -1/+1 |
* | PR c++/10091 | jason | 2003-03-18 | 1 | -2/+3 |
* | * g++.old-deja/g++.benjamin/16077.C: Adjust warnings. | mmitchel | 2003-03-11 | 1 | -28/+7 |
* | PR c++/9878 | mmitchel | 2003-03-03 | 1 | -14/+50 |
* | Change base class access representation. | nathan | 2003-02-20 | 1 | -9/+6 |
* | * search.c: ANSIfy function declarations and definitions. | nathan | 2003-02-15 | 1 | -5/+5 |
* | * flags.h (flag_volatile): Remove declaration. | rsandifo | 2003-02-01 | 1 | -3/+1 |
* | * class.c (check_field_decls): Only check C_TYPE_FIELDS_READONLY | mmitchel | 2003-01-30 | 1 | -3/+2 |
* | * c-common.c (builtin_define_float_constants): Define | mmitchel | 2003-01-30 | 1 | -8/+192 |
* | PR c++/8564 | jason | 2003-01-17 | 1 | -1/+1 |
* | PR c++/8748 | jason | 2003-01-13 | 1 | -27/+8 |
* | PR c++/9128 | mmitchel | 2003-01-10 | 1 | -21/+28 |
* | * call.c, class.c, cp-lang.c, cp-tree.h, cvt.c, dump.c, error.c, | neil | 2003-01-01 | 1 | -4/+4 |
* | Remove traditional C constructs 3/n. | gdr | 2002-12-28 | 1 | -6/+6 |
* | * Make-lang.in (po-generated): Remove parse.c. | mmitchel | 2002-12-28 | 1 | -38/+70 |
* | Handle anonymous unions at the tree level. | jason | 2002-12-19 | 1 | -1/+2 |
* | * decl.c (finish_function): Also complain about no return in | jason | 2002-12-18 | 1 | -0/+6 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -0/+2 |
* | PR c++/8227 | mmitchel | 2002-12-01 | 1 | -0/+2 |
* | PR c++/8214 | mmitchel | 2002-12-01 | 1 | -2/+10 |
* | * cp-tree.h (DECL_LANG_FLAG_4): Document more uses. | nathan | 2002-11-26 | 1 | -2/+2 |
* | PR c++/8342 | ebotcazou | 2002-11-21 | 1 | -3/+4 |
* | restore old comment | jason | 2002-10-31 | 1 | -2/+5 |
* | * call.c (build_over_call): Use DECL_CONTEXT, not | mmitchel | 2002-10-26 | 1 | -1/+1 |