aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-02re PR c++/37140 (type inherited from base class not recognized)Fabien ChĂȘne1-19/+1
2014-01-30re PR c++/58708 (string literal operator templates broken)Richard Sandiford1-18/+6
2014-01-24Replace flag_enable_cilkplus with flag_cilkplus.Balaji V. Iyer1-10/+10
2014-01-23re PR c++/55189 (enable -Wreturn-type by default)Jason Merrill1-0/+2
2014-01-23re PR c++/58980 (ICE with invalid enum declaration)Paolo Carlini1-4/+14
2014-01-23Added support for Cilk Plus SIMD-enabled functions for C++.Balaji V. Iyer1-27/+241
2014-01-22re PR c++/59482 (A friend class cannot inherit a private nested class)Ville Voutilainen1-1/+11
2014-01-09re PR c++/59631 (ICE using _Cilk_spawn without -fcilkplus)Balaji V. Iyer1-3/+9
2014-01-06re PR c++/59638 ([c++1y] ICE with pointer to function that has auto as parame...Adam Butcher1-0/+9
2014-01-06re PR c++/59629 ([c++11] ICE with invalid use of auto in lambda function)Adam Butcher1-0/+5
2014-01-06re PR c++/59636 ([c++1y] ICE with missing template parameter in lambda)Adam Butcher1-6/+6
2014-01-03Core DR 1442 PR c++/59165Paolo Carlini1-4/+0
2014-01-02re PR libstdc++/59087 (Issues including complex.h in C++11/1y mode because of...Marc Glisse1-0/+3
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-23re PR c++/59349 (ICE on invalid: Segmentation fault toplev.c:336)Jason Merrill1-0/+5
2013-12-18Added support for Cilk Plus SIMD-enabled function for C.Balaji V. Iyer1-3/+3
2013-12-17Fix description of OpenMP parallel directive in the C and C++ front ends.Thomas Schwinge1-4/+8
2013-12-11Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.Balaji V. Iyer1-0/+61
2013-12-09re PR c++/59435 (sizeof...(T) as default value for an argument in the constru...Paolo Carlini1-1/+1
2013-11-28re PR c/59310 (FAIL: gcc.dg/gomp/openmp-simd-1.c (test for excess errors))Jakub Jelinek1-1/+1
2013-11-26re PR c++/58874 ([c++11] ICE with OpenMP reduction declaration and -std=c++11)Jakub Jelinek1-1/+1
2013-11-25Disallow implicit function templates in local functions unless defining a lam...Adam Butcher1-1/+3
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm1-6/+8
2013-11-22add auto_vecTrevor Saunders1-3/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+4
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-2/+2
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-1/+1
2013-11-15Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez1-152/+467
2013-11-14re PR c++/57887 (nested non-type template parameters not declared in this scope)Paolo Carlini1-0/+4
2013-11-12Support implicit parameter packs.Adam Butcher1-7/+29
2013-11-12Refactor implicit function template implementation and fix 58534, 58536, 5854...Adam Butcher1-96/+181
2013-11-05invoke.texi (-fopenmp-simd): Document new option.Tobias Burnus1-12/+62
2013-11-03re PR c++/38313 (g++ fails to parse a member function with a parenthesized ty...Paolo Carlini1-5/+17
2013-11-02re PR c++/29234 (Call to operator() of temporary object wrongly parsed)Paolo Carlini1-31/+57
2013-11-01re PR c++/58708 (string literal operator templates broken)Edward Smith-Rowland1-6/+23
2013-10-31re PR c++/58162 ([C++11] bogus error: use of deleted function 'constexpr A::A...Jason Merrill1-0/+3
2013-10-30re PR other/33426 (Support of #pragma ivdep)Tobias Burnus1-18/+18
2013-10-25re PR other/33426 (Support of #pragma ivdep)Tobias Burnus1-10/+36
2013-10-23Implement C++14 [[deprecated]] modulo [[gnu::deprecated]] bugs.Edward Smith-Rowland1-0/+3
2013-10-18parser.c (cp_parser_lookup_name): Tidy.Paolo Carlini1-12/+13
2013-10-17tree-flow.h (struct omp_region): Move to omp-low.c.Andrew MacLeod1-0/+1
2013-10-15re PR c++/58707 ([C++11] A greater-than operator in square brackets should no...Paolo Carlini1-0/+6
2013-10-11re PR c++/58633 (ICE with decltype of destructor call)Paolo Carlini1-1/+29
2013-10-11target.c: New file.Jakub Jelinek1-273/+2296
2013-10-04re PR c++/58503 ([c++11] ICE with invalid range in range-based for-loop)Paolo Carlini1-5/+14
2013-10-03re PR c++/58584 ([c++11] ICE with invalid argument for alignas)Paolo Carlini1-0/+2
2013-10-03re PR c++/33911 (attribute deprecated vs. templates)Easwaran Raman1-1/+1
2013-10-02re PR c++/58535 (ICE with virtual template function)Paolo Carlini1-1/+10
2013-10-01re PR c++/58563 ([c++11] ICE calling invalid destructor)Paolo Carlini1-1/+2
2013-09-23Fix instantiation of implicit function template forward declarations.Adam Butcher1-37/+42