aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2014-05-31DR 1227 PR c++/57543Paolo Carlini1-1/+6
2014-05-20re PR c++/58753 (Brace-initializing a vector with a direct-initialization NSD...Paolo Carlini1-0/+1
2014-05-20re PR c++/58664 ([c++11] ICE initializing array of incomplete type within union)Paolo Carlini1-0/+1
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-3/+4
2014-05-14cp-tree.h (DIRECT_LIST_INIT_P): Add.Paolo Carlini1-0/+3
2014-05-14re PR c++/20332 (poor diagnostic when bind non lvalue to a reference for defa...Jason Merrill1-0/+1
2014-05-09re PR c++/60463 (Lambda function can call a non-const member function with co...Momchil Velikov1-2/+2
2014-05-02re PR c++/60992 (ICE in tsubst_copy, at cp/pt.c:12637)Jason Merrill1-0/+1
2014-04-29DR 1351 Represent the unevaluated exception specification of an implicitly de...Jason Merrill1-5/+14
2014-04-14tree.h (TYPE_IDENTIFIER): Declare.Paolo Carlini1-1/+0
2014-04-11DR 1030 PR c++/51253Jason Merrill1-0/+6
2014-03-11re PR c++/60389 ([c++11] ICE with inheriting constructors and wrong usage of ...Paolo Carlini1-0/+1
2014-03-07cp-tree.h (REF_PARENTHESIZED_P): New.Jason Merrill1-0/+7
2014-02-28re PR c++/58610 ([c++11] ICE with constexpr of class with template constructor)Paolo Carlini1-1/+1
2014-02-25re PR c++/55877 (Anon visibility issues)Jason Merrill1-0/+3
2014-01-30re PR c++/57899 (bind/function with data member: infinite recursion)Jason Merrill1-0/+8
2014-01-30re PR c++/59633 (ICE with __attribute((vector_size(...))) for enum)Jason Merrill1-0/+1
2014-01-23re PR c++/55189 (enable -Wreturn-type by default)Jason Merrill1-0/+11
2014-01-08re PR c++/59614 (Explostion in compile time of heavily templated code)Jason Merrill1-0/+5
2014-01-03Core DR 1442 PR c++/59165Paolo Carlini1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-11Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.Balaji V. Iyer1-0/+4
2013-11-23re PR c++/59031 (vtable lookup not optimized away)Easwaran Raman1-1/+2
2013-11-15Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez1-0/+3
2013-11-12Support implicit parameter packs.Adam Butcher1-0/+1
2013-10-30re PR other/33426 (Support of #pragma ivdep)Tobias Burnus1-4/+6
2013-10-23In C++11 a trivial [cd]tor might not be callable.Jason Merrill1-0/+1
2013-10-11target.c: New file.Jakub Jelinek1-8/+26
2013-09-16Support using 'auto' in a function parameter list to introduce an implicit te...Adam Butcher1-0/+2
2013-09-15re PR c++/41933 ([c++0x] lambdas and variadic templates don't work together)Jason Merrill1-5/+3
2013-09-13Revert r202554, r202540 and r202539.Adam Butcher1-2/+0
2013-09-12Support using 'auto' in a function parameter list to introduce an implicit te...Adam Butcher1-0/+2
2013-09-122013-09-12 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-1/+1
2013-08-30re PR c++/51424 ([C++11] G++ should diagnose self-delegating constructors)Paolo Carlini1-0/+2
2013-08-30class.c (build_vtbl_initializer): Make __cxa_deleted_virtual ECF_NORETURN | E...Jan Hubicka1-4/+4
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek1-1/+1
2013-08-26tree.h (tree_decl_with_vis): Add cxx_constructor, cxx_destructor.Jan Hubicka1-4/+6
2013-08-25tree.h (TYPE_FINAL_P, [...]): New macros.Jan Hubicka1-7/+2
2013-08-21re PR c++/56130 (__attribute__((deprecated)) does not affect C++ reference)Paolo Carlini1-1/+1
2013-08-14re PR c++/51912 ([C++11] G++ accepts floating point case labels)Paolo Carlini1-0/+2
2013-08-06Commit the vtable verification feature.Caroline Tice1-1/+11
2013-08-02cp-tree.h (finish_stmt): Do not declare.Paolo Carlini1-1/+0
2013-08-01re PR c++/54537 (undiagnosed using-declaration conflicting with used function)Fabien ChĂȘne1-1/+1
2013-07-25re PR c++/57981 (ICE in this code)Paolo Carlini1-2/+3
2013-07-24re PR c++/57942 (g++-4.8.1 tries to instantiate wrong constructor)Paolo Carlini1-1/+1
2013-07-22cp-tree.h (DERIVED_FROM_P): Pass tf_none to lookup_base, not tf_warning_or_er...Paolo Carlini1-2/+1
2013-07-13call.c (can_convert): Allow user-defined conversions.Jason Merrill1-0/+1
2013-07-08re PR c++/57550 (bogus "error ... is private")Jason Merrill1-0/+1
2013-07-04re PR c++/38634 (ICE with wrong number of template parameters)Paolo Carlini1-2/+3
2013-06-29lex.c (lex_raw_string(), [...]): Constrain suffixes treated as concatenated l...Ed Smith-Rowland1-1/+1