aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-13combine: Fix PR83393Segher Boessenkool4-1/+50
2017-12-13[PR C++/15272] lookups with ambiguating dependent baseNathan Sidwell4-28/+58
2017-12-13* gcc-interface/trans.c (Subprogram_Body_to_gnu): Initialize locus.Eric Botcazou2-1/+6
2017-12-13trans.c (process_freeze_entity): Be prepared for a package without body.Eric Botcazou2-4/+9
2017-12-13decl.c (gnat_to_gnu_entity): Robustify test for types descendant of System.Ad...Eric Botcazou2-3/+9
2017-12-12Use C version of multi3 for RVE support.Kito Cheng4-91/+93
2017-12-13Daily bump.GCC Administrator1-1/+1
2017-12-12re PR tree-optimization/83298 (wrong code at -O1, -O2 and -O3 on x86_64-linux...Jeff Law12-24/+223
2017-12-12re PR target/82190 (Possibly latent miscompilation issue on ppc64le-linux-gnu...Aaron Sawdey2-6/+28
2017-12-12Remove type_dependent_init_p.Jason Merrill2-34/+7
2017-12-12PR c++/82115 - ICE with variable initialized with its own address.Jason Merrill5-24/+50
2017-12-12i386.c (PTA_SKYLAKE_AVX512): Add PTA_CLWB.Uros Bizjak2-6/+13
2017-12-12re PR target/83332 (new test case gfortran.dg/vect/pr81303.f fails (r255499))Bill Schmidt2-0/+61
2017-12-12intrinsic.texi (MAXLOC): Remove double description of return value.Thomas Koenig2-10/+14
2017-12-12builtins.def (BUILT_IN_NEXTAFTER, [...]): Use ATTR_MATHFN_ERRNO instead of AT...Jakub Jelinek2-6/+13
2017-12-12PR libstdc++/83395 fix invocable traits for INVOKE<cv void>Jonathan Wakely4-14/+70
2017-12-12Updated email in MAINTAINERS file.Steven Munroe1-1/+1
2017-12-12go-lang.c (TARGET_AIX): Define if not defined.Tony Reix2-1/+11
2017-12-12configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.Stafford Horne3-14/+5
2017-12-12Fix g++.old-deja/g++.pt/const2.C on SolarisRainer Orth2-2/+8
2017-12-12re PR tree-optimization/83385 ([graphite] Wrong code w/ -O1 -floop-nest-optim...Richard Biener4-32/+53
2017-12-12[Patch combine] Don't create vector mode ZERO_EXTEND from subregsJames Greenhalgh2-1/+8
2017-12-12re PR c/82679 (Uses of typedefs of arrays of _Atomic-qualified types are reje...Marek Polacek4-1/+21
2017-12-12re PR rtl-optimization/83363 (wrong code at -O2 -fno-forward-propagate)Jakub Jelinek3-0/+53
2017-12-12re PR tree-optimization/83359 (ICE in expand_LOOP_DIST_ALIAS, at internal-fn....Jakub Jelinek6-26/+156
2017-12-12re PR tree-optimization/80631 (Compiling with -O3 -mavx2 gives wrong code)Jakub Jelinek6-39/+280
2017-12-12re PR middle-end/81889 (bogus warnings with -Wmaybe-uninitialized -O3)Richard Biener5-1/+49
2017-12-12Enable VAES support [2/5]Julia Koval12-2/+214
2017-12-12Enable VAES support [1/5]Julia Koval9-4/+49
2017-12-12[IEPM] Introduce debug hook for inline entry point markersAlexandre Oliva6-0/+16
2017-12-12[SFN] Introduce -gstatement-frontiers option, enable debug markersAlexandre Oliva6-2/+30
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva45-154/+895
2017-12-12[SFN] stabilize find_bb_boundariesAlexandre Oliva2-1/+43
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva27-172/+447
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva40-104/+277
2017-12-12[SFN] adjust RTL insn-walking APIAlexandre Oliva6-37/+58
2017-12-12Expensive selftests: torture testing for fix-it boundary conditions (PR c/82050)David Malcolm8-9/+234
2017-12-12Daily bump.GCC Administrator1-1/+1
2017-12-12Fix the new pr83361.c testcaseSegher Boessenkool2-1/+5
2017-12-11Remove a stray line.Martin Sebor1-2/+0
2017-12-11PR c/81544 - attribute noreturn and warn_unused_result on the same functionMartin Sebor6-0/+1072
2017-12-11altivec-12.c (main): Add tests for vec_avg.Carl Love14-79/+635
2017-12-11altivec.h (vec_extract_fp32_from_shorth, [...]): Add #defines.Carl Love16-18/+737
2017-12-11[PR80693] drop value of parallel SETs dropped by combineAlexandre Oliva5-0/+110
2017-12-11recog.c (store_data_bypass_p_1): New function.Jakub Jelinek2-72/+50
2017-12-11ifcvt: Call fixup_partitions (PR83361)Segher Boessenkool4-0/+54
2017-12-11rs6000.c (rs6000_gimple_fold_builtin): Add support for early folding of splat...Will Schmidt4-0/+64
2017-12-11intrinsic.texi (MAXLOC): Update documentation for character arrays and KIND a...Thomas Koenig2-10/+26
2017-12-11aarch64.c (aarch64_print_operand): Don't start output_operand_lossage first a...Jakub Jelinek2-3/+10
2017-12-11re PR fortran/83379 (Intermittent failure of min/maxval_char*.f90 test cases)Thomas Koenig5-12/+21