Age | Commit message (Expand) | Author | Files | Lines |
2004-11-26 | Friend class name lookup 4/n | Kriang Lerdsuwanakij | 1 | -1/+0 |
2004-11-25 | re PR c++/18001 (Badly formatted error message (quotation problem)) | Mark Mitchell | 1 | -4/+7 |
2004-11-25 | Friend class name lookup 2/n, PR c++/14513, c++/15410 | Kriang Lerdsuwanakij | 1 | -19/+30 |
2004-11-24 | c-opts.c (c_common_post_options): Don't clear flag_inline_functions. | Steven Bosscher | 1 | -4/+1 |
2004-11-24 | re PR c++/18530 (Bogus warnings about shadowed variables __ct, __dt) | Mark Mitchell | 1 | -7/+9 |
2004-11-24 | re PR c++/8929 (G++ accepts invalid template headers in member definitions of... | Giovanni Bajo | 1 | -0/+5 |
2004-11-17 | decl.c (start_preparsed_function): Call check_function_type even in templates. | Giovanni Bajo | 1 | -2/+5 |
2004-11-15 | Friend class name lookup 1/n, PR c++/18471 | Kriang Lerdsuwanakij | 1 | -86/+105 |
2004-11-12 | re PR c++/18389 (ICE on struct declaration in for statement) | Mark Mitchell | 1 | -4/+4 |
2004-11-09 | builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app... | Joseph Myers | 1 | -3/+3 |
2004-11-08 | class.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -6/+6 |
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 |