aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-04ffi.c (ffi_struct_type): Put type declaration on separate line.John David Anglin6-93/+224
2016-09-04re PR fortran/71902 (Unneeded temporary on reallocatable character assignment)Thomas Koenig3-2/+45
2016-09-04inclhack.def (hpux_longjmp): Adjust select regular expression.John David Anglin3-4/+9
2016-09-04Revert "Replace error_at with assert in build_va_arg"Tom de Vries2-2/+20
2016-09-04Daily bump.GCC Administrator1-1/+1
2016-09-03ubsan.c (ubsan_use_new_style_p): Fix check for empty string.Kirill Yukhin2-1/+5
2016-09-03re PR c/65467 ([libgomp] sorry, unimplemented: '_Atomic' with OpenMP)Jakub Jelinek2-0/+6
2016-09-03Daily bump.GCC Administrator1-1/+1
2016-09-02avx512f-klogic-2.c: Fix operand calculation order.Kirill Yukhin2-1/+5
2016-09-02Add -fdiagnostics-generate-patchDavid Malcolm9-2/+163
2016-09-02re PR c/65467 ([libgomp] sorry, unimplemented: '_Atomic' with OpenMP)Jakub Jelinek17-59/+670
2016-09-02Introduce class edit_contextDavid Malcolm12-11/+1675
2016-09-02re PR tree-optimization/77444 (Bogus assignments in cand_value_at)Jakub Jelinek2-2/+10
2016-09-02re PR sanitizer/77396 (address sanitizer crashes if all static global variab...Jakub Jelinek7-13/+74
2016-09-02cfg.c (free_original_copy_tables): Replace second assignment of bb_copy = NUL...Prathamesh Kulkarni2-1/+6
2016-09-02re PR other/77421 (Bugs found in GCC with the help of PVS-Studio)Jakub Jelinek2-1/+6
2016-09-02Improvements to typed_splay_treeDavid Malcolm6-0/+158
2016-09-02Use setrlimit for testing libstdc++ in cross toolchainsMaxim Kuvyrkov3-5/+11
2016-09-02ipa-cp.c (ipcp_store_bits_results): Change option name from -fipa-cp-bit to -...Prathamesh Kulkarni2-1/+6
2016-09-01PR tree-optimization/71831 - __builtin_object_size poor results with noMartin Sebor9-134/+563
2016-09-02Daily bump.GCC Administrator1-1/+1
2016-09-01c-ada-spec.c (dump_ada_function_declaration): Increase buffer size to guarant...Martin Sebor15-16/+67
2016-09-02rs6000: Rename 110 -> VSCR_REGNOSegher Boessenkool2-18/+23
2016-09-02rs6000: Rename 109 -> VRSAVE_REGNOSegher Boessenkool2-3/+7
2016-09-02rs6000: Rename 74 -> CR6_REGNOSegher Boessenkool4-26/+32
2016-09-01re PR libfortran/77393 (Revision r237735 changed the behavior of F0.0)Jerry DeLisle2-8/+25
2016-09-01float128-builtin.c, [...]: Use dg-add-options ieee.Uros Bizjak36-0/+56
2016-09-01ipa-inline-analysis.c (param_change_prob): Get to the base object first in al...Eric Botcazou5-10/+60
2016-09-01rs6000: Use LR_REGNO directly in the save/restore patternsSegher Boessenkool2-60/+73
2016-09-01rs6000: Use LR_REGNO instead of constant 65Segher Boessenkool6-26/+44
2016-09-01rs6000: Fix for AIX, for r239866Segher Boessenkool2-10/+15
2016-09-01re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek6-15/+29
2016-09-01re PR target/72827 (gnat bootstrap broken on powerpc64le-linux-gnu)Bill Schmidt2-6/+19
2016-09-01re PR middle-end/77436 (Incorrect constant result for summing loop inserted)Richard Biener4-8/+32
2016-09-01* config/nvptx/nvptx.md (cbranch<mode>4): Op 2 can be const.Nathan Sidwell2-2/+6
2016-09-01This patch adds legitimize_address_displacement hook so that stack accesses...Wilco Dijkstra2-0/+28
2016-09-01Fix more bogus testsuite failures for avr.Senthil Kumar Selvaraj5-0/+11
2016-09-01[AArch64] Add ANDS pattern for CMP+ZERO_EXTENDKyrylo Tkachov5-0/+42
2016-09-01i386.c (ix86_option_override_internal): Also disable the STV pass if -mstackr...Eric Botcazou2-2/+8
2016-08-31PR c++/57728 - adjust testcaseJason Merrill1-0/+1
2016-09-01C: Fix missing spaces in 'struct' fix-it hintsDavid Malcolm2-3/+8
2016-09-01Daily bump.GCC Administrator1-1/+1
2016-08-31Fix detection of AVX512IFMA in host_detect_local_cpuIlya Verbin2-1/+6
2016-08-31diagnostic-show-locus.c: handle fixits on lines outside the regular rangesDavid Malcolm5-28/+315
2016-08-31re PR tree-optimization/77352 (ICE: verify_ssa failed)Jakub Jelinek4-4/+24
2016-08-31re PR fortran/77374 (ICE in resolve_omp_atomic, at fortran/openmp.c:3949)Jakub Jelinek6-11/+85
2016-08-31match.pd: Revert a * (1 << b) relaxation.Marc Glisse4-2/+19
2016-08-31re PR libfortran/77393 (Revision r237735 changed the behavior of F0.0)Jerry DeLisle2-0/+20
2016-08-31re PR libfortran/77393 (Revision r237735 changed the behavior of F0.0)Jerry DeLisle2-17/+68
2016-08-31Constrain std::shared_ptr assignment and resettingJonathan Wakely8-31/+211