aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2012-10-31re PR c++/54583 (Spurious warning: value computed is not used with variable-s...Paolo Carlini1-0/+6
2012-10-31PR c++/54955 - Fail to parse alignas expr at the beginning of a declarationDodji Seketeli1-0/+9
2012-10-29re PR c++/54930 (Add warning switch for "returning reference to temporary" an...Jonathan Wakely1-0/+6
2012-10-26re PR c++/55081 (Non-optimized static array elements initialization)Jakub Jelinek1-0/+6
2012-10-26re PR c++/54984 (Array allocated with new in a template class is default init...Paolo Carlini1-0/+6
2012-10-25re PR c++/53761 (ICE on incorrect transparent union (first field has floating...Paolo Carlini1-0/+8
2012-10-25Core 1402Jason Merrill1-0/+9
2012-10-25* semantics.c (finish_omp_threadprivate): Call complete_type.Jason Merrill1-0/+2
2012-10-25c.opt (Winherited-variadic-ctor): New.Jason Merrill1-0/+4
2012-10-25re PR c++/54427 (Expose more vector extensions)Marc Glisse1-0/+6
2012-10-25re PR c++/34892 (ICE with ellipsis in default template argument)Paolo Carlini1-0/+7
2012-10-23re PR c++/54922 ([C++11][DR 1359] constexpr constructors require initializati...Paolo Carlini1-0/+6
2012-10-23re PR c++/54844 (ice tsubst_copy, at cp/pt.c:12352)Jakub Jelinek1-0/+4
2012-10-23re PR c++/54988 (fpmath=sse target pragma causes inlining failure because of ...Jakub Jelinek1-0/+6
2012-10-18re PR c++/54501 (infinite recursion on illegal code)Paolo Carlini1-0/+5
2012-10-152012-10-15 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-1/+1
2012-10-15re PR c++/17805 (too liberal operator lookup)Alexandre Oliva1-0/+7
2012-10-15PR c++/50080 (again)Paolo Carlini1-0/+6
2012-10-15re PR c++/50080 ([DR 468] error: 'template' (as a disambiguator) is only allo...Paolo Carlini1-0/+6
2012-10-15Implement C++11 inheriting constructors.Jason Merrill1-0/+31
2012-10-12re PR c/54381 (-Wsizeof-pointer-memaccess refers to "destination" for strncmp)Jakub Jelinek1-0/+7
2012-10-12re PR c++/24449 (Unable to declare friend main() from class template)Paolo Carlini1-0/+6
2012-10-12re PR c++/53055 (ICE in cp_build_indirect_ref, at cp/typeck.c:2836)Marc Glisse1-0/+6
2012-10-11cp-tree.h (DECL_THUNKS): NULL_TREE for non-virtual functions.Jason Merrill1-0/+5
2012-10-11decl.c (grokdeclarator): Set DECL_GNU_TLS_P for static data members, too.Jason Merrill1-0/+5
2012-10-10PR c++/53540 - using fails to be equivalent to typedefDodji Seketeli1-0/+12
2012-10-10Disambiguate nested objc-message-expressions and c++11 attributesDodji Seketeli1-0/+7
2012-10-10tree-eh.c (lower_try_finally_onedest): Set correct location for deallocator.Dehao Chen1-0/+4
2012-10-09Change more non-GTY hash tables to use the new type-safe template hash table.Lawrence Crowl1-0/+10
2012-10-09re PR c++/54194 (misleading suggestion about arithmetic in operand of '|')Paolo Carlini1-0/+7
2012-10-09re PR c++/54427 (Expose more vector extensions)Marc Glisse1-0/+7
2012-10-08re PR c++/54858 (ICE in cp_tree_equal)Jakub Jelinek1-0/+5
2012-10-08Allow dynamic initialization of thread_locals.Jason Merrill1-0/+18
2012-10-08Support C++11 thread_local destructors.Jason Merrill1-0/+3
2012-10-08Partial implementation of C++11 thread_local.Jason Merrill1-0/+22
2012-10-08PR c++/53528 C++11 attribute supportDodji Seketeli1-0/+79
2012-10-07pt.c (fold_non_dependent_expr_sfinae): Remove static specifier.Paolo Carlini1-0/+15
2012-10-07re PR c++/51422 ([c++0x] ICE with invalid lambda expression)Paolo Carlini1-0/+6
2012-10-05cp-tree.h (SIZEOF_EXPR_TYPE_P): Define.Jakub Jelinek1-0/+35
2012-10-04dumpfile.h, dumpfile.c: Remove TDI_ada.Arnaud Charlet1-0/+5
2012-10-03re PR c++/54777 ([C++11] Comma operator in constexpr environment can cause ICE)Jakub Jelinek1-0/+7
2012-10-01decl.c (check_initializer): Set DECL_NONTRIVIALLY_INITIALIZED_P for a constru...Jason Merrill1-0/+7
2012-10-01cp-tree.h (TYPE_FUNCTION_OR_TEMPLATE_DECL_CHECK): New.Jason Merrill1-0/+5
2012-10-01cp-tree.h (DECL_PRETTY_FUNCTION_P): Just look at the name.Jason Merrill1-0/+5
2012-10-01Move PR c++/19351 ChangeLog entry to correct ChangeLog.Jakub Jelinek1-0/+8
2012-10-01invoke.texi: Add documentation for the new option.Sharad Singhai1-0/+5
2012-09-29re PR c++/54738 ([C++11][SFINAE] Hard errors for pointer-to-member function e...Paolo Carlini1-0/+9
2012-09-28PR c++/54372 - unused attribute inactive on dependant entitiesDodji Seketeli1-0/+6
2012-09-28PR c++/29028 - Missed unused warning on using declarationDodji Seketeli1-0/+6
2012-09-28PR c++/53551 - -Wunused-local-typedefs misses usesDodji Seketeli1-0/+5