summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Daily bump.HEADtrunkmasterGCC Administrator2023-05-1810-1/+400
* c: Handle printf %B like %b for C2xJoseph Myers2023-05-183-17/+15
* Fix type error of 'switch (SUBREG_BYTE (op)).'Jin Ma2023-05-171-0/+1
* RISC-V: Remove trailing spaces on lines.Jin Ma2023-05-174-7/+7
* Add clear_cache expander.John David Anglin2023-05-171-0/+17
* doc: Fix a pinch of typos in extend.texiArsen Arsenović2023-05-171-3/+3
* Fortran: set shape of initializers of zero-sized arrays [PR95374,PR104352]Harald Anlauf2023-05-172-2/+29
* libstdc++: Fix up some <cmath> templates [PR109883]Jakub Jelinek2023-05-172-117/+229
* libstdc++: Uncomment checks for <limits> enumeration typesJonathan Wakely2023-05-171-2/+0
* RISC-V: Remove masking third operand of rotate instructionsJivan Hakobyan2023-05-1712-111/+75
* libstdc++: Add system_header pragma to <bits/c++config.h>Jonathan Wakely2023-05-171-0/+2
* libstdc++: Implement LWG 3877 for std::expected monadic opsJonathan Wakely2023-05-172-24/+88
* i386: Fix up types in __builtin_{inf,huge_val,nan{,s},fabs,copysign}q builtin...Jakub Jelinek2023-05-172-1/+33
* tree-ssa-math-opts: correct -ffp-contract= checkAlexander Monakov2023-05-171-1/+1
* i386: Adjust emulated integer vector mode multiplication costsUros Bizjak2023-05-171-28/+44
* WriteInt in the ISO libraries should not emit '+' for positive valuesGaius Mulley2023-05-174-12/+12
* libstdc++: use __bool_constant instead of integral_constantKen Matsui2023-05-171-16/+16
* RISC-V: Add mode switching target hook to insert rounding mode config for fix...Juzhe-Zhong2023-05-1710-2/+249
* RISC-V: Introduce rounding mode operand into fixed-point intrinsicsJuzhe-Zhong2023-05-1752-426/+543
* Fix PR 106900: array-bounds warning inside simplify_builtin_callAndrew Pinski2023-05-171-2/+2
* RISC-V: Add rounding mode enum for fixed-point intrinsicsJuzhe-Zhong2023-05-173-0/+56
* Add Value_Range::operator=.Aldy Hernandez2023-05-171-0/+25
* Provide support for copying unsupported ranges.Aldy Hernandez2023-05-172-1/+16
* Add support for vrange streaming.Aldy Hernandez2023-05-173-0/+109
* doc: Describe behaviour of enums with fixed underlying type [PR109532]Jonathan Wakely2023-05-171-0/+4
* Fortran/OpenMP: Fix mapping of array descriptors and deferred-length stringsTobias Burnus2023-05-1713-140/+1877
* libstdc++: Regenerate configureJonathan Wakely2023-05-171-0/+1
* s390: Implement TARGET_ATOMIC_ALIGN_FOR_MODEStefan Schulze Frielinghaus2023-05-174-0/+74
* wide-int: Fix up function commentJakub Jelinek2023-05-171-1/+1
* c++: Don't try to initialize zero width bitfields in zero initialization [PR1...Jakub Jelinek2023-05-172-6/+26
* vect: Don't retry if the previous analysis failsKewen Lin2023-05-171-1/+1
* RISC-V: Support RVV VREINTERPRET from v{u}int*_t to vbool1_tPan Li2023-05-177-0/+105
* Disable warnings as errors for STAGEautofeedback.Eugene Rozenfeld2023-05-161-2/+3
* rs6000: use lis;xoris to build constantJiufu Guo2023-05-172-1/+16
* Daily bump.GCC Administrator2023-05-1710-1/+558
* c: Remove restrictions on declarations in 'for' loops for C2XJoseph Myers2023-05-1613-30/+142
* PR modula2/109879 WholeIO.ReadCard and ReadInt should consume leading spaceGaius Mulley2023-05-1717-75/+243
* c++: -Wdangling-reference not suppressed in template [PR109774]Marek Polacek2023-05-162-3/+26
* libstdc++: Disable cacheline alignment for DJGPP [PR109741]Jonathan Wakely2023-05-165-2/+86
* c++: desig init in presence of list ctor [PR109871]Patrick Palka2023-05-162-8/+24
* rs6000: Enable REE pass by default“Ajit Kumar Agarwal”2023-05-162-2/+4
* RISC-V: Fix wrong select_kind in riscv_compute_multilibKito Cheng2023-05-161-3/+3
* rs6000: Fix test int_128bit-runnable.c instruction countsCarl Love2023-05-161-2/+2
* rs6000: Fix test gc.target/powerpc/rs600-fpint.c test optionsCarl Love2023-05-161-2/+1
* PR modula2/108344 disable default opening of /dev/ttyGaius Mulley2023-05-162-27/+41
* aarch64: Allow moves after tied-register intrinsics (2nd edition)Richard Sandiford2023-05-162-0/+20
* libstdc++: Stop using TR1 macros in <cctype> and <cfenv>Jonathan Wakely2023-05-166-6/+157
* libstdc++: Stop using _GLIBCXX_USE_C99_STDINT_TR1 in <cstdint>Jonathan Wakely2023-05-1614-19/+372
* libstdc++: Stop using _GLIBCXX_USE_C99_COMPLEX_TR1 in <complex>Jonathan Wakely2023-05-165-7/+103
* libstdc++: Add assertion to debug_allocator testJonathan Wakely2023-05-161-1/+2