aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2012-12-28rtti.c (LONGPTR_T): New helper-macro.Kai Tietz2-2/+16
2012-12-27Before this patch...Sriraman Tallam1-2/+0
2012-12-19re PR c++/55724 ([C++11] Default type of a template value is not working)Jason Merrill2-20/+13
2012-12-14re PR c++/55685 (ICE: canonical types differ for identical types)Jason Merrill2-1/+5
2012-12-14re PR c++/42315 (ICE with invalid array initializer)Jason Merrill2-3/+6
2012-12-13re PR c++/55652 (ICE (segfault) with templates and structs)Jakub Jelinek2-1/+7
2012-12-11re PR c++/54883 (Name mangling of types in an unnamed namespace)Jason Merrill2-8/+12
2012-12-11re PR c++/53094 (constexpr vector subscripting)Marc Glisse3-2/+14
2012-12-11re PR c++/55643 ([C++11] incorrect "warning: variable ‘myVar’ set but no...Jakub Jelinek2-0/+6
2012-12-11re PR c++/54416 (ICE (segv) in codegen)Jason Merrill2-1/+11
2012-12-11* pt.c (maybe_process_partial_specialization): Handle aliases first.Jason Merrill2-17/+17
2012-12-11re PR c++/55619 (Chromium build fails with: error: memory input is not direct...Jakub Jelinek2-3/+16
2012-12-10Make-lang.in (cp/typeck.o): Add dependency on $(PARAMS_H).Eric Botcazou2-2/+7
2012-12-10* decl2.c (cp_write_global_declarations): Return after writing a PCH.Steven Bosscher2-1/+10
2012-12-07re PR c++/55127 (Incorrect "dependent scope" error with partial specializatio...Jason Merrill5-9/+47
2012-12-07re PR c++/55419 (ICE in gimplify_init_ctor_preeval, at gimplify.c:3587)Jason Merrill2-2/+5
2012-12-08re PR c++/55513 (Incorrect snprintf folding when building with -std=c++0x)Aldy Hernandez2-6/+16
2012-12-07tree.c (build_aggr_init_expr): Remove tsubst_flags_t parameter.Paolo Carlini4-6/+12
2012-12-07PR c++/54401 - Confusing diagnostics about type-alias at class scopeDodji Seketeli2-2/+33
2012-12-06re PR c++/54325 (C++11 uniform initialization syntax for argument-less abstra...Jason Merrill2-6/+10
2012-12-06re PR c++/55058 (Unexpected invalid type conversion error)Jason Merrill2-2/+10
2012-12-06re PR c++/55249 (Multiple copy constructors for template class lead to link e...Jason Merrill2-1/+5
2012-12-06re PR c++/54744 (internal compiler error: Segmentation fault, by dependent ba...Jason Merrill4-4/+19
2012-12-06re PR c++/54913 (qualified lookup in ctor of class template fails to find sta...Jason Merrill2-2/+8
2012-12-06re PR c++/54207 ([C++0x] ICE in build_noexcept_spec when bool is #defined/typ...Jakub Jelinek4-7/+22
2012-12-06re PR c++/55573 (ICE in adjust_temp_type, at cp/semantics.c:6454)Jakub Jelinek2-1/+6
2012-12-06re PR c++/54947 ([C++11] lambda cannot capture-by-copy inside braced-init-list)Jason Merrill2-1/+9
2012-12-06re PR c++/55015 (Lambda functions not found at link time when declared in an ...Jason Merrill3-3/+12
2012-12-06re PR c++/54653 (tsubst_template_parms ICE)Jason Merrill3-2/+14
2012-12-06re PR c++/55564 (internal error using decltype of a template type parameter f...Jason Merrill2-2/+8
2012-12-03re PR c++/54170 (Call to lambda elided)Paolo Carlini3-11/+16
2012-12-01re PR c++/55542 (g++ segmentation fault)Jakub Jelinek2-4/+13
2012-11-29re PR c++/53137 (g++ segfault)Jason Merrill3-8/+17
2012-11-29re PR c++/53094 (constexpr vector subscripting)Marc Glisse2-0/+7
2012-11-29re PR bootstrap/53912 (bootstrap fails using default c++ mode in stage 2 and ...Kai Tietz2-5/+12
2012-11-29re PR c++/52654 ([C++11] Warn on overflow in user-defined literals)Ed Smith-Rowland2-1/+23
2012-11-28re PR other/54279 (first stage build with g++ fails with "." as the first com...Andrew Pinski2-5/+14
2012-11-24re PR c++/55446 (array new with size zero vanishes from object code)Paolo Carlini2-2/+7
2012-11-23re PR c++/54046 (wrong control reaches end of non-void function for switch ca...Jakub Jelinek4-0/+29
2012-11-23re PR c++/55418 (Valgrind: Conditional jump or move depends on uninitialised ...Markus Trippelsdorf2-2/+7
2012-11-22re PR c++/55137 (Unexpected static structure initialization)Jason Merrill2-115/+113
2012-11-22call.c (extend_ref_init_temps_1): Recompute TREE_CONSTANT for the ADDR_EXPR.Jason Merrill2-0/+6
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo3-6/+13
2012-11-19re PR c++/55368 (Comma before semicolon in struct definition is not rejected)Paolo Carlini2-1/+15
2012-11-19* class.c (one_inheriting_sig): Don't inherit base copy ctors.Jason Merrill2-7/+13
2012-11-19re PR c++/55262 ([C++0x] g++.dg/cpp0x/inh-ctor10.C ICEs with -g)Jason Merrill2-0/+8
2012-11-19re PR c++/55261 ([C++0x] ICE (SIGSEGV) when inheriting implicit constructor)Jason Merrill2-1/+8
2012-11-19re PR middle-end/54630 (GCC 4.8 --enable-languages=c build fails: Undefined s...Jakub Jelinek2-6/+14
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo26-1020/+959
2012-11-17semantics.c (finish_id_expression): Tidy diagnostic message.Gabriel Dos Reis2-1/+5