aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/Make-lang.in
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-15Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez1-0/+1
2013-09-25Make-lang.in (CXX_TREE_H, [...]): Remove.Tom Tromey1-9/+0
2013-09-25Make-lang.in (g++spec.o): Remove.Tom Tromey1-100/+2
2013-09-25Makefile.in (DRIVER_DEFINES): Use $(and), not shell code, to add -DENABLE_SHA...Tom Tromey1-2/+1
2013-09-16Support using 'auto' in a function parameter list to introduce an implicit te...Adam Butcher1-2/+3
2013-09-13Revert r202554, r202540 and r202539.Adam Butcher1-3/+2
2013-09-12re PR driver/42955 (undecorated cross-compiler gcc fails to find cc1)Brooks Moses1-11/+3
2013-09-12Support using 'auto' in a function parameter list to introduce an implicit te...Adam Butcher1-2/+3
2013-09-04* Make-lang.in (cp/lambda.o): Add dependencies.Mike Stump1-0/+1
2013-08-06Commit the vtable verification feature.Caroline Tice1-2/+8
2013-07-14Extract lambda functions from semantics.c.Adam Butcher1-1/+1
2013-06-21Implemented Cilk Plus Array Notation for C++Balaji V. Iyer1-1/+4
2013-05-16Makefile.in (LLINKER): New variable.Jason Merrill1-1/+1
2013-03-29Add uniform debug dump function names.Lawrence Crowl1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-12-10Make-lang.in (cp/typeck.o): Add dependency on $(PARAMS_H).Eric Botcazou1-2/+2
2012-11-28re PR other/54279 (first stage build with g++ fails with "." as the first com...Andrew Pinski1-5/+5
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-1/+1
2012-10-09Change more non-GTY hash tables to use the new type-safe template hash table.Lawrence Crowl1-3/+3
2012-09-24* Make-lang.in (cp/parser.o): Depend on decl.h.Jason Merrill1-1/+1
2012-08-19Make-lang.in: Fix typo.Mikael Morin1-1/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-3/+4
2012-06-29configure.ac: Skip C if explicitly selected.Steven Bosscher1-1/+2
2012-06-04output.h (merge_weak, [...]): Move protos from here...Steven Bosscher1-4/+4
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-2/+2
2012-03-14Remove obsolete IRIX 6.5 supportRainer Orth1-3/+3
2011-11-09Run most tests in both C++98 and C++11 modes.Jason Merrill1-3/+2
2011-11-02Move shlib support to toplevel libgccRainer Orth1-1/+1
2011-08-08driver-sparc.c: New file.Rainer Orth1-1/+2
2011-07-16Make-lang.in (check-g++-strict-gc): New.Jason Merrill1-1/+5
2011-07-15re PR testsuite/49741 (make -k check-c++0x not multilib aware)Jason Merrill1-1/+1
2011-07-13Also test -std=c++0x mode with 'make check-c++' at top levelJason Merrill1-0/+4
2011-07-01Make-lang.in (cp/decl.o): Depend on pointer-set.h.Jakub Jelinek1-5/+5
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-1/+2
2011-05-24Makefile.in (GCC_OBJS): Remove opts-common.o and options.o.Joseph Myers1-4/+4
2011-05-20Makefile.in (LIBDEPS): Add libcommon.a.Joseph Myers1-1/+1
2011-05-19re PR c++/48869 (OpenMP task construct fails to instantiate copy constructor(...Jakub Jelinek1-2/+2
2011-05-02Upgrade the utility of timevars.Lawrence Crowl1-2/+2
2011-04-29In gcc/: 2011-04-29 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-2/+12
2011-03-16Make-lang.in (CXX_PARSER_H): New.Diego Novillo1-3/+3
2011-02-13Revert r170108, r170107, r170105, r170104, r170103, r170102, r170101, r170097.Iain Sandoe1-23/+4
2011-02-13t-darwin (config/darwin.h.rebuild): Harden against parallel builds.Mike Stump1-4/+2
2011-02-13t-darwin (build/slashify1): Harden against rebuilds.Mike Stump1-4/+6
2011-02-13lex.h: Plugify.Mike Stump1-2/+8
2011-02-13Make-lang.in (cp/parser.o): Move c-family/c-objc.h dependancy down.Mike Stump1-3/+3
2011-02-13t-darwin (build/slashify): Allow others to reuse easier.Mike Stump1-0/+13
2010-12-06In gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-9/+15
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-3/+3
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-13/+13