aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/lex.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-10c-common.h (struct c_fileinfo): Comment moved here from cp-tree.h.Zack Weinberg1-31/+9
2004-09-09defaults.h (MULTIPLE_SYMBOL_SPACES): Provide default.Zack Weinberg1-3/+3
2004-08-30call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable.Nathan Sidwell1-2/+3
2004-08-25re PR c++/17155 (Another link problem with function-local classes)Mark Mitchell1-0/+5
2004-08-19tree.h (TYPE_CACHED_VALUES_P): New.Nathan Sidwell1-2/+4
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-2/+1
2004-07-29c-common.h (lang_post_pch_load): New variable.Mark Mitchell1-1/+12
2004-07-25cp-tree.h (TYPE_SET_PTRMEMFUNC_TYPE): Use GGC_CNEW.Gabriel Dos Reis1-6/+4
2004-07-15lex.c (cxx_make_type): Remove call to get_pointer_type.Mark Mitchell1-5/+0
2004-07-12call.c (build_user_type_conversion_1, [...]): Pass type directly to lookup_fn...Nathan Sidwell1-2/+0
2004-07-07expr.c (expand_expr_real_1): Fix formating.Andrew Pinski1-1/+0
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-1/+5
2004-06-28friend.c (add_friend): Only perform access checks when context is a class.Nathan Sidwell1-9/+2
2004-06-24Make-lang.in (cp/lex.o): Do not depend on cp/lex.h.Mark Mitchell1-1/+0
2004-06-22cp-tree.def (NEW_EXPR): Add a fourth slot.Mark Mitchell1-56/+0
2004-06-09revert: re PR c++/15815 (Update #pragma interface and #pragma implementation ...Mark Mitchell1-6/+0
2004-06-07re PR c++/15815 (Update #pragma interface and #pragma implementation document...Mark Mitchell1-0/+6
2004-06-01c-parse.in (OFFSETOF, [...]): New.Richard Henderson1-2/+1
2004-03-09re PR c++/14401 (Uninitialized reference error not reported.)Mark Mitchell1-16/+8
2004-03-01re PR c++/14324 (Multiple static definitions are not unique)Mark Mitchell1-1/+2
2004-02-05re PR target/13750 (Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o compari...Rainer Orth1-2/+2
2004-01-16Index: ChangeLogGeoffrey Keating1-3/+3
2003-12-22re PR c++/12862 (Conflicts Between typedefs/enums and Namespace Member Declar...Mark Mitchell1-11/+2
2003-12-22re PR c++/13438 (internal compiler error: tree check: expected identifier_nod...Mark Mitchell1-15/+1
2003-12-19cvt.c: Remove uses of "register" specifier in declarations of arguments and l...Kazu Hirata1-1/+1
2003-12-16re PR c++/13275 (Implementation of offsetof macro)Mark Mitchell1-0/+2
2003-12-02name-lookup.h (struct cp_binding_level): Use ENUM_BITFIELD.Richard Henderson1-1/+1
2003-09-18tree.def (FFS_EXPR, [...]): Delete unused tree codes.Roger Sayle1-1/+0
2003-09-01c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR.Josef Zlomek1-1/+0
2003-08-12re PR c++/11703 (Problem with using enum in placement delete)Mark Mitchell1-22/+0
2003-07-22lex.c (unqualified_fn_lookup_error): Mention that the error message needs to ...Wolfgang Bangerth1-2/+8
2003-07-19fixfixes.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-7/+6
2003-07-16cp-tree.def (LOOKUP_EXPR): Remove.Mark Mitchell1-5/+4
2003-07-14* lex.c (enum tree_node_kind): Delete.Dan Nicolaescu1-29/+0
2003-07-14re PR c++/11493 (tree check ICE in error.c)Mark Mitchell1-170/+28
2003-07-07re PR debug/10055 (g++ emits "<internal>" as source filename with -gstabs+)Michael Chastain1-2/+9
2003-06-30c-common.c (enum c_language_kind, flag_objc): Remove.Neil Booth1-17/+0
2003-06-24call.c (enforce_access): Assert we get a binfo.Nathan Sidwell1-1/+1
2003-06-13* lex.c: Convert to ISO C.Nathanael Nerode1-74/+45
2003-06-07Makefile.in (OJBS, c-opts.o): Update.Neil Booth1-3/+3
2003-05-10re PR c++/9252 ([New parser] Errors due to legally used "typename")Kriang Lerdsuwanakij1-1/+1
2003-04-23Makefile.in (c-lex.o, [...]): Update.Neil Booth1-5/+0
2003-04-10c-common.h (lang_statement_code_p): Remove declaration.Steven Bosscher1-1/+8
2003-03-08c-common.h (c_common_init, [...]): Update.Neil Booth1-8/+6
2003-02-14decl2.c: Include "timevar.h".Gabriel Dos Reis1-8/+11
2003-01-10Merge from pch-branch.Geoffrey Keating1-5/+1
2003-01-01c-pragma.c (c_register_pragma): New.Neil Booth1-19/+8
2003-01-01call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-4/+4
2002-12-30parse.y: Remove.Mark Mitchell1-144/+2
2002-12-28Make-lang.in (po-generated): Remove parse.c.Mark Mitchell1-248/+0