aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2015-06-16re PR c++/66387 (ICE in make_decl_rtl with lambda)Jason Merrill3-4/+9
2015-06-16re PR c++/58583 ([c++11] ICE with invalid non-static data member initializati...Nathan Sidwell3-8/+40
2015-06-15re PR c++/51048 (Class template inheritance doesn't work well with function-l...Paolo Carlini2-2/+12
2015-06-13Remove stale commentary in cp/call.cPatrick Palka2-31/+5
2015-06-13Emit -Waddress warnings for comparing address of reference against NULLPatrick Palka2-0/+40
2015-06-12re PR c++/65719 (Link error with constexpr variable template)Jason Merrill2-2/+9
2015-06-11Fix misplaced ChangeLog entriesPierre-Marie de Rodat1-0/+5
2015-06-11re PR c++/66445 (ICE with lambda in stmt expression in a template)Jason Merrill2-0/+9
2015-06-11re PR c++/66450 ([C++11][constexpr] Issues when delegating implicit copy cons...Jason Merrill2-4/+20
2015-06-11Restore DW_AT_abstract_origin for cross-unit call sitesPierre-Marie de Rodat1-0/+2
2015-06-10re PR c++/66289 ("error: ambiguous template instantiation" with partial speci...Jason Merrill3-4/+68
2015-06-09DR 1467 PR c++/51747Jason Merrill2-1/+9
2015-06-09re PR c++/66387 (ICE in make_decl_rtl with lambda)Jason Merrill3-10/+13
2015-06-09re PR c++/65815 (brace elision doesn't work in NSDMI)Paolo Carlini3-2/+15
2015-06-09re PR c++/66383 (ICE in gimplify_expr on this passed in inline initialization)Jason Merrill3-10/+18
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod37-127/+39
2015-06-05re PR c++/66405 (ICE: in tsubst, at cp/pt.c:11984)Jason Merrill2-6/+22
2015-06-05re PR c++/66405 (ICE: in tsubst, at cp/pt.c:11984)Jason Merrill2-4/+10
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez7-60/+80
2015-06-05re PR c++/52595 ([DR 325] commas and non-static data member initializers don'...Nathan Sidwell2-7/+35
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod36-108/+38
2015-06-04Remove TARGET_RELAXED_ORDERING and optimize for weak memory models.Ramana Radhakrishnan4-22/+49
2015-06-03re PR c++/44282 (fastcall is not mangled at all)Jason Merrill3-18/+53
2015-06-03re PR c++/66130 ("invalid use of non-static member function" message could be...Manuel López-Ibáñez6-12/+36
2015-06-03decl.c (check_tag_decl): Use declspecs->locations as locations in error_at an...Paolo Carlini2-17/+38
2015-06-03re PR sanitizer/66190 (ICE: tree code ‘call_expr’ is not supported in LTO...Marek Polacek2-3/+28
2015-06-03plugins.texi (enum plugin_event): New event.Andres Tiraboschi2-0/+7
2015-06-02cp-tree.h (init_error): Remove declaration.Patrick Palka4-14/+11
2015-06-02re PR c++/61683 (decltype-specifier not accepted as mem-initializer-id)Paolo Carlini2-11/+21
2015-06-01re PR c++/65942 ([C++14] cannot use std::function as comparator in algorithms)Jason Merrill3-2/+14
2015-06-01re PR c++/44282 (fastcall is not mangled at all)Jason Merrill2-3/+76
2015-05-31* constexpr.c (cxx_eval_indirect_ref): Try folding first.Jason Merrill2-34/+41
2015-05-31re PR c++/66320 (ICE: in cxx_eval_constant_expression, at cp/constexpr.c:3524)Jason Merrill2-3/+9
2015-05-27decl.c (check_redeclaration_exception_specification): Depend on -Wsystem-head...Jason Merrill2-5/+13
2015-05-27decl.c (warn_extern_redeclared_static): Use the location of newdecl in diagno...Jason Merrill2-18/+28
2015-05-27apply to correct changelogNathan Sidwell1-7/+0
2015-05-27re PR c++/66270 (ICE: canonical types differ for identical types)Nathan Sidwell1-0/+7
2015-05-24re PR c++/66243 (enum class value is allowed to be initialized by value from ...Nathan Sidwell2-2/+8
2015-05-24re PR lto/66180 (many -Wodr false positives when building LLVM with -flto)Jan Hubicka2-1/+20
2015-05-23re PR c++/65936 (ICE: canonical types differ for identical types)Nathan Sidwell2-5/+17
2015-05-22Makefile.in (check_gcc_parallelize): Delete.Jim Wilson2-1/+5
2015-05-22re PR c++/65598 (Fix column location for 'explicit')Paolo Carlini2-4/+13
2015-05-22re PR c/47043 (allow deprecating enum values)Marek Polacek7-14/+36
2015-05-21re PR c++/60943 ([C++14] Return type deduction interferes with ref-qualifiers)Nathan Sidwell2-1/+8
2015-05-21* typeck.c (warn_args_num): Don't print "declare here" for builtins.Marek Polacek2-2/+6
2015-05-20pt.c (tsubst_decl): SET_DECL_IMPLICIT_INSTANTIATION before register_specializ...Jason Merrill2-1/+4
2015-05-20decl.c (grok_op_properties): Don't complain about size_t placement delete here.Jason Merrill3-25/+60
2015-05-20re PR c++/65954 (gcc segfaults on the following input with a syntax error)Nathan Sidwell2-0/+14
2015-05-19re PR middle-end/66199 (lastprivate/linear clause issues on combined constructs)Jakub Jelinek2-7/+13
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev2-6/+6