aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/repo.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-29re PR c++/64521 (ICE with -frepo)Jason Merrill1-1/+5
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-03-29tree.h (VAR_P): New.Gabriel Dos Reis1-1/+1
2013-03-26cp-gimplify.c (cp_genericize_r): Use VAR_OR_FUNCTION_DECL_P.Gabriel Dos Reis1-2/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-3/+3
2011-09-29Change random seeds to 64bit and drop re-crcingAndi Kleen1-1/+2
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-1/+1
2010-11-01decl2.c (decl_constant_var_p): New fn.Jason Merrill1-1/+1
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-3/+1
2010-06-30* repo.c (finish_repo): Fix typo.Michael Matz1-1/+1
2010-06-30repo.c (pending_repo): Change type to a VEC.Nathan Froyd1-5/+7
2010-05-27diagnostic-core.h: New.Joseph Myers1-3/+3
2009-09-12dbgcnt.c (dbg_cnt_process_single_pair): constify.Jason Merrill1-8/+9
2009-06-08common.opt (fcompare-debug=, [...]): New.Alexandre Oliva1-3/+11
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-06-28re PR c++/36364 (Problem with -frepo)Jakub Jelinek1-3/+6
2007-12-09re PR c++/34178 (Compilation using -frepo fails)Jakub Jelinek1-2/+5
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-4/+3
2007-03-14flags.h (flag_random_seed): Remove declaration, in favor of...Alexandre Oliva1-3/+7
2006-09-02re PR c++/26917 (ICE with -frepo on invalid code)Jakub Jelinek1-11/+14
2006-01-29configure.ac (cxx_compat_warn): Set if -Wc++-compat is supported.Gabriel Dos Reis1-2/+2
2006-01-04re PR c++/25492 (friend class nested in derived class problem)Mark Mitchell1-0/+6
2005-12-02decl2.c (get_priority_info): Use XNEW, not xmalloc.Gabriel Dos Reis1-1/+1
2005-10-03re PR c++/17775 (-frepo with function template in anonymous namespace fails t...Mark Mitchell1-1/+11
2005-07-16re PR c++/22204 ([repo] internal compiler error: Segmentation fault)Mark Mitchell1-1/+2
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-14Remove extra white spacing at end of lines.Mike Stump1-2/+2
2005-05-03* friend.c, lex.c, mangle.c, repo.c: Update copyright.Kazu Hirata1-1/+1
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-1/+1
2004-11-01Convert diagnostics to use quoting flag q 9/nGabriel Dos Reis1-1/+1
2004-10-15* dump.c, g++spec.c, repo.c: Update copyright.Kazu Hirata1-1/+1
2004-08-27call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass...Nathan Sidwell1-5/+4
2004-08-25repo.c (extract_string): Reset backquote after one character.Adam Nemet1-2/+5
2004-07-29c-common.h (lang_post_pch_load): New variable.Mark Mitchell1-212/+107
2003-12-19cvt.c: Remove uses of "register" specifier in declarations of arguments and l...Kazu Hirata1-1/+1
2003-06-28* c-format.c (check_format_string, get_constant)Zack Weinberg1-1/+1
2003-01-10Merge from pch-branch.Geoffrey Keating1-1/+0
2003-01-02except.c, [...]: Fix Copyright years.Steven Bosscher1-1/+2
2003-01-01call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-4/+4
2002-12-29Remove traditional C constructs 4/n.Gabriel Dos Reis1-50/+33