Age | Commit message (Expand) | Author | Files | Lines |
2004-05-28 | re PR c++/14668 (no warning anymore for reevaluation of declaration) | Mark Mitchell | 1 | -5/+14 |
2004-05-24 | re PR c++/15044 (ICE on syntax error, template header.) | Mark Mitchell | 1 | -3/+8 |
2004-05-23 | re PR c++/14821 (Duplicate namespace alias declaration should not conflict) | Mark Mitchell | 1 | -6/+10 |
2004-05-23 | class.c (alter_access): Use %E format specifier to print an identifier node. | Gabriel Dos Reis | 1 | -1/+1 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -10/+12 |
2004-04-23 | re PR c++/15064 (typeid of template parameter gives ICE) | Giovanni Bajo | 1 | -1/+4 |
2004-04-22 | class.c (initialize_array): Don't set TREE_HAS_CONSTRUCTOR on braced initiali... | Mark Mitchell | 1 | -4/+0 |
2004-04-20 | extern.c: New test. | Eric Christopher | 1 | -2/+2 |
2004-03-30 | gengtype.c (create_option): New function. | Zack Weinberg | 1 | -5/+5 |
2004-03-23 | PR 12267, 12391, 12560, 13129, 14114, 14113 | Zack Weinberg | 1 | -1/+8 |
2004-03-19 | re PR c++/14545 (Cannot compile pooma-gcc (regression)) | Giovanni Bajo | 1 | -1/+12 |
2004-03-19 | semantics.c (finish_pseudo_destructor_expr): Allow differing cv-qualification... | Mark Mitchell | 1 | -2/+11 |
2004-03-19 | c-common.c (pointer_int_sum): Do not complain about using pointers to pointer... | Mark Mitchell | 1 | -1/+9 |
2004-03-16 | re PR c++/14586 (Bogus warning in templates about taking address of a tempora... | Mark Mitchell | 1 | -1/+15 |
2004-03-15 | re PR c++/14550 (trouble with pointers in templates) | Mark Mitchell | 1 | -94/+76 |
2004-03-09 | re PR c++/14409 (Accepts invalid function signature for explicit instantiation) | Giovanni Bajo | 1 | -7/+11 |
2004-03-08 | re PR c++/13170 (ICE in build_base_path) | Jason Merrill | 1 | -14/+13 |
2004-03-02 | re PR c++/14360 (Overeager argument dependent name lookup) | Mark Mitchell | 1 | -1/+9 |
2004-03-01 | re PR c++/14324 (Multiple static definitions are not unique) | Mark Mitchell | 1 | -1/+4 |
2004-03-01 | re PR c++/14138 (100x -O0 C++ Compile Time Regression {3.2,3.3} -> {3.4,4.0}) | Mark Mitchell | 1 | -18/+28 |
2004-02-27 | target-supports.exp (check-iconv-available): New function. | Eric Christopher | 1 | -713/+734 |
2004-02-27 | re PR c++/14278 (fails when calling through a function pointer) | Mark Mitchell | 1 | -0/+1 |
2004-02-19 | re PR c++/14181 (Cryptic error message for code that compiled without warning... | Giovanni Bajo | 1 | -0/+9 |
2004-02-13 | re PR c++/9851 (confusing error message when using '.', not '->') | Ian Lance Taylor | 1 | -1/+16 |
2004-02-09 | * call.c, parser.c, tree.c: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-02-08 | c-common.c (shadow_warning): Delete. | Zack Weinberg | 1 | -8/+0 |
2004-02-06 | re PR c++/14028 (Parser accepts invalid unbalanced triangular bracketing.) | Giovanni Bajo | 1 | -16/+16 |
2004-02-05 | re PR c++/14008 (Confusing diagnostic when omitting a template parameter) | Giovanni Bajo | 1 | -35/+109 |
2004-02-04 | re PR c++/13969 (static const value rejected as template parameter) | Mark Mitchell | 1 | -35/+2 |
2004-02-03 | re PR c++/13950 ([DR176] lookup of dependent base name) | Mark Mitchell | 1 | -5/+8 |
2004-02-03 | re PR c++/13975 (ICE on misplaced visibility specifier.) | Mark Mitchell | 1 | -0/+3 |
2004-01-31 | class.c: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |
2004-01-30 | * parser.c (cp_parser_labeled_statement): Accept case ranges. | Michael Matz | 1 | -3/+25 |
2004-01-29 | parser.c (cp_parser_template_id): Parse tentatively `[:' after a template nam... | Giovanni Bajo | 1 | -14/+92 |
2004-01-29 | re PR c++/13736 (Parser confused on compound casts) | Mark Mitchell | 1 | -3/+8 |
2004-01-25 | re PR c++/13810 (ICE on invalid default templates) | Giovanni Bajo | 1 | -9/+15 |
2004-01-21 | * parser.c (cp_parser_class_specifier): Prevent garbage collection. | Zdenek Dvorak | 1 | -0/+4 |
2004-01-19 | re PR c++/13651 (double error message when using incomplete types in a struct) | Mark Mitchell | 1 | -0/+5 |
2004-01-19 | re PR c++/13592 (C++ parser regression) | Mark Mitchell | 1 | -6/+12 |
2004-01-16 | re PR c++/13407 (Confusing error message from extraneous typename) | Giovanni Bajo | 1 | -0/+12 |
2004-01-15 | re PR c++/13659 (error: no matching function for call to) | Alexandre Oliva | 1 | -11/+14 |
2004-01-15 | re PR c++/8856 (g++ accepts invalid conversion-function-id) | Giovanni Bajo | 1 | -2/+20 |
2004-01-14 | re PR c++/9021 ([win32] No exports possible when using a class pointer in an ... | Danny Smith | 1 | -1/+5 |
2004-01-14 | re PR c++/12335 (ICE when explicitly calling destructor) | Giovanni Bajo | 1 | -0/+2 |
2004-01-13 | re PR c++/13558 (ICE (illegal code) at cp/friend.c:200) | Steven Bosscher | 1 | -1/+1 |
2004-01-12 | re PR c++/4100 ([parser] friend qualifier accepted in definition of nested cl... | Scott Brumbaugh | 1 | -0/+4 |
2004-01-12 | parser.c (cp_parser_decl_specifier_seq): Add parenthetical clauses to comment... | Ian Lance Taylor | 1 | -3/+4 |
2004-01-11 | re PR c++/3478 (Accepts invalid "enum typename") | Ian Lance Taylor | 1 | -1/+13 |
2004-01-08 | dwarf2.h, [...]: Add multiple-include guard. | Zack Weinberg | 1 | -1/+1 |
2004-01-05 | re PR c++/12132 (spurious "int ._0" (or "int $_0) in error message) | Mark Mitchell | 1 | -8/+21 |