aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-16libstdc++: printf format string fix in testsuiteMatthias Kretz1-1/+1
2023-02-16libstdc++: Document timeout and timeout-factor of simd testsMatthias Kretz1-2/+8
2023-02-16libstdc++: Ensure __builtin_constant_p isn't lost on the wayMatthias Kretz1-2/+4
2023-02-16'libgomp.c/usm-{1,2,3,4}.c': Re-enable non-GCN offloading compilationThomas Schwinge5-4/+12
2023-02-16amdgcn, libgomp: low-latency allocatorAndrew Stubbs10-11/+220
2023-02-16nvptx, libgomp: Move the low-latency allocator codeAndrew Stubbs4-273/+407
2023-02-16Fortran: error recovery on invalid assumed size reference [PR104554]Steve Kargl2-3/+16
2023-02-16libgomp: Fix up some typos in libgomp.texiJakub Jelinek2-7/+14
2023-02-16libgomp: Fix comment typoJakub Jelinek2-1/+9
2023-02-16Daily bump.GCC Administrator3-1/+26
2023-02-15Fix PR target/90458Eric Botcazou1-3/+8
2023-02-15Fix 'libgomp.{c-c++-common,fortran}/target-present-*' test casesThomas Schwinge7-22/+47
2023-02-15warn-access: wrong -Wdangling-pointer with labels [PR106080]Marek Polacek3-14/+26
2023-02-15OpenMP/Fortran: Fix loop-iter var privatization with !$OMP LOOP [PR108512]Tobias Burnus7-4/+133
2023-02-15libgomp: Fix reverse-offload for GOMP_MAP_TO_PSETTobias Burnus3-3/+21
2023-02-15libgomp: Fix 'target enter data' with always pointerTobias Burnus3-3/+40
2023-02-15Daily bump.GCC Administrator5-1/+38
2023-02-14c++: fix ICE in joust_maybe_elide_copy [PR106675]Marek Polacek2-0/+23
2023-02-14openmp: Add support for 'present' modifier in the Fortran parse tree dumpKwok Cheung Yeung2-0/+22
2023-02-14Address cast to pointer from integer of different size in 'libgomp/target.c:g...Thomas Schwinge2-2/+7
2023-02-14Fix small regression in AdaEric Botcazou2-1/+9
2023-02-13libstdc++: Add missing free functions for atomic_flag [PR103934]Thomas W Rodgers3-2/+70
2023-02-14Daily bump.GCC Administrator3-1/+59
2023-02-13gomp/openmp-simd-8.f90: Remove .ASSUME tree-dump checkTobias Burnus2-3/+5
2023-02-13Merge branch 'releases/gcc-12' into devel/omp/gcc-12Tobias Burnus114-170/+3227
2023-02-12rs6000: Fix typo on vec_vsubcuq in rs6000-overload.def [PR108396]Kewen Lin2-1/+15
2023-02-12rs6000: Teach rs6000_opaque_type_invalid_use_p about gcall [PR108348]Kewen Lin3-4/+61
2023-02-12rs6000: Teach rs6000_opaque_type_invalid_use_p about inline asm [PR108272]Kewen Lin5-10/+110
2023-02-13Daily bump.GCC Administrator1-1/+1
2023-02-12Daily bump.GCC Administrator3-1/+10
2023-02-11Suppress -fstack-protector warning on hppa.John David Anglin2-0/+6
2023-02-11Daily bump.GCC Administrator9-1/+785
2023-02-10i386: Fix up -Wuninitialized warnings in avx512erintrin.h [PR105593]Jakub Jelinek2-13/+7
2023-02-10x86: Avoid -Wuninitialized warnings on _mm*_undefined_* in C++ [PR105593]Jakub Jelinek6-0/+56
2023-02-10c, c++: Allow ignoring -Winit-self through pragmas [PR105593]Jakub Jelinek5-2/+110
2023-02-10c-family: Honor -Wno-init-self for cv-qual vars [PR102633]Marek Polacek5-16/+85
2023-02-10c++: Handle structured bindings like anon unions in initializers [PR108474]Jakub Jelinek3-2/+72
2023-02-10forwprop: Further fixes for simplify_rotate [PR108440]Jakub Jelinek3-9/+170
2023-02-10forwprop: Fix up rotate pattern matching [PR106523]Jakub Jelinek6-4/+335
2023-02-10c++: Avoid incorrect shortening of divisions [PR108365]Jakub Jelinek3-2/+28
2023-02-10libstdc++: Another merge from fast_float upstream [PR107468]Jakub Jelinek1-7/+105
2023-02-10libstdc++: Update from latest fast_float [PR107468]Jakub Jelinek2-25/+100
2023-02-10match.pd: When simplifying BFR of an insert, require a mode precision integra...Andrew Pinski2-1/+18
2023-02-10vect-patterns: Fix up vect_widened_op_tree [PR108692]Jakub Jelinek2-1/+50
2023-02-10fortran: Fix up hash table usage in gfc_trans_use_stmts [PR108451]Jakub Jelinek1-1/+5
2023-02-10nested, openmp: Wrap OMP_CLAUSE_*_GIMPLE_SEQ into GIMPLE_BIND for declare_var...Jakub Jelinek2-16/+34
2023-02-10ree: Fix -fcompare-debug issues in combine_reaching_defs [PR108573]Jakub Jelinek2-2/+22
2023-02-10c++, openmp: Handle some OMP_*/OACC_* constructs during constant expression e...Jakub Jelinek2-0/+94
2023-02-10i386: Fix up ix86_convert_const_wide_int_to_broadcast [PR108599]Jakub Jelinek2-1/+35
2023-02-10bbpart: Fix up ICE on asm goto [PR108596]Jakub Jelinek2-1/+46