aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-24Replace flag_enable_cilkplus with flag_cilkplus.Balaji V. Iyer1-1/+1
2014-01-23re PR c++/55189 (enable -Wreturn-type by default)Jason Merrill1-0/+4
2014-01-23Added support for Cilk Plus SIMD-enabled functions for C++.Balaji V. Iyer1-1/+1
2014-01-07re PR c++/58856 (spurious 'wrong number of template arguments' error for temp...Jason Merrill1-0/+11
2014-01-03re PR c++/58567 (ICE with invalid loop variable in template using openmp)Tobias Burnus1-0/+4
2014-01-03Core DR 1442 PR c++/59165Paolo Carlini1-2/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-12commentJason Merrill1-3/+3
2013-12-12re PR c++/58954 (accessing a private member function in decltype of a friend ...Jason Merrill1-1/+1
2013-12-11Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.Balaji V. Iyer1-0/+7
2013-12-05re PR c++/59044 (Internal compiler error triggers when accessing a typedef in...Jason Merrill1-22/+21
2013-12-04re PR c++/59268 ([c++11] ICE with constexpr in a virtual function)Jakub Jelinek1-0/+4
2013-11-25re PR c++/59080 ([c++11] ICE with array of auto)Paolo Carlini1-3/+5
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+0
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm1-9/+11
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+4
2013-11-15Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez1-0/+1
2013-11-14re PR c++/57887 (nested non-type template parameters not declared in this scope)Paolo Carlini1-6/+13
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-0/+1
2013-11-12Support implicit parameter packs.Adam Butcher1-0/+52
2013-11-12re PR c++/57734 (Returning template alias to enum class fails with "invalid d...Paolo Carlini1-25/+26
2013-11-01re PR c++/58834 (ICE on __builtin_shuffle within template function)Marc Glisse1-1/+1
2013-10-31re PR c++/58932 ([C++11] Deleted functions and SFINAE in partial template spe...Paolo Carlini1-5/+0
2013-10-30re PR other/33426 (Support of #pragma ivdep)Tobias Burnus1-4/+4
2013-10-25re PR c++/58878 (Template parameter name can be hidden in a template member f...Paolo Carlini1-1/+2
2013-10-22re PR c++/58816 (ICE have tree_list in private_is_attribute_p)Paolo Carlini1-1/+1
2013-10-18re PR c++/58466 (ICE in cxx_eval_constant_expression)Paolo Carlini1-0/+5
2013-10-16pt.c (apply_late_template_attributes): Use attribute_takes_identifier_p.Jason Merrill1-4/+1
2013-10-16Core 1591Jason Merrill1-61/+85
2013-10-16pt.c (tsubst): Fix typo in last commit.Paolo Carlini1-1/+1
2013-10-16tree-core.h (tree_code_name): Remove.Paulo Matos1-1/+1
2013-10-11re PR c++/31671 (Non-type template of type const ref accepted as a non-const ...Paolo Carlini1-1/+1
2013-10-11target.c: New file.Jakub Jelinek1-35/+258
2013-10-08re PR c++/58665 (ICE with using incomplete struct)Paolo Carlini1-4/+1
2013-10-06re PR c++/56060 (ICE on invalid code in type_dependent_expression_p, at cp/pt...Paolo Carlini1-0/+4
2013-10-04re PR c++/58448 (ICE on invalid: tree_class_check_failed)Paolo Carlini1-1/+4
2013-09-20re PR c++/58481 (Internal compiler error when passing argument packs to base ...Paolo Carlini1-1/+2
2013-09-17re PR c++/58435 (Applying a type transformation to a list: const ignored)Paolo Carlini1-1/+1
2013-09-16Support using 'auto' in a function parameter list to introduce an implicit te...Adam Butcher1-15/+20
2013-09-16Support lambda templates.Adam Butcher1-1/+3
2013-09-16* pt.c (make_auto_1): Use input_location rather than BUILTINS_LOCATION.Adam Butcher1-1/+1
2013-09-15Core DR 904 PR c++/41933Jason Merrill1-84/+207
2013-09-15re PR c++/41933 ([c++0x] lambdas and variadic templates don't work together)Jason Merrill1-12/+8
2013-09-15* lambda.c (add_capture): Don't add DECL_LANG_SPECIFIC.Jason Merrill1-1/+1
2013-09-13re PR c++/58273 (Segmentation fault with C++11)Jason Merrill1-1/+1
2013-09-13Revert r202554, r202540 and r202539.Adam Butcher1-23/+16
2013-09-12Support using 'auto' in a function parameter list to introduce an implicit te...Adam Butcher1-15/+20
2013-09-12Support lambda templates.Adam Butcher1-1/+3
2013-09-12Support decl instantiation in function-local templates.Adam Butcher1-2/+11