aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-02-22Fortran/OpenMP: Fix mapping of array descriptors and deferred-length stringsTobias Burnus5-124/+248
2023-02-22Fix: Fortran/OpenMP: align/allocator modifiers to the allocate clauseTobias Burnus2-8/+13
2023-02-22Daily bump.GCC Administrator1-1/+1
2023-02-21Daily bump.GCC Administrator4-1/+39
2023-02-20c++: ICE with redundant capture [PR108829]Marek Polacek3-3/+28
2023-02-20aarch64: Fix up bfmlal lane pattern [PR104921]Alex Coplan4-1/+28
2023-02-20Merge branch 'releases/gcc-12' into devel/omp/gcc-12Tobias Burnus17-30/+228
2023-02-20Daily bump.GCC Administrator1-1/+1
2023-02-19Daily bump.GCC Administrator2-1/+14
2023-02-18LoongArch: Fix multiarch tuple canonizationXi Ruoyao2-8/+8
2023-02-18Daily bump.GCC Administrator1-1/+1
2023-02-17Daily bump.GCC Administrator3-1/+18
2023-02-16amdgcn, libgomp: low-latency allocatorAndrew Stubbs3-1/+24
2023-02-16Fortran: error recovery on invalid assumed size reference [PR104554]Steve Kargl2-3/+16
2023-02-16Daily bump.GCC Administrator3-1/+26
2023-02-15Fix PR target/90458Eric Botcazou1-3/+8
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-15Daily bump.GCC Administrator4-1/+25
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-14Fix small regression in AdaEric Botcazou2-1/+9
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 Burnus110-145/+2986
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 Administrator7-1/+742
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-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
2023-02-10doc: Fix up return type of __builtin_va_arg_pack_len [PR108560]Jakub Jelinek1-1/+1
2023-02-10store-merging: Disable string_concatenate mode if start or end aren't byte al...Jakub Jelinek3-2/+179