aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg
AgeCommit message (Expand)AuthorFilesLines
2021-09-07Fix fatal typo in gcc.dg/no_profile_instrument_function-attr-2.cHans-Peter Nilsson1-1/+1
2021-09-07inline: do not einline when no_profile_instrument_function is differentMartin Liska1-0/+15
2021-09-06match.pd: Fix up __builtin_*_overflow arg demotion [PR102207]Jakub Jelinek1-0/+24
2021-09-02Improve -Wuninitialized note location.Martin Sebor3-13/+17
2021-09-02Refine fix for PR78185, improve LIM for code after inner loopsRichard Biener1-0/+19
2021-09-01Call reduce_vector_comparison_to_scalar_comparison earlierJeff Law1-0/+14
2021-09-01libcpp: Implement C++23 P1949R7 - C++ Identifier Syntax using Unicode Standar...Jakub Jelinek3-4/+21
2021-09-01Enable ranger and caching in pass_waccess.Martin Sebor4-11/+47
2021-09-01C-family: Add attribute 'unavailable'.Iain Sandoe6-0/+209
2021-09-01vectorizer: Fix up vectorization using WIDEN_MINUS_EXPR [PR102124]Jakub Jelinek1-0/+27
2021-09-01tree-optimization/93491 - avoid PRE of trapping calls across exitsRichard Biener2-9/+33
2021-09-01tree-optimization/102139 - fix SLP DR base alignmentRichard Biener1-0/+43
2021-09-01bswap: Fix up bswap_view_convert handling [PR102141]Jakub Jelinek1-0/+11
2021-09-01tree-optimization/102149 - add testcase for fixed bugRichard Biener1-0/+19
2021-09-01C: PR c/79412: Poison decls with error_mark_node after type mismatchRoger Sayle2-2/+12
2021-08-31testsuite: Fix gcc.dg/vect/pr101145* tests [PR101145]Jakub Jelinek4-4/+4
2021-08-31Fix gcc.dg/ipa/inline-8.c for -fPICAndrew Pinski1-2/+2
2021-08-30analyzer: support "bifurcation"; reimplement realloc [PR99260]David Malcolm5-9/+130
2021-08-29testsuite, Darwin : Skip a test requiring strndup in libc.Iain Sandoe1-0/+1
2021-08-28Improve handling of table overflows in modref_ref_nodeJan Hubicka1-0/+15
2021-08-27tree-optimization/45178 - DCE of dead control flow in infinite loopRichard Biener1-4/+5
2021-08-26Improved handling of shifts/rotates in bit CCP.Roger Sayle1-0/+11
2021-08-25Add -details to dump option needed after r12-3144.Martin Sebor6-8/+6
2021-08-25Merge load/stores in ipa-modref summariesJan Hubicka3-8/+33
2021-08-25diagnostics: Support for -finput-charset [PR93067]Lewis Hyatt2-0/+31
2021-08-25tree-optimization/102046 - fix SLP build from scalars with patternsRichard Biener1-0/+19
2021-08-25Analyze niter for until-wrap condition [PR101145]Jiufu Guo8-0/+367
2021-08-24Reset PHI base0 flag if it's clear in any argument [PR101977, ...]Martin Sebor4-34/+177
2021-08-24Add transitive operations to the relation oracle.Andrew MacLeod2-1/+145
2021-08-24[Committed] PR middle-end/102029: Stricter typing in LSHIFT_EXPR sign folding.Roger Sayle1-0/+8
2021-08-23analyzer: rewrite of switch handlingDavid Malcolm5-4/+432
2021-08-23analyzer: fix ICE with NULL change.m_expr [PR101875]David Malcolm1-0/+16
2021-08-23analyzer: fix ICE when failing to reconstruct a fn ptr [PR101837]David Malcolm1-0/+10
2021-08-23analyzer: assume that POINTER_PLUS_EXPR of non-NULL is non-NULL [PR101962]David Malcolm2-0/+77
2021-08-23analyzer: fix uninit false positive on overlapping bindingsDavid Malcolm3-0/+159
2021-08-23Avoid redundant entries in modref access lists.Jan Hubicka1-0/+13
2021-08-23analyzer: Fix PR analyzer/102020Ankur Saini1-1/+1
2021-08-23Fold sign of LSHIFT_EXPR to eliminate no-op conversions.Roger Sayle2-0/+40
2021-08-23bswap: Recognize (int) __builtin_bswap64 (arg) idioms or __builtin_bswap?? (a...Jakub Jelinek6-10/+73
2021-08-23tree-optimization/79334 - avoid PRE of possibly trapping array-refRichard Biener2-0/+24
2021-08-23dwarf2out: Emit DW_AT_location for global register vars during early dwarf [P...Jakub Jelinek1-0/+15
2021-08-23Correct treatment of qualifiers for pointers to arrays for C2X [PR98397]Martin Uecker10-2/+439
2021-08-22Clear EAF_NOCLOBBER for indirect callsJan Hubicka2-0/+24
2021-08-21analyzer: Fix PR analyzer/101980Ankur Saini2-4/+3
2021-08-19Fix up 'gcc.dg/pr78213.c' for '--enable-checking=release' etc.Thomas Schwinge1-1/+2
2021-08-18analyzer: detect and analyze calls via function pointerAnkur Saini2-0/+41
2021-08-18openmp: Actually ignore pragma_stmt pragmas for which c_parser_pragma returns...Jakub Jelinek3-4/+3
2021-08-17Move more warning code to gimple-ssa-warn-access etc.Martin Sebor4-8/+54
2021-08-17Restore 'gcc.dg/pr78213.c' testingThomas Schwinge1-8/+1
2021-08-17Improved handling of MINUS_EXPR in bit CCP.Roger Sayle1-0/+11