aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-26OpenACC: Fix reduction tree-sharing issue [PR106982]Tobias Burnus3-8/+45
2022-09-26s390: fix wrong refactoringMartin Liska1-8/+7
2022-09-26aarch64: Add -march support for Armv9.1-A, Armv9.2-A, Armv9.3-AKyrylo Tkachov3-0/+24
2022-09-26ada: Doc: rename Valid_Image to Valid_ValueGhjuvan Lacambre3-16/+16
2022-09-26ada: Fix location of pragmas coming from aspects in top-level instancesPiotr Trojanek1-2/+5
2022-09-26ada: Remove unreferenced Rtsfind entriesPiotr Trojanek1-109/+2
2022-09-26ada: Remove unreferenced C macro from OS constants templatePiotr Trojanek1-3/+0
2022-09-26ada: Document Long_Long_Long_Size parameter for -gnateTEric Botcazou2-1/+5
2022-09-26ada: Improve CUDA host-side and device-side binder supportSteve Baird1-5/+4
2022-09-26ada: Document support for the mold linkerKévin Le Gouguec2-8/+30
2022-09-26ada: Make Original_Aspect_Pragma_Name more preciseTucker Taft1-0/+8
2022-09-26ada: Delay expansion of iterator specification in preanalysisPiotr Trojanek1-8/+3
2022-09-26ada: Delay expansion of iterated component associationPiotr Trojanek1-4/+5
2022-09-26ada: Only reject volatile ghost objects when SPARK_Mode is OnPiotr Trojanek1-1/+1
2022-09-26ada: Improve accessibility check generationJustin Squirek1-3/+13
2022-09-26ada: Remove GNATmetric's documentation from GNAT's documentationBoris Yakobowski1-1119/+1
2022-09-26ada: Remove socket definitions for ancient MinGWPiotr Trojanek2-11/+0
2022-09-26ada: Remove definition of MAXPATHLEN for ancient MinGWPiotr Trojanek1-6/+0
2022-09-26ada: Deconstruct build support for ancient MinGWPiotr Trojanek6-49/+5
2022-09-26ada: Tune comment of routine for detecting junk namesPiotr Trojanek1-6/+3
2022-09-26Small tweaks.Eric Botcazou1-6/+6
2022-09-26ranger: remove unused functionMartin Liska1-9/+0
2022-09-26rs6000: Fix the condition with frame_pointer_needed_indeed [PR96072]Kewen Lin2-1/+15
2022-09-26testsuite: Fix up avx256-unaligned-store-3.c test.Hu, Lin11-1/+1
2022-09-25rs6000: Fix condition of define_expand vec_shr_<mode> [PR100645]Kewen Lin2-1/+14
2022-09-26Support 2-instruction vector shuffle for V4SI/V4SF in ix86_expand_vec_perm_co...liuhongt5-0/+373
2022-09-26Daily bump.GCC Administrator4-1/+116
2022-09-25fortran: Support clobbering of derived types [PR41453]Mikael Morin2-1/+83
2022-09-25fortran: Support clobbering of allocatables and pointers [PR41453]Mikael Morin2-2/+42
2022-09-25fortran: Support clobbering of ASSOCIATE variables [PR41453]Mikael Morin2-1/+45
2022-09-25fortran: Support clobbering of SAVE variables [PR41453]Mikael Morin2-2/+45
2022-09-25fortran: Support clobbering of reference variables [PR41453]Mikael Morin2-4/+34
2022-09-25fortran: Support clobbering with implicit interfaces [PR105012]Harald Anlauf2-4/+39
2022-09-25fortran: Move clobbers after evaluation of all arguments [PR106817]Mikael Morin2-2/+47
2022-09-25fortran: Fix invalid function decl clobber ICE [PR105012]Mikael Morin2-1/+29
2022-09-25fortran: Move the clobber generation codeMikael Morin2-30/+33
2022-09-25Fix typo in chapter level for RISC-V attributesTorbjörn SVENSSON1-1/+1
2022-09-25Daily bump.GCC Administrator6-1/+50
2022-09-24libstdc++: Simplify detection idiom using conceptsJonathan Wakely5-39/+44
2022-09-24openmp: Fix ICE with taskgroup at -O0 -fexceptions [PR107001]Jakub Jelinek3-3/+29
2022-09-24openmp, c: Tighten up c_tree_equal [PR106981]Jakub Jelinek3-6/+38
2022-09-24Daily bump.GCC Administrator7-1/+272
2022-09-23libstdc++: Add test for type traits not having friend accessJonathan Wakely1-0/+22
2022-09-23libstdc++: Fix std::is_nothrow_invocable_r for uncopyable prvalues [PR91456]Jonathan Wakely3-30/+36
2022-09-23testsuite: Add more C2x testsJoseph Myers3-0/+1062
2022-09-23testsuite: Skip intrinsics test if armTorbjörn SVENSSON3-3/+3
2022-09-23c++: Implement __is_{nothrow_,}convertible [PR106784]Marek Polacek16-4/+684
2022-09-23RISC-V: make USE_LOAD_ADDRESS_MACRO easier to understandVineet Gupta1-6/+7
2022-09-23RISC-V: Add RVV machine modes.zhongjuzhe1-0/+141
2022-09-23RISC-V: Support poly move manipulation and selftests.zhongjuzhe8-7/+560