aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2018-02-07runtime: don't call funcPC from a functionIan Lance Taylor1-1/+1
2018-02-07re PR fortran/68560 (The test gfortran.dg/shape_8.f90 now fails when compiled...Thomas Koenig4-0/+47
2018-02-07re PR fortran/82049 (ICE with character(*),parameter array constructor)Steven G. Kargl4-1/+29
2018-02-07C++: avoid most reserved words as misspelling suggestions (PR c++/81610 and P...David Malcolm5-4/+56
2018-02-07Support >26 operands in generation code.Alan Hayward2-13/+38
2018-02-07PR c++/84182 - ICE with captured lambdaJason Merrill4-25/+77
2018-02-07re PR tree-optimization/84037 (Speed regression of polyhedron benchmark since...Richard Biener6-20/+80
2018-02-07Revert behavior to r251316.Martin Liska6-10/+37
2018-02-07tree-eh.c (operation_could_trap_helper_p): Ignore honor_trapv for *DIV_EXPR a...Jakub Jelinek2-1/+6
2018-02-07[testsuite] Require alloca in gcc.dg/pr83844.cTom de Vries2-0/+5
2018-02-07[testsuite] Require global_constructor in gcc.dg/torture/pr83055.cTom de Vries2-0/+5
2018-02-07Use -fcf-protection=return in cet-intrin-4.cH.J. Lu2-1/+7
2018-02-07i386: Mask out the CF_SET bit for -fcf-protection checkH.J. Lu2-6/+11
2018-02-07[openacc] Fix diff_type in expand_oacc_collapse_initTom de Vries5-0/+31
2018-02-07* lto.c (register_resolution): Remove forgotten sanity check.Jan Hubicka2-1/+4
2018-02-07re PR tree-optimization/84204 ([graphite] ICE in set_codegen_error, at graphi...Richard Biener8-19/+90
2018-02-07re PR target/84209 ([avr] Don't split SP in split2)Georg-Johann Lay3-0/+12
2018-02-07re PR c++/71662 ([DR 1485] ICE on invalid C++11 code with unqualified name lo...Paolo Carlini2-0/+24
2018-02-07[testsuite] Fix gcc.dg/cse_recip.c for AArch64 after r257181.Christophe Lyon2-1/+6
2018-02-07re PR tree-optimization/84235 (Miscompilation of floating point code by dom2)Jakub Jelinek4-3/+38
2018-02-07compiler: make single Btype for methods table of identical interface typeIan Lance Taylor3-5/+55
2018-02-07Daily bump.GCC Administrator1-1/+1
2018-02-06Don't pass x86-only options on non-x86 targets in c-c++-common/fcf-protection...Rainer Orth3-2/+11
2018-02-06re PR target/84146 (ICE with -mcet in dwarf2out_var_location, involving sigse...Jakub Jelinek4-13/+37
2018-02-062018-02-06 Michael Collison <michael.collison@arm.com>Michael Collison4-2/+32
2018-02-06re PR target/84154 (PowerPC GCC 7 and 8 have regression in converting fp to s...Michael Meissner2-1/+7
2018-02-06Fix HAVE_GAS_CFI_DIRECTIVE for x86_64-pc-solaris2.*Rainer Orth3-67/+89
2018-02-06invoke.texi: Add section for the PowerPC SPE backend.Andrew Jenner2-32/+844
2018-02-06re PR tree-optimization/84225 (ICE in operation_no_trapping_overflow, at tree...Aldy Hernandez1-0/+5
2018-02-06rs6000.c (rs6000_option_override_internal): Display warning message for -mno-...Bill Schmidt10-0/+28
2018-02-06powerpcspe.opt: (msimple-fpu, mfpu) Add Undocumented.Andrew Jenner3-3/+9
2018-02-06re PR tree-optimization/84225 (ICE in operation_no_trapping_overflow, at tree...Aldy Hernandez2-0/+7
2018-02-06compiler: avoid negative zero in float constantsIan Lance Taylor3-3/+64
2018-02-06Fix checking -mibt and -mshstk options for control flow protectionIgor Tsimbalist10-21/+59
2018-02-06runtime: correct runtime structfield type to match reflectIan Lance Taylor1-1/+1
2018-02-06re PR lto/81004 (linking failed with -flto and static libboost_program_options)Jan Hubicka2-15/+54
2018-02-06re PR tree-optimization/84228 (Bogus -Wstringop-truncation warning with -g)Marek Polacek4-1/+33
2018-02-06re PR target/82641 (Unable to enable crc32 for a certain function with target...Tamar Christina5-9/+46
2018-02-06Avoid cc1 SEGV in gcc.dg/rtl/x86_64/final.c (PR target/79975)Rainer Orth2-2/+7
2018-02-06i386.c (print_reg): Fix typo.Richard Biener2-2/+7
2018-02-06gcc-plugin.m4 (GCC_ENABLE_PLUGINS): Remove -q option passed to grep.Eric Botcazou2-2/+6
2018-02-06Daily bump.GCC Administrator1-1/+1
2018-02-05* sv.po: Update.Joseph Myers2-141/+140
2018-02-05PR tree-optimization/83369 - Missing diagnostics during inliningMartin Sebor4-2/+54
2018-02-05Make lto.exp work with Tcl 8.4Richard Sandiford2-15/+36
2018-02-05compiler: rollback "avoid negative zero in float constants"Ian Lance Taylor3-54/+3
2018-02-05compiler: avoid negative zero in float constantsIan Lance Taylor3-3/+54
2018-02-05class.c: Remove unused global variables.Marek Polacek4-35/+8
2018-02-05re PR c++/82782 (ICE: nested template alias and specialized template with aut...Paolo Carlini2-0/+23
2018-02-05Cherry-pick libsanitizer pointer-pair tristate option.Martin Liska10-10/+66