aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-17re PR fortran/82173 ([meta-bug] Parameterized derived type errors)Paul Thomas13-26/+246
2017-09-17Fix gccbrig documentation buildThomas Schwinge3-24/+44
2017-09-17Daily bump.GCC Administrator1-1/+1
2017-09-16PR82228: Move ncopies calculation in vectorizable_live_operationRichard Sandiford2-5/+11
2017-09-16a-intnam__rtems.ads: Update copyright date.Eric Botcazou6-5/+14
2017-09-16Use -fsched-pressure and -fomit-frame-pointerChung-Ju Wu2-4/+13
2017-09-16Refine formatting and comments.Chung-Ju Wu9-386/+396
2017-09-16Fix condition folding in c_parser_omp_for_loopTom de Vries4-1/+65
2017-09-16Daily bump.GCC Administrator1-1/+1
2017-09-15syscall: fixes for SolarisIan Lance Taylor4-3/+15
2017-09-15compiler: call error_statement for fallthrough in last caseIan Lance Taylor2-1/+7
2017-09-15Add support for -std=c++2a.Andrew Sutton13-8/+129
2017-09-15compiler: check error expression in Array_type::get_backend_lengthIan Lance Taylor2-1/+6
2017-09-15re PR target/82066 (#pragma GCC target documentation does not say it is imple...Steve Ellcey2-2/+11
2017-09-15Implement C11 excess precision semantics for conversions (PR c/82071).Joseph Myers4-2/+103
2017-09-15re PR c++/64644 ("warning: anonymous union with no members" should be an erro...Manuel López-Ibáñez6-3/+21
2017-09-15[C++ PATCH] Renames/adjustments of 1z to 17Nathan Sidwell2-11/+14
2017-09-15* MAINTAINERS: Remove myself as a vxworks maintainer.Nathan Sidwell2-1/+4
2017-09-15common.opt (Wcast-align=strict): New warning option.Bernd Edlinger9-7/+69
2017-09-15c-pragma.c (handle_pragma_scalar_storage_order): Expand on error message for ...Eric Botcazou5-2/+38
2017-09-15re PR c++/78648 (ICE on invalid C++ code on x86_64-linux-gnu (Segmentation fa...Paolo Carlini2-0/+15
2017-09-15Add comments to struct cgraph_thunk_infoPierre-Marie de Rodat3-9/+50
2017-09-15re PR tree-optimization/71026 (Missing division optimizations)Jackson Woodruff4-1/+20
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek521-826/+1439
2017-09-15re PR rtl-optimization/82192 (gcc produces incorrect code with -O2 and bit-fi...Jakub Jelinek4-2/+48
2017-09-15[include] Add macro DISABLE_COPY_AND_ASSIGNYao Qi2-0/+31
2017-09-15Fix compile time error when using ansidecl.h with an old version of GCC.Nick Clifton2-12/+24
2017-09-15Turn FUNCTION_ARG_OFFSET into a hookRichard Sandiford10-25/+62
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford68-236/+180
2017-09-15[PR target/67591] ARM v8 Thumb IT blocks are deprecatedChristophe Lyon2-20/+36
2017-09-15Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford64-414/+557
2017-09-15[demangler] Fix nested generic lambdaNathan Sidwell3-17/+59
2017-09-15re PR lto/81968 (early lto debug objects make Solaris ld SEGV)Richard Biener2-54/+74
2017-09-15[Demangle PATCH] Some pre-fix cleanupsNathan Sidwell3-40/+45
2017-09-15re PR tree-optimization/82217 (ICE on valid code at -O1 and above: in visit_p...Richard Biener4-6/+46
2017-09-15re PR middle-end/82145 (i386/pr38988.c, i386/pr46254.c, i386/pr55154.c, i386/...Jakub Jelinek4-2/+28
2017-09-15re PR fortran/82184 (187.facerec in SPEC CPU 2000 miscompares)Paul Thomas4-0/+35
2017-09-15re PR tree-optimization/68823 ([graphite] tramp3d-v4 compiled with -floop-nes...Richard Biener2-2/+28
2017-09-15Daily bump.GCC Administrator1-1/+1
2017-09-14Introduce libgomp/testsuite/libgomp.c-c++-commonTom de Vries5-6/+24
2017-09-14rs6000-builtin.def (BU_FLOAT128_1_HW): New macros to support float128 built-i...Michael Meissner9-11/+95
2017-09-14re PR c++/81314 (Undefined reference to a function with -fopenmp)Jakub Jelinek4-0/+53
2017-09-14Fix crash accessing builtins in sanitizer.def and after (PR jit/82174)David Malcolm4-1/+38
2017-09-14rs6000.c (rs6000_set_up_by_prologue): Make sure the TOC reg (r2) isn't in the...Pat Haugen4-0/+31
2017-09-14libgo: update to go1.9Ian Lance Taylor985-20397/+56840
2017-09-14Add LOOP_VINFO_MAX_VECT_FACTORRichard Sandiford4-3/+24
2017-09-14Add a vect_worthwhile_without_simd_p helper routineRichard Sandiford4-24/+33
2017-09-14Add a vect_get_num_copies helper routineRichard Sandiford5-24/+65
2017-09-14Make more use of gimple-fold.h in tree-vect-loop.cRichard Sandiford2-12/+26
2017-09-14Add gimple_build_vector* helpersRichard Sandiford4-112/+129