summaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
Commit message (Expand)AuthorAgeFilesLines
* Merge C++ from gomp-20050608-branch.Richard Henderson2006-03-091-1/+614
* cp-tree.h (tf_warning_or_error): Renamed from tf_warn_or_error.Gabriel Dos Reis2006-02-071-1/+1
* cp-tree.h (tf_warn_or_error): New substituion flag.Gabriel Dos Reis2006-02-041-1/+1
* revert: cp-tree.h (do_poplevel): Remove prototype.Volker Reichelt2006-01-251-2/+1
* * semantics.c: Remove outdated comment.Mark Mitchell2006-01-241-5/+1
* cp-tree.h (do_poplevel): Remove prototype.Volker Reichelt2006-01-231-1/+2
* re PR c++/5520 (Add a warning to detect empty body of if statements (like in ...Dirk Mueller2006-01-201-0/+1
* PR c++/23171, c++/23172, c++/25417.Mark Mitchell2005-12-271-1/+3
* re PR c++/25369 (use of inline function in template class leads to undefined ...Mark Mitchell2005-12-231-5/+1
* re PR c++/25364 (ICE with function pointer as template parameter)Mark Mitchell2005-12-221-0/+9
* semantics.c (simplify_aggr_init_expr): Use buildN instead of build.Richard Guenther2005-12-021-1/+1
* re PR c++/22604 (ICE after invalid covariant return)Nathan Sidwell2005-10-181-6/+7
* re PR c++/22137 (Internal error: Segmentation fault (program cc1plus))Mark Mitchell2005-10-161-22/+69
* re PR c++/22464 (ICE on classes in template functions which attempt closure)Mark Mitchell2005-10-131-17/+15
* re PR c/21419 (Accepts writting to const via asm)Paolo Bonzini2005-10-051-4/+16
* re PR c++/7874 (g++ finds friend functions defined in class-definition but no...Ian Lance Taylor2005-09-121-1/+1
* dbxout.c: Include expr.h.Richard Henderson2005-09-091-5/+0
* re PR c++/22252 (pragma interface/implementation still break synthesized meth...Mark Mitchell2005-09-091-15/+18
* re PR c/23075 (Redundant / bogus warning)Jakub Jelinek2005-09-061-1/+3
* cp-tree.h, [...]: Fix comment typos.Kazu Hirata2005-09-061-1/+1
* re PR c++/21440 (ICE with statement-as-expression)Mark Mitchell2005-09-051-118/+72
* re PR c++/23699 (rejects static int as non constant after "extern template")Mark Mitchell2005-09-031-2/+5
* re PR c++/23639 (Bad error message: not a member of '<declaration error>')Volker Reichelt2005-08-311-1/+3
* re PR c++/2922 ([DR 197] two-stage lookup for unqualified function calls with...Douglas Gregor2005-07-211-2/+0
* Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo2005-07-201-3/+3
* toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers2005-07-021-5/+4
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR c++/19317 (removing a temporary return value when we cannot)Jason Merrill2005-06-231-19/+12
* Canonicalize whitespace.Mike Stump2005-06-151-32/+32
* Remove extra white spacing at end of lines.Mike Stump2005-06-141-111/+111
* re PR c++/19497 (Invalid declaration in template diagnosed too late)Nathan Sidwell2005-06-081-1/+1
* re PR c++/20637 (Confusing message with different using declarations)Nathan Sidwell2005-06-061-1/+1
* c-decl.c (add_stmt): Add C frontend specific version.Ian Lance Taylor2005-05-281-0/+26
* re PR c++/21686 (weird quoting in an error message)Volker Reichelt2005-05-251-3/+3
* Yet more Objective-C++...Ziemowit Laski2005-05-171-1/+1
* c-common.c (resolve_overloaded_builtin): Forward to target hook for BUILT_IN_...Paolo Bonzini2005-05-021-1/+2
* vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell2005-04-211-3/+4
* re PR middle-end/14311 (builtins for atomic operations needed)Richard Henderson2005-04-151-2/+11
* c-common.def: Move FOR_STMT...Ian Lance Taylor2005-04-091-2/+2
* re PR c/20519 (completed type not selected properly with typeof)Richard Henderson2005-03-291-1/+2
* re PR c++/20461 (ICE at "class 'C' does not have any field named 'f'" error)Paolo Carlini2005-03-211-0/+3
* Friend class name lookup 5/n PR c++/1016Kriang Lerdsuwanakij2005-03-141-2/+2
* re PR c++/19991 (Enum not accepted in array-size)Mark Mitchell2005-02-231-9/+0
* parser.c (cp_parser_direct_declarator): Always complain about non-constant ar...Mark Mitchell2005-02-221-5/+0
* re PR c++/20022 (-fno-access-control is broken)Alexandre Oliva2005-02-171-2/+1
* re PR c++/19628 (g++ no longer accepts __builtin_constant_p in constant-expre...Matt Austern2005-02-031-1/+2
* re PR c++/19457 (Warning depends on cached constant)Mark Mitchell2005-01-311-1/+6
* tree.h (SWITCH_COND, [...]): Add tree checks.Steven Bosscher2005-01-271-5/+6
* re PR c++/19375 (Access violation diagnostic given twice)Kriang Lerdsuwanakij2005-01-191-6/+21
* re PR c/19472 (compiler internal error: in var_ann, at tree-flow-inline.h:34)Andrew Pinski2005-01-181-2/+8