summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make std::future::share() noexcept (LWG 2556)redi2016-11-142-6/+13
* PR78326 fix incorrect access of data member in base classredi2016-11-142-0/+5
* Daily bump.gccadmin2016-11-141-1/+1
* Add array support to std::shared_ptr for C++17redi2016-11-139-686/+617
* gcc/testsuite/ChangeLog:kugan2016-11-135-20/+156
* Implement P0403R1, Literal suffixes for basic_string_view.ville2016-11-135-0/+188
* 2016-11-13 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922016-11-1314-2/+212
* * gcc-interface/decl.c (gnat_to_gnu_entity): In assertion about knownebotcazou2016-11-132-1/+7
* PR rtl-optimization/78232uros2016-11-132-0/+37
* * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Signed_Integer_Subtype>:ebotcazou2016-11-134-1/+29
* * gcc-interface/decl.c (annotate_value) <INTEGER_CST>: Deal speciallyebotcazou2016-11-132-0/+13
* * gcc-interface/utils2.c (gnat_protect_expr): Also protect only theebotcazou2016-11-135-3/+48
* * gcc-interface/Makefile.in (NO_OMIT_ADAFLAGS): Define.ebotcazou2016-11-132-4/+20
* * c-ada-spec.c (print_ada_declaration): For typedef declarations, lookebotcazou2016-11-134-2/+22
* * ipa-icf.c (sem_function::merge): Do not create a wrapper also if theebotcazou2016-11-137-2/+69
* PR target/78336dje2016-11-132-0/+8
* 2016-11-13 Janus Weil <janus@gcc.gnu.org>janus2016-11-134-0/+39
* 2016-11-13 Janus Weil <janus@gcc.gnu.org>janus2016-11-136-16/+58
* CWG 2233 - default arg and parameter packjason2016-11-133-2/+19
* Fix constexpr lvalue use of __real and __imag.jason2016-11-133-2/+10
* DR 374 - specialization in outer namespacejason2016-11-1328-132/+190
* Daily bump.gccadmin2016-11-131-1/+1
* * g++.dg/pr78112.C: XFAIL AIX.dje2016-11-122-2/+6
* * src/filesystem/ops.cc (is_empty): Fix typo in exception message.redi2016-11-122-1/+3
* * include/std/future (future_error): Fix public typo to private.redi2016-11-122-1/+5
* * es.po: Update.jsm282016-11-122-559/+210
* rs6000: Don't forget to initialize the TOC (PR77957)segher2016-11-122-40/+47
* 2016-11-12 Janus Weil <janus@gcc.gnu.org>janus2016-11-125-28/+44
* Add std::future_error constructor from future_errcredi2016-11-122-6/+18
* Use shared_ptr<T>::element_type in hash specializationsredi2016-11-123-2/+12
* Daily bump.gccadmin2016-11-121-1/+1
* PR c++/71225jakub2016-11-112-0/+22
* PR rtl-optimization/59461ebotcazou2016-11-116-32/+64
* * fr.po: Update.jsm282016-11-112-230/+239
* * config/i386/i386.md (*<shift_insn><mode>3_doubleword): Markuros2016-11-112-1/+2
* 2016-11-11 Michael Meissner <meissner@linux.vnet.ibm.com>meissner2016-11-113-5/+18
* [i386][musl] Add cpuinfo to static libgcc only on *-musl*nsz2016-11-113-1/+18
* PR target/78310uros2016-11-114-16/+41
* * gimple-ssa-isolate-paths.c (is_divmod_with_given_divisor): Newlaw2016-11-115-48/+173
* gcc/testsuiteamker2016-11-112-1/+7
* libgo: fix GOARCH_INT64ALIGN for several targetsian2016-11-113-11/+3
* PR c++/72774jakub2016-11-112-0/+15
* 2016-11-11 Richard Biener <rguenther@suse.de>rguenth2016-11-115-3/+50
* 2016-11-11 Richard Biener <rguenther@suse.de>rguenth2016-11-114-0/+32
* Daily bump.gccadmin2016-11-111-1/+1
* 2016-11-10 Sandra Loosemore <sandra@codesourcery.com>sandra2016-11-102-16/+29
* runtime: copy signal code from Go 1.7 runtimeian2016-11-1029-939/+1374
* combine: Do not call simplify from inside change_zero_ext (PR78232)segher2016-11-102-9/+30
* Fix ICE and improve errors for invalid anonymous structure declarations.foreese2016-11-104-1/+60
* Fix some whitespace.foreese2016-11-103-123/+129