aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/typeck2.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-24re PR c++/59886 (C++ array init optimization results in RANGE_EXPRs in assign...Jason Merrill1-36/+34
2014-01-24typeck2.c (split_nonconstant_init_1): Fix num_split_elts handling for RANGE_A...Jakub Jelinek1-0/+2
2014-01-15re PR c++/59659 (large zero-initialized std::array compile time excessive)Jason Merrill1-60/+87
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm1-2/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-15Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez1-1/+1
2013-10-31semantics.c (cxx_eval_call_expression): Handle trivial value-initialization.Jason Merrill1-1/+1
2013-10-24re PR c++/58705 ([c++11] ICE with invalid initializer for _Complex variable)Marek Polacek1-1/+2
2013-10-23In C++11 a trivial [cd]tor might not be callable.Jason Merrill1-2/+3
2013-10-04re PR c++/58560 ([c++11] ICE with auto in typedef)Paolo Carlini1-1/+1
2013-09-04re PR c++/58305 (Deprecation warning for class not raised when not assigning ...Paolo Carlini1-1/+8
2013-06-26typeck2.c (store_init_value): Diagnose a non-constant initializer for in-clas...Jason Merrill1-1/+2
2013-06-23c-common.c (c_common_nodes_and_builtins): Use cxx11 in lieu of cxx0x.Gabriel Dos Reis1-1/+1
2013-06-06decl.c (grokdeclarator): Keep a decl with error type.Jason Merrill1-0/+2
2013-05-09N3639 C++1y VLA supportJason Merrill1-2/+4
2013-04-11re PR c++/56913 ([C++11] SFINAE for ill-formed pointer-to-member operators wi...Paolo Carlini1-4/+12
2013-04-08re PR c++/56838 (GCC svn doesn't compile libreoffice 4.0.1.2)Jason Merrill1-0/+4
2013-04-01Implement N2439 (ref-qualifiers for 'this')Bronek Kozicki1-1/+18
2013-03-29call.c (add_builtin_candidate): Use TYPE_PTR_P and VOID_TYPE_P.Paolo Carlini1-2/+2
2013-03-29tree.h (VAR_P): New.Gabriel Dos Reis1-4/+4
2013-03-28re PR c++/17232 ([DR 1640] classes and class template specializations treated...Jason Merrill1-3/+3
2013-03-27call.c (build_new_method_call_1): Use INDIRECT_REF_P.Gabriel Dos Reis1-1/+1
2013-03-26re PR c++/45282 (wrong decltype result for .*)Jason Merrill1-2/+4
2013-03-22cp-tree.h (identifier_p): New.Gabriel Dos Reis1-5/+4
2013-03-20re PR c++/54532 ([C++0x][constexpr] internal error when initializing static c...Jason Merrill1-1/+1
2013-03-20re PR c++/17232 ([DR 1640] classes and class template specializations treated...Jason Merrill1-0/+4
2013-03-17re PR c++/17232 ([DR 1640] classes and class template specializations treated...Jason Merrill1-4/+0
2013-03-16cp-tree.h (abstract_class_use): New enum.Jason Merrill1-14/+70
2013-03-16DR 337 PR c++/17232Jason Merrill1-0/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-4/+1
2012-12-13re PR c++/55652 (ICE (segfault) with templates and structs)Jakub Jelinek1-1/+1
2012-12-06re PR c++/54207 ([C++0x] ICE in build_noexcept_spec when bool is #defined/typ...Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-23/+21
2012-10-26re PR c++/55081 (Non-optimized static array elements initialization)Jakub Jelinek1-5/+3
2012-09-24Finish conversion of uses of double_int to the new API.Lawrence Crowl1-8/+6
2012-09-17re PR c++/53661 (Wrong narrowing conversion warning with -std=c++11)Jason Merrill1-0/+3
2012-09-05re PR c++/54191 ([C++11] SFINAE does not handle conversion to inaccessible base)Paolo Carlini1-3/+5
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-2/+2
2012-06-06re PR c++/53567 ("ICE: Error reporting routines re-entered" on missing enum e...Paolo Carlini1-1/+1
2012-06-04output.h (merge_weak, [...]): Move protos from here...Steven Bosscher1-1/+0
2012-05-17re PR c++/44516 (improve error message when no matching operator)Paolo Carlini1-1/+1
2012-05-12generic.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P.Paolo Carlini1-2/+2
2012-05-06re PR c++/53152 (In "no match for operatorXX" error message gives the wrong c...Paolo Carlini1-3/+3
2012-04-18re PR c++/52422 ([C++11][SFINAE] Hard errors with void or arithmetic expressi...Paolo Carlini1-15/+22
2012-03-28typeck2.c (process_init_constructor_array): Use the proper type for computing...Richard Guenther1-3/+8
2012-03-24Implement return type deduction for normal functions with -std=c++1y.Jason Merrill1-1/+2
2012-03-03Core 1270Jason Merrill1-1/+4
2012-03-02re PR c++/51989 (std::deque::iterator recognised as container)Paolo Carlini1-9/+14
2012-01-18re PR c++/51225 ([c++0x] [4.7 Regression] ICE with invalid template parameter)Paolo Carlini1-2/+8