aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2019-09-24[PR 91831] Copy PARM_DECLs of artificial thunksMartin Jambor5-8/+50
2019-09-24[PR 91832] Do not ICE on negative offsets in ipa-sraMartin Jambor4-1/+28
2019-09-24tree-ssa-sccvn.c (vn_reference_lookup_3): Valueize MEM_REF base.Richard Biener4-2/+29
2019-09-24Daily bump.GCC Administrator1-1/+1
2019-09-23GNAT/testsuite: Pass the `ada' option to target compilationMaciej W. Rozycki2-0/+7
2019-09-23RS6000, add xxswapd supportCarl Love1-28/+34
2019-09-23pt.c (check_explicit_specialization): Use cp_expr_loc_or_input_loc.Paolo Carlini18-48/+93
2019-09-232019-09-23 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore4-11/+50
2019-09-23PR c++/91809 - bit-field and ellipsis.Jason Merrill3-7/+25
2019-09-23PR c++/91844 - Implement CWG 2352, Similar types and reference binding.Marek Polacek10-16/+143
2019-09-23[arm] Add missing Makefile dependency on arm_acle_builtins.defKyrylo Tkachov2-0/+6
2019-09-23Fix non-canonical CONST_INTs in altivec_copysign_v4sf3 (PR91823)Richard Sandiford2-7/+8
2019-09-23tree-vect-loop.c (get_initial_def_for_reduction): Simplify, avoid adjusting b...Richard Biener2-35/+32
2019-09-23Skip gcc.dg/ucnid-5-utf8.c unless ucn is supportedRainer Orth2-0/+5
2019-09-23[AArch64] Fix memmodel index in aarch64_store_exclusive_pairRichard Sandiford2-1/+6
2019-09-23re PR fortran/91729 (ICE in gfc_match_select_rank, at fortran/match.c:6586)Paul Thomas5-11/+62
2019-09-23Use underscore in IPA-SRA LTO section name (PR ipa/91835)Rainer Orth2-1/+7
2019-09-23Provide Task_Info.Number_Of_Processors on SolarisRainer Orth6-1/+41
2019-09-23trans.c (Regular_Loop_to_gnu): Do not rotate the loop if -Og is enabled.Eric Botcazou3-5/+20
2019-09-23Fix typoEric Botcazou1-1/+1
2019-09-23trans.c (gnat_compile_time_expr_list): New variable.Eric Botcazou5-12/+60
2019-09-23trans.c (Attribute_to_gnu): Test Can_Use_Internal_Rep on the underlying type ...Eric Botcazou2-25/+29
2019-09-23decl.c (components_to_record): Do not reorder fields in packed record types i...Eric Botcazou2-4/+17
2019-09-23Daily bump.GCC Administrator1-1/+1
2019-09-22[Darwin, PPC] Clean up symbol stubs code.Iain Sandoe2-20/+12
2019-09-22PR c++/91819 - ICE with operator++ and enum.Marek Polacek4-1/+36
2019-09-22Daily bump.GCC Administrator1-1/+1
2019-09-21PR middle-end/91830 - Bogus -Warray-bounds on strcpy into a memberMartin Sebor4-8/+442
2019-09-21re PR c++/30277 (bit-field: wrong overload resolution)Jakub Jelinek2-2/+9
2019-09-21[Darwin] Update machopic_legitimize_pic_address.Iain Sandoe2-4/+9
2019-09-21DR 2345 - Jumping across initializers in init-statements and conditions.Marek Polacek2-0/+19
2019-09-21Avoid adding impossible copies in ira-conflicts.c:process_reg_shufflesRichard Sandiford6-13/+54
2019-09-21Extend neg_const_int simplifications to other const rtxesRichard Sandiford2-18/+21
2019-09-21Daily bump.GCC Administrator1-1/+1
2019-09-20microblaze.h (ASM_OUTPUT_SKIP): Use HOST_WIDE_PRINT_UNSIGNED.Jonas Pfeil2-1/+6
2019-09-20pa.c (pa_trampoline_init): Remove spurious extended character.John David Anglin2-1/+6
2019-09-20re PR target/86811 (Vax port needs updating for CVE-2017-5753)Maya Rashish2-0/+9
2019-09-20[Darwin, X86, testsuite] Fix naked-1.c fail.Iain Sandoe2-1/+8
2019-09-20re PR fortran/78260 (ICE in gimplify_expr, at gimplify.c:11939)Tobias Burnus11-30/+269
2019-09-20Restrict gnat.dg/system_info1.adb to Linux and Windows hostsOlivier Hainque2-2/+11
2019-09-20re PR target/91814 (ICE in elimination_costs_in_insn, at reload1.c:3549 since...Richard Biener2-2/+18
2019-09-20re PR testsuite/91821 (r275928 breaks gcc.target/powerpc/sad-vectorize-2.c)Richard Biener5-6/+37
2019-09-20re PR target/91269 (unaligned floating-point register with -mcpu=niagara4 -fc...Eric Botcazou4-0/+86
2019-09-20re PR c/91815 (questionable error on type definition at file scope)Eric Botcazou5-2/+45
2019-09-20re PR tree-optimization/91822 (FAIL: gcc.dg/pr88031.c (internal compiler error))Richard Biener4-11/+25
2019-09-20re PR target/91767 (After r274953, clang-compiled xgcc segfaults during RTL p...Richard Biener2-1/+11
2019-09-20Daily bump.GCC Administrator1-1/+1
2019-09-20New IPA-SRAMartin Jambor67-3143/+7998
2019-09-19PR middle-end/91631 - buffer overflow into an array member of a declared obje...Martin Sebor12-156/+983
2019-09-19Support extended characters in C/C++ identifiers (PR c/67224)Lewis Hyatt39-17/+671