Age | Commit message (Expand) | Author | Files | Lines |
2006-06-30 | * decl2.c: Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |
2006-06-30 | re PR c++/18698 (Error message using "using" for code not using "using" ;-)) | Jason Merrill | 1 | -0/+2 |
2006-06-29 | re PR c++/26905 (default-visibility class symbol improperly resolved as hidde... | Jason Merrill | 1 | -63/+257 |
2006-06-25 | re PR c++/28054 (ICE with friend declaration of invalid bitfield) | Lee Millward | 1 | -1/+2 |
2006-06-12 | re PR c++/27951 (ICE with invalid anonymous union) | Volker Reichelt | 1 | -0/+2 |
2006-06-06 | Fix up whitespacing | Mike Stump | 1 | -19/+19 |
2006-05-28 | decl.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2006-05-25 | re PR c++/20103 (ICE in create_tmp_var with C99 style struct initializer) | Mark Mitchell | 1 | -4/+3 |
2006-05-17 | re PR c++/26122 (Pure specifiers for templates causing trouble) | Mark Mitchell | 1 | -10/+3 |
2006-05-08 | re PR c++/27447 (ICE on invalid ptr-to-member-function) | Volker Reichelt | 1 | -0/+3 |
2006-05-02 | re PR c++/27309 (ICE on invalid constructor definition) | Mark Mitchell | 1 | -2/+0 |
2006-04-30 | re PR c++/27094 (tree check: expected tree_list, have omp_return in build_call) | Mark Mitchell | 1 | -21/+20 |
2006-04-24 | re PR c++/26912 (friend const member function specialization fails to compile) | Mark Mitchell | 1 | -42/+13 |
2006-04-08 | * decl2.c, pt.c, semantics.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2006-03-20 | re PR c++/21764 (visibility attributes on namespace scope) | Jason Merrill | 1 | -40/+77 |
2006-03-03 | decl2.c (import_export_decl): Remove redundant call to targetm.cxx.key_method... | Mike Stump | 1 | -4/+2 |
2006-03-02 | re PR target/25908 (vtables with vague linkage is not being marked as vague o... | Mike Stump | 1 | -3/+11 |
2006-02-18 | re PR c++/26266 (Trouble with static const data members in template classes) | Mark Mitchell | 1 | -28/+17 |
2006-01-29 | call.c (alloc_conversion): Use cast when converting from void *. | Gabriel Dos Reis | 1 | -1/+1 |
2006-01-19 | re PR c++/16829 (default parameter can be not one of the last in function) | Volker Reichelt | 1 | -1/+1 |
2006-01-02 | * decl2.c (mark_used): Fix typo in comment. | Mark Mitchell | 1 | -1/+1 |
2005-12-23 | re PR c++/25369 (use of inline function in template class leads to undefined ... | Mark Mitchell | 1 | -2/+15 |
2005-12-02 | decl2.c (get_priority_info): Use XNEW, not xmalloc. | Gabriel Dos Reis | 1 | -1/+1 |
2005-11-07 | re PR c++/17256 (undefined but used static or inline functions should be diag... | Jason Merrill | 1 | -6/+2 |
2005-11-05 | * decl2.c, init.c, typeck.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-10-16 | re PR c++/24389 (template variable not getting marked as weak) | Mark Mitchell | 1 | -15/+19 |
2005-09-26 | re PR middle-end/15855 (g++ crash with -O2 and -O3 on input file) | Richard Guenther | 1 | -102/+108 |
2005-09-11 | decl2.c (build_anon_union_vars): Copy attributes from the base addr. | Richard Henderson | 1 | -3/+9 |
2005-09-09 | dbxout.c: Include expr.h. | Richard Henderson | 1 | -6/+7 |
2005-09-09 | re PR c++/22252 (pragma interface/implementation still break synthesized meth... | Mark Mitchell | 1 | -15/+18 |
2005-09-08 | re PR debug/23190 (debug info omitted for uninitialized variables (stabs)) | Richard Henderson | 1 | -2/+6 |
2005-09-08 | re PR c++/23691 (`mpl_::bool_<false>::value' is not a valid template argument... | Mark Mitchell | 1 | -1/+29 |
2005-09-06 | cp-tree.h, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-09-03 | re PR c++/23699 (rejects static int as non constant after "extern template") | Mark Mitchell | 1 | -1/+6 |
2005-08-31 | re PR objc++/23640 (obj-c++ does not call __objc_exec_class for the classes) | Andrew Pinski | 1 | -2/+3 |
2005-08-11 | re PR c++/23266 (ICE on pure specifier for static method) | Volker Reichelt | 1 | -3/+11 |
2005-07-20 | Make CONSTRUCTOR use VEC to store initializers. | Giovanni Bajo | 1 | -30/+18 |
2005-07-18 | re PR c++/22263 (explicit instantiation fails to emit symbols defined later) | Mark Mitchell | 1 | -1/+2 |
2005-07-08 | Makefile.in (TREE_H): Add treestruct.def. | Daniel Berlin | 1 | -3/+4 |
2005-07-05 | Makefile.in: Adjust dependencies. | Paolo Bonzini | 1 | -0/+1 |
2005-07-02 | toplev.c (default_tree_printer): Handle setting location with '+' flag. | Joseph Myers | 1 | -12/+11 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-15 | Canonicalize whitespace. | Mike Stump | 1 | -61/+61 |
2005-06-14 | Remove extra white spacing at end of lines. | Mike Stump | 1 | -92/+92 |
2005-06-06 | re PR c++/20637 (Confusing message with different using declarations) | Nathan Sidwell | 1 | -1/+1 |
2005-06-02 | re PR c++/21280 (#pragma interface, templates, and "inline function used but ... | Nathan Sidwell | 1 | -8/+12 |
2005-05-25 | re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError) | Richard Henderson | 1 | -0/+47 |
2005-05-17 | re PR libstdc++/19664 (libstdc++ headers should have pop/push of the visibili... | H.J. Lu | 1 | -2/+6 |
2005-05-17 | Yet more Objective-C++... | Ziemowit Laski | 1 | -0/+9 |
2005-05-06 | decl2.c (pending_statics, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 1 | -14/+10 |