Age | Commit message (Expand) | Author | Files | Lines |
2005-06-06 | exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form... | Jakub Jelinek | 2 | -18/+24 |
2005-06-06 | re PR c++/21903 (Default argument of template function causes a compile-time ... | Nathan Sidwell | 4 | -13/+46 |
2005-06-06 | re PR c++/20637 (Confusing message with different using declarations) | Nathan Sidwell | 6 | -28/+48 |
2005-06-06 | * config-lang.in (target_libs): Remove target-gperf. | Hans-Peter Nilsson | 2 | -1/+5 |
2005-06-05 | re PR c++/21619 (__builtin_constant_p(&"Hello"[0])?1:-1 not compile-time cons... | Mark Mitchell | 4 | -7/+44 |
2005-06-03 | re PR c++/21853 (constness of pointer to data member ignored) | Mark Mitchell | 2 | -10/+16 |
2005-06-03 | re PR c++/21336 (Internal compiler error when using custom new operators) | Mark Mitchell | 4 | -43/+57 |
2005-06-02 | * method.c (synthesize_method): Add addtional arg to warning call. | Nathan Sidwell | 2 | -1/+3 |
2005-06-02 | re PR c++/21280 (#pragma interface, templates, and "inline function used but ... | Nathan Sidwell | 5 | -16/+43 |
2005-06-02 | decl.c (start_decl): Simplify specialization handling. | Nathan Sidwell | 3 | -17/+26 |
2005-06-02 | re PR c++/20350 (extern template and struct initializer and specification for... | Nathan Sidwell | 2 | -7/+11 |
2005-06-02 | re PR c++/21151 (ICE when compiling c++ PCH of class definition within templa... | Nathan Sidwell | 2 | -2/+6 |
2005-05-31 | re PR c++/21165 (bogus error on a user-defined conversion in a template) | Nathan Sidwell | 2 | -1/+7 |
2005-05-30 | re PR c++/21784 (Using vs builtin names) | Mark Mitchell | 2 | -9/+19 |
2005-05-30 | * operators.def, optimize.c: Update copyright. | Kazu Hirata | 3 | -2/+6 |
2005-05-29 | re PR c++/21340 (error in constructor lookup (can't find constructor with "co... | Mark Mitchell | 2 | -0/+22 |
2005-05-28 | re PR c++/21614 (wrong code when calling member function of undefined class) | Mark Mitchell | 2 | -7/+22 |
2005-05-28 | c-decl.c (add_stmt): Add C frontend specific version. | Ian Lance Taylor | 3 | -0/+39 |
2005-05-27 | cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code. | Roger Sayle | 14 | -16/+65 |
2005-05-27 | re PR c++/21455 (type 'X' is not a base type for type 'X' in pointer to membe... | Nathan Sidwell | 2 | -27/+32 |
2005-05-27 | re PR c++/21681 (ICE with nested types in template) | Nathan Sidwell | 2 | -0/+14 |
2005-05-26 | re PR translation/21768 (ICE in error message due to violation of coding conv... | Volker Reichelt | 2 | -4/+9 |
2005-05-26 | * call.c (build_op_delete_call): Fix quoting in error message. | Volker Reichelt | 2 | -1/+5 |
2005-05-25 | re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError) | Richard Henderson | 4 | -12/+78 |
2005-05-25 | re PR c++/21686 (weird quoting in an error message) | Volker Reichelt | 2 | -3/+8 |
2005-05-25 | common.opt (-Wattributes): New. | DJ Delorie | 5 | -13/+27 |
2005-05-24 | class.c (layout_class_type): Do not issue C++ ABI warnings for ObjC structs. | Ziemowit Laski | 6 | -66/+72 |
2005-05-24 | re PR c++/21645 (C++ ICE in cxx_types_compatible_p) | Andrew Pinski | 2 | -0/+7 |
2005-05-23 | tweak comment | Jason Merrill | 1 | -9/+12 |
2005-05-20 | Give credit, where credit is due. | Ziemowit Laski | 1 | -1/+2 |
2005-05-19 | re PR c++/21495 (internal compiler error: Segmentation fault) | Jakub Jelinek | 2 | -24/+7 |
2005-05-19 | cfgexpand.c, [...]: Fix comment typos. | Kazu Hirata | 2 | -2/+6 |
2005-05-18 | Fix forgotten ChangeLog entries. | Jan Hubicka | 1 | -0/+5 |
2005-05-18 | dummy-checksum.c: New. | Geoffrey Keating | 2 | -2/+18 |
2005-05-18 | split old changelogs by year | Nathan Sidwell | 15 | -47375/+54249 |
2005-05-17 | re PR libstdc++/19664 (libstdc++ headers should have pop/push of the visibili... | H.J. Lu | 2 | -2/+12 |
2005-05-17 | Yet more Objective-C++... | Ziemowit Laski | 12 | -23/+1431 |
2005-05-17 | cgraph.h (cgraph_node): Add 'lowered' state. | Steven Bosscher | 1 | -1/+4 |
2005-05-17 | re PR c++/21454 (const array doesn't live in the rodata section in C++) | Jakub Jelinek | 2 | -0/+8 |
2005-05-16 | decl.c (build_library_fn_1): Move setting TREE_NOTHROW ... | Richard Henderson | 2 | -2/+8 |
2005-05-12 | c-common.h (statement_code_p): Don't declare. | Ian Lance Taylor | 3 | -8/+28 |
2005-05-10 | typeck.c (build_unary_op): Do not resort to address arithmetic when taking th... | Mark Mitchell | 2 | -8/+8 |
2005-05-08 | class.c (vtbl_init_data_s): Change the type of fns to VEC(tree,gc)*. | Kazu Hirata | 2 | -7/+12 |
2005-05-07 | invoke.texi: Remove documentation for MIPS' -mint64 option. | Richard Sandiford | 2 | -5/+8 |
2005-05-07 | mangle.c (globals): Change the type of substitutions to VEC(tree,gc)*. | Kazu Hirata | 2 | -11/+17 |
2005-05-07 | decl.c (wrapup_globals_for_namespace): Use VEC instead of VARRAY. | Kazu Hirata | 4 | -10/+18 |
2005-05-06 | decl2.c (pending_statics, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 2 | -14/+14 |
2005-05-06 | decl2.c (ssdf_decls, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 2 | -23/+23 |
2005-05-06 | * decl2.c (spew_debug): Remove. | Kazu Hirata | 2 | -4/+4 |
2005-05-05 | decl2.c (deferred_fns, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 2 | -12/+10 |