aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-14re PR c++/11493 (tree check ICE in error.c)Mark Mitchell1-0/+341
2003-07-09fold-const.c (make_range): Do not access operand 1 for a zero-operand operator.Mark Mitchell1-22/+46
2003-07-08cp-tree.h (build_scoped_method_call): Remove.Mark Mitchell1-10/+113
2003-07-07genextract.c: Convert remaining prototypes to ISO C90.Andreas Jaeger1-2/+1
2003-07-07rtl.h (emit_line_note): Take a location_t.Nathan Sidwell1-1/+1
2003-07-06re PR c++/11345 (ICE in build_base_path)Mark Mitchell1-1/+2
2003-07-06re PR c++/11431 (static_cast behavior with subclasses when default constructo...Mark Mitchell1-2/+5
2003-07-05call.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-04call.c (build_addr_func): Handle bound pointers-to-members.Mark Mitchell1-10/+0
2003-07-02decl2.c (defer_fn): Set DECL_DEFER_OUTPUT.Jan Hubicka1-63/+106
2003-07-01c-tree.h (define_label): Replace filename and lineno arguments with a locatio...Nathan Sidwell1-1/+1
2003-06-28* c-format.c (check_format_string, get_constant)Zack Weinberg1-1/+1
2003-06-24call.c (enforce_access): Assert we get a binfo.Nathan Sidwell1-8/+8
2003-06-20tree.h (expand_function_end): Remove all parameters.Nathan Sidwell1-1/+1
2003-06-20re PR c++/9649 (ICE in finish_member_declaration at cp/semantics.c:1850 when ...Mark Mitchell1-6/+7
2003-06-19pt.c: Convert to ISO C.Nathanael Nerode1-204/+106
2003-06-14tree.h (init_function_start): Remove filename and line paramters.Nathan Sidwell1-1/+1
2003-06-12re PR c++/10432 (ICE in poplevel, at cp/decl.c:1230)Mark Mitchell1-15/+0
2003-05-18semantics.c (perform_deferred_access_checks): Don't discard checked access.Kriang Lerdsuwanakij1-4/+15
2003-05-15re PR c++/8385 (typeof(...) as template arg)Mark Mitchell1-1/+1
2003-05-11PR c++/10230, c++/10481Kriang Lerdsuwanakij1-2/+11
2003-05-10re PR c++/9252 ([New parser] Errors due to legally used "typename")Kriang Lerdsuwanakij1-5/+10
2003-05-10re PR c++/9554 (Out of class declaration of member class template specialisat...Kriang Lerdsuwanakij1-5/+61
2003-05-03class.c (finish_struct): Use location_t and input_location directly.Nathan Sidwell1-11/+6
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-8/+8
2003-04-23re PR c++/9847 (ICE on :?-operator with double class definition in expand_expr)Mark Mitchell1-1/+5
2003-04-13tree.c (build_constructor): New function.Zack Weinberg1-2/+1
2003-03-08re PR c++/9823 (ICE in sort_mem_initializers)Mark Mitchell1-9/+0
2003-02-20Change base class access representation.Nathan Sidwell1-10/+10
2003-01-30c-common.c (builtin_define_float_constants): Define __<TYPE>_HAS_INFINITY__ a...Mark Mitchell1-43/+2
2003-01-25re PR c++/9403 (parse error on template keyword used for disambiguation)Nathan Sidwell1-1/+2
2003-01-23re PR c++/9328 (ICE with templates and namespace std members)Mark Mitchell1-6/+14
2003-01-16cp-tree.h (lang_type_class): Remove is_partial_instantiation.Mark Mitchell1-53/+1
2003-01-14config-lang.in: Add semantics.c to gtfiles.Kriang Lerdsuwanakij1-65/+141
2003-01-10Merge from pch-branch.Geoffrey Keating1-4/+1
2003-01-01call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-4/+4
2002-12-31cp-tree.def (RETURN_INIT): Remove.Mark Mitchell1-104/+9
2002-12-30parse.y: Remove.Mark Mitchell1-14/+0
2002-12-28Remove traditional C constructs 3/n.Gabriel Dos Reis1-1/+1
2002-12-28Make-lang.in (po-generated): Remove parse.c.Mark Mitchell1-37/+154
2002-12-18decl.c (finish_function): Also complain about no return in templates.Jason Merrill1-2/+1
2002-12-17calls.c (expand_call): Handle CALL_EXPR_HAS_RETURN_SLOT_ADDR with special str...Jason Merrill1-8/+3
2002-12-17c-semantics.c (add_scope_stmt): Abort if the end SCOPE_STMT doesn't match the...Jason Merrill1-7/+10
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-22/+53
2002-10-30Core issue 287, PR c++/7639Kriang Lerdsuwanakij1-0/+3
2002-10-25class.c (build_vtbl_initializer): Don't use build_vtable_entry.Mark Mitchell1-29/+3
2002-10-18re PR c++/8080 ([Regression in main trunk] g++ 3.3 ICE in make_decl_rtl)Jason Merrill1-2/+8
2002-10-02re PR c++/7188 (Segfault with template class and recursive (incorrect) inital...Mark Mitchell1-55/+9
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-6/+6
2002-09-16re PR c++/7015 (certain __asm__ constructs rejected)Nathan Sidwell1-1/+1