aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-11-24[Ada] Fix internal error on multiple nested instantiationsEric Botcazou1-11/+8
2020-11-24[Ada] Fix String_Literal aspect spec checking problem for scalars.Steve Baird1-1/+1
2020-11-24[Ada] Handle correctly current instance of PO in local subprogram GlobalYannick Moy3-18/+53
2020-11-24[Ada] Documentation: update -gnatyk descriptionGhjuvan Lacambre2-3/+5
2020-11-24[Ada] Fix spurious error on child library-level subprogram with aspectsYannick Moy1-0/+1
2020-11-24[Ada] Wrong finalization in call with if expressionArnaud Charlet1-68/+24
2020-11-24[Ada] Implement Big_Integer.From_String fullyArnaud Charlet1-1/+186
2020-11-24[Ada] Fix resolution of subtype_indication in delta aggregatesPiotr Trojanek1-15/+22
2020-11-24[Ada] Use high-level Present instead of low-level equality testPiotr Trojanek6-6/+6
2020-11-24[Ada] Reject Global/Depends contracts on null proceduresYannick Moy1-1/+11
2020-11-24[Ada] Wrong handling of _ in Big_Reals.From_StringArnaud Charlet1-1/+1
2020-11-24[Ada] Remove SPARK-specific expansion of array aggregatesPiotr Trojanek2-132/+9
2020-11-24[Ada] Document characteristics of decimal fixed point typesEric Botcazou2-3/+8
2020-11-24i386: Add *setcc_hi_1* define_insn_and_split [PR97950]Jakub Jelinek2-8/+161
2020-11-24middle-end: Prefer no RMW in __builtin_clear_padding implementation where pos...Jakub Jelinek1-7/+81
2020-11-24testsuite: Add testcase for already fixed bug [PR97964]Jakub Jelinek1-0/+18
2020-11-24More explicit checking of which OMP constructs we're expecting, part IIThomas Schwinge1-0/+15
2020-11-24[testsuite] Avoid Tcl 8.5-specific behaviorThomas Schwinge5-0/+35
2020-11-24[testsuite] Emit 'warning' instead of 'error' diagnostics for 'dg-optimized',...Thomas Schwinge1-2/+2
2020-11-24[testsuite] Enable column location checking for 'dg-optimized', 'dg-missed'Thomas Schwinge3-6/+6
2020-11-24openmp: Fix C ICE on OpenMP atomicsJakub Jelinek2-3/+24
2020-11-24middle-end, c++: Treat shifts by negative as undefined [PR96929]Jakub Jelinek5-26/+48
2020-11-23Fix expected output after recent changesJeff Law3-6/+6
2020-11-23test: Update some cases for vect_partial_vectors_usage_1Kewen Lin4-13/+4
2020-11-24tree-opt: Fix segfault in tree-if-conv.c with -march=armv8.2-a+sve [PR97849]Prathamesh Kulkarni2-6/+23
2020-11-23Dump type attributes in dump_function_to_file.Martin Sebor2-4/+29
2020-11-24Daily bump.GCC Administrator6-1/+200
2020-11-23c: Allow comparison of pointers to complete and incomplete types for C11 [PR9...Joseph Myers5-2/+210
2020-11-23ipa: special pass-through op for Fortran stridesMartin Jambor4-73/+179
2020-11-23Adjust rtx_costs for h8300Jeff Law1-0/+10
2020-11-23testsuite: Adjust pruningNathan Sidwell1-3/+7
2020-11-23log/syslog: correct asm name for C functionIan Lance Taylor1-1/+1
2020-11-23Release ipa-prop's agg.items and make alocation more carefulJan Hubicka2-2/+10
2020-11-23Do not leak SSANAMES in lto streamerJan Hubicka4-13/+12
2020-11-23Diagnostic for module importationNathan Sidwell1-5/+16
2020-11-23c++: Add empty module.ccNathan Sidwell2-1/+25
2020-11-23MSP430: Remove target-specific handling of the "persistent" attributeJozef Lawrynowicz5-132/+36
2020-11-23fix hybrid SLP discovery debug stmt issueRichard Biener2-0/+38
2020-11-23Implement the "persistent" attributeJozef Lawrynowicz16-69/+303
2020-11-23cp/decl.c: Set DECL_INITIAL before attribute processingJozef Lawrynowicz4-0/+110
2020-11-23Fix "noinit" attribute being ignored for -O0 and -fdata-sectionsJozef Lawrynowicz4-5/+16
2020-11-23Document bootstrap-asan configure optionMatthew Malcomson1-0/+4
2020-11-23testsuite/arm: add missing -mthumb to several testsChristophe Lyon11-11/+11
2020-11-23c++: Add missing verify_type_context call [PR97904]Richard Sandiford3-4/+66
2020-11-23Daily bump.GCC Administrator4-1/+161
2020-11-22i386: Use SWI48DWI mode iterator for abs and maxmin [PR97873]Uros Bizjak2-101/+126
2020-11-22H8 cc0 conversionAustin Law23-1172/+2834
2020-11-22d: Fix OutOfMemoryError thrown when appending to an array with a side effectIain Buclaw2-24/+72
2020-11-22widening_mul: pattern recognize further forms of __builtin_add_overflow [PR95...Jakub Jelinek2-14/+307
2020-11-22Partially revert recent H8 patch for conditional branchesJeff Law1-25/+41