aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-08-30cp-tree.h (initialize_artificial_var): Declare.Mark Mitchell1-0/+16
2004-08-30call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable.Nathan Sidwell1-27/+23
2004-08-28* decl.c (expand_static_init): Avoid bogus warnings.Jason Merrill1-2/+2
2004-08-27re PR c++/13684 (local static object variable constructed once but ctors and ...Jason Merrill1-37/+82
2004-08-27call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass...Nathan Sidwell1-52/+43
2004-08-27tree.h (size_int_type): Remove.Nathan Sidwell1-1/+1
2004-08-25re PR middle-end/16693 (Bitwise AND is lost when used within a cast to an enu...Roger Sayle1-1/+8
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-6/+6
2004-08-24c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call.Nathan Sidwell1-1/+1
2004-08-21re PR c++/17121 (Link problem with function-local classes)Mark Mitchell1-1/+1
2004-08-20stor-layout.c (initialize_sizetypes): Set SIZETYPE earlier, clear cache on co...Nathan Sidwell1-1/+1