aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
2004-11-26Friend class name lookup 4/nKriang Lerdsuwanakij1-1/+0
2004-11-25re PR c++/18001 (Badly formatted error message (quotation problem))Mark Mitchell1-4/+7
2004-11-25Friend class name lookup 2/n, PR c++/14513, c++/15410Kriang Lerdsuwanakij1-19/+30
2004-11-24c-opts.c (c_common_post_options): Don't clear flag_inline_functions.Steven Bosscher1-4/+1
2004-11-24re PR c++/18530 (Bogus warnings about shadowed variables __ct, __dt)Mark Mitchell1-7/+9
2004-11-24re PR c++/8929 (G++ accepts invalid template headers in member definitions of...Giovanni Bajo1-0/+5
2004-11-17decl.c (start_preparsed_function): Call check_function_type even in templates.Giovanni Bajo1-2/+5
2004-11-15Friend class name lookup 1/n, PR c++/18471Kriang Lerdsuwanakij1-86/+105
2004-11-12re PR c++/18389 (ICE on struct declaration in for statement)Mark Mitchell1-4/+4
2004-11-09builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers1-3/+3
2004-11-08class.c, [...]: Fix comment formatting.Kazu Hirata1-6/+6
2004-11-01Convert diagnostics to use quoting flag q 9/nGabriel Dos Reis1-5/+4
2004-10-30re PR c++/17542 (Visibility attribute ignored when it precedes class head)Matt Austern1-0/+9
2004-10-29re PR c++/17695 (ICE in add_abstract_origin_attribute)Mark Mitchell1-0/+8
2004-10-29c++/14124Matt Austern1-2/+9
2004-10-27decl.c: Move the q after the %.Andrew Pinski1-1/+1
2004-10-27re PR c++/18093 (bogus conflict in namespace aliasing)Mark Mitchell1-7/+1
2004-10-25re PR middle-end/17407 (ICE in int_mode_for_mode)Andrew Pinski1-7/+0
2004-10-20re PR c++/13495 (Friendship to class nested within a template is broken)Kriang Lerdsuwanakij1-6/+22
2004-10-15re PR c++/17042 (Duplicated symbol in assembly output)Mark Mitchell1-1/+5
2004-10-15* decl.c: Fix a comment typo.Kazu Hirata1-1/+1
2004-10-15re PR c++/17976 (Calls the dtor twice)Mark Mitchell1-4/+18
2004-10-10re PR c++/17393 ("unused variable '._0'" warning with -Wall)Mark Mitchell1-1/+1
2004-10-09re PR c++/17524 (ICE with initializing a variable of type void)Mark Mitchell1-16/+37
2004-10-07cp-tree.h (ICS_USER_FLAG): Remove comment about obsolete flag.Mark Mitchell1-1/+2
2004-10-04Convert diagnostics to use quoting flag q 3/nGabriel Dos Reis1-321/+337
2004-09-29re PR c/7425 (deprecated attribute doesn't merge with multiple declarations)Joseph Myers1-0/+4
2004-09-29revert accidental checkinJason Merrill1-17/+8
2004-09-29re PR tree-optimization/17697 (ICE: Statement marked for throw, but doesn't -...Jason Merrill1-8/+19
2004-09-28re PR c++/17642 (internal compiler error: in invert_truthvalue, at fold-const...Mark Mitchell1-5/+13
2004-09-23decl.c (grokfndecl): If ::main is found not to return int, correct it after i...Zack Weinberg1-13/+16
2004-09-23PR c++/9844, PR c++/13989Fariborz Jahanian1-8/+14
2004-09-23re PR c++/17620 (Bogus error with duplicate base class breaks boost)Nathan Sidwell1-10/+12
2004-09-22cp-tree.h (struct lang_type_class): Remove marked flags, add diamond_shaped a...Nathan Sidwell1-5/+35
2004-09-21re PR c++/15049 ([DR 278/132/216/338/389/319] global variables with anonymous...Matt Austern1-4/+16
2004-09-21cp-tree.h (struct lang_type_header): Remove uses_multiple_inheritance field.Nathan Sidwell1-17/+4
2004-09-21decl.c (reshape_init_array): Initialize max_index_cst to fix bootstrap failure.Andreas Tobler1-1/+1
2004-09-21c-common.c (fix_string_type): Build the unqualified array type unconditionall...Matt Austern1-2/+2
2004-09-20re PR c++/14179 (out of memory while parsing array with many initializers)Giovanni Bajo1-45/+84
2004-09-16cp-tree.h (struct lang_type_class): Make pure_virtuals a VEC(tree).Nathan Sidwell1-2/+2
2004-09-15configure.ac: Check for COMDAT support.Mark Mitchell1-0/+20
2004-09-15cp-tree.h (struct lang_decl_flags): Remove needs_final_overrider.Nathan Sidwell1-1/+0
2004-09-10c-common.h (struct c_fileinfo): Comment moved here from cp-tree.h.Zack Weinberg1-17/+12
2004-09-10decl.c (objc_mark_locals_volatile): Make description of routine more descript...Ziemowit Laski1-3/+8
2004-09-10decl.c (objc_get_current_scope, [...]): New functions, to be called from ObjC++.Ziemowit Laski1-0/+32
2004-09-10class.c, [...]: Fix comment typos.Kazu Hirata1-8/+8
2004-09-06decl.c (build_enumerator): Use add_double and int_fits_type_p instead of cp_b...Zack Weinberg1-8/+15
2004-09-04decl.c (grok_declarator): Remove a redundant semicolon.Kriang Lerdsuwanakij1-1/+1
2004-09-03* decl.c (finish_function): Clean out pointers we no longer need.Jan Hubicka1-0/+12
2004-08-31Make-lang.in (CXX_AND_OBJCXX_OBJS): Add cp/cp-objcp-common.o.Ziemowit Laski1-1/+0