aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-17re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek120-95/+851
2017-01-17re PR tree-optimization/71433 (-Warray-bounds false positive with -O2)Richard Biener4-0/+54
2017-01-17re PR testsuite/52563 (FAIL: gcc.dg/tree-ssa/scev-[3,4].c scan-tree-dump-time...Richard Biener4-29/+113
2017-01-17gcc_update: Remove entries related to GCJ and libgcj.Gerald Pfeifer2-11/+8
2017-01-17cygwin.h (LIBGCJ_SONAME): Remove.Gerald Pfeifer3-5/+5
2017-01-17re PR target/78633 ([SH] libgcc/fp-bit.c:944:1: error: invalid rtl sharing fo...Kaz Kojima2-1/+8
2017-01-17PR79066, non-PIC code generated for powerpc glibc with -fpicAlan Modra5-3/+29
2017-01-17Daily bump.GCC Administrator1-1/+1
2017-01-16PR tree-optimization/78608 - gimple-ssa-sprintf.c:570:17: runtime error: nega...Martin Sebor2-10/+21
2017-01-16revert: Makefile.in (PREPROCESSOR_DEFINES): Add a level of indirection for se...Jeff Law4-51/+15
2017-01-16re PR tree-optimization/79090 (DSE wrongly removes store at variable offset)Jeff Law5-6/+122
2017-01-17i386.h (LIMIT_RELOAD_CLASS): Remove.Uros Bizjak2-24/+4
2017-01-16re PR middle-end/79089 (error: incorrect sharing of tree nodes)Jakub Jelinek4-2/+24
2017-01-16re PR target/79080 (ICE: internal consistency failure (error: invalid rtl sha...Jakub Jelinek4-6/+36
2017-01-16re PR driver/49726 (-g0 file.S -g does not produce debug info)Jakub Jelinek9-33/+83
2017-01-16i386.h (HARD_REGNO_CALLER_SAVE_MODE): Apply HImode and QImode fixups to gener...Uros Bizjak2-2/+8
2017-01-16* sv.po: Update.Joseph Myers2-122/+128
2017-01-16Fix testcases for PR c/78304David Malcolm3-4/+11
2017-01-16rs6000-c (altivec_overloaded_builtins): Add support for built-in functions ve...Carl Love9-2/+136
2017-01-16gimple-ssa-sprintf.c (format_directive): Correct a typo in a warning message.Martin Sebor2-1/+7
2017-01-16builtins-3-p9.c (test_ne_long()): Change arguments and return type to bool lo...Carl Love2-2/+7
2017-01-16PR66145 use new ABI for std::ios::failure exceptionsJonathan Wakely13-35/+25
2017-01-16PR testsuite/79051 - FAIL: gcc.dg/attr-alloc_size-4.c (test for warnings, lin...Martin Sebor2-0/+8
2017-01-16revert: re PR c++/71737 (ICE following 2x pack expansion in non-pack with tem...Paolo Carlini4-22/+23
2017-01-16rs6000.c (rtx_is_swappable_p): Change UNSPEC_VSX__XXSPLTD to require special ...Bill Schmidt4-0/+46
2017-01-16system.h: Poison strndup (PR bootstrap/78616)David Malcolm2-1/+7
2017-01-16PR78702 fix accessibility of locale::facet::__shimJonathan Wakely3-9/+24
2017-01-16PR libstdc++/78389 fix backwards size adjustments.Ville Voutilainen3-8/+18
2017-01-16Powerpc bootstrap failure due to duplicate case valueAlan Modra2-34/+41
2017-01-16avr.h (BRANCH_COST): Increase by 4.Georg-Johann Lay2-1/+10
2017-01-16re PR tree-optimization/77283 (Revision 238005 disables loop unrolling)Richard Biener1-0/+8
2017-01-16re PR c++/71737 (ICE following 2x pack expansion in non-pack with template al...Paolo Carlini4-7/+32
2017-01-16opt62.adb: New test.Eric Botcazou3-0/+39
2017-01-16runtime: rename siginfo to _siginfo_tIan Lance Taylor5-11/+9
2017-01-16libgo: correct golang_org Makefile variables not used on all systemsIan Lance Taylor3-5/+5
2017-01-16Daily bump.GCC Administrator1-1/+1
2017-01-15i386.c (ix86_legitimate_combined_insn): Do not call recog here.Uros Bizjak2-52/+57
2017-01-15Make rtl_split_edge work for jumps that fall through (PR72749)Segher Boessenkool3-2/+11
2017-01-15ifcvt: Don't make invalid insns for a cond trap (PR78751)Segher Boessenkool2-0/+11
2017-01-15re PR tree-optimization/79090 (DSE wrongly removes store at variable offset)Jeff Law2-1/+21
2017-01-15Daily bump.GCC Administrator1-1/+1
2017-01-15* fr.po: Update.Joseph Myers2-1087/+518
2017-01-14re PR rtl-optimization/78626 (ICE in rtl_verify_bb_insns, at cfgrtl.c:2656 (e...Bernd Schmidt5-1/+86
2017-01-14Testcase from pr72749Alan Modra2-0/+25
2017-01-14Avoid PR72749 by not using unspecsAlan Modra4-15/+68
2017-01-14Skip tests that are incompatible with Profile ModeJonathan Wakely26-0/+60
2017-01-14* doc/frontends.texi (G++ and GCC): Remove references to Java.Gerald Pfeifer2-2/+5
2017-01-13Fix commentJeff Law1-2/+2
2017-01-13re PR tree-optimization/33562 (aggregate DSE disabled)Jeff Law2-9/+20
2017-01-14compiler: implement type aliasesIan Lance Taylor7-54/+406