aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)AuthorFilesLines
2019-09-20New IPA-SRAMartin Jambor38-120/+963
2019-09-19PR middle-end/91631 - buffer overflow into an array member of a declared obje...Martin Sebor6-19/+607
2019-09-19Support extended characters in C/C++ identifiers (PR c/67224)Lewis Hyatt36-0/+644
2019-09-19Handle [[likely]] on compound-statement.Jason Merrill1-0/+9
2019-09-19[Darwin, PPC, testsuite] Fix pr89313.c fail.Iain Sandoe2-1/+6
2019-09-19aarch64: Implement -moutline-atomicsRichard Henderson18-18/+37
2019-09-19Use post-dom info to update if/switch predicateFeng Xue2-0/+52
2019-09-19re PR tree-optimization/91812 (GCC ignores volatile modifier)Richard Biener2-0/+31
2019-09-19[Ada] Emit DW_AT_GNU_bias with -fgnat-encodings=gdbTom Tromey2-0/+38
2019-09-19[Ada] Accept concatentation arguments to pragma AnnotateSteve Baird2-0/+11
2019-09-19[Ada] Fix bogus "too late" error with nested generics and inliningEric Botcazou6-0/+56
2019-09-19[Ada] Fix bogus visibility error with nested generics and inliningEric Botcazou9-0/+102
2019-09-19[Ada] Spurious visibility error in generic child unitEd Schonberg5-0/+26
2019-09-19[Ada] Allow constants of access type in Global contractsYannick Moy3-0/+22
2019-09-19[Ada] Fix run-time segfault with derived access-to-subprogram typeEric Botcazou2-0/+24
2019-09-19[Ada] Crash on predicate in full view in a generic unitEd Schonberg3-0/+65
2019-09-19[Ada] Fix spurious type mismatch failure on nested instantiationsEric Botcazou5-0/+63
2019-09-19[Ada] Infinite loop with concatenation and aspectBob Duff2-0/+18
2019-09-19[Ada] Fix fallout of previous change for bit-packed arraysEric Botcazou2-0/+27
2019-09-19Extend pass rpad to handle avx512f vcvtusi2ss vcvtusi2ss 538.imagick_r improv...Hongtao Liu2-0/+23
2019-09-18i386: Restore Skylake SImode hard register store costH.J. Lu2-0/+30
2019-09-18i386: Increase Skylake SImode pseudo register store costH.J. Lu2-0/+29
2019-09-18[Ada] Fix spurious alignment warning on simple address clauseEric Botcazou3-0/+29
2019-09-18[Ada] Crash on universal case expression in fixed-point divisionEd Schonberg2-0/+32
2019-09-18[Ada] Crash on aggregate with dscriminant in if-expression as defaultEd Schonberg2-0/+37
2019-09-18[Ada] Spurious ineffective use_clause warningJustin Squirek3-0/+20
2019-09-18[Ada] Missing accessibility check on discrim assignmentJustin Squirek4-0/+100
2019-09-18[Ada] Fix sharing of expression in array aggregate with others choiceEric Botcazou2-0/+33
2019-09-18[Ada] Implement AI12-0086's rules for discriminants in aggregatesSteve Baird2-0/+28
2019-09-18[Ada] Ensure that Scan_Real result does not depend on trailing zerosNicolas Roche2-0/+14
2019-09-18[Ada] Raise exception on call to Expect for a dead processVadim Godunko2-0/+39
2019-09-18[Ada] No Storage_Error for an oversized disabled ghost array objectSteve Baird3-0/+18
2019-09-18[Ada] Fix 32/64bit mistake on SYSTEM_INFO component in s-win32Olivier Hainque2-0/+27
2019-09-18[Ada] Avoid uninitialized variable in bounded containersBob Duff3-0/+16
2019-09-18[x86] Tweak testcases for PR82361Richard Sandiford3-12/+19
2019-09-17[ARM/FDPIC v6 20/24] [ARM][testsuite] FDPIC: Skip tests using architectures u...Christophe Lyon33-14/+90
2019-09-17PR ipa/91089 - Setup predicate for switch default case in IPAFeng Xue2-0/+67
2019-09-17re PR fortran/91588 (ICE in check_inquiry, at fortran/expr.c:2673)Paul Thomas2-0/+39
2019-09-17[Ada] Fix rounding of fixed-point arithmetic operationYannick Moy2-0/+24
2019-09-17[Ada] Raise Constraint_Error in overflow case involving roundingYannick Moy2-0/+28
2019-09-17[Ada] Avoid to close irrelevant file descriptorsVadim Godunko2-0/+37
2019-09-17[Ada] In a generic use Presanalyze_Spec_Expression on PredicatesEd Schonberg3-0/+31
2019-09-17[Ada] Ada 2020: Raise expressions in limited contexts (AI12-0172)Javier Miranda2-0/+62
2019-09-17[Ada] Fix wrong value of 'Size for slices of bit-packed arraysEric Botcazou2-0/+25
2019-09-16decl.c (grokdeclarator): Use declspecs->locations and declarator->id_loc in a...Paolo Carlini10-27/+44
2019-09-16pr89386.c (foo): Fix return type.Uros Bizjak2-2/+2
2019-09-16Fix PR88784, middle end is missing some optimizations about unsignedLi Jia He13-0/+389
2019-09-16re PR tree-optimization/91756 (g++.dg/lto/alias-3 FAILs)Richard Biener2-0/+35
2019-09-16PR c++/30277 - int-width bit-field promotion.Jason Merrill1-0/+17
2019-09-16PR c++/82165 - enum bitfields and operator overloading.Jason Merrill1-0/+36