summaryrefslogtreecommitdiff
path: root/gcc/cp/repo.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+1
* tree.h (VAR_P): New.Gabriel Dos Reis2013-03-291-1/+1
* cp-gimplify.c (cp_genericize_r): Use VAR_OR_FUNCTION_DECL_P.Gabriel Dos Reis2013-03-261-2/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-3/+3
* Change random seeds to 64bit and drop re-crcingAndi Kleen2011-09-291-1/+2
* cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers2010-11-101-1/+1
* decl2.c (decl_constant_var_p): New fn.Jason Merrill2010-11-011-1/+1
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-3/+1
* * repo.c (finish_repo): Fix typo.Michael Matz2010-06-301-1/+1
* repo.c (pending_repo): Change type to a VEC.Nathan Froyd2010-06-301-5/+7
* diagnostic-core.h: New.Joseph Myers2010-05-271-3/+3
* dbgcnt.c (dbg_cnt_process_single_pair): constify.Jason Merrill2009-09-121-8/+9
* common.opt (fcompare-debug=, [...]): New.Alexandre Oliva2009-06-081-3/+11
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* re PR c++/36364 (Problem with -frepo)Jakub Jelinek2008-06-281-3/+6
* re PR c++/34178 (Compilation using -frepo fails)Jakub Jelinek2007-12-091-2/+5
* c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi2007-08-251-1/+1
* typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton2007-08-021-4/+3
* flags.h (flag_random_seed): Remove declaration, in favor of...Alexandre Oliva2007-03-141-3/+7
* re PR c++/26917 (ICE with -frepo on invalid code)Jakub Jelinek2006-09-021-11/+14
* configure.ac (cxx_compat_warn): Set if -Wc++-compat is supported.Gabriel Dos Reis2006-01-291-2/+2
* re PR c++/25492 (friend class nested in derived class problem)Mark Mitchell2006-01-041-0/+6
* decl2.c (get_priority_info): Use XNEW, not xmalloc.Gabriel Dos Reis2005-12-021-1/+1
* re PR c++/17775 (-frepo with function template in anonymous namespace fails t...Mark Mitchell2005-10-031-1/+11
* re PR c++/22204 ([repo] internal compiler error: Segmentation fault)Mark Mitchell2005-07-161-1/+2
* Update FSF address.Kelley Cook2005-06-251-2/+2
* Remove extra white spacing at end of lines.Mike Stump2005-06-141-2/+2
* * friend.c, lex.c, mangle.c, repo.c: Update copyright.Kazu Hirata2005-05-031-1/+1
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-1/+1
* Convert diagnostics to use quoting flag q 9/nGabriel Dos Reis2004-11-011-1/+1
* * dump.c, g++spec.c, repo.c: Update copyright.Kazu Hirata2004-10-151-1/+1
* call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass...Nathan Sidwell2004-08-271-5/+4
* repo.c (extract_string): Reset backquote after one character.Adam Nemet2004-08-251-2/+5
* c-common.h (lang_post_pch_load): New variable.Mark Mitchell2004-07-291-212/+107
* cvt.c: Remove uses of "register" specifier in declarations of arguments and l...Kazu Hirata2003-12-191-1/+1
* * c-format.c (check_format_string, get_constant)Zack Weinberg2003-06-281-1/+1
* Merge from pch-branch.Geoffrey Keating2003-01-101-1/+0
* except.c, [...]: Fix Copyright years.Steven Bosscher2003-01-021-1/+2
* call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher2003-01-011-4/+4
* Remove traditional C constructs 4/n.Gabriel Dos Reis2002-12-291-50/+33
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* decl2.c (build_call_from_tree): Fix uninitialized variable.Kaveh R. Ghazi2002-08-111-1/+1
* Index: ChangeLogGeoffrey Keating2002-08-041-9/+6
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-4/+4
* call.c, [...]: Change my_fancy_abort() to abort().Craig Rodrigues2002-01-231-2/+2
* repo.c (get_base_filename): Change return value to const char pointer.Andrew Cagney2001-08-021-2/+2