aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/Make-lang.in
AgeCommit message (Expand)AuthorFilesLines
2021-02-03c++: Fix alias comparison [PR98926]Jason Merrill1-1/+1
2021-01-05Don't link cc1 etc. against libcody.aJakub Jelinek1-3/+3
2021-01-05build: libcody: Link with -lsocket -lnsl if necessary [PR98316]Rainer Orth1-1/+2
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-15c++: module mapperNathan Sidwell1-1/+2
2020-12-08c++: Fix MODULE_VERSION breakageNathan Sidwell1-1/+2
2020-12-08c++: Add module includesNathan Sidwell1-0/+9
2020-11-23c++: Add empty module.ccNathan Sidwell1-1/+4
2020-11-20configury: Fix up --enable-link-serialization supportJakub Jelinek1-3/+3
2020-11-18configury: --enable-link-serialization supportJakub Jelinek1-2/+5
2020-07-13Remove long-gone cxxmain.c from makefilesNathan Sidwell1-1/+0
2020-01-18[C++ coroutines] Initial implementation.Iain Sandoe1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-09-06Remove support for repo files (PR c++/91125).Martin Liska1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-17Run selftests for C++ as well as CDavid Malcolm1-0/+26
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-28Remove Cilk Plus support.Julia Koval1-1/+1
2017-11-26Plugin support on Windows/MinGWBoris Kolpackov1-0/+5
2017-11-07[PATCH] Install cp/operators.def as part of plugin headersBoris Kolpackov1-1/+1
2017-09-29* Make-lang.in (check-c++-all): Test also c++2a.Jakub Jelinek1-1/+1
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek1-4/+5
2017-05-24* Make-lang.in (CXX_AND_OBJCXX_OBJS): Alphabetize.Nathan Sidwell1-9/+16
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-09-23Make-lang.in (check-c++1z): Pass RUNTESTFLAGS down to make check-g++.Jakub Jelinek1-1/+1
2016-06-28Makefile.in: Don't cat ../stage_current if it does not exist.Jakub Jelinek1-1/+2
2016-06-23Add make autoprofiledbootstrapAndi Kleen1-1/+13
2016-05-03Make-lang.in (cc1-checksum.c): For stage-final re-use the checksum from the p...Richard Biener1-2/+9
2016-03-08Remove Concepts from -std=c++1z.Jason Merrill1-1/+1
2016-02-19Make-lang.in: Invoke gperf with -L C++.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-07g++.exp: Also find -std list in GXX_TESTSUITE_STDS environment variable.Jason Merrill1-1/+1
2015-12-02Allow running the testsuite in C++1z mode.Jason Merrill1-3/+9
2015-08-07Add C++ Concepts TS support.Andrew Sutton1-2/+3
2015-05-22Makefile.in (check_gcc_parallelize): Delete.Jim Wilson1-1/+1
2015-04-27Makefile-lan.in (ada.mostlyclean): Remove gnatbind and gnat1.Jim Wilson1-0/+1
2015-01-15flag-types.h (enum sanitize_code): Add SANITIZE_VPTR, include SANITIZE_VPTR i...Jakub Jelinek1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-13[PATCH 1/7] OpenMP 4.0 offloading infrastructure: configure and makeBernd Schmidt1-15/+17
2014-10-15semantics.c (is_instantiation_of_constexpr, [...]): Moved definitions...Paolo Carlini1-1/+1
2014-09-15Makefile.in (dg_target_exps): Remove.Jakub Jelinek1-5/+1
2014-04-15re PR plugins/59335 (Plugin doesn't build on trunk)Jakub Jelinek1-1/+1
2014-03-07* Make-lang.in (check_g++_parallelize): Split dg.exp.Jason Merrill1-1/+4
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