Age | Commit message (Expand) | Author | Files | Lines |
2004-11-01 | Convert diagnostics to use quoting flag q 9/n | Gabriel Dos Reis | 1 | -5/+4 |
2004-10-30 | re PR c++/17542 (Visibility attribute ignored when it precedes class head) | Matt Austern | 1 | -0/+9 |
2004-10-29 | re PR c++/17695 (ICE in add_abstract_origin_attribute) | Mark Mitchell | 1 | -0/+8 |
2004-10-29 | c++/14124 | Matt Austern | 1 | -2/+9 |
2004-10-27 | decl.c: Move the q after the %. | Andrew Pinski | 1 | -1/+1 |
2004-10-27 | re PR c++/18093 (bogus conflict in namespace aliasing) | Mark Mitchell | 1 | -7/+1 |
2004-10-25 | re PR middle-end/17407 (ICE in int_mode_for_mode) | Andrew Pinski | 1 | -7/+0 |
2004-10-20 | re PR c++/13495 (Friendship to class nested within a template is broken) | Kriang Lerdsuwanakij | 1 | -6/+22 |
2004-10-15 | re PR c++/17042 (Duplicated symbol in assembly output) | Mark Mitchell | 1 | -1/+5 |
2004-10-15 | * decl.c: Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |
2004-10-15 | re PR c++/17976 (Calls the dtor twice) | Mark Mitchell | 1 | -4/+18 |
2004-10-10 | re PR c++/17393 ("unused variable '._0'" warning with -Wall) | Mark Mitchell | 1 | -1/+1 |
2004-10-09 | re PR c++/17524 (ICE with initializing a variable of type void) | Mark Mitchell | 1 | -16/+37 |
2004-10-07 | cp-tree.h (ICS_USER_FLAG): Remove comment about obsolete flag. | Mark Mitchell | 1 | -1/+2 |
2004-10-04 | Convert diagnostics to use quoting flag q 3/n | Gabriel Dos Reis | 1 | -321/+337 |
2004-09-29 | re PR c/7425 (deprecated attribute doesn't merge with multiple declarations) | Joseph Myers | 1 | -0/+4 |
2004-09-29 | revert accidental checkin | Jason Merrill | 1 | -17/+8 |
2004-09-29 | re PR tree-optimization/17697 (ICE: Statement marked for throw, but doesn't -... | Jason Merrill | 1 | -8/+19 |
2004-09-28 | re PR c++/17642 (internal compiler error: in invert_truthvalue, at fold-const... | Mark Mitchell | 1 | -5/+13 |
2004-09-23 | decl.c (grokfndecl): If ::main is found not to return int, correct it after i... | Zack Weinberg | 1 | -13/+16 |
2004-09-23 | PR c++/9844, PR c++/13989 | Fariborz Jahanian | 1 | -8/+14 |
2004-09-23 | re PR c++/17620 (Bogus error with duplicate base class breaks boost) | Nathan Sidwell | 1 | -10/+12 |
2004-09-22 | cp-tree.h (struct lang_type_class): Remove marked flags, add diamond_shaped a... | Nathan Sidwell | 1 | -5/+35 |
2004-09-21 | re PR c++/15049 ([DR 278/132/216/338/389/319] global variables with anonymous... | Matt Austern | 1 | -4/+16 |
2004-09-21 | cp-tree.h (struct lang_type_header): Remove uses_multiple_inheritance field. | Nathan Sidwell | 1 | -17/+4 |
2004-09-21 | decl.c (reshape_init_array): Initialize max_index_cst to fix bootstrap failure. | Andreas Tobler | 1 | -1/+1 |
2004-09-21 | c-common.c (fix_string_type): Build the unqualified array type unconditionall... | Matt Austern | 1 | -2/+2 |
2004-09-20 | re PR c++/14179 (out of memory while parsing array with many initializers) | Giovanni Bajo | 1 | -45/+84 |
2004-09-16 | cp-tree.h (struct lang_type_class): Make pure_virtuals a VEC(tree). | Nathan Sidwell | 1 | -2/+2 |
2004-09-15 | configure.ac: Check for COMDAT support. | Mark Mitchell | 1 | -0/+20 |
2004-09-15 | cp-tree.h (struct lang_decl_flags): Remove needs_final_overrider. | Nathan Sidwell | 1 | -1/+0 |
2004-09-10 | c-common.h (struct c_fileinfo): Comment moved here from cp-tree.h. | Zack Weinberg | 1 | -17/+12 |
2004-09-10 | decl.c (objc_mark_locals_volatile): Make description of routine more descript... | Ziemowit Laski | 1 | -3/+8 |
2004-09-10 | decl.c (objc_get_current_scope, [...]): New functions, to be called from ObjC++. | Ziemowit Laski | 1 | -0/+32 |
2004-09-10 | class.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -8/+8 |
2004-09-06 | decl.c (build_enumerator): Use add_double and int_fits_type_p instead of cp_b... | Zack Weinberg | 1 | -8/+15 |
2004-09-04 | decl.c (grok_declarator): Remove a redundant semicolon. | Kriang Lerdsuwanakij | 1 | -1/+1 |
2004-09-03 | * decl.c (finish_function): Clean out pointers we no longer need. | Jan Hubicka | 1 | -0/+12 |
2004-08-31 | Make-lang.in (CXX_AND_OBJCXX_OBJS): Add cp/cp-objcp-common.o. | Ziemowit Laski | 1 | -1/+0 |
2004-08-30 | cp-tree.h (initialize_artificial_var): Declare. | Mark Mitchell | 1 | -0/+16 |
2004-08-30 | call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable. | Nathan Sidwell | 1 | -27/+23 |
2004-08-28 | * decl.c (expand_static_init): Avoid bogus warnings. | Jason Merrill | 1 | -2/+2 |
2004-08-27 | re PR c++/13684 (local static object variable constructed once but ctors and ... | Jason Merrill | 1 | -37/+82 |
2004-08-27 | call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass... | Nathan Sidwell | 1 | -52/+43 |
2004-08-27 | tree.h (size_int_type): Remove. | Nathan Sidwell | 1 | -1/+1 |
2004-08-25 | re PR middle-end/16693 (Bitwise AND is lost when used within a cast to an enu... | Roger Sayle | 1 | -1/+8 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -6/+6 |
2004-08-24 | c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call. | Nathan Sidwell | 1 | -1/+1 |
2004-08-21 | re PR c++/17121 (Link problem with function-local classes) | Mark Mitchell | 1 | -1/+1 |
2004-08-20 | stor-layout.c (initialize_sizetypes): Set SIZETYPE earlier, clear cache on co... | Nathan Sidwell | 1 | -1/+1 |