aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2013-10-25re PR c++/58878 (Template parameter name can be hidden in a template member f...Paolo Carlini2-1/+8
2013-10-25re PR other/33426 (Support of #pragma ivdep)Tobias Burnus2-10/+43
2013-10-24re PR c++/58705 ([c++11] ICE with invalid initializer for _Complex variable)Marek Polacek2-1/+8
2013-10-23LWG 2165Jason Merrill2-7/+33
2013-10-23c-format.c (gcc_cxxdiag_char_table): Add %X.Jason Merrill2-1/+16
2013-10-23In C++11 a trivial [cd]tor might not be callable.Jason Merrill10-98/+202
2013-10-23Implement C++14 [[deprecated]] modulo [[gnu::deprecated]] bugs.Edward Smith-Rowland2-0/+9
2013-10-22re PR c++/58816 (ICE have tree_list in private_is_attribute_p)Paolo Carlini2-1/+7
2013-10-18re PR c++/58466 (ICE in cxx_eval_constant_expression)Paolo Carlini2-0/+11
2013-10-18parser.c (cp_parser_lookup_name): Tidy.Paolo Carlini2-12/+17
2013-10-17tree-flow.h (struct omp_region): Move to omp-low.c.Andrew MacLeod3-0/+7
2013-10-17re PR c++/58596 ([c++11] ICE with decltype in non-static data member initiali...Paolo Carlini2-1/+14
2013-10-16pt.c (apply_late_template_attributes): Use attribute_takes_identifier_p.Jason Merrill2-4/+4
2013-10-16error.c (dump_exception_spec): Print "noexcept" rather than "noexcept (true)".Jason Merrill2-7/+13
2013-10-16Core 1591Jason Merrill2-61/+89
2013-10-16re PR c++/57850 (Option -fdump-translation-unit not working)Jason Merrill2-10/+24
2013-10-16pt.c (tsubst): Fix typo in last commit.Paolo Carlini1-0/+4
2013-10-16pt.c (tsubst): Fix typo in last commit.Paolo Carlini1-1/+1
2013-10-16tree-core.h (tree_code_name): Remove.Paulo Matos6-10/+20
2013-10-15re PR c++/58707 ([C++11] A greater-than operator in square brackets should no...Paolo Carlini2-0/+12
2013-10-11re PR c++/58633 (ICE with decltype of destructor call)Paolo Carlini2-1/+35
2013-10-11re PR c++/31671 (Non-type template of type const ref accepted as a non-const ...Paolo Carlini2-1/+7
2013-10-11target.c: New file.Jakub Jelinek11-379/+4421
2013-10-09re PR c++/58635 ([c++11] ICE with __transaction_atomic and noexcept(false))Marek Polacek2-2/+12
2013-10-08re PR c++/58568 ([c++11] ICE with lambda in invalid template variable definit...Paolo Carlini3-4/+11
2013-10-08re PR c++/58665 (ICE with using incomplete struct)Paolo Carlini2-4/+10
2013-10-06re PR c++/58126 (No diagnostic when inheriting an uninitialized const or refe...Paolo Carlini3-8/+49
2013-10-06re PR c++/56060 (ICE on invalid code in type_dependent_expression_p, at cp/pt...Paolo Carlini2-0/+9
2013-10-04re PR c++/58560 ([c++11] ICE with auto in typedef)Paolo Carlini2-1/+6
2013-10-04re PR c++/58503 ([c++11] ICE with invalid range in range-based for-loop)Paolo Carlini2-5/+22
2013-10-04re PR c++/58448 (ICE on invalid: tree_class_check_failed)Paolo Carlini2-1/+9
2013-10-03re PR c++/19476 (Missed null checking elimination with new)Marc Glisse2-2/+7
2013-10-03re PR c++/58584 ([c++11] ICE with invalid argument for alignas)Paolo Carlini3-3/+19
2013-10-03re PR c++/33911 (attribute deprecated vs. templates)Easwaran Raman2-1/+7
2013-10-03re PR c++/58510 ([c++11] ICE with multiple non-static data initializations in...Marek Polacek2-3/+11
2013-10-02re PR c++/58535 (ICE with virtual template function)Paolo Carlini2-1/+17
2013-10-02re PR c++/58565 ([c++11] ICE with label in statement expression)Paolo Carlini2-0/+6
2013-10-01re PR c++/58563 ([c++11] ICE calling invalid destructor)Paolo Carlini2-1/+8
2013-09-25Make-lang.in (CXX_TREE_H, [...]): Remove.Tom Tromey2-9/+5
2013-09-25Make-lang.in (g++spec.o): Remove.Tom Tromey2-100/+16
2013-09-25Makefile.in (DRIVER_DEFINES): Use $(and), not shell code, to add -DENABLE_SHA...Tom Tromey2-2/+5
2013-09-25re PR c++/58516 (ICE with __transaction_atomic)Marek Polacek2-1/+9
2013-09-23Fix 58500.Adam Butcher2-1/+7
2013-09-23Fix instantiation of implicit function template forward declarations.Adam Butcher2-37/+49
2013-09-23Generate more intuitive name for 'auto' parameters.Adam Butcher2-1/+6
2013-09-23Support nested generic lambdas.Adam Butcher2-1/+6
2013-09-23Use translation-unit-global rather than parameter-list-local counter for gene...Adam Butcher2-12/+21
2013-09-20re PR c++/58481 (Internal compiler error when passing argument packs to base ...Paolo Carlini2-1/+8
2013-09-18re PR c++/58457 (ICE when placement new operator is used with using keyword a...Paolo Carlini2-1/+6
2013-09-18re PR sanitizer/58443 (ubsan doesn't properly honor fsanitize= flags)Marek Polacek2-4/+10