[gcc r15-9539] Doc: Document raw string literals as GNU C extension [PR88382]

2025-04-16 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:47561e459e7ea6ad2451310a3f9fee38fc08318d commit r15-9539-g47561e459e7ea6ad2451310a3f9fee38fc08318d Author: Sandra Loosemore Date: Wed Apr 16 22:16:16 2025 + Doc: Document raw string literals as GNU C extension [PR88382] gcc/ChangeLog PR c/8838

[gcc r15-9534] Doc: make regenerate-opt-urls

2025-04-16 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:dbffeadf7f682625c7ac8c251ee62c02c90f32df commit r15-9534-gdbffeadf7f682625c7ac8c251ee62c02c90f32df Author: Sandra Loosemore Date: Wed Apr 16 18:51:28 2025 + Doc: make regenerate-opt-urls gcc/ChangeLog * common.opt.urls: Regenerated. Diff: ---

[gcc r15-9529] Doc: Add pointer to --help use to main entry for -Q option [PR90465]

2025-04-16 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:a5212edf268fde45783106b33e6f74d56d6210d4 commit r15-9529-ga5212edf268fde45783106b33e6f74d56d6210d4 Author: Sandra Loosemore Date: Wed Apr 16 18:17:11 2025 + Doc: Add pointer to --help use to main entry for -Q option [PR90465] -Q does something completely

[gcc r15-9502] Docs: Address -fivopts, -O0, and -Q confusion [PR71094]

2025-04-15 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:d91aab4dd6814ca54c211a93fec3f072745a52c4 commit r15-9502-gd91aab4dd6814ca54c211a93fec3f072745a52c4 Author: Sandra Loosemore Date: Tue Apr 15 18:37:37 2025 + Docs: Address -fivopts, -O0, and -Q confusion [PR71094] There's a blurb at the top of the "Optimiz

[gcc r15-9475] Doc: always_inline attribute vs multiple TUs and LTO [PR113203]

2025-04-14 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:fc89b1face0d207710eaa3d8f5af3adcffd5c5c9 commit r15-9475-gfc89b1face0d207710eaa3d8f5af3adcffd5c5c9 Author: Sandra Loosemore Date: Tue Apr 15 03:49:06 2025 + Doc: always_inline attribute vs multiple TUs and LTO [PR113203] gcc/ChangeLog PR ipa/1

[gcc r15-9472] Doc: clarify -march=pentiumpro has no MMX support [PR42683]

2025-04-14 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:f7a2f0aa6bd28c054cecfda9d2c499a304cd4c2a commit r15-9472-gf7a2f0aa6bd28c054cecfda9d2c499a304cd4c2a Author: Sandra Loosemore Date: Tue Apr 15 00:56:30 2025 + Doc: clarify -march=pentiumpro has no MMX support [PR42683] gcc/ChangeLog PR target/42

[gcc r15-9399] Doc: Explicitly document extensions implied by -march=x86_64 [PR97585]

2025-04-12 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:342f1663bfb0e662f12c035c922d72166be9dd22 commit r15-9399-g342f1663bfb0e662f12c035c922d72166be9dd22 Author: Sandra Loosemore Date: Sat Apr 12 04:03:11 2025 + Doc: Explicitly document extensions implied by -march=x86_64 [PR97585] gcc/ChangeLog P

[gcc r15-9390] Doc: Correct documentation for -fstrong-eval-order [PR106618]

2025-04-11 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:498933e54dc4669276951d27d3b1bcdc0d4bacb4 commit r15-9390-g498933e54dc4669276951d27d3b1bcdc0d4bacb4 Author: Sandra Loosemore Date: Fri Apr 11 22:18:45 2025 + Doc: Correct documentation for -fstrong-eval-order [PR106618] gcc/ChangeLog PR c++/106

[gcc r15-9389] Doc: Delete misleading sentence from -frounding-math docs [PR105548]

2025-04-11 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:93f6ea830348a5a733ecde863cddae80d84bdda0 commit r15-9389-g93f6ea830348a5a733ecde863cddae80d84bdda0 Author: Sandra Loosemore Date: Fri Apr 11 21:16:41 2025 + Doc: Delete misleading sentence from -frounding-math docs [PR105548] gcc/ChangeLog PR

[gcc r15-9374] Doc: Add missing documentation for -ftree-cselim [PR87909]

2025-04-10 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:f6b0dc1b1c5f1736e77a42512085f9ab290775fd commit r15-9374-gf6b0dc1b1c5f1736e77a42512085f9ab290775fd Author: Sandra Loosemore Date: Fri Apr 11 03:16:26 2025 + Doc: Add missing documentation for -ftree-cselim [PR87909] gcc/ChangeLog PR tree-optim

[gcc r15-9371] Doc: Discourage the use of -ffloat-store [PR14708]

2025-04-10 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:0c210fbbd70af16326ca64bf3447eb38b6fd6e0d commit r15-9371-g0c210fbbd70af16326ca64bf3447eb38b6fd6e0d Author: Sandra Loosemore Date: Fri Apr 11 00:06:17 2025 + Doc: Discourage the use of -ffloat-store [PR14708] gcc/ChangeLog PR middle-end/14708

[gcc r15-9320] Doc: Copy-edit text about -Wno-xxx [PR90468]

2025-04-08 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:5c06ad9ab4a922c86265b2a1b167597c87b646f7 commit r15-9320-g5c06ad9ab4a922c86265b2a1b167597c87b646f7 Author: Sandra Loosemore Date: Tue Apr 8 16:58:05 2025 + Doc: Copy-edit text about -Wno-xxx [PR90468] The issue is specifically about a missing word, but I

[gcc r15-9236] Doc: Further clarify support for _Bool type

