aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)Author
2006-03-172006-03-17 Carlos O'Donell <carlos@codesourcery.com>Carlos O'Donell
2005-07-27This commit was manufactured by cvs2svn to create branchno-author
2003-10-26 PR c++/10371Kriang Lerdsuwanakij
2003-10-24 PR c++/11076Kriang Lerdsuwanakij
2003-10-24cp:Nathan Sidwell
2003-10-23 PR c++/12726Jason Merrill
2003-10-22 * call.c: Fix comment formatting.Kazu Hirata
2003-10-22 PR c++/11962Mark Mitchell
2003-10-21* cp/decl.c (cp_finish_decl): Remove clause intended for asmRobert Bowdidge
2003-10-21 * decl.c (start_decl): Exit if push_template_decl returnsKriang Lerdsuwanakij
2003-10-21 * ChangeLog: Fix typos.Kazu Hirata
2003-10-20 * toplev.c (rest_of_compilation): Fix webizer pass ordering.Jan Hubicka
2003-10-20 * Makefile.in (install-info): Simplify.Mark Mitchell
2003-10-20 * class.c (layout_class_type): Set DECL_ARTIFICIAL on paddingJason Merrill
2003-10-20 PR c++/9781, c++/10583, c++/11862Kriang Lerdsuwanakij
2003-10-18 PR c++/12495Kriang Lerdsuwanakij
2003-10-17 PR c++/2513Kriang Lerdsuwanakij
2003-10-15problem that current decl duplication mechanizmJan Hubicka
2003-10-14 PR c++/11878Jason Merrill
2003-10-14 Breack out decl.c (3/n)Gabriel Dos Reis
2003-10-14gcc:Nathanael Nerode
2003-10-14 * name-lookup.h (cxx_scope_find_binding_for_name): Don't export.Gabriel Dos Reis
2003-10-13 PR c++/12370Volker Reichelt
2003-10-13Fix thinko.Gabriel Dos Reis
2003-10-13 Break out decl.c (2/n)Gabriel Dos Reis
2003-10-12gcc/Steven Bosscher
2003-10-09 PR c++/6392Jason Merrill
2003-10-09tweak whitespaceJason Merrill
2003-10-09 * stmt.c (resolve_asm_operand_names): Call check_unique_operand_namesJason Merrill
2003-10-08 * cp_tree.h: Added TFF_NO_FUNCTION_ARGUMENTS.Giovanni Bajo
2003-10-07 PR c++/11097Giovanni Bajo
2003-10-07 PR c++/10147Mark Mitchell
2003-10-06 PR bootstrap/12512Mark Mitchell
2003-10-03 * decl.c (struct cp_binding_level): Move to name-lookup.hGabriel Dos Reis
2003-10-03 * name-lookup.c (binding_entry_free): Nullify name and typeGabriel Dos Reis
2003-10-02 PR c++/12486Mark Mitchell
2003-09-30 * decl.c (duplicate_decls): Copy DECL_SAVED_INSNS too.Richard Henderson
2003-09-30Convert to ISO C90 prototypes.Kelley Cook
2003-09-30 * decl.c (pop_binding): Don't mess with nullifying binding->scopeGabriel Dos Reis
2003-09-29 PR c++/12175Jan Hubicka
2003-09-28 * stmt.c (expand_asm_operands): Take a location_t, instead ofRichard Henderson
2003-09-28 * c-decl.c (finish_function): Convert definition to ISO C90.Andreas Jaeger
2003-09-27 * name-lookup.h (get_global_value_if_present): New function.Gabriel Dos Reis
2003-09-27Correct PR number.Kriang Lerdsuwanakij
2003-09-27 PR c++/11413Kriang Lerdsuwanakij
2003-09-27 * cp-tree.h, name-lookup.h, decl.c, decl2.c: Remove reference toGabriel Dos Reis
2003-09-26 * decl.c (pop_binding_level, suspend_binding_level,Gabriel Dos Reis
2003-09-25 PR c++/5655Kriang Lerdsuwanakij
2003-09-23 * cp-tree.h (scope_kind): Add new enumerator.Gabriel Dos Reis
2003-09-22Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson