aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-02re PR c++/31748 (bad diagnostic for invalid private clause)Jakub Jelinek1-2/+5
2007-06-08re PR c++/32177 (g++ crashes on some valid OpenMP code)Jakub Jelinek1-1/+26
2007-05-31re PR c++/32158 (uninitialized_fill compile failure if no default assignment ...Paolo Carlini1-1/+5
2007-05-25semantics.c (finish_member_declaration): Fix a typo in the last checkin.H.J. Lu1-1/+1
2007-05-25re PR c++/31431 (ICE with invalid parameter pack)Douglas Gregor1-0/+5
2007-05-11semantics.c (expand_or_defer_fn): Do not call c_record_cdtor_fn.Jan Hubicka1-4/+0
2007-04-26re PR c++/31598 (g++ does not accept some OpenMP code)Jakub Jelinek1-1/+2
2007-04-25semantics.c (classtype_has_nothrow_copy_or_assign_p): Adjust per N2255; renam...Paolo Carlini1-52/+28
2007-03-30re PR c++/26099 (support for type traits is not available)Paolo Carlini1-0/+206
2007-03-14c-common.h (empty_body_warning): Rename to empty_if_body_warning.Dirk Mueller1-2/+9
2007-03-12re PR c++/30328 (bit-field: unassemblable assembly code)Mark Mitchell1-1/+1
2007-03-10re PR c++/20599 (variadic template support)Douglas Gregor1-1/+22
2007-03-08re PR c++/30852 (Trouble with __builtin_offsetof and volatile)Volker Reichelt1-1/+2
2007-03-05typeck2.c (readonly_error): Always emit a hard error.Volker Reichelt1-1/+1
2007-02-26c-decl.c (static_ctors): Move to c-common.c.Mark Mitchell1-0/+4
2007-02-25extend.texi: Document optional priority argument to constructors and destruct...Mark Mitchell1-13/+1
2007-02-15re PR c++/30158 (ICE with invalid statement-expressions)Andrew Pinski1-1/+6
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-18/+13
2007-02-05cp-tree.h (OMP_ATOMIC_CODE): Delete.Paolo Bonzini1-26/+13
2007-01-28re PR c++/28988 (g++ does not check first type name in pseudo-destructor-name)Andrew Pinski1-0/+7
2007-01-05re PR c/19978 (overflow in expression of constants should not cause multiple ...Manuel López-Ibáñez1-1/+3
2007-01-02c-common.c (c_common_truthvalue_conversion): When warning about using an assi...Ian Lance Taylor1-1/+11
2006-12-16re PR c++/29475 (incomplete template diagnostics.)Simon Martin1-43/+56
2006-11-21cp-tree.def (STATIC_ASSERT): New.Douglas Gregor1-0/+52
2006-11-20re PR c++/29475 (incomplete template diagnostics.)Simon Martin1-8/+10
2006-10-02re PR c++/29105 (segfault in add_candidates with a non template base class an...Mark Mitchell1-1/+0
2006-09-07re PR c++/26195 (pragma interface no longer handles explicit names)Zak Kipling1-1/+1
2006-09-01re PR c++/28705 (ICE: in type_dependent_expression_p, at cp/pt.c:12837)Nathan Sidwell1-0/+1
2006-08-26re PR c++/28588 (static private function)Mark Mitchell1-21/+39
2006-08-21re PR c++/27115 (ICE in cp_expr_size or miscompilation with statement express...Jason Merrill1-59/+37
2006-08-17[multiple changes]Paolo Bonzini1-1/+1
2006-08-01re PR debug/23336 (enum constants not visible to gdb because of -feliminate-u...Daniel Jacobowitz1-1/+4
2006-07-23re PR c++/28025 (multiple template friend compile error)Mark Mitchell1-1/+1
2006-07-21re PR c++/28363 (Default template parameter causes compiler segfault)Volker Reichelt1-13/+2
2006-07-19re PR c++/28048 (ICE on accessing member of dependent name)Mark Mitchell1-3/+5
2006-07-15re PR c++/28294 (ICE with invalid use of __builtin_offsetof)Volker Reichelt1-2/+3
2006-07-12re PR c++/28217 (ICE in tree_int_cst_sgn)Jason Merrill1-2/+3
2006-07-07re PR c++/27820 (ICE with duplicate label)Lee Millward1-0/+4
2006-06-29re PR c++/26905 (default-visibility class symbol improperly resolved as hidde...Jason Merrill1-1/+4
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