summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* libstdc++: Require tzdb support for chrono::zoned_time printer testJonathan Wakely2023-05-161-1/+2
* libstdc++: Do not use pthread_mutex_clocklock with ThreadSanitizerJonathan Wakely2023-05-162-2/+2
* ada: Add "gnat --help-ada" text for new switches.Steve Baird2023-05-161-0/+4
* ada: Use accumulator type in expansion of 'Reduce attributeEric Botcazou2023-05-161-10/+62
* ada: Fix missing warning on aggregate with iterated componentEric Botcazou2023-05-161-1/+0
* ada: Fix crash on iterated component in expression functionEric Botcazou2023-05-161-6/+8
* ada: Fix internal error on 'Image applied to array componentEric Botcazou2023-05-161-2/+21
* ada: Fix internal error on chain of predicated record typesEric Botcazou2023-05-161-6/+21
* ada: Update proof of runtime unitsYannick Moy2023-05-166-45/+31
* ada: Implement inheritance of user-defined literal aspects for untagged typesEric Botcazou2023-05-163-8/+38
* ada: Spurious error analyzing 'old or 'result in class-wide conditionsJavier Miranda2023-05-161-2/+21
* ada: Spurious error on function returning CPP typeJavier Miranda2023-05-161-1/+6
* ada: Apply range checks to preanalyzed aggregate expressionsPiotr Trojanek2023-05-161-1/+1
* ada: usage.adb: document -gnatyD switchGhjuvan Lacambre2023-05-161-0/+1
* ada: Fix Ada representation of r_debug and link_map typesMarc Poulhiès2023-05-161-6/+13
* ada: Enable Support_Atomic_Primitives on PPC LinuxJohannes Kliemann2023-05-163-0/+151
* ada: Follow-up improvement to implementation of storage modelsEric Botcazou2023-05-161-0/+16
* ada: Add tags on style messagesArnaud Charlet2023-05-1610-62/+75
* ada: Fix typo in "pattern"Tom Tromey2023-05-163-4/+4
* ada: Adjust semantics and implementation of storage modelsEric Botcazou2023-05-168-82/+274
* ada: Build invariant procedure while freezing in GNATprove modePiotr Trojanek2023-05-161-8/+46
* ada: Get name from entity if that's what's passed to Subprogram_NameRichard Kenner2023-05-161-0/+3
* ada: Document examples of No_Dependence restriction for code generationEric Botcazou2023-05-162-2/+43