2025-04-06 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:b39d5fad621c25812fb764e3a8808bab3f2fe774 commit r15-9236-gb39d5fad621c25812fb764e3a8808bab3f2fe774 Author: Sandra Loosemore Date: Sun Apr 6 16:03:48 2025 + Doc: Further clarify support for _Bool type gcc/ChangeLog * doc/extend.texi (Boolean Ty

[gcc r15-9232] Doc: Fix description of -Wno-aggressive-loop-optimizations [PR78874]

2025-04-05 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:13c9b353895fef8d5b1593b7527df41487c512d1 commit r15-9232-g13c9b353895fef8d5b1593b7527df41487c512d1 Author: Sandra Loosemore Date: Sun Apr 6 04:39:59 2025 + Doc: Fix description of -Wno-aggressive-loop-optimizations [PR78874] gcc/ChangeLog PR m

[gcc r15-9229] Doc: make regenerate-opt-urls

2025-04-05 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:6bf272ec7f17288f461e048e9ca5dc85d83b2bd4 commit r15-9229-g6bf272ec7f17288f461e048e9ca5dc85d83b2bd4 Author: Sandra Loosemore Date: Sun Apr 6 02:26:27 2025 + Doc: make regenerate-opt-urls I keep forgetting to do this :-( gcc/c-family/ChangeLog

[gcc r15-9228] Doc: Document -Wpsabi [PR81831]

2025-04-05 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:027491d79b2749afb57aa5c8284ed69e6b1c44b5 commit r15-9228-g027491d79b2749afb57aa5c8284ed69e6b1c44b5 Author: Sandra Loosemore Date: Sun Apr 6 00:11:39 2025 + Doc: Document -Wpsabi [PR81831] Per the issue, there were a couple places in the manual where -

[gcc r15-9225] Docs: Document -fcf-protection without argument [PR112589]

2025-04-05 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:3026daa8edcc0d04ba6facdab84c5854255e55c6 commit r15-9225-g3026daa8edcc0d04ba6facdab84c5854255e55c6 Author: Sandra Loosemore Date: Sat Apr 5 16:36:35 2025 + Docs: Document -fcf-protection without argument [PR112589] gcc/ChangeLog PR middle-end/

[gcc r15-9163] Doc: Improve wording of -Werror documentation [PR58973]

2025-04-04 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:0acac6c432aef97222f14a1b87b9e9f9ee94c9e8 commit r15-9163-g0acac6c432aef97222f14a1b87b9e9f9ee94c9e8 Author: Sandra Loosemore Date: Wed Apr 2 21:29:33 2025 + Doc: Improve wording of -Werror documentation [PR58973] gcc/ChangeLog PR driver/58973

[gcc r15-9046] Doc: Clean up New/Delete Builtins manual section

2025-04-04 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:37f35ebc7c50afdc9aeb4774b7d0ca7e7f32bbf1 commit r15-9046-g37f35ebc7c50afdc9aeb4774b7d0ca7e7f32bbf1 Author: Sandra Loosemore Date: Wed Mar 26 18:25:51 2025 + Doc: Clean up New/Delete Builtins manual section I noticed that the "New/Delete Builtins" section

[gcc r15-9185] Doc: Clean up musttail attribute docs some more

2025-04-04 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:26e9139691ac73f53fad64960a0ea48830adfa52 commit r15-9185-g26e9139691ac73f53fad64960a0ea48830adfa52 Author: Sandra Loosemore Date: Thu Apr 3 05:02:34 2025 + Doc: Clean up musttail attribute docs some more Looking over the recently-committed change to the m

[gcc/devel/omp/gcc-14] OpenMP: Require target and/or targetsync init modifier [PR118965]

2025-04-03 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:be92d54c5622705b03f7db3e3e214b055bf82176 commit be92d54c5622705b03f7db3e3e214b055bf82176 Author: Sandra Loosemore Date: Mon Mar 31 22:02:35 2025 + OpenMP: Require target and/or targetsync init modifier [PR118965] As noted in PR 118965, the initial interop

[gcc r15-9165] Doc: Clarify use of access attribute [PR101440]

2025-04-02 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:4590a31f81ae18e0d887c1a56f510d22754f31ed commit r15-9165-g4590a31f81ae18e0d887c1a56f510d22754f31ed Author: Sandra Loosemore Date: Thu Apr 3 02:40:59 2025 + Doc: Clarify use of access attribute [PR101440] This issue was specifically about a confusing menti

[gcc r15-9155] Doc: #pragma pack documentation cleanup [PR114957] [PR78008] [PR60972]

2025-04-02 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:a2e03736fc932ef613ad01a9499126cbaa538bf8 commit r15-9155-ga2e03736fc932ef613ad01a9499126cbaa538bf8 Author: Sandra Loosemore Date: Wed Apr 2 18:20:35 2025 + Doc: #pragma pack documentation cleanup [PR114957] [PR78008] [PR60972] This patch addresses a numbe

[gcc r15-9152] OpenMP: Require target and/or targetsync init modifier [PR118965]

2025-04-02 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:aca8155c09001f269a20d6df438fa0e749dd5388 commit r15-9152-gaca8155c09001f269a20d6df438fa0e749dd5388 Author: Sandra Loosemore Date: Mon Mar 31 22:02:35 2025 + OpenMP: Require target and/or targetsync init modifier [PR118965] As noted in PR 118965, the initi

[gcc r15-9142] Doc: Cross-reference constructor and init_priority attributes [PR118982]

2025-04-01 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:12533c0c8b27dcbb1b83517bf4eb09faa98bf814 commit r15-9142-g12533c0c8b27dcbb1b83517bf4eb09faa98bf814 Author: Sandra Loosemore Date: Wed Apr 2 02:50:10 2025 + Doc: Cross-reference constructor and init_priority attributes [PR118982] Per the issue, the discuss

[gcc r15-9140] Doc: Document _Bool type as C90 extension [PR118118]

2025-04-01 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:4c708fa411fa708e7abc717b0880d6f708967a37 commit r15-9140-g4c708fa411fa708e7abc717b0880d6f708967a37 Author: Sandra Loosemore Date: Tue Apr 1 23:10:16 2025 + Doc: Document _Bool type as C90 extension [PR118118] gcc/ChangeLog PR c/118118

[gcc r15-9137] Doc: Document enum with underlying type extension [PR117689]

2025-04-01 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:42b2fc3fc9c06c174ec4d2c0566f54b624bc70b5 commit r15-9137-g42b2fc3fc9c06c174ec4d2c0566f54b624bc70b5 Author: Sandra Loosemore Date: Tue Apr 1 19:34:14 2025 + Doc: Document enum with underlying type extension [PR117689] This is a C23/C++11 feature that is su

[gcc r15-9044] Doc: Organize atomic memory builtins documentation [PR42270]

2025-03-30 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:34efc890bf7df099e85b34e596dea82f3596aab2 commit r15-9044-g34efc890bf7df099e85b34e596dea82f3596aab2 Author: Sandra Loosemore Date: Wed Mar 26 14:56:02 2025 + Doc: Organize atomic memory builtins documentation [PR42270] This is part of an incremental effort

[gcc r15-9048] Docs: make regenerate-opt-urls

2025-03-30 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:f7085e23148d415e8fefbcbea72cef607aa1 commit r15-9048-gf7085e23148d415e8fefbcbea72cef607aa1 Author: Sandra Loosemore Date: Sun Mar 30 22:05:51 2025 + Docs: make regenerate-opt-urls gcc/c-family/ChangeLog * c.opt.urls: Regenerate.

[gcc r15-9042] Doc: Move builtin documentation to a new chapter [PR42270]

2025-03-30 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:1fb78f025f726e2268da142f07007b1fb0819fb1 commit r15-9042-g1fb78f025f726e2268da142f07007b1fb0819fb1 Author: Sandra Loosemore Date: Tue Mar 25 05:25:34 2025 + Doc: Move builtin documentation to a new chapter [PR42270] This is part of an incremental effort t

[gcc r15-9045] Doc: Move Integer Overflow Builtins section [PR42270]

2025-03-30 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:7af7e80d859da9a2c0f6d228b8489e0bd8c0e61c commit r15-9045-g7af7e80d859da9a2c0f6d228b8489e0bd8c0e61c Author: Sandra Loosemore Date: Wed Mar 26 16:43:18 2025 + Doc: Move Integer Overflow Builtins section [PR42270] This is part of an incremental effort to mak

[gcc r15-9041] Doc: Add a container section to consolidate attribute documentation [PR42270]

2025-03-30 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:1cfb1b58804859199bc2502ab35e08bfd0039040 commit r15-9041-g1cfb1b58804859199bc2502ab35e08bfd0039040 Author: Sandra Loosemore Date: Tue Mar 25 02:56:48 2025 + Doc: Add a container section to consolidate attribute documentation [PR42270] This is part of

[gcc r15-9040] Doc: Remove separate "Target Format Checks" section [PR42270]

2025-03-30 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:991aa8f992a4f5ea6ebe1bd7aec61d3071c23b8f commit r15-9040-g991aa8f992a4f5ea6ebe1bd7aec61d3071c23b8f Author: Sandra Loosemore Date: Tue Mar 25 05:22:38 2025 + Doc: Remove separate "Target Format Checks" section [PR42270] This is part of an incremental effor

[gcc/devel/omp/gcc-14] OpenMP: Fix declaration in append-args-interop.c test case

2025-03-27 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:ce9c73f85adb2929ce191f891103d00a32d0129c commit ce9c73f85adb2929ce191f891103d00a32d0129c Author: Sandra Loosemore Date: Thu Mar 27 00:59:37 2025 + OpenMP: Fix declaration in append-args-interop.c test case I ran into this while backporting my declare vari

[gcc/devel/omp/gcc-14] testsuite: Fix up append-args-interop.f90 test

2025-03-27 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:dbf98134378b63b1a5c206f8db0739ceb7fdffe3 commit dbf98134378b63b1a5c206f8db0739ceb7fdffe3 Author: Jakub Jelinek Date: Wed Mar 26 14:41:15 2025 +0100 testsuite: Fix up append-args-interop.f90 test The gcc/testsuite/*/gomp/ tests aren't compiled with include or

[gcc/devel/omp/gcc-14] OpenMP: Create additional interop objects with append_args

2025-03-27 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:8110f3d036ed33770e5a2f0ab89b3600c26df457 commit 8110f3d036ed33770e5a2f0ab89b3600c26df457 Author: Sandra Loosemore Date: Wed Mar 26 21:09:36 2025 + OpenMP: Create additional interop objects with append_args This patch adds support for the case where #pragm

[gcc r15-8961] OpenMP: Fix declaration in append-args-interop.c test case

2025-03-26 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:876a521a198130bac638d682444e908b331c1185 commit r15-8961-g876a521a198130bac638d682444e908b331c1185 Author: Sandra Loosemore Date: Thu Mar 27 00:59:37 2025 + OpenMP: Fix declaration in append-args-interop.c test case I ran into this while backporting my de

[gcc r15-8898] OpenMP: Create additional interop objects with append_args.

2025-03-25 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:f016ee89955ab4da5fe7ef89368e9437bb5ffb13 commit r15-8898-gf016ee89955ab4da5fe7ef89368e9437bb5ffb13 Author: Sandra Loosemore Date: Tue Mar 25 15:55:45 2025 + OpenMP: Create additional interop objects with append_args. This patch adds support for the case w

[gcc r15-8683] Doc: Add "Additional Numeric Types" sectioning to extend.texi [PR42270]

2025-03-24 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:557e809455a886e8f59f57e5c7b0a940e028d130 commit r15-8683-g557e809455a886e8f59f57e5c7b0a940e028d130 Author: Sandra Loosemore Date: Thu Mar 13 03:43:04 2025 + Doc: Add "Additional Numeric Types" sectioning to extend.texi [PR42270] This is part of an increme

[gcc r15-8684] Doc: Add "Aggregate Types" sectioning to extend.texi [PR42270]

2025-03-24 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:9fc2f849f58d3b35a7d7ceca057be07f9ad6284d commit r15-8684-g9fc2f849f58d3b35a7d7ceca057be07f9ad6284d Author: Sandra Loosemore Date: Thu Mar 13 14:52:10 2025 + Doc: Add "Aggregate Types" sectioning to extend.texi [PR42270] This is part of an incremental effo

[gcc r15-7930] Sanitizer: Fix typo in previous documentation patch.

2025-03-15 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:85b46d0795ac76bc192cb8f88b646a647acf98c1 commit r15-7930-g85b46d0795ac76bc192cb8f88b646a647acf98c1 Author: Sandra Loosemore Date: Mon Mar 10 16:59:36 2025 + Sanitizer: Fix typo in previous documentation patch. gcc/ChangeLog * doc/invoke.texi (

[gcc r15-8046] Doc: Remove redundant info from documentation of -ansi.

2025-03-13 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:81203220af87714fd0f3170a2043ab5d95353eef commit r15-8046-g81203220af87714fd0f3170a2043ab5d95353eef Author: Sandra Loosemore Date: Wed Mar 12 23:36:17 2025 + Doc: Remove redundant info from documentation of -ansi. The -ansi option has essentially been supe

[gcc/devel/omp/gcc-14] OpenMP: Integrate dynamic selectors with dispatch argument handling [PR118457]

2025-03-13 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:29a1c0c4bda74a786db857e409b2e960343211e7 commit 29a1c0c4bda74a786db857e409b2e960343211e7 Author: Sandra Loosemore Date: Thu Mar 13 19:41:15 2025 + OpenMP: Integrate dynamic selectors with dispatch argument handling [PR118457] Support for dynamic selector

[gcc r15-7971] OpenMP/C: Store location in cp_parser_omp_var_list for kind=0 [PR118579]

2025-03-11 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:f74ed83e287dbaa20e9649df6cda631ee461ecf5 commit r15-7971-gf74ed83e287dbaa20e9649df6cda631ee461ecf5 Author: Sandra Loosemore Date: Tue Mar 11 16:36:22 2025 + OpenMP/C: Store location in cp_parser_omp_var_list for kind=0 [PR118579] This patch is the C equiv

[gcc r15-7911] OpenMP: Integrate dynamic selectors with dispatch argument handling [PR118457]

2025-03-08 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:44b1d52e2f4db57849ca54b63c52a687294b1793 commit r15-7911-g44b1d52e2f4db57849ca54b63c52a687294b1793 Author: Sandra Loosemore Date: Sun Mar 9 01:50:19 2025 + OpenMP: Integrate dynamic selectors with dispatch argument handling [PR118457] Support for dynamic

[gcc r15-7907] inline-asm: Improve documentation of "asm constexpr".

2025-03-08 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:dff059294511b4f42a531d0a91bf185ee1bc7b0a commit r15-7907-gdff059294511b4f42a531d0a91bf185ee1bc7b0a Author: Sandra Loosemore Date: Sat Mar 8 16:25:09 2025 + inline-asm: Improve documentation of "asm constexpr". While working on an adjacent documentation fi

[gcc r15-7904] inline-asm: Clarify documentation of operand syntax [PR67301]

2025-03-07 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:f0ff7539626e25341c1b450b537e69f86e0bd1f6 commit r15-7904-gf0ff7539626e25341c1b450b537e69f86e0bd1f6 Author: Sandra Loosemore Date: Sat Mar 8 05:23:55 2025 + inline-asm: Clarify documentation of operand syntax [PR67301] gcc/ChangeLog PR c/67301

[gcc r15-7899] Sanitizer: Mention -g option in documentation [PR56682]

2025-03-07 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:313edeeeb607fe32da5633cfb6f91977add446f6 commit r15-7899-g313edeeeb607fe32da5633cfb6f91977add446f6 Author: Sandra Loosemore Date: Fri Mar 7 22:50:19 2025 + Sanitizer: Mention -g option in documentation [PR56682] gcc/ChangeLog PR sanitizer/5668

[gcc r15-7892] x86: Improve documentation for -msse4 [PR116708]

2025-03-07 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:c781da2c10641a651019f8fe77f57ccdbc49f024 commit r15-7892-gc781da2c10641a651019f8fe77f57ccdbc49f024 Author: Sandra Loosemore Date: Fri Mar 7 17:08:30 2025 + x86: Improve documentation for -msse4 [PR116708] gcc/ChangeLog PR target/116708

[gcc r15-7877] Documentation: Improve -Wstringop-overflow documentation [PR 113515]

2025-03-06 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:888e70b322622528dac17f04738ffa232c6fb82d commit r15-7877-g888e70b322622528dac17f04738ffa232c6fb82d Author: Sandra Loosemore Date: Fri Mar 7 04:35:34 2025 + Documentation: Improve -Wstringop-overflow documentation [PR 113515] This option can warn about thi

[gcc r15-7785] Fortran: Small fixes in intrinsic.texi.

2025-03-02 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:43a9022aa0fa2fbe66bebd51e6e73759501c04cb commit r15-7785-g43a9022aa0fa2fbe66bebd51e6e73759501c04cb Author: Sandra Loosemore Date: Sun Mar 2 01:43:26 2025 + Fortran: Small fixes in intrinsic.texi. gcc/fortran/ChangeLog * intrinsic.texi: Fix inc

[gcc r15-7782] Fortran: Whitespace cleanup in documentation [PR47928]

2025-03-02 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:1f458cfc17775903ab85bda127d0454014f70906 commit r15-7782-g1f458cfc17775903ab85bda127d0454014f70906 Author: Sandra Loosemore Date: Tue Feb 25 18:40:06 2025 + Fortran: Whitespace cleanup in documentation [PR47928] This is a preparatory patch for the main ch

[gcc r15-7781] Fortran: Tidy subheadings in Fortran documentation [PR47928]

2025-03-02 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:d8f5e1b0ba01ac65dbae98daa065109f18b87751 commit r15-7781-gd8f5e1b0ba01ac65dbae98daa065109f18b87751 Author: Sandra Loosemore Date: Tue Feb 25 01:03:52 2025 + Fortran: Tidy subheadings in Fortran documentation [PR47928] This is a preparatory patch for the m

[gcc r15-7669] OpenMP: Silence uninitialized variable warning in C++ front end.

2025-02-22 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:c978965b445079abbb88c22ba74de1e26e9f5b81 commit r15-7669-gc978965b445079abbb88c22ba74de1e26e9f5b81 Author: Sandra Loosemore Date: Sat Feb 22 16:54:50 2025 + OpenMP: Silence uninitialized variable warning in C++ front end. There's no actual problem with th

[gcc r15-7488] Doc: Fix Texinfo warning in install.texi

2025-02-11 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:805329e09cede41209f6c3502fa2c17aefffe91b commit r15-7488-g805329e09cede41209f6c3502fa2c17aefffe91b Author: Sandra Loosemore Date: Tue Feb 11 22:13:49 2025 + Doc: Fix Texinfo warning in install.texi For some time I've been seeing this Texinfo warning in my

[gcc r15-7487] Doc: Fix some typos and other nearby sloppy-writing issues

2025-02-11 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:b9857b78a4afb7ccdb8ff3858b48d25b1df5ceb3 commit r15-7487-gb9857b78a4afb7ccdb8ff3858b48d25b1df5ceb3 Author: Sandra Loosemore Date: Tue Feb 11 21:52:36 2025 + Doc: Fix some typos and other nearby sloppy-writing issues I spotted some typos in the GCC manual.

[gcc r15-7486] Doc: Delete obsolete interface.texi chapter from GCC internals manual

2025-02-11 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:29a5b1bdd9ff1bbfd2c367aea2f38fc23e6dbfb4 commit r15-7486-g29a5b1bdd9ff1bbfd2c367aea2f38fc23e6dbfb4 Author: Sandra Loosemore Date: Wed Feb 12 00:17:30 2025 + Doc: Delete obsolete interface.texi chapter from GCC internals manual The "Interfacing to GCC Outp

[gcc r15-7478] OpenMP: Pass a 3-way flag to omp_check_context_selector instead of a bool.

2025-02-11 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:9a2116f91150cf872e7d4a66036a81ecd2526b48 commit r15-7478-g9a2116f91150cf872e7d4a66036a81ecd2526b48 Author: Sandra Loosemore Date: Sun Feb 9 21:34:35 2025 + OpenMP: Pass a 3-way flag to omp_check_context_selector instead of a bool. The OpenMP "begin declar

[gcc r15-7477] OpenMP: Bug fixes for comparing context selectors

2025-02-11 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:84854ce5b84c86aed23016de5ca05372bc7fa7cf commit r15-7477-g84854ce5b84c86aed23016de5ca05372bc7fa7cf Author: Sandra Loosemore Date: Sun Feb 9 21:34:34 2025 + OpenMP: Bug fixes for comparing context selectors gcc/ChangeLog * omp-general.cc (omp_c

[gcc/devel/omp/gcc-14] OpenMP: Pass a 3-way flag to omp_check_context_selector instead of a bool.

2025-02-10 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:3b7d4cce6bb46e7cdbdd079b25884c7ba4ca09b8 commit 3b7d4cce6bb46e7cdbdd079b25884c7ba4ca09b8 Author: Sandra Loosemore Date: Sun Feb 9 21:32:35 2025 + OpenMP: Pass a 3-way flag to omp_check_context_selector instead of a bool. The OpenMP "begin declare variant"

[gcc/devel/omp/gcc-14] OpenMP: C front end support for "begin declare variant"

2025-02-10 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:f715700e7e999d52bb9944776e678c69ad63fb92 commit f715700e7e999d52bb9944776e678c69ad63fb92 Author: Sandra Loosemore Date: Sun Feb 9 21:32:36 2025 + OpenMP: C front end support for "begin declare variant" gcc/c/ChangeLog * c-decl.cc (current_omp_

[gcc/devel/omp/gcc-14] OpenMP: C/C++ common testcases for "omp begin declare variant"

2025-02-10 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:6fce0314a9a14ec3928110baca58d3aa364e6068 commit 6fce0314a9a14ec3928110baca58d3aa364e6068 Author: Sandra Loosemore Date: Sun Feb 9 21:32:36 2025 + OpenMP: C/C++ common testcases for "omp begin declare variant" gcc/testsuite/ChangeLog * c-c++-co

[gcc/devel/omp/gcc-14] OpenMP: C++ front end support for "begin declare variant"

2025-02-10 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:42a526c07c35358800a1b6b0a558762569631cd2 commit 42a526c07c35358800a1b6b0a558762569631cd2 Author: Sandra Loosemore Date: Sun Feb 9 21:32:35 2025 + OpenMP: C++ front end support for "begin declare variant" This patch implements C++ support for the "begin de

[gcc/devel/omp/gcc-14] OpenMP: Support functions for nested "begin declare variant"

2025-02-10 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:76914b6cd6fa19265beec99ba20fa9073b5d20b7 commit 76914b6cd6fa19265beec99ba20fa9073b5d20b7 Author: Sandra Loosemore Date: Sun Feb 9 21:32:35 2025 + OpenMP: Support functions for nested "begin declare variant" This patch adds functions for variant name mangl

[gcc/devel/omp/gcc-14] OpenMP: Bug fixes for comparing context selectors

2025-02-10 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:6369b4937b74ae1e0b351d6531ff25db95f9300c commit 6369b4937b74ae1e0b351d6531ff25db95f9300c Author: Sandra Loosemore Date: Sun Feb 9 21:32:34 2025 + OpenMP: Bug fixes for comparing context selectors gcc/ChangeLog * omp-general.cc (omp_context_sel

[gcc/devel/omp/gcc-14] OpenMP: Add flag for code elision to omp_context_selector_matches.

2025-02-10 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:d17095149a6b935e91dbf5f6ac9c6df8532c8b4e commit d17095149a6b935e91dbf5f6ac9c6df8532c8b4e Author: Sandra Loosemore Date: Sun Feb 9 21:32:35 2025 + OpenMP: Add flag for code elision to omp_context_selector_matches. The "begin declare variant" has different

[gcc r15-7445] [PATCH] OpenMP: Improve Fortran metadirective diagnostics [PR107067]

2025-02-08 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:5753f459444fa61a93d23325cd59467dc1838eef commit r15-7445-g5753f459444fa61a93d23325cd59467dc1838eef Author: Sandra Loosemore Date: Sat Feb 8 17:44:55 2025 + [PATCH] OpenMP: Improve Fortran metadirective diagnostics [PR107067] The Fortran front end was givi

[gcc r15-7291] OpenMP: Fortran support for metadirectives and dynamic selectors

2025-01-30 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:8fbccdb3425e7fc9194d3f02e4a53f3e85cd1a4e commit r15-7291-g8fbccdb3425e7fc9194d3f02e4a53f3e85cd1a4e Author: Sandra Loosemore Date: Thu Jan 30 17:03:06 2025 + OpenMP: Fortran support for metadirectives and dynamic selectors gcc/fortran/ChangeLog

[gcc r15-7292] OpenMP: Update documentation of metadirective implementation status.

2025-01-30 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:4e6fd85ba53385cc4968969d75639e0f5d8c9f07 commit r15-7292-g4e6fd85ba53385cc4968969d75639e0f5d8c9f07 Author: Sandra Loosemore Date: Thu Jan 30 16:45:27 2025 + OpenMP: Update documentation of metadirective implementation status. libgomp/ChangeLog

[gcc r15-7217] OpenMP: Fix typo in atomic directive error message

2025-01-26 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:50fb72d62ccf89a89a09f885014d990770c727d7 commit r15-7217-g50fb72d62ccf89a89a09f885014d990770c727d7 Author: Sandra Loosemore Date: Sun Jan 26 16:02:54 2025 + OpenMP: Fix typo in atomic directive error message gcc/fortran/ChangeLog * openmp.cc (

[gcc r15-6989] OpenMP: Fix metadirective test failures on x86_64 with -m32

2025-01-16 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:c6f9f53d6eb5a2568d231ffa56fbec3e2e4c626d commit r15-6989-gc6f9f53d6eb5a2568d231ffa56fbec3e2e4c626d Author: Sandra Loosemore Date: Fri Jan 17 03:59:01 2025 + OpenMP: Fix metadirective test failures on x86_64 with -m32 gcc/testsuite/ChangeLog *

[gcc r15-6962] OpenMP: C++ support for metadirectives and dynamic selectors.

2025-01-16 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:677e452e55e5a91e699d4f01cc9b88297cc41a0d commit r15-6962-g677e452e55e5a91e699d4f01cc9b88297cc41a0d Author: Sandra Loosemore Date: Tue Jan 14 23:28:02 2025 + OpenMP: C++ support for metadirectives and dynamic selectors. Additional shared C/C++ testcases ar

[gcc r15-6966] OpenMP: Improve error message for invalid directive in "assumes".

2025-01-16 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:7f8bb6498691cace5cced224bfc72d13724c9b82 commit r15-6966-g7f8bb6498691cace5cced224bfc72d13724c9b82 Author: Sandra Loosemore Date: Wed Jan 15 17:22:53 2025 + OpenMP: Improve error message for invalid directive in "assumes". gcc/c/ChangeLog * c-

[gcc r15-6964] OpenMP: Update "declare target"/OpenMP context interaction

2025-01-16 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:3c8df3693c40c7a29dde3915b66d29fad7134868 commit r15-6964-g3c8df3693c40c7a29dde3915b66d29fad7134868 Author: Sandra Loosemore Date: Thu Dec 26 18:16:00 2024 + OpenMP: Update "declare target"/OpenMP context interaction The code and test case previously imple

[gcc r15-6963] OpenMP: Shared metadirective/dynamic selector tests for C and C++

2025-01-16 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:fdeceba59bee60040fd58203b6fe0239d789eade commit r15-6963-gfdeceba59bee60040fd58203b6fe0239d789eade Author: Sandra Loosemore Date: Wed Jan 8 01:55:47 2025 + OpenMP: Shared metadirective/dynamic selector tests for C and C++ gcc/testsuite/ChangeLog

[gcc r15-6961] OpenMP: Add C support for metadirectives and dynamic selectors.

2025-01-16 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:4e20914d3306d8898ce586313a40fb92ef0b8964 commit r15-6961-g4e20914d3306d8898ce586313a40fb92ef0b8964 Author: Sandra Loosemore Date: Tue Jan 14 23:27:53 2025 + OpenMP: Add C support for metadirectives and dynamic selectors. Additional shared C/C++ testcases

[gcc r15-6896] OpenMP: Remove dead code from declare variant reimplementation

2025-01-14 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:d27db3031848dd20ec274ab04f50163069b840fe commit r15-6896-gd27db3031848dd20ec274ab04f50163069b840fe Author: Sandra Loosemore Date: Thu Dec 26 18:15:57 2024 + OpenMP: Remove dead code from declare variant reimplementation After reimplementing late resolutio

[gcc r15-6895] OpenMP: Re-work and extend context selector resolution

2025-01-14 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:1294b819e1207c0ae76db29a75256f3fafd5f262 commit r15-6895-g1294b819e1207c0ae76db29a75256f3fafd5f262 Author: Sandra Loosemore Date: Mon Jan 13 20:18:12 2025 + OpenMP: Re-work and extend context selector resolution This patch reimplements the middle-end supp

[gcc r15-6894] OpenMP: New tree nodes for metadirective and dynamic selector support.

2025-01-14 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:210a090e33ec4b51248077b701d432d36ef43fb3 commit r15-6894-g210a090e33ec4b51248077b701d432d36ef43fb3 Author: Sandra Loosemore Date: Thu Dec 26 18:15:56 2024 + OpenMP: New tree nodes for metadirective and dynamic selector support. This patch adds basic suppo

[gcc r15-6552] OpenMP: Robustify C front end handling of attribute-syntax pragmas

2025-01-03 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:c97692d5403cce37a9882ab118a24dca7b202f6c commit r15-6552-gc97692d5403cce37a9882ab118a24dca7b202f6c Author: Sandra Loosemore Date: Fri Jan 3 17:35:03 2025 + OpenMP: Robustify C front end handling of attribute-syntax pragmas Presently, the code to handle Op

[gcc r15-6511] Fortran: Fix typo in ATAN documentation.

2025-01-02 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:9a2f716765f2b7c69973995ae15a71c97401b2af commit r15-6511-g9a2f716765f2b7c69973995ae15a71c97401b2af Author: Sandra Loosemore Date: Fri Jan 3 04:02:44 2025 + Fortran: Fix typo in ATAN documentation. gcc/fortran/ChangeLog * intrinsic.texi (ATAN):

[gcc r15-6481] Fortran: Grammar/markup fixes in intrinsics documentation

2024-12-31 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:2c5761025a96e78921ef17d83fc8e7a11b2d1115 commit r15-6481-g2c5761025a96e78921ef17d83fc8e7a11b2d1115 Author: Sandra Loosemore Date: Fri Dec 27 20:45:14 2024 + Fortran: Grammar/markup fixes in intrinsics documentation Continuing a series of patches to tidy t

[gcc r15-6483] Fortran: Fix Texinfo warnings building the manual.

2024-12-31 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:f8cd181e2d1d5541681ea7e3e92c8da46b048979 commit r15-6483-gf8cd181e2d1d5541681ea7e3e92c8da46b048979 Author: Sandra Loosemore Date: Sat Dec 28 16:29:44 2024 + Fortran: Fix Texinfo warnings building the manual. gcc/fortran/ChangeLog * gfortran.te

[gcc r15-6482] Fortran: Fix that/which usage in the manual.

2024-12-31 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:d0542de068e79ee222394a45552577c07b1e6b1b commit r15-6482-gd0542de068e79ee222394a45552577c07b1e6b1b Author: Sandra Loosemore Date: Sat Dec 28 03:51:50 2024 + Fortran: Fix that/which usage in the manual. In English usage, "that" introduces a restrictive cla

[gcc r15-6480] Documentation: Fix Machine-Dependent Options ordering

2024-12-31 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:26226ace87f5b68219ffb74724f6ae3438d4d217 commit r15-6480-g26226ace87f5b68219ffb74724f6ae3438d4d217 Author: Sandra Loosemore Date: Mon Dec 30 19:53:50 2024 + Documentation: Fix Machine-Dependent Options ordering Per comments in invoke.texi, target option g

[gcc r15-6401] Fortran: Fixes for markup, typos, and indexing in manual

2024-12-20 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:41ef672247c28f4a30d60e8ce691a6b284e61e59 commit r15-6401-g41ef672247c28f4a30d60e8ce691a6b284e61e59 Author: Sandra Loosemore Date: Thu Dec 19 23:49:57 2024 + Fortran: Fixes for markup, typos, and indexing in manual While working on something else I noticed

[gcc r15-6402] Fortran: Use the present tense for the manual.

2024-12-20 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:703924bf60903f3b3893f526d17aa0592b5cc923 commit r15-6402-g703924bf60903f3b3893f526d17aa0592b5cc923 Author: Sandra Loosemore Date: Fri Dec 20 05:08:15 2024 + Fortran: Use the present tense for the manual. The present tense is preferred for expressing facts

[gcc r15-6403] Fortran: Fix hyphenation errors in the manual

2024-12-20 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:1ec38e26e2be462c0fb645718714f61fc86a497d commit r15-6403-g1ec38e26e2be462c0fb645718714f61fc86a497d Author: Sandra Loosemore Date: Fri Dec 20 16:27:14 2024 + Fortran: Fix hyphenation errors in the manual When looking through the gfortran manual, I noted so

[gcc r15-6400] Fortran: Clean up -funderscoring and -fsecond-underscore docs [PR51820]

2024-12-20 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:53ddfbaede0db07843529f41b50133a815a1d90a commit r15-6400-g53ddfbaede0db07843529f41b50133a815a1d90a Author: Sandra Loosemore Date: Thu Dec 19 00:43:11 2024 + Fortran: Clean up -funderscoring and -fsecond-underscore docs [PR51820] This is a long-standing do

[gcc r15-6316] Documentation: Fix paste-o in recent OpenMP/OpenACC patch

2024-12-17 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:b34fbab529e64dbeb6db70263e35373c200f899a commit r15-6316-gb34fbab529e64dbeb6db70263e35373c200f899a Author: Sandra Loosemore Date: Wed Dec 18 03:51:54 2024 + Documentation: Fix paste-o in recent OpenMP/OpenACC patch gcc/ChangeLog * doc/extend.t

[gcc r15-6310] Documentation: Make OpenMP/OpenACC docs easier to find [PR26154]

2024-12-17 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:ef458b3fa75537cb2d16f4ce61bc52642ddefd8a commit r15-6310-gef458b3fa75537cb2d16f4ce61bc52642ddefd8a Author: Sandra Loosemore Date: Tue Dec 17 15:19:36 2024 + Documentation: Make OpenMP/OpenACC docs easier to find [PR26154] PR c/26154 is one of our oldest d

[gcc r15-6187] Fix -fstrict-flex-arrays documentation, again [PR111659]

2024-12-12 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:d136fa00f0d5faff8397edcd7e4ebb3445ab21b0 commit r15-6187-gd136fa00f0d5faff8397edcd7e4ebb3445ab21b0 Author: Sandra Loosemore Date: Fri Dec 13 00:26:29 2024 + Fix -fstrict-flex-arrays documentation, again [PR111659] My previous attempt to fix this issue end

[gcc r15-6181] Regenerate attr-urls.def.

2024-12-12 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:4e1d200bb50feff11ffec086539fb77394056ff1 commit r15-6181-g4e1d200bb50feff11ffec086539fb77394056ff1 Author: Sandra Loosemore Date: Thu Dec 12 20:12:42 2024 + Regenerate attr-urls.def. I noticed there is this new generated file that needs to be updated by

[gcc r15-6180] Clean up documentation of -Wsuggest-attribute= [PR115532]

2024-12-12 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:c768cd07f8d96175e66c25f541d3d58569cf6397 commit r15-6180-gc768cd07f8d96175e66c25f541d3d58569cf6397 Author: Sandra Loosemore Date: Thu Dec 12 19:56:04 2024 + Clean up documentation of -Wsuggest-attribute= [PR115532] The list of -Wsuggest-attribute= variant

[gcc r15-6128] Fix misplaced x86 -mstack-protector-guard-symbol documentation [PR117150]

2024-12-11 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:fa878dc8c45fa30aeeaafbe8ab2ff2bae3fbb572 commit r15-6128-gfa878dc8c45fa30aeeaafbe8ab2ff2bae3fbb572 Author: Sandra Loosemore Date: Thu Dec 12 04:20:37 2024 + Fix misplaced x86 -mstack-protector-guard-symbol documentation [PR117150] Commit e1769bdd4cef522ad

[gcc r15-3847] OpenMP: Fix testsuite failure on x86 with -m32

2024-09-24 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:6935bddd8f90dde6009a1b8dea9745788ceeefb1 commit r15-3847-g6935bddd8f90dde6009a1b8dea9745788ceeefb1 Author: Sandra Loosemore Date: Wed Sep 25 02:59:53 2024 + OpenMP: Fix testsuite failure on x86 with -m32 The testcase decare-variant-duplicates.c added in c

[gcc r15-3834] OpenMP: Check additional restrictions on context selector properties

2024-09-24 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:96246bff0bcd9e5cdec9e6cf811ee3db4997f6d4 commit r15-3834-g96246bff0bcd9e5cdec9e6cf811ee3db4997f6d4 Author: Sandra Loosemore Date: Fri Sep 6 20:58:13 2024 + OpenMP: Check additional restrictions on context selector properties TR13 (pre-6.0) of the OpenMP s

[gcc r14-10346] Fix PR c/115587, uninitialized variable in c_parser_omp_loop_nest

2024-06-25 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:b383719aebe45bbe8cc3944e515ed7caa30e8744 commit r14-10346-gb383719aebe45bbe8cc3944e515ed7caa30e8744 Author: Sandra Loosemore Date: Tue Jun 25 13:54:43 2024 + Fix PR c/115587, uninitialized variable in c_parser_omp_loop_nest This function had a reference t

[gcc r15-1613] Fix PR c/115587, uninitialized variable in c_parser_omp_loop_nest

2024-06-25 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:21f1073d388af8af207183b0ed592e1cc47d20ab commit r15-1613-g21f1073d388af8af207183b0ed592e1cc47d20ab Author: Sandra Loosemore Date: Tue Jun 25 13:54:43 2024 + Fix PR c/115587, uninitialized variable in c_parser_omp_loop_nest This function had a reference to

[gcc r15-205] OpenMP: Fix for ICE in tree-nested.cc.

2024-05-06 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:80c03ac8041340b29325f86ed58ea8bd40a55b99 commit r15-205-g80c03ac8041340b29325f86ed58ea8bd40a55b99 Author: Sandra Loosemore Date: Mon Apr 22 18:24:25 2024 + OpenMP: Fix for ICE in tree-nested.cc. Use gimple_omp_target_clauses() instead of gimple_omp_taskre

  1   2   >