summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* re PR c++/50973 ([C++0x] internal compiler error defaulted destructor virtual...Jason Merrill2011-11-103-1/+15
* PR c++/51079, DR 495Jason Merrill2011-11-102-15/+22
* re PR c++/50837 ([c++0x] static_assert and constexpr in template class)Paolo Carlini2011-11-102-1/+8
* re PR c++/50972 ([C++0x] ICE on undeclared identifier)Jason Merrill2011-11-092-11/+20
* re PR c++/51046 ([C++0x] ICE by unexpanded template param pack in range-based...Jason Merrill2011-11-092-0/+5
* PR c++/51043 - ICE in LTODodji Seketeli2011-11-092-11/+16
* re PR c++/51029 ([C++0x] [4.7 Regression] ICE with -std=c++0x)Jason Merrill2011-11-092-0/+8
* Run most tests in both C++98 and C++11 modes.Jason Merrill2011-11-092-3/+5
* * pt.c (invalid_nontype_parm_type_p): Avoid printing "<type error>".Jason Merrill2011-11-092-1/+9
* pt.c (convert_nontype_argument): Only integral arguments get early folding.Jason Merrill2011-11-092-4/+21
* parser.c (cp_parser_alias_declaration): Don't do semantic processing if parsi...Jason Merrill2011-11-092-0/+8
* re PR c++/51045 (erroneous zero as null pointer constant warning at delete)Paolo Carlini2011-11-092-3/+28
* re PR c++/51047 ([C++0x] SFINAE does not handle errors of ambiguous base memb...Paolo Carlini2011-11-099-23/+40
* PR c++/51027 - accepts alias-declaration without ';'Dodji Seketeli2011-11-092-0/+7
* PR debug/51032 - ICE in dbxout_type, at dbxout.c:2372Dodji Seketeli2011-11-093-2/+16
* re PR c++/50835 (Lvalue-ness of conditional operator results is incorrect in ...Jason Merrill2011-11-083-6/+24
* re PR middle-end/51010 (bad diagnostics: #'ssa_name' not supported by pp_c_ex...Richard Guenther2011-11-082-0/+12
* Merge from transactional-memory branch.Aldy Hernandez2011-11-0810-10/+667
* Fix context handling of alias-declarationDodji Seketeli2011-11-084-4/+21
* re PR c++/50864 (ICE with decltype and "declval" from another namespace)Paolo Carlini2011-11-082-4/+17
* re PR c++/50848 (ICE in derived template class missing using for member of te...Jason Merrill2011-11-072-1/+9
* re PR c++/50863 ([C++0x] list-initialization with lambda fails to deduce cons...Jason Merrill2011-11-072-0/+7
* re PR c++/50870 ([C++0x] [4.6/4.7 Regression] ICE with decltype, operator->, ...Jason Merrill2011-11-072-1/+13
* pt.c (tsubst_copy_and_build): Fix qualified_name_lookup_error call in case CO...Paolo Carlini2011-11-072-7/+10
* PR c++/45114 - Support C++11 alias-declarationDodji Seketeli2011-11-079-69/+495
* re PR c++/35688 (template visibility not overridden by template arguments)Jason Merrill2011-11-073-15/+20
* add PR tagJason Merrill2011-11-071-0/+1
* re PR c++/33255 (A warning for "unused" typedefs?)Jason Merrill2011-11-072-0/+4
* decl.c (cp_finish_decl): Only make_tree_vector if we're calling check_initial...Jason Merrill2011-11-072-1/+11
* re PR c++/35688 (template visibility not overridden by template arguments)Jason Merrill2011-11-062-1/+10
* re PR c++/47695 ([C++0X] Calling a deleted function fails twice)Paolo Carlini2011-11-064-14/+25
* * decl.c (cp_finish_decl): Mostly revert previous change.Jason Merrill2011-11-052-5/+11
* re PR c++/26714 (violation of [class.temporary]/5)Jason Merrill2011-11-042-1/+49
* re PR c++/48370 (G++ fails to extend reference temporary lifetime in some sit...Jason Merrill2011-11-042-7/+10
* re PR c++/50608 (cannot apply 'offsetof' to a non-constant address)Eric Botcazou2011-11-043-4/+8
* typeck.c (build_indirect_ref): Use ATTRIBUTE_UNUSED.Paolo Carlini2011-11-043-3/+8
* parser.c (cp_parser_enumerator_list): Do not warn about trailing commas in C+...Magnus Fromreide2011-11-042-2/+11
* re PR c++/50965 (C++11 Non static member initializer are not run when class i...Olivier Goffart2011-11-043-2/+15
* re PR c++/48420 (Missed -Wconversion-null warning when passing const bool to T*)Paolo Carlini2011-11-042-1/+8
* re PR c++/50941 ([C++0x] user-defined string literals provide incorrect lengt...Ed Smith-Rowland2011-11-042-2/+7
* re PR c++/48370 (G++ fails to extend reference temporary lifetime in some sit...Jason Merrill2011-11-049-190/+203
* re PR c++/50930 ([C++0x] Valid brace-or-equal-initializer of non-static data ...Jason Merrill2011-11-024-4/+42
* parser.c (cp_parser_decl_specifier_seq): Change "C++0x" to "C++11" in warnings.Jason Merrill2011-11-022-4/+11
* re PR c++/50810 (c++0x-compat does not warn about narrowing conversions)Jason Merrill2011-11-024-5/+21
* re PR c++/50956 (-Wcast-qual does not work)Paolo Carlini2011-11-022-25/+38
* Move shlib support to toplevel libgccRainer Orth2011-11-022-1/+5
* re PR c++/44277 ([C++0x] Add warning to facilitate nullptr conversion.)Paolo Carlini2011-11-014-3/+33
* re PR c++/50500 ([C++0x] [DR 1082] move constructor should cause copy constru...Jason Merrill2011-11-014-33/+69
* re PR c++/50920 (add a -std=c++11 option to the driver)Jason Merrill2011-10-315-15/+23
* mangle.c (get_mangled_id): Factor from ...Diego Novillo2011-10-312-2/+16