aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-11-04testsuite: Add testcase from C++23 P2314R4 - Character sets and encodingsJakub Jelinek1-0/+10
2022-11-04libcpp: Update to Unicode 15Jakub Jelinek1-0/+24
2022-11-04AArch64: Fix testcaseWilco Dijkstra1-3/+3
2022-11-04input: add get_source_text_betweenJeff Chapman II2-0/+93
2022-11-04Set nonzero bits for multiplication and divisions by a power of 2.Aldy Hernandez3-0/+96
2022-11-04Fix recent thinko in operand_equal_pEric Botcazou5-14/+61
2022-11-04Do not use subword paradoxical subregs in emit_group_storeEric Botcazou1-13/+13
2022-11-04ada: Fix for validity checks combined with aliasing checksJustin Squirek1-5/+11
2022-11-04ada: Fix couple of issues with arrays indexed by enumeration typeEric Botcazou2-15/+5
2022-11-04ada: Fix typo in comment referring to pragma RestrictionsPiotr Trojanek1-3/+2
2022-11-04ada: Cleanup code for warnings about unreferenced formal parametersPiotr Trojanek1-9/+0
2022-11-04ada: Cleanup code for unreferenced variablesPiotr Trojanek1-19/+10
2022-11-04ada: Cleanup code for warnings about unset referencesPiotr Trojanek2-12/+19
2022-11-04ada: Static intrinsic functions are a core language extension.Steve Baird4-3/+9
2022-11-04ada: Remove redundant calls in handling of aspect specificationsPiotr Trojanek3-4/+0
2022-11-04ada: Flag unsupported dispatching constructor callsJavier Miranda3-9/+55
2022-11-04ada: Avoid repeated iteration over private protected componentsPiotr Trojanek1-14/+11
2022-11-04ada: Cleanup clearing flags on package variablesPiotr Trojanek1-12/+9
2022-11-04ada: Fix various typos in GNAT User's GuidePiotr Trojanek4-16/+18
2022-11-04ada: Fix loop unnesting issue.Marc Poulhiès3-8/+16
2022-11-04ada: Fix repeated killing of private entity valuesPiotr Trojanek1-29/+9
2022-11-04ada: Simplify detection of controlling formalsPiotr Trojanek1-3/+3
2022-11-04ada: Skip dynamic interface conversion under configurable runtimeJavier Miranda1-1/+1
2022-11-04ada: Skip dynamic interface conversion under configurable runtimeJavier Miranda2-14/+33
2022-11-04ada: Fix typoRonan Desplanques2-2/+2
2022-11-04ada: Remove sa_messagesGhjuvan Lacambre2-806/+0
2022-11-04ada: Refactor: replace uses of `not Present(X)` with `No (X)`Ghjuvan Lacambre27-77/+74
2022-11-04ada: Fix various typos in node and entity description commentsPiotr Trojanek2-12/+14
2022-11-04ada: Fix various typos in GNAT RMPiotr Trojanek6-22/+22
2022-11-04ada: Improve efficiency of scope stack restorationPiotr Trojanek1-2/+2
2022-11-04ada: Small editorial changes to documentation commentsRonan Desplanques1-4/+4
2022-11-04ada: Allow enabling a restricted set of language extensions.Steve Baird22-95/+212
2022-11-04ada: Generate missing object decls for adainit/adafinal registration callsSteve Baird1-5/+14
2022-11-04ada: Support lock-free protected objects with pragma Initialize_ScalarsPiotr Trojanek1-0/+9
2022-11-04ada: Remove VxWorks 6 and VxWorks 653 2.x content from the UGXCedric Landet3-6/+6
2022-11-04ada: Reject expanded global names in lock-free protected objectsPiotr Trojanek1-2/+2
2022-11-04ada: Generate host-side CUDA_Register_Function calls for device's adainit/ada...Steve Baird1-17/+49
2022-11-04aarch64: Fix typo in aarch64-sve.md commentKyrylo Tkachov1-2/+2
2022-11-04Remove support for Intel MIC offloadingThomas Schwinge10-817/+3
2022-11-04Better integrate default 'sorry' 'TARGET_ASM_CONSTRUCTOR', 'TARGET_ASM_DESTRU...Thomas Schwinge7-72/+24
2022-11-04Restore default 'sorry' 'TARGET_ASM_CONSTRUCTOR', 'TARGET_ASM_DESTRUCTOR'Thomas Schwinge5-0/+74
2022-11-04Support Intel AMX-FP16 ISAHongyu Wang29-14/+262
2022-11-04arm: Allow to override location of .gnu.sgstubs sectionTorbjörn SVENSSON6-5/+16
2022-11-04c++: Use in-process client when networking is disabledTorbjörn SVENSSON2-1/+5
2022-11-04Initial Sierra Forest SupportHaochen Jiang12-2/+46
2022-11-04Support Intel CMPccXADDHaochen Jiang33-15/+436
2022-11-04Daily bump.GCC Administrator8-1/+504
2022-11-03c++: Quash -Wdangling-reference for member operator* [PR107488]Marek Polacek2-1/+33
2022-11-03c++: requires-expr and access checking [PR107179]Patrick Palka2-0/+18
2022-11-03Add testcases resolved with ranger as VRP1.Andrew MacLeod3-0/+63