aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg
AgeCommit message (Expand)AuthorFilesLines
2023-05-26c: -Wstringop-overflow for parameters with forward-declared sizesMartin Uecker1-0/+15
2023-05-25testsuite: Require trampolines for nestev-vla testsDimitar Dimitrov3-0/+3
2023-05-25testsuite, analyzer: Fix testcases with fcloseChristophe Lyon2-0/+4
2023-05-24[testsuite] tsvc: skip include malloc.h when unavailableAlexandre Oliva1-1/+4
2023-05-24Gimple range PHI analyzer and testcasesAndrew MacLeod2-0/+36
2023-05-24PR middle-end/109840: Preserve popcount/parity type in match.pd.Roger Sayle2-0/+50
2023-05-24Provide an API for ipa_vr.Aldy Hernandez9-11/+11
2023-05-24tree-optimization/109849 - fix fallout of PRE hoisting changeRichard Biener1-0/+20
2023-05-24early-remat: Resync with new DF postorders [PR109940]Richard Sandiford1-0/+18
2023-05-24[testsuite] [ppc] xfail uninit-pred-9_b bogus warn on ppc32 tooAlexandre Oliva1-1/+1
2023-05-24[testsuite] [i386] enable sse2 for signbit-2.cAlexandre Oliva1-1/+1
2023-05-24vect: Enhance cost evaluation in vect_transform_slp_perm_load_1Kewen Lin1-0/+23
2023-05-23Fix ICEs related to VM types in C 2/2 [PR109450]Martin Uecker3-0/+54
2023-05-23Fix ICEs related to VM types in C 1/2 [PR70418, PR107557, PR108423]Martin Uecker18-0/+480
2023-05-23Remove buggy special case in irange::invert [PR109934].Aldy Hernandez1-0/+22
2023-05-23tree-optimization/109849 - missed code hoistingRichard Biener1-0/+22
2023-05-22testsuite/52641: Fix more of implicit int=32 assumption fallout.Georg-Johann Lay29-24/+65
2023-05-22testsuite/52641: Fix tests that fail for 16-bit int / pointer targets.Georg-Johann Lay10-1/+10
2023-05-22Skip some tests that won't work for target AVR.Georg-Johann Lay10-0/+10
2023-05-19tree-ssa-math-opts: Pattern recognize hand written __builtin_mul_overflow_p w...Jakub Jelinek1-0/+11
2023-05-19c: Do not allow thread-local tentative definitions for C2xJoseph Myers1-0/+40
2023-05-18c: Handle printf %B like %b for C2xJoseph Myers2-15/+14
2023-05-16c: Remove restrictions on declarations in 'for' loops for C2XJoseph Myers11-12/+120
2023-05-16Skip -fdelete-null-pointer-check tests if target keeps_null_pointer_checksSenthil Kumar Selvaraj9-1/+10
2023-05-16MATCH: [PR109424] Simplify min/max of boolean argumentsAndrew Pinski4-0/+137
2023-05-15c: Ignore _Atomic on function return type for C2xJoseph Myers2-0/+44
2023-05-15c: Update __has_c_attribute values for C2xJoseph Myers1-13/+13
2023-05-15Fix gcc.dg/vect/pr108950.cRichard Biener1-1/+1
2023-05-14MATCH: Add pattern for `signbit(x) ? x : -x` into abs (and swapped)Andrew Pinski2-0/+26
2023-05-12MATCH: Fix PR 109834, ICE with popcount combined with bswapAndrew Pinski1-0/+11
2023-05-11match.pd: Simplify popcount(X&Y)+popcount(X|Y) as popcount(X)+popcount(Y)Roger Sayle3-0/+81
2023-05-11match.pd: Simplify popcount/parity of bswap/rotate.Roger Sayle4-0/+160
2023-05-09testsuite: Add further testcase for already fixed PR [PR109778]Jakub Jelinek2-0/+29
2023-05-08Fix pr81192.c for int16 targetsAndrew Pinski1-4/+4
2023-05-08Let each 'lto_init' determine the default 'LTO_OPTIONS', and 'torture-init' t...Thomas Schwinge1-1/+1
2023-05-08PHIOPT: factor out unary operations instead of just conversionsAndrew Pinski5-3/+40
2023-05-08PHIOPT: Loop over calling factor_out_conditional_conversionAndrew Pinski1-0/+21
2023-05-08PHIOPT: Add diamond bb form to factor_out_conditional_conversionAndrew Pinski2-0/+38
2023-05-07Move substitute_and_fold over to use simple_dce_from_worklistAndrew Pinski6-15/+64
2023-05-06gimple-range-op: Improve handling of sin/cos rangesJakub Jelinek1-0/+34
2023-05-06gimple-range-op: Improve handling of sqrt rangesJakub Jelinek1-0/+44
2023-05-04PHIOPT: Fix diamond case of match_simplify_replacementAndrew Pinski2-0/+64
2023-05-05MATCH: Add ABSU<a> == 0 to a == 0 simplificationAndrew Pinski1-0/+12
2023-05-04PHIOPT: Improve replace_phi_edge_with_variable for diamond shapped bbAndrew Pinski6-11/+9
2023-05-03Allow varying ranges of unknown types in irange::verify_range [PR109711]Aldy Hernandez2-0/+40
2023-05-03do not tailcall __sanitizer_cov_trace_pc [PR90746]Alexander Monakov1-1/+3
2023-05-02tree-optimization: [PR109702] MATCH: Fix a ? func(a) : N patternsAndrew Pinski1-0/+70
2023-04-30Revert "[PATCH] libcpp: suppress builtin macro redefined warnings for __LINE__"Jeff Law2-69/+4
2023-04-30Improve error message for excess elements in array initializer from {"a"}Andrew Pinski5-10/+10
2023-04-30Fix C/107926: Wrong error message when initializing char arrayAndrew Pinski1-0/+15