aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2018-06-25re PR target/84786 ([miscompilation] vunpcklpd accessing xmm16-22 targeting KNL)Jakub Jelinek2-0/+55
2018-06-25lto-section-out.c (lto_begin_section): Do not print section name for noaddr a...Jan Hubicka2-2/+13
2018-06-25tree-vectorizer.h (struct vec_info_shared): New structure with parts split ou...Richard Biener8-105/+224
2018-06-25tree-vect-data-refs.c (vect_find_stmt_data_reference): Modify DR for SIMD lan...Richard Biener2-80/+92
2018-06-25tree-vect-data-refs.c (vect_check_gather_scatter): Fail for reverse storage o...Richard Biener5-1/+40
2018-06-25[i386/debug] Fix insn prefix in tls_global_dynamic_64_<mode>Tom de Vries4-1/+37
2018-06-25C++: Fix PR86082Andreas Krebbel4-1/+47
2018-06-25Daily bump.GCC Administrator1-1/+1
2018-06-24stddef.h: Simplify conditions around avoiding re-definition of __size_t.Maya Rashish2-4/+8
2018-06-24lto-streamer-out.c (tree_is_indexable): Make LABEL_DECL nonindexable unless i...Jan Hubicka2-2/+10
2018-06-24re PR fortran/85983 (ICE in check_dtio_interface1, at fortran/interface.c:4748)Jerry DeLisle2-1/+5
2018-06-24Daily bump.GCC Administrator1-1/+1
2018-06-23[testsuite/guality] Fix tcl error on missing gdbTom de Vries5-3/+15
2018-06-23decl.c (bad_specifiers): Add const location_t* parameter and use locations in...Paolo Carlini7-93/+181
2018-06-22invoke.texi (mno-fancy-math-387): Update for changes made to OpenBSD and NetB...Maya Rashish2-2/+7
2018-06-23runtime: use #ifdef instead of #if for USING_SPLIT_STACKIan Lance Taylor1-1/+1
2018-06-23Daily bump.GCC Administrator1-1/+1
2018-06-22re PR fortran/86281 (SEGV in fortran/resolve.c:resolve_function)Paul Thomas4-0/+14
2018-06-22rs6000-c.c (altivec_overloaded_builtins): Change behavior of vec_pack (vector...Kelvin Nilsen6-10/+38
2018-06-22PR c++/86219 - ICE with erroneous initializer in template.Jason Merrill11-27/+65
2018-06-22Avoid taking the address of something just because it's in parens.Jason Merrill4-27/+41
2018-06-22[testsuite/guality] Use buildarea gdb by default in combined buildTom de Vries4-0/+16
2018-06-22[testsuite/guality] Be verbose about gdb version usedTom de Vries5-0/+20
2018-06-22re PR c++/85662 ("error: non-constant condition for static assertion" from __...Jakub Jelinek2-0/+10
2018-06-22Improve entry/exit instrumentation for nested functionsOlivier Hainque2-7/+16
2018-06-22Forgot PR target/86222 in ChangeLogAaron Sawdey1-0/+1
2018-06-22rs6000-string.c (expand_strn_compare): Handle -m32 correctly.Aaron Sawdey2-17/+11
2018-06-22altivec-7.c: Add qualifiers for counts on AIX versus Linux.Carl Love6-29/+70
2018-06-22Fix test case failures for pdp11 target.Paul Koning12-2/+36
2018-06-22syscall: remove UstatIan Lance Taylor1-1/+1
2018-06-22Fix emission of jump tables (PR tree-optimization/86263).Martin Liska3-0/+32
2018-06-22lto-streamer-out.c (DFS::DFS_write_tree_body): Do not stream BINFO_BASE_ACCES...Jan Hubicka5-41/+21
2018-06-22Update OpenACC testcasesCesar Philippidis15-0/+692
2018-06-22* tree.c (free_lang_data_in_type): Free all TYPE_VFIELDs.Jan Hubicka2-4/+5
2018-06-22Make symbol_summary::get and call_summary::get pure.Martin Liska2-56/+25
2018-06-22Don't preprocess .S files with -P on Solaris/x86 (PR target/85994)Rainer Orth2-2/+7
2018-06-22Have g++ define _FILE_OFFSET_BITS=64 on SolarisRainer Orth2-0/+6
2018-06-22Daily bump.GCC Administrator1-1/+1
2018-06-21pack02.c: Use __ibm128 instead of long double if the long double format is IE...Michael Meissner7-30/+130
2018-06-21cmd/go: re-enable a couple of tests of gccgoIan Lance Taylor1-1/+1
2018-06-21rs6000.c (init_float128_ieee): Prevent complex multiply and divide external f...Michael Meissner2-2/+10
2018-06-21rs6000.md (neg<mode>2_internal): Use the correct mode to check whether the mo...Michael Meissner2-1/+3
2018-06-21re PR fortran/49630 ([OOP] ICE on obsolescent deferred-length type bound char...Paul Thomas5-4/+65
2018-06-21rs6000.md (extendtfif2): Add missing 128-bit conversion insn that shows up wh...Michael Meissner2-0/+15
2018-06-21* pt.c (tsubst) [TEMPLATE_TYPE_PARM]: Use TEMPLATE_PARM_DESCENDANTS.Jason Merrill2-0/+11
2018-06-21Reduce garbage from push_to_top_level.Jason Merrill2-2/+6
2018-06-21Let -fmem-report see callers of cxx_make_type.Jason Merrill4-7/+24
2018-06-21PR c++/86182 - fix wrong PR tag in earlier commitJason Merrill2-2/+2
2018-06-21re PR fortran/83118 (Bad intrinsic assignment of class(*) array component of ...Paul Thomas6-3/+92
2018-06-21cfgrtl.c (fixup_reorder_chain): Do not emit NOPs in DECL_IGNORED_P functions.Eric Botcazou2-17/+33