aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2007-01-02c-common.c (c_common_nodes_and_builtins): Since variants of void_type_node ge...Douglas Gregor1-0/+4
2006-12-28cp-tree.h (TYPE_NAMESPACE_SCOPE_P, [...]): Remove.Kazu Hirata1-7/+0
2006-12-16re PR c++/29475 (incomplete template diagnostics.)Simon Martin1-2/+17
2006-12-14re PR c++/19564 (-Wparentheses does not work with the C++ front-end)Ian Lance Taylor1-2/+3
2006-12-08re PR c++/29732 (ICE on invalid friend declaration)Mark Mitchell1-2/+9
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-2/+2
2006-11-21cp-tree.def (STATIC_ASSERT): New.Douglas Gregor1-0/+28
2006-11-21re PR c++/29734 (ICE with vector in switch condition)Jakub Jelinek1-1/+2
2006-11-20re PR c++/29475 (incomplete template diagnostics.)Simon Martin1-2/+2
2006-11-01In gcc/:Geoffrey Keating1-1/+1
2006-10-23decl.c: Include langhooks.h.Rafael Ávila de Espíndola1-5/+1
2006-10-17re PR c++/27952 (ICE with invalid virtual inheritance)Lee Millward1-1/+1
2006-10-11re PR c++/29024 (storage class specifier accepted for typedef (clause 7.1.1 ;...Lee Millward1-2/+3
2006-09-25re PR c++/27667 (ICE with in-class specialization)Lee Millward1-1/+1
2006-09-25re PR c++/27329 (ICE with misplaced expression)Lee Millward1-1/+1
2006-09-11re PR c++/28991 (Static constructor emitted instead of initialized variable)Mark Mitchell1-0/+1
2006-09-06re PR c++/27371 (Does not warn about unused function result (__attribute__((w...Jason Merrill1-0/+6
2006-08-28re PR c++/28860 (Trouble with bound template template parameter in specializa...Volker Reichelt1-1/+1
2006-08-26re PR c++/28588 (static private function)Mark Mitchell1-1/+2
2006-08-26re PR c++/28852 (ICE on invalid conversion operator)Volker Reichelt1-1/+1
2006-08-20re PR c++/28341 (ICE with references as template parameters)Mark Mitchell1-1/+2
2006-07-28* cp-tree.h: Fix a comment typo.Kazu Hirata1-1/+1
2006-07-23re PR c++/28025 (multiple template friend compile error)Mark Mitchell1-27/+32
2006-06-29re PR c++/26905 (default-visibility class symbol improperly resolved as hidde...Jason Merrill1-1/+4
2006-06-16re PR c++/27884 (bogus error: invalid use of 'register' in linkage specificat...Mark Mitchell1-2/+0
2006-06-16re PR c++/27689 (function template incorrectly selected as candidate)Mark Mitchell1-26/+50
2006-06-13re PR middle-end/27793 (num_ssa_names inconsistent or immediate use iterator ...Jakub Jelinek1-0/+10
2006-06-07re PR c++/27601 (ICE (in fold_offsetof_1, at c-common.c:5998) on strange offs...Volker Reichelt1-0/+1
2006-06-06Fix up whitespacingMike Stump1-20/+20
2006-06-05re PR c++/27819 (ICE casting static const variables)Mark Mitchell1-8/+21
2006-05-25re PR c++/20103 (ICE in create_tmp_var with C99 style struct initializer)Mark Mitchell1-1/+1
2006-05-21re PR c++/27210 (ICE on c++ template)Mark Mitchell1-0/+1
2006-05-19re PR c++/26433 (Syntax error using __FUNCTION__ in catch handler)Mark Mitchell1-2/+2
2006-05-19re PR c++/27471 (ICE within build_c_cast cp/typeck.c:5434)Mark Mitchell1-2/+0
2006-05-16re PR c++/27339 (out-of-class definition of value template parameter with pri...Mark Mitchell1-0/+1
2006-05-15re PR c++/27505 (ICE in const folding with bitfields)Mark Mitchell1-0/+1
2006-05-02re PR middle-end/27337 (OpenMP ICE in expand_expr_real_1 at expr.c:6814)Jakub Jelinek1-0/+1
2006-04-24re PR c++/26912 (friend const member function specialization fails to compile)Mark Mitchell1-4/+5
2006-04-23re PR c++/26534 ([4.1] bitfield wrong optimize)Mark Mitchell1-0/+1
2006-04-19re PR c++/26036 (Treating a class object as a function with member variables ...Volker Reichelt1-4/+0
2006-04-19re PR c++/27102 (ICE with invalid class name in function template)Mark Mitchell1-4/+1
2006-04-11re PR c++/26122 (Pure specifiers for templates causing trouble)Mark Mitchell1-3/+5
2006-03-20re PR c++/21764 (visibility attributes on namespace scope)Jason Merrill1-0/+12
2006-03-09Merge C++ from gomp-20050608-branch.Richard Henderson1-4/+47
2006-02-18re PR c++/26266 (Trouble with static const data members in template classes)Mark Mitchell1-3/+3
2006-02-13cp-tree.h (warn_hidden): Remove prototype.Volker Reichelt1-1/+0
2006-02-13cp-tree.h (build_type_conversion): Remove prototype.Volker Reichelt1-1/+0
2006-02-13cp-tree.h (push_tinst_level): Remove prototype.Volker Reichelt1-2/+0
2006-02-07cp-tree.h (tf_warning_or_error): Renamed from tf_warn_or_error.Gabriel Dos Reis1-2/+2
2006-02-07decl.c (grokdeclarator): Don't bother checking for CHAR_TYPE.Roger Sayle1-9/+7