aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2013-07-21class.c: Fix typos.Ondřej Bílka9-11/+23
2013-07-21Fix some typos.Ondřej Bílka1-1/+1
2013-07-14Extract lambda functions from semantics.c.Adam Butcher4-889/+935
2013-07-14call.c (build_conditional_expr_1): Handle the case with 1 vector and 2 scalars.Marc Glisse3-10/+77
2013-07-13re PR c++/55203 (No unused warning for variables of non-trivial types)Lubos Lunak3-2/+11
2013-07-13re PR c++/57402 (ICE: in make_decl_rtl, at varasm.c:1147 when initializing va...Jason Merrill2-6/+14
2013-07-13re PR c++/57793 (ICE with bitfields in get_bit_range)Jason Merrill2-0/+9
2013-07-13call.c (can_convert): Allow user-defined conversions.Jason Merrill6-16/+36
2013-07-10re PR c++/57869 ([C++11] Casting a object pointer to a function pointer shoul...Paolo Carlini2-6/+12
2013-07-09re PR c++/57402 (ICE: in make_decl_rtl, at varasm.c:1147 when initializing va...Jason Merrill2-0/+8
2013-07-09re PR c++/57471 (Bizarre error for template parameter pack)Jason Merrill2-0/+7
2013-07-09re PR c++/57658 (ICE in tsubst_copy, at cp/pt.c:12213)Jason Merrill2-7/+11
2013-07-09re PR c++/57526 (use of X before deduction of auto error for seemingly good c...Jason Merrill2-1/+5
2013-07-09re PR c++/57437 (C++11: mutable lambdas)Jason Merrill2-2/+7
2013-07-09re PR c++/57532 (operator& broken when used on rvalues)Jason Merrill2-0/+8
2013-07-09re PR c++/57545 (Generation of debug symbols leads to internal compiler error)Jason Merrill2-0/+8
2013-07-09re PR regression/57551 (g++.dg/ext/visibility/anon6.C scan-assembler 1BIiE1cE)Jason Merrill2-5/+4
2013-07-09re PR c++/57831 (pointer to member function inaccessible through using statem...Jason Merrill2-0/+8
2013-07-09re PR c++/53094 (constexpr vector subscripting)Marc Glisse2-1/+12
2013-07-09re PR c++/53000 (Conditional operator does not behave as standardized)Marc Glisse2-4/+10
2013-07-09re PR c++/51786 ([c++0x] Invalid declaration with decltype accepted)Paolo Carlini2-2/+17
2013-07-08re PR c++/57550 (bogus "error ... is private")Jason Merrill4-15/+55
2013-07-06re PR c++/28262 (Inconsistent "default arguments are only permitted for funct...Paolo Carlini2-0/+13
2013-07-05re PR c++/14263 (Cryptic diagnostic for cast from virtual base class not usin...Paolo Carlini2-3/+30
2013-07-04re PR c++/38634 (ICE with wrong number of template parameters)Paolo Carlini3-16/+29
2013-07-03re PR c++/57771 (g++ misinterprets >> in static_cast)Jakub Jelinek2-0/+14
2013-06-29lex.c (lex_raw_string(), [...]): Constrain suffixes treated as concatenated l...Ed Smith-Rowland3-4/+56
2013-06-29re PR c++/57645 (Explicitly-declared destructor with no exception specificati...Paolo Carlini2-3/+15
2013-06-28Implemented Jason Merrill's suggestions on Array Notation C++.Balaji V. Iyer9-696/+471
2013-06-28re PR c++/57682 (Uniform initialization syntax rejected in function-try-block)Paolo Carlini2-2/+10
2013-06-27re PR c++/57509 (Segmentation fault when using __builtin_shuffle in templated...Marc Glisse5-2/+39
2013-06-27re PR c++/57172 ([C++11][DR 1164] Template overload resolution ambiguous for ...Marc Glisse2-13/+38
2013-06-26typeck2.c (store_init_value): Diagnose a non-constant initializer for in-clas...Jason Merrill3-21/+6
2013-06-26re PR c++/57408 (lambda, Variable length arrays, thread, internal compiler er...Jason Merrill2-0/+7
2013-06-26re PR c++/57640 (Explicit call of system literal operator complains about lea...Ed Smith-Rowland2-2/+7
2013-06-25Replaced Dynamic arrays with vec trees in Array Notation for C.Balaji V. Iyer2-49/+9
2013-06-23c-common.c (c_common_nodes_and_builtins): Use cxx11 in lieu of cxx0x.Gabriel Dos Reis13-57/+99
2013-06-21Implemented Cilk Plus Array Notation for C++Balaji V. Iyer12-63/+2049
2013-06-20re PR c++/55149 (capturing VLA in lambda)Jason Merrill6-22/+52
2013-06-20* decl.c (compute_array_index_type): Use size_one_node.Jason Merrill2-1/+3
2013-06-20pt.c (process_partial_specialization): Build a TEMPLATE_DECL for a partial sp...Jason Merrill3-24/+35
2013-06-20* cp-tree.h (DECL_TEMPLATE_PARMS, DECL_TEMPLATE_RESULT)Jason Merrill2-4/+15
2013-06-19re PR c++/57638 (warning container: 'integer_cst’ not supported by dump_typ...Manuel López-Ibáñez2-1/+7
2013-06-18re PR c++/53211 (range-based 'for' expression of type 'const int []' has inco...Paolo Carlini3-4/+31
2013-06-17lto-streamer.h (enum LTO_tags): Add LTO_tree_scc.Richard Biener2-14/+4
2013-06-17re PR c++/16128 (Diagnostic of missing argument list within functions)Paolo Carlini2-1/+15
2013-06-14re PR c++/51413 (Broken diagnostic with __builtin_offsetof)Paolo Carlini2-4/+16
2013-06-14re PR c++/57599 (result of dynamic_cast<cv T> is just T)Paolo Carlini2-12/+9
2013-06-12re PR c++/38958 ('unused variable' warning emitted when extending the lifetim...Paolo Carlini2-3/+12
2013-06-12parser.c (cp_parser_nested_name_specifier_opt): Fix typo in comment.Paolo Carlini2-1/+5