summaryrefslogtreecommitdiff
path: root/gcc/cp/Make-lang.in
Commit message (Expand)AuthorAgeFilesLines
* Remove support for repo files (PR c++/91125).Martin Liska2019-09-061-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Run selftests for C++ as well as CDavid Malcolm2018-10-171-0/+26
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Remove Cilk Plus support.Julia Koval2017-11-281-1/+1
* Plugin support on Windows/MinGWBoris Kolpackov2017-11-261-0/+5
* [PATCH] Install cp/operators.def as part of plugin headersBoris Kolpackov2017-11-071-1/+1
* * Make-lang.in (check-c++-all): Test also c++2a.Jakub Jelinek2017-09-291-1/+1
* invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek2017-09-151-4/+5
* * Make-lang.in (CXX_AND_OBJCXX_OBJS): Alphabetize.Nathan Sidwell2017-05-241-9/+16
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Make-lang.in (check-c++1z): Pass RUNTESTFLAGS down to make check-g++.Jakub Jelinek2016-09-231-1/+1
* Makefile.in: Don't cat ../stage_current if it does not exist.Jakub Jelinek2016-06-281-1/+2
* Add make autoprofiledbootstrapAndi Kleen2016-06-231-1/+13
* Make-lang.in (cc1-checksum.c): For stage-final re-use the checksum from the p...Richard Biener2016-05-031-2/+9
* Remove Concepts from -std=c++1z.Jason Merrill2016-03-081-1/+1
* Make-lang.in: Invoke gperf with -L C++.Jakub Jelinek2016-02-191-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* g++.exp: Also find -std list in GXX_TESTSUITE_STDS environment variable.Jason Merrill2015-12-071-1/+1
* Allow running the testsuite in C++1z mode.Jason Merrill2015-12-021-3/+9
* Add C++ Concepts TS support.Andrew Sutton2015-08-071-2/+3
* Makefile.in (check_gcc_parallelize): Delete.Jim Wilson2015-05-221-1/+1
* Makefile-lan.in (ada.mostlyclean): Remove gnatbind and gnat1.Jim Wilson2015-04-271-0/+1
* flag-types.h (enum sanitize_code): Add SANITIZE_VPTR, include SANITIZE_VPTR i...Jakub Jelinek2015-01-151-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* [PATCH 1/7] OpenMP 4.0 offloading infrastructure: configure and makeBernd Schmidt2014-11-131-15/+17
* semantics.c (is_instantiation_of_constexpr, [...]): Moved definitions...Paolo Carlini2014-10-151-1/+1
* Makefile.in (dg_target_exps): Remove.Jakub Jelinek2014-09-151-5/+1
* re PR plugins/59335 (Plugin doesn't build on trunk)Jakub Jelinek2014-04-151-1/+1
* * Make-lang.in (check_g++_parallelize): Split dg.exp.Jason Merrill2014-03-071-1/+4
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez2013-11-151-0/+1
* Make-lang.in (CXX_TREE_H, [...]): Remove.Tom Tromey2013-09-251-9/+0
* Make-lang.in (g++spec.o): Remove.Tom Tromey2013-09-251-100/+2
* Makefile.in (DRIVER_DEFINES): Use $(and), not shell code, to add -DENABLE_SHA...Tom Tromey2013-09-251-2/+1
* Support using 'auto' in a function parameter list to introduce an implicit te...Adam Butcher2013-09-161-2/+3
* Revert r202554, r202540 and r202539.Adam Butcher2013-09-131-3/+2
* re PR driver/42955 (undecorated cross-compiler gcc fails to find cc1)Brooks Moses2013-09-121-11/+3
* Support using 'auto' in a function parameter list to introduce an implicit te...Adam Butcher2013-09-121-2/+3
* * Make-lang.in (cp/lambda.o): Add dependencies.Mike Stump2013-09-041-0/+1
* Commit the vtable verification feature.Caroline Tice2013-08-061-2/+8
* Extract lambda functions from semantics.c.Adam Butcher2013-07-141-1/+1
* Implemented Cilk Plus Array Notation for C++Balaji V. Iyer2013-06-211-1/+4
* Makefile.in (LLINKER): New variable.Jason Merrill2013-05-161-1/+1
* Add uniform debug dump function names.Lawrence Crowl2013-03-291-1/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* Make-lang.in (cp/typeck.o): Add dependency on $(PARAMS_H).Eric Botcazou2012-12-101-2/+2
* re PR other/54279 (first stage build with g++ fails with "." as the first com...Andrew Pinski2012-11-281-5/+5
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-1/+1
* Change more non-GTY hash tables to use the new type-safe template hash table.Lawrence Crowl2012-10-091-3/+3