summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't define libstdc++-internal macros in Solaris 10+ <math.h>Rainer Orth2016-11-2110-122/+466
* avr.c (avr_popcount): Remove static function.Georg-Johann Lay2016-11-212-19/+7
* [arm] Remove unimplemented option -macps-floatRichard Earnshaw2016-11-214-18/+7
* Handle sibcalls with aggregate returnsRichard Sandiford2016-11-214-11/+121
* substring_loc info needs default track-macro-expansion (PR preprocessor/78324)David Malcolm2016-11-219-31/+218
* target-supports.exp (check_effective_target_tiny): Return 1 for AVR_TINY.Georg-Johann Lay2016-11-212-1/+10
* Testcase for PR71785Segher Boessenkool2016-11-212-0/+57
* re PR tree-optimization/78114 (gfortran.dg/vect/fast-math-mgrid-resid.f FAILs)Bin Cheng2016-11-212-7/+14
* shrink-wrap: Fix problem with DF checking (PR78400)Segher Boessenkool2016-11-212-4/+9
* re PR c++/71973 (c++ handles built-in functions inconsistently)Bernd Edlinger2016-11-2125-23/+191
* re PR tree-optimization/78413 (ICE in single_pred_edge, at basic-block.h:361)Bill Schmidt2016-11-214-1/+51
* re PR target/78093 ([avr] New variable attribute "absdata" and option "-mabsd...Georg-Johann Lay2016-11-212-1/+40
* empty_fiq_handler.c: Skip if -mthumb is passed in and target is Thumb-only.Thomas Preud'homme2016-11-212-0/+6
* make dead_or_set_{,regno_}p take rtx_insn *Trevor Saunders2016-11-213-4/+10
* make add_int_reg_note take rtx_insn *Trevor Saunders2016-11-213-2/+7
* make prologue_epilogue_contains take a rtx_insn *Trevor Saunders2016-11-213-9/+17
* remove cast from emit_libcall_blockTrevor Saunders2016-11-213-4/+9
* make delete_insn () take a rtx_insn *Trevor Saunders2016-11-213-4/+9
* make replace_label_in_insn take labels as rtx_insn *Trevor Saunders2016-11-213-3/+9
* make recog () take a rtx_insn *Trevor Saunders2016-11-215-17/+16
* split up variables to use rtx_insn * moreTrevor Saunders2016-11-218-27/+36
* use rtx_insn * more places where it is obviousTrevor Saunders2016-11-2116-56/+82
* re PR target/48551 (Following source code crashes the c++ compiler on coldfir...Jeff Law2016-11-206-9/+68
* PR objc++/78418 - ICE in string tests on darwinJason Merrill2016-11-202-1/+6
* Daily bump.GCC Administrator2016-11-211-1/+1
* re PR fortran/69741 (Bad error in forall with array loop counters)Harald Anlauf2016-11-204-9/+40
* Fix date on last ChangeLog entry.Aldy Hernandez2016-11-201-1/+1
* re PR middle-end/61409 (-Wmaybe-uninitialized false-positive with -O2)Aldy Hernandez2016-11-203-7/+207
* Simplify X /[ex] 8 == 0Marc Glisse2016-11-205-2/+61
* re PR fortran/78395 ([OOP] error on polymorphic assignment)Andre Vehreschild2016-11-204-1/+90
* Simplify X / X, 0 / X and X % XMarc Glisse2016-11-204-4/+40
* Protect __TMC_END__ - __TMC_LIST__ == 0Marc Glisse2016-11-202-3/+15
* Add PR sanitizer/78267 patch to libsanitizer/LOCAL_PATCHESRainer Orth2016-11-202-0/+5
* Fix libsanitizer build on OS X 10.1[01], macOS 10.12 (PR sanitizer/78267)Rainer Orth2016-11-207-7/+360
* Daily bump.GCC Administrator2016-11-201-1/+1
* comp-goto-1.c (insn_t): Change offset to signed int.Andreas Schwab2016-11-192-1/+6
* i386.c (ix86_can_inline_p): Use || instead of & when checking if callee's isa...Jakub Jelinek2016-11-192-6/+10
* i386.c (ix86_valid_target_attribute_tree): Don't clear opts->x_ix86_isa_flags...Jakub Jelinek2016-11-192-1/+5
* i386.c (def_builtin, [...]): Formatting fixes.Jakub Jelinek2016-11-192-11/+17
* i386.c (ix86_expand_builtin): Remove msk_mov variable...Jakub Jelinek2016-11-192-56/+55
* coarray_alloc_comp_1.f08: Add "-latomic" option if libatomic_available.John David Anglin2016-11-1910-0/+22
* re PR target/25111 ([m68k] bset is not used for A = 1 << (B & 31) on ColdFire)Jeff Law2016-11-194-0/+82
* re PR target/78426 (wrong code with strncmp on SH)Kaz Kojima2016-11-192-3/+10
* config.gcc (*-*-netbsd): Set use_gcc_stdint=wrap.Krister Walfridsson2016-11-192-0/+5
* TILE-Gx: Fix bundling when encountering consecutive barriers.Walter Lee2016-11-192-2/+10
* TILE-Gx: fix clzsi2 for big-endian.Walter Lee2016-11-192-13/+18
* TILEPro: force gcc to link against libgcc.a when creating sharedWalter Lee2016-11-192-1/+5
* Daily bump.GCC Administrator2016-11-191-1/+1
* re PR c++/68180 ([ICE] at cp/constexpr.c:2768 in initializing __vector in a ...Jakub Jelinek2016-11-192-0/+4
* re PR middle-end/78419 (ICE with target_clone on invalid target)Jakub Jelinek2016-11-184-36/+69