aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-15re PR c++/26559 (ICE with __builtin_constant_p in template argument)Mark Mitchell1-15/+32
2006-06-12re PR c++/27601 (ICE (in fold_offsetof_1, at c-common.c:5998) on strange offs...Volker Reichelt1-0/+6
2006-06-07re PR c++/27601 (ICE (in fold_offsetof_1, at c-common.c:5998) on strange offs...Volker Reichelt1-0/+17
2006-06-06Fix up whitespacingMike Stump1-22/+22
2006-06-05re PR c++/27819 (ICE casting static const variables)Mark Mitchell1-0/+6
2006-05-25re PR c++/20103 (ICE in create_tmp_var with C99 style struct initializer)Mark Mitchell1-22/+31
2006-05-19re PR c++/26433 (Syntax error using __FUNCTION__ in catch handler)Mark Mitchell1-5/+14
2006-05-17re PR c++/27491 (ICE on variable initialization)Jakub Jelinek1-1/+2
2006-05-16re PR c++/27339 (out-of-class definition of value template parameter with pri...Mark Mitchell1-8/+16
2006-04-11re PR c++/26122 (Pure specifiers for templates causing trouble)Mark Mitchell1-1/+2
2006-04-08* decl2.c, pt.c, semantics.c: Fix comment typos.Kazu Hirata1-2/+2
2006-03-09Merge C++ from gomp-20050608-branch.Richard Henderson1-1/+614
2006-02-07cp-tree.h (tf_warning_or_error): Renamed from tf_warn_or_error.Gabriel Dos Reis1-1/+1
2006-02-04cp-tree.h (tf_warn_or_error): New substituion flag.Gabriel Dos Reis1-1/+1
2006-01-25revert: cp-tree.h (do_poplevel): Remove prototype.Volker Reichelt1-2/+1
2006-01-24* semantics.c: Remove outdated comment.Mark Mitchell1-5/+1
2006-01-23cp-tree.h (do_poplevel): Remove prototype.Volker Reichelt1-1/+2
2006-01-20re PR c++/5520 (Add a warning to detect empty body of if statements (like in ...Dirk Mueller1-0/+1
2005-12-27PR c++/23171, c++/23172, c++/25417.Mark Mitchell1-1/+3
2005-12-23re PR c++/25369 (use of inline function in template class leads to undefined ...Mark Mitchell1-5/+1
2005-12-22re PR c++/25364 (ICE with function pointer as template parameter)Mark Mitchell1-0/+9
2005-12-02semantics.c (simplify_aggr_init_expr): Use buildN instead of build.Richard Guenther1-1/+1
2005-10-18re PR c++/22604 (ICE after invalid covariant return)Nathan Sidwell1-6/+7
2005-10-16re PR c++/22137 (Internal error: Segmentation fault (program cc1plus))Mark Mitchell1-22/+69
2005-10-13re PR c++/22464 (ICE on classes in template functions which attempt closure)Mark Mitchell1-17/+15
2005-10-05re PR c/21419 (Accepts writting to const via asm)Paolo Bonzini1-4/+16
2005-09-12re PR c++/7874 (g++ finds friend functions defined in class-definition but no...Ian Lance Taylor1-1/+1
2005-09-09dbxout.c: Include expr.h.Richard Henderson1-5/+0
2005-09-09re PR c++/22252 (pragma interface/implementation still break synthesized meth...Mark Mitchell1-15/+18
2005-09-06re PR c/23075 (Redundant / bogus warning)Jakub Jelinek1-1/+3
2005-09-06cp-tree.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-09-05re PR c++/21440 (ICE with statement-as-expression)Mark Mitchell1-118/+72
2005-09-03re PR c++/23699 (rejects static int as non constant after "extern template")Mark Mitchell1-2/+5
2005-08-31re PR c++/23639 (Bad error message: not a member of '<declaration error>')Volker Reichelt1-1/+3
2005-07-21re PR c++/2922 ([DR 197] two-stage lookup for unqualified function calls with...Douglas Gregor1-2/+0
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-3/+3
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers1-5/+4
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-23re PR c++/19317 (removing a temporary return value when we cannot)Jason Merrill1-19/+12
2005-06-15Canonicalize whitespace.Mike Stump1-32/+32
2005-06-14Remove extra white spacing at end of lines.Mike Stump1-111/+111
2005-06-08re PR c++/19497 (Invalid declaration in template diagnosed too late)Nathan Sidwell1-1/+1
2005-06-06re PR c++/20637 (Confusing message with different using declarations)Nathan Sidwell1-1/+1
2005-05-28c-decl.c (add_stmt): Add C frontend specific version.Ian Lance Taylor1-0/+26
2005-05-25re PR c++/21686 (weird quoting in an error message)Volker Reichelt1-3/+3
2005-05-17Yet more Objective-C++...Ziemowit Laski1-1/+1
2005-05-02c-common.c (resolve_overloaded_builtin): Forward to target hook for BUILT_IN_...Paolo Bonzini1-1/+2
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-3/+4
2005-04-15re PR middle-end/14311 (builtins for atomic operations needed)Richard Henderson1-2/+11
2005-04-09c-common.def: Move FOR_STMT...Ian Lance Taylor1-2/+2