Re: [PATCH v5 5/5] libgomp: Add AArch64 SVE target tests to libgomp.

2025-04-10 Thread Mark Wielaard
Hi Tejas, On Tue, Apr 08, 2025 at 12:02:12PM +0530, Tejas Belagod wrote: > On 4/7/25 3:33 PM, Jakub Jelinek wrote: > >On Mon, Apr 07, 2025 at 03:28:29PM +0530, Tejas Belagod wrote: > >>Add AArch64 SVE target exectute tests to test various workshare constructs > >>and > >>clauses with SVE types. >

Re: Please Ignore -- testing email

2025-04-05 Thread Mark Wielaard
Hi Matthew, On Tue, 2025-04-01 at 09:38 +0100, Matthew Malcomson wrote: > One more time -- trying to figure out email difficulties. I see the date (but hope it isn't a joke) and the "Please ignore". But just in case you haven't found the issue and need to do more testing or if someone else needs

Re: [PATCH] gcc-gitref.cgi: Redirect to cgit instead of gitweb

2025-04-04 Thread Mark Wielaard
Hi Gerald, (Adding Arsen to CC, see below) On Sat, Apr 05, 2025 at 12:02:44AM +0200, Gerald Pfeifer wrote: > On Fri, 4 Apr 2025, Mark Wielaard wrote: > > So I really don't have time to rewrite this to use some other cgi > > mechanism. Would you mind if we go with

Re: [PATCH] wwwdocs: Clarify DCO name/identity and (anonymous) pseudonym policy

2025-04-04 Thread Mark Wielaard
Sun, Mar 30, 2025 at 09:47 Mark Wielaard wrote: > > > Ping again. Are there any other clarifications you like to see added? > > > > On Mon, Jan 27, 2025 at 11:18:08PM +0100, Mark Wielaard wrote: > > > On Mon, Jan 20, 2025 at 11:59:16AM +0100, Mark Wielaard wrote: &

Re: [PATCH] gcc-gitref.cgi: Redirect to cgit instead of gitweb

2025-04-04 Thread Mark Wielaard
Hi Gerald, On Mon, 2025-03-31 at 15:27 +0200, Gerald Pfeifer wrote: > > - echo 'https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h='$ret'">' > > + echo 'https://gcc.gnu.org/cgit/gcc/commit/?id='$ret'">' > > Might there be a way to do that on the server side (via .htaccess or some > other configura

Re: [PATCH] wwwdocs: Clarify DCO name/identity and (anonymous) pseudonym policy

2025-04-04 Thread Mark Wielaard
Hi Gerald, On Sun, 2025-03-30 at 15:46 +0200, Mark Wielaard wrote: > Ping again. Are there any other clarifications you like to see added? So I believe this week we had a situation where this clarified test would have been helpful. Is there anything that prevents this from going in? Tha

Re: [PATCH] gcc-gitref.cgi: Redirect to cgit instead of gitweb

2025-04-04 Thread Mark Wielaard
Hi Gerald, On Mon, 2025-03-31 at 17:32 +0200, Mark Wielaard wrote: > On Mon, 2025-03-31 at 15:27 +0200, Gerald Pfeifer wrote: > > > - echo 'https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h='$ret'">' > > > + echo 'https://gcc.gnu.org/cgit/gcc

Re: [PATCH] PR middle-end/119442: expr.cc: Fix vec_duplicate into vector boolean modes

2025-03-31 Thread Mark Wielaard
On Mon, 2025-03-31 at 09:12 +, Kyrylo Tkachov wrote: > > > On 31 Mar 2025, at 09:43, Richard Biener wrote: > > > > On Mon, Mar 31, 2025 at 9:41 AM Richard Biener > > wrote: > > > > > > On Mon, Mar 31, 2025 at 9:36 AM Kyrylo Tkachov > > > wrote: > > > > > > > > Ping. > > > > > > Can you

[PATCH] gcc-gitref.cgi: Redirect to cgit instead of gitweb

2025-03-30 Thread Mark Wielaard
cgit is more efficient compared to gitweb and has nicer URLs. Other redirects like gcc.gnu.org/g:x and bugzilla now also redirect to cgit. --- cgi-bin/gcc-gitref.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi-bin/gcc-gitref.cgi b/cgi-bin/gcc-gitref.cgi index 17b5f

[COMMITTED] robots.txt: Disallow robots to create new or list all activity on a bug

2025-03-30 Thread Mark Wielaard
--- htdocs/robots.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/robots.txt b/htdocs/robots.txt index 36be4d139064..01ae43dd7000 100644 --- a/htdocs/robots.txt +++ b/htdocs/robots.txt @@ -14,6 +14,8 @@ Disallow: /bugzilla/show_bug.cgi*ctype=xml* Disallow: /bugzilla/attachment.cg

Re: [PATCH] wwwdocs: Clarify DCO name/identity and (anonymous) pseudonym policy

2025-03-30 Thread Mark Wielaard
Ping again. Are there any other clarifications you like to see added? On Mon, Jan 27, 2025 at 11:18:08PM +0100, Mark Wielaard wrote: > On Mon, Jan 20, 2025 at 11:59:16AM +0100, Mark Wielaard wrote: > > On Sun, Jan 19, 2025 at 05:14:20PM +0100, Mark Wielaard wrote: > > > On Tue,

Re: The COBOL front end, version 3, now in 14 easy pieces

2025-03-12 Thread Mark Wielaard
Hi David, On Mon, Mar 10, 2025 at 05:40:18PM -0400, David Malcolm wrote: > FWIW gcc/cobol/lang.opt.urls has some D-specific things that look like > copy-and-paste cruft, but hopefully it won't cause problems. And some Fortran stuff. The autoregen bot currently flags it with the following diff: d

[COMMITTED] Regenerate cobol/lang.opt.urls

2025-03-12 Thread Mark Wielaard
With the COBOL: Frontend (commit 3c5ed996a) came a lang.opt.urls, which is different from what regenerate-opt-urls.py generates. Make the CI bot happy by regenerating it. Longer term, the COBOL docs need to be sorted out (see e.g. PR119227) and then perhaps regenerate-opt-urls.py adjusted so that

Re: The COBOL front end -- The Initial Onslaught

2025-03-12 Thread Mark Wielaard
Hi, On Wed, Mar 12, 2025 at 04:19:10AM +, Sam James wrote: > Robert Dubner writes: > > > > I need to be able to change, at the very least, the Assignment field. I > > don't seem to have any way of doing that. > > Make sure your email address on Bugzilla is x...@gcc.gnu.org. Using that > ad

Re: [PATCH] c++: Apply/diagnose attributes when instatiating ARRAY/POINTER/REFERENCE_TYPE [PR118787]

2025-03-05 Thread Mark Wielaard
Hi Jakub, On Tue, Feb 11, 2025 at 07:04:31PM +0100, Jakub Jelinek wrote: > The following testcase IMO in violation of the P2552R3 paper doesn't > pedwarn on alignas applying to dependent types or alignas with dependent > argument. > > tsubst was just ignoring TYPE_ATTRIBUTES. > > The following p

[COMMITTED] Regenerate fortran/lang.opt.urls

2025-03-05 Thread Mark Wielaard
fortran added a new -Wexternal-argument-mismatch option, but the lang.opt.urls file wasn't regenerated. Fixes: 21ca9153ebe5 ("C prototypes for external arguments; add warning for mismatch.") gcc/fortran/ChangeLog: * lang.opt.urls: Regenerated. --- gcc/fortran/lang.opt.urls | 3 +++ 1 f

Re: Patch held up in gcc-patches due to size

2025-02-03 Thread Mark Wielaard
Hi Thomas, On Sun, Feb 02, 2025 at 07:09:14PM +0100, Thomas Koenig via Gcc wrote: > I sent https://gcc.gnu.org/pipermail/fortran/2025-February/061670.html > to gcc-patches also, as normal, but got back an e-mail that it > was too large. and that a moderator would look at it. I think that was done

Re: [PATCH] wwwdocs: Clarify DCO name/identity and (anonymous) pseudonym policy

2025-01-27 Thread Mark Wielaard
Hi, On Mon, Jan 20, 2025 at 11:59:16AM +0100, Mark Wielaard wrote: > On Sun, Jan 19, 2025 at 05:14:20PM +0100, Mark Wielaard wrote: > > On Tue, Dec 17, 2024 at 04:40:10PM +0900, Gerald Pfeifer wrote: > > > On Mon, 2 Dec 2024, Mark Wielaard wrote: > > > > Adjust the

Re: [PATCH 3/4] RISC-V: Add .note.gnu.property for ZICFILP and ZICFISS ISA extension

2025-01-21 Thread Mark Wielaard
Hi, On Tue, 2025-01-21 at 14:46 +0100, Mark Wielaard wrote: > Thanks. And if you need help with that please let people know. > The riscv bootstrap has been broken now for 5 days. > And it really looks like it is as simple as just removing that one > line. Sorry, I missed that you al

Re: [PATCH 3/4] RISC-V: Add .note.gnu.property for ZICFILP and ZICFISS ISA extension

2025-01-21 Thread Mark Wielaard
ark > > > Mark Wielaard 於 2025年1月17日 晚上10:32 寫道: > > > > Hi Monk, > > > > > On Fri, Nov 15, 2024 at 06:53:09PM +0800, Monk Chiang wrote: > > > gcc/ChangeLog: > > >* gcc/config/riscv/riscv.cc > > >(riscv_file_end_indicate_exec_s

Re: [PATCH] wwwdocs: Clarify DCO name/identity and (anonymous) pseudonym policy

2025-01-20 Thread Mark Wielaard
Hi, On Sun, Jan 19, 2025 at 05:14:20PM +0100, Mark Wielaard wrote: > On Tue, Dec 17, 2024 at 04:40:10PM +0900, Gerald Pfeifer wrote: > > On Mon, 2 Dec 2024, Mark Wielaard wrote: > > > Adjust the DCO text to match the broader community usage and > > > clarifications a

Re: [COMMITTED] Regenerate sparc.opt.urls

2025-01-20 Thread Mark Wielaard
Hi Eric, On Mon, Jan 20, 2025 at 08:34:22AM +0100, Eric Botcazou wrote: > > sparc added a -mvis3b option, but the sparc.opt.url file wasn't > > regenerated. > > > > Fixes: d309844d6fe0 ("Fix bootstrap failure on SPARC with -O3 > > -mcpu=niagara4") > > Thanks, but how is one supposed to detect th

[COMMITTED] Regenerate sparc.opt.urls

2025-01-19 Thread Mark Wielaard
sparc added a -mvis3b option, but the sparc.opt.url file wasn't regenerated. Fixes: d309844d6fe0 ("Fix bootstrap failure on SPARC with -O3 -mcpu=niagara4") gcc/ChangeLog: * config/sparc/sparc.opt.urls: Regenerated. --- gcc/config/sparc/sparc.opt.urls | 3 +++ 1 file changed, 3 insertion

Re: [PATCH] wwwdocs: Clarify DCO name/identity and (anonymous) pseudonym policy

2025-01-19 Thread Mark Wielaard
Hi Gerald, On Tue, Dec 17, 2024 at 04:40:10PM +0900, Gerald Pfeifer wrote: > On Mon, 2 Dec 2024, Mark Wielaard wrote: > > Adjust the DCO text to match the broader community usage and > > clarifications around the use of real names, known identities and > > (anonymous) pseud

Re: [PATCH 3/4] RISC-V: Add .note.gnu.property for ZICFILP and ZICFISS ISA extension

2025-01-17 Thread Mark Wielaard
Hi Monk, On Fri, Nov 15, 2024 at 06:53:09PM +0800, Monk Chiang wrote: > gcc/ChangeLog: > * gcc/config/riscv/riscv.cc > (riscv_file_end_indicate_exec_stack): Add .note.gnu.property. > * gcc/config/riscv/linux.h (TARGET_ASM_FILE_END): Define. > > [...] > diff --git a/gcc/config/ri

Re: [PATCH] dwarf2out: Emit DWARF 6 DW_AT_language_{name,version}

2025-01-08 Thread Mark Wielaard
Hi Jakub, On Tue, 2025-01-07 at 20:22 +0100, Jakub Jelinek wrote: > DWARF has voted in yesterday https://dwarfstd.org/issues/241209.1.html , > which is basically just a guarantee that the DWARF 6 draft > DW_AT_language_{name,version} attribute codes and content of > https://dwarfstd.org/languages-

[PATCH] tree-switch-conversion: don't apply switch size limit on jump tables

2025-01-05 Thread Mark Wielaard
commit 56946c801a7c ("gimple: Add limit after which slower switchlower algs are used [PR117091] [PR117352]") introduced a limit on the number of cases of a switch. It also bails out on finding jump tables if the switch is too large. This introduces a compile time regression during bootstrap. A risc

Re: [PATCH] wwwdocs: Clarify DCO name/identity and (anonymous) pseudonym policy

2024-12-16 Thread Mark Wielaard
On Mon, Dec 09, 2024 at 11:24:39AM +0100, Mark Wielaard wrote: > On Mon, 2024-12-02 at 11:16 +0100, Mark Wielaard wrote: > > Adjust the DCO text to match the broader community usage and > > clarifications around the use of real names, known identities and > > (anonymous) pseud

Re: [PATCH] wwwdocs: Clarify DCO name/identity and (anonymous) pseudonym policy

2024-12-09 Thread Mark Wielaard
Hi, On Mon, 2024-12-02 at 11:16 +0100, Mark Wielaard wrote: > Adjust the DCO text to match the broader community usage and > clarifications around the use of real names, known identities and > (anonymous) pseudonyms. > > These changes clarify what was meant by "real name

Re: [committed] RISC-V: Add const to function_shape::get_name [NFC]

2024-12-06 Thread Mark Wielaard
Hi Kito, On Thu, Dec 05, 2024 at 03:12:03PM +0800, Kito Cheng wrote: > function_shape::get_name is the funciton for building intrinsic function name, > the result should not be changed by others once it built. > > So add const to the return type to make sure no one change that by > accident. Thi

Re: [committed] Patches 8-12 of Mariam & Matevos's CRC optimization work

2024-12-02 Thread Mark Wielaard
Hi Jeff, On Sun, 2024-12-01 at 08:56 -0700, Jeff Law wrote: > commit 148e20466c2c246df9472efed0f2ae94cb65a0f8 > Author: Matevos Mehrabyan > Date:   Mon Nov 11 13:00:10 2024 -0700 > >     [PATCH v6 09/12] Add symbolic execution support. >     >     Gives an opportunity to execute the code on bit

[PATCH] wwwdocs: Clarify DCO name/identity and (anonymous) pseudonym policy

2024-12-02 Thread Mark Wielaard
Adjust the DCO text to match the broader community usage and clarifications around the use of real names, known identities and (anonymous) pseudonyms. These changes clarify what was meant by "real name" and that it is not required to be a "legal name" or any other stronger requirement than a known

Re: [PATCH] wwwdocs: Align the DCO text for the GNU Toolchain to match community usage.

2024-11-24 Thread Mark Wielaard
Hi Jason, On Fri, Nov 22, 2024 at 05:13:30PM +0100, Jason Merrill wrote: > My take has been that this change is not necessary for us because > the FSF can accept copyright assignment for pseudonymous > contributions, so individual reviewers don't need to adjudicate > whether a particular pseudonym

Re: [PATCH] wwwdocs: Align the DCO text for the GNU Toolchain to match community usage.

2024-11-24 Thread Mark Wielaard
Hi Carlos, On Thu, Nov 21, 2024 at 02:26:39PM -0500, Carlos O'Donell wrote: > On 11/21/24 1:47 PM, Sam James wrote: > > Mark Wielaard writes: > >> On Thu, 2024-11-21 at 12:04 -0500, Carlos O'Donell wrote: > >> > >> I suggest including the actual cla

Re: [PATCH] wwwdocs: Align the DCO text for the GNU Toolchain to match community usage.

2024-11-21 Thread Mark Wielaard
Hi Carlos, On Thu, 2024-11-21 at 12:04 -0500, Carlos O'Donell wrote: > Adjust the DCO text to match the broader community usage including > the Linux kernel use around "real names." We made a similar change to switch from "real names" to "known identifies" for elfutils a year ago: https://sourcew

Re: [RFC PATCH] dwarf2out: Use post-DWARF 5 DW_LANG_* codes for -gdwarf-5 -gno-strict-dwarf

2024-11-21 Thread Mark Wielaard
Hi Jakub, On Thu, Nov 21, 2024 at 10:16:13AM +0100, Jakub Jelinek via Gdb wrote: > From what I can read in gdb, it doesn't seem to care about exact standard > revision, all it cares about is if the TU is C, C++, Fortran, Ada etc. > So, from this POV perhaps we shouldn't switch at all and ignore al

Re: [PATCH] libgccjit: Add support for machine-dependent builtins

2024-11-20 Thread Mark Wielaard
Hi Antoni, On Wed, Nov 20, 2024 at 11:11:01AM -0500, Antoni Boucher wrote: > From what I understand, pull requests on forge.sourceware.org can be > removed at any time, so I could lose track of the status of my > patches. It is an experiment, and the experiment could fail for various reasons. At

Re: [PATCH] libgccjit: Add support for machine-dependent builtins

2024-11-19 Thread Mark Wielaard
Hi, Random request... On Tue, Nov 19, 2024 at 11:14:38AM -0500, David Malcolm wrote: > > Here's the updated patch and answers below. > > > > (GitHub link if you find it easier for review: > > https://github.com/antoyo/libgccjit/pull/5) > > > > Thanks. > > Thanks; I looked over the patch via t

Re: [PATCH] doc: mention STAGE1_CFLAGS

2024-11-11 Thread Mark Wielaard
Hi Sam, On Mon, 2024-11-11 at 07:54 +, Sam James wrote: > STAGE1_CFLAGS can be used to accelerate the just-built stage1 compiler > which especially improves its performance on some of the large generated > files during bootstrap. It defaults to nothing (i.e. -O0). > > The downside is that if

Some recent dmarc failure bounces

2024-11-04 Thread Mark Wielaard
Hi all, The gcc-patches list recently saw a couple of bounces of emails that didn't pass dmarc policy (with p=reject) with spf and dkim failing. All people who got unsubscribed because of this have been resubscribed again. To prevent getting email on the list that don't pass a strict dmarc polic

[PATCH] libiberty: Fix comment typos

2024-10-31 Thread Mark Wielaard
These comment typos were found in the valgrind fork of libiberty demangle code. libiberty/ChangeLog: * cplus-dem.c: Change preceeded to preceded. include/ChangeLog: * safe-ctype.h: Change accidently to accidentally. --- include/safe-ctype.h | 2 +- libiberty/cplus-dem.c | 2 +-

Re: [PATCH] regenerate-opt-urls.py: fix transposed values for "vax" and "v850"

2024-10-19 Thread Mark Wielaard
Hi Maciej, On Sat, Oct 19, 2024 at 04:54:06PM +0100, Maciej W. Rozycki wrote: > On Wed, 12 Jun 2024, Maciej W. Rozycki wrote: > > > > Hence we decided to check for it in CI instead. > > > > > > Hope the trade-off sounds reasonable > > > > I have reviewed the thread referred and I note that a c

Re: [PATCH 1/2] gcc: make Valgrind errors fatal during bootstrap

2024-10-05 Thread Mark Wielaard
Hi (adding Philippe to CC who knows a bit more about Valgrind vs Ada), On Sat, Oct 05, 2024 at 06:07:27AM +0100, Sam James wrote: > Jeff Law writes: > > > On 10/2/24 8:39 PM, Sam James wrote: > >> Valgrind doesn't error out by default which means bootstrap issues like > >> in PR116945 can easily

[COMMITTED] Regenerate avr.opt.urls

2024-08-13 Thread Mark Wielaard
avr added an -mlra option, but the avr.opt.url file wasn't regenerated. Note that commit 149a23ee2568 ("AVR: -mlra is not documeted in TEXI.") did add the Undocumented flag, but that still needs the avr.op.urls file to be updated. Fixes: 09a87ea666b2 ("AVR: ad target/113934 - Add option -mlra to

[PATCH] Restrict pr116202-run-1.c test to riscv_v target

2024-08-12 Thread Mark Wielaard
The testcase uses -march=rv64gcv and dg-do run, so should be restricted to a riscv_v target. gcc/testsuite/ChangeLog: * gcc.target/riscv/rvv/base/pr116202-run-1.c (dg-do run): Add target riscv_v. --- gcc/testsuite/gcc.target/riscv/rvv/base/pr116202-run-1.c | 2 +- 1 file changed,

Re: [PATCH] lra: emit caller-save register spills before call insn [PR116028]

2024-08-11 Thread Mark Wielaard
Hi, On Fri, Aug 09, 2024 at 08:15:31PM -0700, Andrew Pinski wrote: > I had been wondering the same until I looked into it earlier today. > Linaro CI's does `--disable-bootstrap` and there was no extra > testsuite failures with the patch. > So Linaro CI's is not catching all the bugs that a develop

Re: [PATCH] lra: emit caller-save register spills before call insn [PR116028]

2024-08-09 Thread Mark Wielaard
Hi, On Thu, Aug 08, 2024 at 02:07:50PM -0700, Andrew Pinski wrote: > On Fri, Aug 2, 2024 at 7:30 AM Jeff Law wrote: > > > 2024-08-01 Surya Kumari Jangala > > > > > > gcc/ > > > PR rtl-optimization/PR116028 > > > * lra-constraints.cc (split_reg): Spill register before call > > >

[COMMITTED] Regenerate c.opt.urls

2024-07-17 Thread Mark Wielaard
Hi, On Wed, 2024-07-17 at 13:55 +0200, Mark Wielaard wrote: > On Sun, 2024-07-14 at 15:31 +0200, Alejandro Colomar wrote: > > On Sun, Jul 14, 2024 at 01:37:02PM GMT, Jonathan Wakely wrote: > > > On Sun, 14 Jul 2024, 12:30 Alejandro Colomar via Gcc-help, < > > &g

Re: [committed v2 0/2] VAX: Fix issues with FP format option documentation

2024-05-28 Thread Mark Wielaard
Hi Maciej (Hi David, added to CC), On Mon, 2024-05-27 at 05:19 +0100, Maciej W. Rozycki wrote: > As reported in PR target/79646 and fixed by a change proposed by Abe we > have a couple of issues with the descriptions of the VAX floating-point > format options in the option definition file. Add

Re: [COMMITTED] Regenerate riscv.opt.urls and i386.opt.urls

2024-05-20 Thread Mark Wielaard
Hi, On Mon, 2024-05-20 at 12:37 -0400, David Malcolm wrote: > On Mon, 2024-05-20 at 16:19 +, Jiang, Haochen wrote: > > Thanks for your help! I haven't noticed this file is newly added to > > GCC. > > I suppose that is why the buildbot is reporting something the whole > > afternoon for me. > >

[COMMITTED] Regenerate riscv.opt.urls and i386.opt.urls

2024-05-20 Thread Mark Wielaard
risc-v added an -mfence-tso option. i386 removed Xeon Phi ISA support options. But the opt.urls files weren't regenerated. Fixes: a6114c2a6911 ("RISC-V: Implement -m{,no}fence-tso") Fixes: e1a7e2c54d52 ("i386: Remove Xeon Phi ISA support") gcc/ChangeLog: * config/riscv/riscv.opt.urls: Re

Re: [EXTERNAL] [COMMITTED] Regenerate cygming.opt.urls and mingw.opt.urls

2024-05-13 Thread Mark Wielaard
Hi Evgeny, Adding David to the CC, who might know the details. On Mon, May 13, 2024 at 08:44:12AM +, Evgeny Karpov wrote: > Sunday, May 12, 2024 > > Thank you for reviewing our changes related to the refactoring of > extracting the MinGW implementation from ix64. > > It was expected to move t

[COMMITTED] Regenerate cygming.opt.urls and mingw.opt.urls

2024-05-12 Thread Mark Wielaard
The new cygming.opt.urls and mingw.opt.urls in the gcc/config/mingw/cygming.opt.urls directory need to generated by make regenerate-opt-urls in the gcc subdirectory. They still contained references to the gcc/config/i386 directory from which they were copied. Fixes: 1f05dfc131c7 ("Reuse MinGW from

[COMMITTED] Regenerate c.opt.urls

2024-04-13 Thread Mark Wielaard
Fixes: df7bfdb7dbf2 ("c++: reference cast, conversion fn [PR113141]") A new warning option -Wcast-user-defined was added to c.opt and documented in doc/invoke.texi. But c.opt.urls wasn't regenerate. gcc/c-family/ChangeLog: * c.opt.urls: Regenerate. --- gcc/c-family/c.opt.urls | 3 +++ 1

[COMMITTED] Regenerate common.opt.urls

2024-04-05 Thread Mark Wielaard
The new support for gcov modified condition/decision coverage introduced two new flags for gcc, -Wcoverage-too-many-conditions and -fcondition-coverage. But didn't regenerate the gcc/common.opt.urls. Fixes: 08a52331803f ("Add condition coverage (MC/DC)") gcc/ChangeLog: * common.opt.urls:

[COMMITTED] Regenerate i386.opt.urls

2024-04-03 Thread Mark Wielaard
LoongArch added an -mtls-dialect option, causing the similarly named option for i386 get renumbered. Fixes: b253b4695dda ("LoongArch: Add support for TLS descriptors.") gcc/ChangeLog: * config/i386/i386.opt.urls: Regenerate. --- Pushed as obvious. gcc/config/i386/i386.opt.urls | 2 +-

Re: [PATCH] Regenerate loongarch.opt.urls.

2024-04-01 Thread Mark Wielaard
Hi, On Mon, Apr 01, 2024 at 11:08:08AM +0800, Lulu Cheng wrote: > Fixes: d28ea8e5a704 ("LoongArch: Split loongarch_option_override_internal > into smaller procedures") > > gcc/ChangeLog: > > * config/loongarch/loongarch.opt.urls: Regenerate. This looks OK to me. I cann

Re: CI for "Option handling: add documentation URLs"

2024-03-15 Thread Mark Wielaard
Hi YunQiang Su, On Fri, Mar 15, 2024 at 03:33:28PM +0800, YunQiang Su wrote: > Great work. The CI works well now: it blames me ;) > https://builder.sourceware.org/buildbot/#/builders/269/builds/3846 > > When I add '-mstrict-align' option to MIPS, > the riscv.opt.urls, sysv4.opt.urls, xtensa.opt.u

Re: CI for "Option handling: add documentation URLs"

2024-03-05 Thread Mark Wielaard
On Tue, Mar 05, 2024 at 08:34:31AM -0500, David Malcolm wrote: > > I committed that patch, but was not fast enough actually enabling the > > buildbot and missed another fixlet needed first. > > > > OK, to push the attached regeneration patch? > > Yes Thanks, pushed. And now also pushed the build

Re: CI for "Option handling: add documentation URLs"

2024-03-05 Thread Mark Wielaard
tted that patch, but was not fast enough actually enabling the buildbot and missed another fixlet needed first. OK, to push the attached regeneration patch? Thanks, Mark From e5c2b9983d7c09e5a21fa587dc9cd03d53d67a23 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Tue, 5 Mar 2024 13:01:

Re: CI for "Option handling: add documentation URLs"

2024-03-03 Thread Mark Wielaard
Hi, On Sat, Feb 24, 2024 at 06:42:58PM +0100, Mark Wielaard wrote: > On Thu, Feb 22, 2024 at 11:57:50AM +0800, YunQiang Su wrote: > > Mark Wielaard 于2024年2月19日周一 06:58写道: > > > So, I did try the regenerate-opt-urls locally, and it did generate the > > > attached d

[COMMITTED htdocs] robots.txt: Disallow various wiki actions

2024-03-01 Thread Mark Wielaard
It is fine for robots to crawl the wiki pages, but they should perform actions, generate huge diffs, search/highlight pages or generate calendars. --- htdocs/robots.txt | 4 1 file changed, 4 insertions(+) diff --git a/htdocs/robots.txt b/htdocs/robots.txt index 057c5899..36be4d13 100644 ---

Re: CI for "Option handling: add documentation URLs"

2024-02-24 Thread Mark Wielaard
Hi, On Thu, Feb 22, 2024 at 11:57:50AM +0800, YunQiang Su wrote: > Mark Wielaard 于2024年2月19日周一 06:58写道: > > So, I did try the regenerate-opt-urls locally, and it did generate the > > attached diff. Which seems to show we really need this automated. > > > > Going ov

Re: CI for "Option handling: add documentation URLs"

2024-02-19 Thread Mark Wielaard
On Sun, 2024-02-18 at 23:58 +0100, Mark Wielaard wrote: > So I think the regenerate-opt-urls check does work as intended. So > lets automate it, because it looks like nobody regenerated the > url.opts after updating the documentation. > > But we should first apply this diff. C

Re: CI for "Option handling: add documentation URLs"

2024-02-18 Thread Mark Wielaard
Hi David, On Thu, Jan 04, 2024 at 09:57:09AM -0500, David Malcolm wrote: > I've pushed the .opt.urls patch kit to gcc trunk [1], so hopefully the > CI check you wrote can go live now. And then I was on vacation myself and forgot. I am sorry. So, I did try the regenerate-opt-urls locally, and it

[COMMITTED] Regenerate libgomp/configure for copyright year update

2024-01-05 Thread Mark Wielaard
commit a945c346f57ba40fc80c14ac59be0d43624e559d updated libgomp/plugin/configfrag.ac but didn't regenerate/update libgomp/configure which includes that configfrag. libgomp/Changelog: * configure: Regenerate. --- libgomp/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif

[COMMITTED] robots.txt: Disallow a few more bugzilla queries

2023-12-22 Thread Mark Wielaard
Some spiders are hitting bugzilla hard generating dependency trees or graphs, downloading large attachements or requesting all bugs in xml format. Disallow all that. --- htdocs/robots.txt | 4 1 file changed, 4 insertions(+) diff --git a/htdocs/robots.txt b/htdocs/robots.txt index b9fc830d..

Re: [PATCH 0/4] v3 of: Option handling: add documentation URLs

2023-12-14 Thread Mark Wielaard
d to master it does flag and generate the attached diff (I assume that is expected). Cheers, Mark>From 83914698dfb77a85496e93e3faa5de9131347cb8 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Fri, 15 Dec 2023 01:43:27 +0100 Subject: [PATCH] Add regenerate-opt-urls to gcc-autoregen Add gcc buil

Re: [PATCH 0/4] v2 of Option handling: add documentation URLs

2023-12-10 Thread Mark Wielaard
Hi David, On Fri, Dec 08, 2023 at 06:35:56PM -0500, David Malcolm wrote: > On Tue, 2023-11-21 at 23:43 +, Joseph Myers wrote: > > On Tue, 21 Nov 2023, Tobias Burnus wrote: > > > > > On 21.11.23 14:57, David Malcolm wrote: > > > > On Tue, 2023-11-21 at 02:09 +0100, Hans-Peter Nilsson wrote: >

[gcc-wwwdocs COMMITTED] Disallow /cgit for web robots

2023-12-08 Thread Mark Wielaard
Although cgit is more efficient than gitweb it still is not great for bots to go through it. --- htdocs/robots.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/robots.txt b/htdocs/robots.txt index c650057b..b9fc830d 100644 --- a/htdocs/robots.txt +++ b/htdocs/robots.txt @@ -6,6 +6,7

[COMMITTED] Regenerate libiberty/aclocal.m4 with aclocal 1.15.1

2023-11-15 Thread Mark Wielaard
There is a new buildbot check that all autotool files are generated with the correct versions (automake 1.15.1 and autoconf 2.69). https://builder.sourceware.org/buildbot/#/builders/gcc-autoregen Correct one file that was generated with the wrong version. libiberty/ * aclocal.m4: Rebuild.

Re: gcc-patches From rewriting mailman settings (Was: [Linaro-TCWG-CI] gcc patch #75674: FAIL: 68 regressions)

2023-10-04 Thread Mark Wielaard
Hi Gerald, On Wed, Oct 04, 2023 at 12:17:48AM +0200, Gerald Pfeifer wrote: > On Tue, 19 Sep 2023, Mark Wielaard wrote: > >> Although there were some positive responses (on list and on irc) it is > >> sometimes hard to know if there really is consensus for these kind of >

Re: gcc-patches From rewriting mailman settings

2023-09-30 Thread Mark Wielaard
Hi, On Sun, Sep 17, 2023 at 10:04:37PM +0200, Mark Wielaard wrote: > On Tue, Sep 12, 2023 at 05:00:07PM +0200, Mark Wielaard wrote: > > We (Jeff or anyone else with mailman admin privs) could use the same > > settings for gcc-patches. The settings that need to be set are

Re: gcc-patches From rewriting mailman settings (Was: [Linaro-TCWG-CI] gcc patch #75674: FAIL: 68 regressions)

2023-09-19 Thread Mark Wielaard
Hi all, On Sun, Sep 17, 2023 at 10:04:37PM +0200, Mark Wielaard wrote: > > We (Jeff or anyone else with mailman admin privs) could use the same > > settings for gcc-patches. The settings that need to be set are in that > > bug: > > > > - subject_prefix (genera

Re: gcc-patches From rewriting mailman settings (Was: [Linaro-TCWG-CI] gcc patch #75674: FAIL: 68 regressions)

2023-09-17 Thread Mark Wielaard
Hi all, On Tue, Sep 12, 2023 at 05:00:07PM +0200, Mark Wielaard wrote: > Adding Jeff to CC who is the official gcc-patches mailinglist admin. > [...] > Yes, it is expected for emails that come from domains with a dmarc > policy. That is because the current settings of the

Re: gcc-patches From rewriting mailman settings (Was: [Linaro-TCWG-CI] gcc patch #75674: FAIL: 68 regressions)

2023-09-14 Thread Mark Wielaard
Hi Richard, On Thu, Sep 14, 2023 at 11:07:21AM +0200, Richard Biener wrote: > On Tue, Sep 12, 2023 at 5:00 PM Mark Wielaard wrote: > > The only visible change (apart from no more From rewriting) is that > > HTML multi-parts aren't scrubbed anymore (that would be a messag

Re: gcc-patches From rewriting mailman settings (Was: [Linaro-TCWG-CI] gcc patch #75674: FAIL: 68 regressions)

2023-09-14 Thread Mark Wielaard
Hi Thomas, On Thu, Sep 14, 2023 at 09:00:39AM +0200, Thomas Schwinge wrote: > >> Let me know if you want Jeff (or me or one of the other overseers) make > >> the above changes to the gcc-patches mailman settings. > > > > yes, please! > > Yes, please! For all mailing lists, globally. Call me a l

gcc-patches From rewriting mailman settings (Was: [Linaro-TCWG-CI] gcc patch #75674: FAIL: 68 regressions)

2023-09-12 Thread Mark Wielaard
Hi Maxim, Adding Jeff to CC who is the official gcc-patches mailinglist admin. On Tue, 2023-09-12 at 11:08 +0400, Maxim Kuvyrkov wrote: > Normally, notifications from Linaro TCWG precommit CI are sent only to > patch author and patch submitter. In this case the sender was rewritten > to "Benjami

Re: [PATCH] RISC-V: Fix compiler warning of riscv_arg_has_vector

2023-06-20 Thread Mark Wielaard
Hi all, On Tue, 2023-06-20 at 07:11 -0600, Jeff Law wrote: > On 6/20/23 04:56, Robin Dapp wrote: > > > Could you merge it ? > > > By the way, could Lehua get the write access? > > > > IMHO nothing stands in the way but I'll defer to Jeff to have > > the "official seal" :) > > Once he ACKs Lehua n

Re: [pushed] wwwdocs: gcc-4.7: Adjust dwarfstd.org links

2023-03-30 Thread Mark Wielaard
On Wed, 2023-03-29 at 15:40 -0700, Andrew Pinski wrote: > On Wed, Mar 29, 2023 at 3:08 PM Gerald Pfeifer wrote: > > > > Business as usual - 301 Moved Permanently. > > Just FYI, dwarfstd is now hosted by sourceware too. So I doubt these > URLs will change after this. Indeed, see https://inbox.so

Re: Rust front-end patches v4

2022-12-06 Thread Mark Wielaard
Hi John, On Tue, Dec 06, 2022 at 12:57:17PM +0100, John Paul Adrian Glaubitz wrote: > On 12/6/22 12:40, Arthur Cohen wrote: > > > Can't wait to see this becoming available in the distributions :D. > > > > > > I will make sure we get the frontend enabled in Debian as soon as > > > possible. > >

Activate gcc builder problem emails (Was: [PATCH v2] genmultilib: Add sanity check)

2022-11-21 Thread Mark Wielaard
Hi Christophe, On Mon, Nov 21, 2022 at 01:35:34PM +0100, Christophe Lyon wrote: > On 11/21/22 13:32, Mark Wielaard wrote: > > > I've just sent a fix: > > > https://gcc.gnu.org/pipermail/gcc-patches/2022-November/606887.html > > > > > > Hopefully that o

Re: [PATCH v2] genmultilib: Add sanity check

2022-11-21 Thread Mark Wielaard
Hi Christophe, On Mon, 2022-11-21 at 13:12 +0100, Christophe Lyon wrote: > On 11/21/22 11:16, Mark Wielaard wrote: > > On Fri, Nov 18, 2022 at 12:42:10PM -0700, Jeff Law wrote: > > > > * genmultilib: Add sanity check. > > > > > > OK. It s

Re: [PATCH v2] genmultilib: Add sanity check

2022-11-21 Thread Mark Wielaard
Hi, On Fri, Nov 18, 2022 at 12:42:10PM -0700, Jeff Law wrote: > > * genmultilib: Add sanity check. > > OK.  It should be interesting to see if it trips. It trips up various buildbot setups: https://builder.sourceware.org/buildbot/#/changes/13720 Error calling ../../gcc/gcc/genmultilib: Numb

Re: Announcement: Porting the Docs to Sphinx - tomorrow

2022-11-09 Thread Mark Wielaard
Hi, On Wed, Nov 09, 2022 at 08:49:22AM +0100, Richard Biener via Gcc wrote: > On Wed, Nov 9, 2022 at 1:09 AM Sam James via Gcc-patches > wrote: > > > On 9 Nov 2022, at 00:00, Joseph Myers wrote: > > > On Tue, 8 Nov 2022, Sam James via Gcc wrote: > > > > If that's your expectation, that's fine, b

Re: [PATCH Rust front-end v3 01/46] Use DW_ATE_UTF for the Rust 'char' type

2022-10-30 Thread Mark Wielaard
r/mjw/gccrs/commit/?h=no-Rust-old if someone wants to push that, to merge for a v4. Thanks, Mark>From cdcfe27cfba23402f91200c64c1ef8e0bf3528a0 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Sun, 30 Oct 2022 16:03:16 +0100 Subject: [PATCH] dwarf2out.c: Don't emit DW_LANG_Rust_ol

Re: Rust frontend patches v2

2022-08-25 Thread Mark Wielaard
Hi Martin, On Thu, 2022-08-25 at 11:52 +0200, Martin Liška wrote: > What about limit increase, how much space do we have on sourceware > infrastructure? Feel free to increase the limits, there is a couple of hundred GB free on sourceware and we can add more. The public-inbox instance at inbox.so

Re: [PATCHv3] libiberty rust-demangle, ignore .suffix

2022-02-17 Thread Mark Wielaard
Ping. Is this OK to commit now? I am not sure who can approve this. On Sun, Jan 16, 2022 at 01:35:34AM +0100, Mark Wielaard wrote: > Rust symbols can have a .suffix because of compiler transformations. > These can be ignored in the demangled name. Which is what this patch > imple

Re: [PATCH] dwarf2out: For ppc64le IEEE quad long double, use DW_ATE_GNU_*float128 [PR104194]

2022-01-24 Thread Mark Wielaard via Gcc-patches
Hi, On Mon, Jan 24, 2022 at 08:34:39PM +0100, Jakub Jelinek wrote: > The following patch uses DW_ATE_GNU_{,complex_}float128 (new extensions > equal to corresponding HP extensions) instead of DW_ATE_float, > another possibility would be DW_ATE_GNU_precision attribute on the > DW_TAG_base_type that

[PATCHv3] libiberty rust-demangle, ignore .suffix

2022-01-15 Thread Mark Wielaard
Rust symbols can have a .suffix because of compiler transformations. These can be ignored in the demangled name. Which is what this patch implements. By stopping at the first dot for v0 symbols and searching backwards to the ending 'E' for legacy symbols. An alternative implementation could be to

Re: [PATCH] libiberty rust-demangle, ignore .suffix

2022-01-15 Thread Mark Wielaard
Hi Eddy, On Mon, Dec 20, 2021 at 01:50:52PM +0200, Eduard-Mihai Burtescu wrote: > Apologies for the delay, the email fell through the cracks somehow. And then I went on vacation... Sorry this fairly simple patch takes so long. > The updated patch looks like it would work alright, only needs a co

Re: [PATCH] libiberty rust-demangle, ignore .suffix

2021-12-07 Thread Mark Wielaard
Hi Eddy, On Fri, 2021-12-03 at 01:14 +0200, Eduard-Mihai Burtescu wrote: > On Fri, Dec 3, 2021, at 00:07, Mark Wielaard wrote: > > On Thu, Dec 02, 2021 at 07:35:17PM +0200, Eduard-Mihai Burtescu > > wrote: > > > That also means that for consistency, suffixes li

Re: [PATCH] libiberty rust-demangle, ignore .suffix

2021-12-02 Thread Mark Wielaard
Hi, On Fri, Dec 03, 2021 at 06:58:36AM +1100, Nicholas Nethercote wrote: > On Fri, 3 Dec 2021 at 04:17, Mark Wielaard wrote: > > > > * rust-demangle.c (rust_demangle_callback): Ignore everything > > after '.' char in sym for v0. > > > &g

Re: [PATCH] libiberty rust-demangle, ignore .suffix

2021-12-02 Thread Mark Wielaard
Hi Eddy, On Thu, Dec 02, 2021 at 07:35:17PM +0200, Eduard-Mihai Burtescu wrote: > On Thu, Dec 2, 2021, at 19:17, Mark Wielaard wrote: > > Rust v0 symbols can have a .suffix because if compiler transformations. > > For some context, the suffix comes from LLVM (I believe as part of

[PATCH] libiberty rust-demangle, ignore .suffix

2021-12-02 Thread Mark Wielaard
Rust v0 symbols can have a .suffix because if compiler transformations. These can be ignored it the demangled name. Which is what this patch implements). But an alternative implementation could be to follow what C++ does and represent these as [clone .suffix] tagged onto the demangled name. But thi

Re: [PATCH] Document the GCC11 change to DWARF5 default.

2021-03-02 Thread Mark Wielaard
On Fri, 2021-02-19 at 18:04 +0100, Mark Wielaard wrote: > * gcc-11/changes.html (General Improvements): Add a section on > the DWARF version 5 default. Ping. OK to commit? > diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html > index 6a47b0b8..9734eee8 10

[PATCH] Document the GCC11 change to DWARF5 default.

2021-02-19 Thread Mark Wielaard
* gcc-11/changes.html (General Improvements): Add a section on the DWARF version 5 default. --- htdocs/gcc-11/changes.html | 30 ++ 1 file changed, 30 insertions(+) diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index de75b8d6..04c

Re: Default to DWARF5

2021-01-29 Thread Mark Wielaard
Hi Paul, On Fri, Jan 29, 2021 at 02:04:02PM -0600, Paul A. Clarke wrote: > On Fri, Jan 29, 2021 at 12:22:41PM +0100, Mark Wielaard wrote: > > The infinite loop is because off isn't updated to noff before calling > > continue in the while loop. Moving the last line of the loo

Re: Default to DWARF5

2021-01-29 Thread Mark Wielaard
Hi Paul, On Thu, Jan 28, 2021 at 08:25:20PM -0600, Paul A. Clarke wrote: > The subject commit, 3804e937b0e252a7e42632fe6d9f898f1851a49c, causes a > failure in the test suite for the IBM Advance Toolchain. The test in > question uses "perf probe" to set a tracepoint at "main" in a newly built > (w

Re: [PATCH] aix: Default to DWARF 4

2021-01-18 Thread Mark Wielaard
Hi David, On Mon, 2021-01-18 at 11:31 -0500, David Edelsohn wrote: > On Mon, Jan 18, 2021 at 6:01 AM Mark Wielaard wrote: > > Thanks, I hadn't tested against AIX. Could you also update > > gcc/doc/invoke.texi (-gdwarf) with the defaults for AIX? > > Other targets

  1   2   3   4   >