aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2004-09-24parser.c (cp_parser_expression_stack): Clarify why it is an array of NUM_PREC...Paolo Bonzini2-1/+13
2004-09-24re PR c++/16889 (ambiguity is not detected)Nathan Sidwell2-101/+24
2004-09-23decl.c (grokfndecl): If ::main is found not to return int, correct it after i...Zack Weinberg4-190/+267
2004-09-23Fix the location of the changelog for Fariborz Jahanian's last patch.Andrew Pinski1-0/+12
2004-09-23004-09-23 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski2-0/+8
2004-09-23PR c++/9844, PR c++/13989Fariborz Jahanian3-11/+34
2004-09-23re PR c++/17596 (expression parser is too slow, should be rewritten)Paolo Bonzini2-312/+227
2004-09-23* parser.c: Fix a comment typo.Kazu Hirata2-1/+5
2004-09-23re PR c++/17620 (Bogus error with duplicate base class breaks boost)Nathan Sidwell2-10/+18
2004-09-22cp-tree.h (unemitted_tinfo_decls): Make a VEC(tree).Nathan Sidwell4-35/+23
2004-09-22cp-tree.h (struct lang_type_class): Remove marked flags, add diamond_shaped a...Nathan Sidwell5-114/+75
2004-09-22cp-lang.c (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Moved here from cp-objcp-common.h.Ziemowit Laski3-5/+14
2004-09-21parser.c (cp_lexer_peek_token, [...]): Don't handle CPP_PRAGMA tokens specially.Zack Weinberg2-22/+40
2004-09-21re PR c++/15049 ([DR 278/132/216/338/389/319] global variables with anonymous...Matt Austern2-4/+22
2004-09-21re PR c++/7503 ((x < Y ? X : Y) used for assignment causes wrong code)Roger Sayle3-0/+37
2004-09-21cp-tree.h (struct lang_type_header): Remove uses_multiple_inheritance field.Nathan Sidwell10-94/+63
2004-09-21decl.c (reshape_init_array): Initialize max_index_cst to fix bootstrap failure.Andreas Tobler2-1/+6
2004-09-21re PR c++/17530 (failure to emit inline function)Mark Mitchell2-2/+21
2004-09-21c-common.c (fix_string_type): Build the unqualified array type unconditionall...Matt Austern5-628/+546
2004-09-20re PR c++/14179 (out of memory while parsing array with many initializers)Giovanni Bajo2-45/+91
2004-09-20lex.c (cxx_init): Don't set the ridpointer for RID_NULL to null_node.Steven Bosscher2-1/+5
2004-09-19decl2.c (determine_visibility): Allow class visibility directives to override...Mark Mitchell2-14/+26
2004-09-18call.c, [...]: Follow spelling conventions.Kazu Hirata4-3/+8
2004-09-18re PR pch/13361 (const wchar_t * strings not stored in pch)Geoffrey Keating2-2/+8
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham12-84/+103
2004-09-17re PR c++/16002 (Strange error message with new parser)Mark Mitchell3-2/+27
2004-09-16re PR c++/17501 (Confusion with member templates)Mark Mitchell2-1/+9
2004-09-16error.c (dump_decl): Make sure there is lang_specific info before checking fo...Andrew MacLeod2-3/+8
2004-09-16class.c (copy_virtuals): Remove.Nathan Sidwell2-19/+13
2004-09-16missing changelog entryNathan Sidwell1-0/+16
2004-09-16* search.c: Follow spelling conventions.Kazu Hirata2-6/+10
2004-09-16cp-tree.h (struct lang_type_class): Make pure_virtuals a VEC(tree).Nathan Sidwell6-44/+48
2004-09-15configure.ac: Check for COMDAT support.Mark Mitchell4-0/+29
2004-09-15* search.c (get_pure_virtuals): Remove unused variables.Nathan Sidwell2-4/+2
2004-09-15cp-tree.h (struct lang_decl_flags): Remove needs_final_overrider.Nathan Sidwell5-26/+15
2004-09-15re PR c++/17324 (Error: symbol `bRKNS0_IT_SD_EE' is already defined)Mark Mitchell2-3/+62
2004-09-14* pt.c (unify): Replace gcc_unreachable with gcc_assert.Nathan Sidwell2-24/+24
2004-09-14re PR c++/16162 (Rejects valid member-template-definition)Mark Mitchell2-1/+17
2004-09-14re PR c++/16716 (ICE in cp_parser_parse_and_diagnose_invalid_type_name)Mark Mitchell3-9/+14
2004-09-12re PR c++/16254 (ICE in lower_stmt, at gimple-low.c:205)Richard Henderson3-2/+8
2004-09-11pt.c (cur_stmt_expr): Move from tsubst_expr.Richard Henderson2-18/+25
2004-09-10c-common.h (struct c_fileinfo): Comment moved here from cp-tree.h.Zack Weinberg8-67/+50
2004-09-10decl.c (objc_mark_locals_volatile): Make description of routine more descript...Ziemowit Laski2-3/+14
2004-09-10re PR c++/17386 (libstdc++ iostreams miscompilation)Richard Henderson4-42/+50
2004-09-10decl.c (objc_get_current_scope, [...]): New functions, to be called from ObjC++.Ziemowit Laski2-0/+37
2004-09-10class.c, [...]: Fix comment typos.Kazu Hirata11-23/+29
2004-09-10typeck.c (build_c_cast): Preserve the cast if casting to and from an Objectiv...Ziemowit Laski2-0/+12
2004-09-09Make-lang.in (cp/typeck.o): Depend on c-common.h.Ziemowit Laski3-1/+17
2004-09-09defaults.h (MULTIPLE_SYMBOL_SPACES): Provide default.Zack Weinberg3-7/+13
2004-09-09Make-lang.in (cp/semantics.o): Depend on c-common.h.Ziemowit Laski3-2/+15