summaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
Commit message (Expand)AuthorAgeFilesLines
* c-decl.c (static_ctors): Move to c-common.c.Mark Mitchell2007-02-261-0/+4
* extend.texi: Document optional priority argument to constructors and destruct...Mark Mitchell2007-02-251-13/+1
* re PR c++/30158 (ICE with invalid statement-expressions)Andrew Pinski2007-02-151-1/+6
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-18/+13
* cp-tree.h (OMP_ATOMIC_CODE): Delete.Paolo Bonzini2007-02-051-26/+13
* re PR c++/28988 (g++ does not check first type name in pseudo-destructor-name)Andrew Pinski2007-01-281-0/+7
* re PR c/19978 (overflow in expression of constants should not cause multiple ...Manuel López-Ibáñez2007-01-051-1/+3
* c-common.c (c_common_truthvalue_conversion): When warning about using an assi...Ian Lance Taylor2007-01-021-1/+11
* re PR c++/29475 (incomplete template diagnostics.)Simon Martin2006-12-161-43/+56
* cp-tree.def (STATIC_ASSERT): New.Douglas Gregor2006-11-211-0/+52
* re PR c++/29475 (incomplete template diagnostics.)Simon Martin2006-11-201-8/+10
* re PR c++/29105 (segfault in add_candidates with a non template base class an...Mark Mitchell2006-10-021-1/+0
* re PR c++/26195 (pragma interface no longer handles explicit names)Zak Kipling2006-09-071-1/+1
* re PR c++/28705 (ICE: in type_dependent_expression_p, at cp/pt.c:12837)Nathan Sidwell2006-09-011-0/+1
* re PR c++/28588 (static private function)Mark Mitchell2006-08-261-21/+39
* re PR c++/27115 (ICE in cp_expr_size or miscompilation with statement express...Jason Merrill2006-08-211-59/+37
* [multiple changes]Paolo Bonzini2006-08-171-1/+1
* re PR debug/23336 (enum constants not visible to gdb because of -feliminate-u...Daniel Jacobowitz2006-08-011-1/+4
* re PR c++/28025 (multiple template friend compile error)Mark Mitchell2006-07-231-1/+1
* re PR c++/28363 (Default template parameter causes compiler segfault)Volker Reichelt2006-07-211-13/+2
* re PR c++/28048 (ICE on accessing member of dependent name)Mark Mitchell2006-07-191-3/+5
* re PR c++/28294 (ICE with invalid use of __builtin_offsetof)Volker Reichelt2006-07-151-2/+3
* re PR c++/28217 (ICE in tree_int_cst_sgn)Jason Merrill2006-07-121-2/+3
* re PR c++/27820 (ICE with duplicate label)Lee Millward2006-07-071-0/+4
* re PR c++/26905 (default-visibility class symbol improperly resolved as hidde...Jason Merrill2006-06-291-1/+4
* re PR c++/26559 (ICE with __builtin_constant_p in template argument)Mark Mitchell2006-06-151-15/+32
* re PR c++/27601 (ICE (in fold_offsetof_1, at c-common.c:5998) on strange offs...Volker Reichelt2006-06-121-0/+6
* re PR c++/27601 (ICE (in fold_offsetof_1, at c-common.c:5998) on strange offs...Volker Reichelt2006-06-071-0/+17
* Fix up whitespacingMike Stump2006-06-061-22/+22
* re PR c++/27819 (ICE casting static const variables)Mark Mitchell2006-06-051-0/+6
* re PR c++/20103 (ICE in create_tmp_var with C99 style struct initializer)Mark Mitchell2006-05-251-22/+31
* re PR c++/26433 (Syntax error using __FUNCTION__ in catch handler)Mark Mitchell2006-05-191-5/+14
* re PR c++/27491 (ICE on variable initialization)Jakub Jelinek2006-05-171-1/+2
* re PR c++/27339 (out-of-class definition of value template parameter with pri...Mark Mitchell2006-05-161-8/+16
* re PR c++/26122 (Pure specifiers for templates causing trouble)Mark Mitchell2006-04-111-1/+2
* * decl2.c, pt.c, semantics.c: Fix comment typos.Kazu Hirata2006-04-081-2/+2
* 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