Re: Accessability of the site gcc.gnu.org

2025-04-18 Thread Mark Wielaard
ies accessing your > > website. Upon reviewing the issue, we found that the website is being > > blocked when accessed via Zscaler IPs. > > I will pass this onto the system admins, but the problem is that some of > your customers have been abusing our services constantly, m

Re: Accessability of the site gcc.gnu.org

2025-04-18 Thread Jonathan Wakely via Gcc
On Fri, 18 Apr 2025, 20:14 Siva Sai Manchem via Gcc, wrote: > Hi Team, > > I hope you're doing well. > > We wanted to bring to your attention that one of our customers, who is > utilizing Zscaler services, is currently facing difficulties accessing your > website. Up

Accessability of the site gcc.gnu.org

2025-04-18 Thread Siva Sai Manchem via Gcc
Hi Team, I hope you're doing well. We wanted to bring to your attention that one of our customers, who is utilizing Zscaler services, is currently facing difficulties accessing your website. Upon reviewing the issue, we found that the website is being blocked when accessed via Zscaler IPs

Re: GSoC[Fortran Runtime argument check ] Draft of Proposal and some doubts about the needs

2025-04-09 Thread Gwen Fu via Gcc
at does not make sense to me unless the aim is >to slow down the compile code. The above code would be >transformed into something like (ignoring passing convention). >float >foo(float x) >{ > if (runtime_option & fcheck_implicit_type) >runtime_error(&qu

Re: GSoC[Fortran Runtime argument check ] Draft of Proposal and some doubts about the needs

2025-04-07 Thread Steve Kargl via Gcc
On Mon, Apr 07, 2025 at 02:42:10PM +0800, Gwen Fu wrote: > Thanks for your reply ! > >The word "parameter" has very a specific meaning in Fortran. The > >entity that is passed into a function or subroutine is an "actual > >argument". The entity within the

Re: GSoC[Fortran Runtime argument check ] Draft of Proposal and some doubts about the needs

2025-04-06 Thread Gwen Fu via Gcc
Thanks for your reply ! >The word "parameter" has very a specific meaning in Fortran. The >entity that is passed into a function or subroutine is an "actual >argument". The entity within the functions associated with the >"actual argument" is a "dummy

Re: GSoC[Fortran Runtime argument check ] Draft of Proposal and some doubts about the needs

2025-04-06 Thread Steve Kargl via Gcc
On Sat, Apr 05, 2025 at 03:16:45PM +0800, Gwen Fu wrote: > My doubt : > 1.Does the compilation option only need to support fortran versions above > 9, o5r does it also need to support fortran 77? gfortran started life as a Fortran 95 compiler. It should support anything that is Fort

Remove duplication for the handling of attributes between different frontends

2025-04-05 Thread Antoni Boucher via Gcc
Hi. We're trying to remove the duplication of the attributes code between the C and libgccjit frontend. The attached patch shows a draft of this attempt that only supports a few attributes. Would that kind of approach be acceptable (I'm not sure since this includes a c-family file in

GSoC[Fortran Runtime argument check ] Draft of Proposal and some doubts about the needs

2025-04-05 Thread Gwen Fu via Gcc
My doubt : 1.Does the compilation option only need to support fortran versions above 9, o5r does it also need to support fortran 77? 2.Regarding parameter checking, *my idea is that after the user creates an array of a specified size, it is passed into the function as a parameter*. However, the

Re: GSOC interest in Extend the static analysis pass, [OpenACC]

2025-04-02 Thread Thomas Schwinge
Hi Kaaden! On 2025-03-10T22:20:21+, Kaaden Ruman via Gcc wrote: > Hello, my name is Kaaden and I am a student at the University of Alberta in > Canada. Welcome to GCC! > I am interested in pursuing the "Extend the static analysis pass" idea as a > medium size proje

Re: Rust: error[E0554]: `#![feature]` may not be used on the stable release channel

2025-03-27 Thread Thomas Schwinge
Hi! On 2025-03-17T20:03:48+, Iain Sandoe via Gcc wrote: >> On 17 Mar 2025, at 19:43, Toon Moene wrote: >> >> I was eager to try the new rust updates ... >> >> But I got this: >> >> error[E0554]: `#![feature]` may not be used on the stab

Re: Proposed GSoC project to enhance the GCC GNAT Ada front end

2025-03-25 Thread Tucker Taft via Gcc
Hi Martin, We actually are planning a large project (350) hours, as Ethan plans to work essentially full time over the summer. Sorry for the confusion. I had the terminology a bit confused, and thought "large" was closer to a 6-month commitment. We will be submitting the propos

Re: Proposed GSoC project to enhance the GCC GNAT Ada front end

2025-03-24 Thread Tucker Taft via Gcc
Thanks, Martin. We expect it to be a medium size project. And we will be sure that Ethan can build, test, and debug the GNAT-FE and other GCC components. Take care, -Tuck On Mon, Mar 24, 2025 at 7:23 PM Martin Jambor wrote: > Hello, > > in general the project proposal looks very goo

Re: Proposed GSoC project to enhance the GCC GNAT Ada front end

2025-03-24 Thread Martin Jambor
Hello, in general the project proposal looks very good. A few comments inline: On Tue, Mar 18 2025, Tucker Taft via Gcc wrote: > [...] > The GNAT front end is organized into three basic phases, a parser, a > semantic analyzer, and an expander. In the sources, these are represented &g

Re: Proposed GSoC project to enhance the GCC GNAT Ada front end

2025-03-24 Thread Tucker Taft via Gcc
Thank you! Yes, I realize we need to submit the proposal to the GSoC program, and I believe we can do so starting today. Take care, -Tuck On Sun, Mar 23, 2025 at 11:28 PM Sam James wrote: > Tucker Taft via Gcc writes: > > > Proposal: Google Summer of Code on GCC A

Re: Proposed GSoC project to enhance the GCC GNAT Ada front end

2025-03-23 Thread Sam James via Gcc
Tucker Taft via Gcc writes: > Proposal: Google Summer of Code on GCC Ada Front end > >- > >Goal : Implement some of the light-weight parallelism features of Ada >2022 in the GNAT front end >- > >Contributor: Ethan Luis McDonough, PSU '2025 ( &

Re: [GSOC 2025] Interests in extending the static analysis pass(es): support for C++ or CPython API

2025-03-19 Thread zzmic via Gcc
ng on a medium-sized (or > large-sized) project that, broadly speaking, extends the static-analysis > pass(es). In particular, I’ve been dabbling between extending the analyzer’s > support for C++ and extending the plugin to add checking for usage of the > CPython API, such as refere

[GSOC 2025] Interests in extending the static analysis pass(es): support for C++ or CPython API

2025-03-19 Thread zzmic via Gcc
Dear all, I hope you’ve been doing well! I’m Zhiwen, an undergraduate who is working towards his degree jointly in mathematics and computer science. I’m writing to express my interest in working on a medium-sized (or large-sized) project that, broadly speaking, extends the static-analysis

Remove duplication for the handling of attributes between different frontends in GCC

2025-03-19 Thread Basile Starynkevitch
Hello Antoni Boucher wrote: > We're trying to remove the duplication of the attributes code between > the C and libgccjit frontend. > The attached patch shows a draft of this attempt that only supports a > few attributes. > Would that kind of approach be acceptable (I&#

Proposed GSoC project to enhance the GCC GNAT Ada front end

2025-03-18 Thread Tucker Taft via Gcc
Proposal: Google Summer of Code on GCC Ada Front end - Goal : Implement some of the light-weight parallelism features of Ada 2022 in the GNAT front end - Contributor: Ethan Luis McDonough, PSU '2025 ( ethanluismcdono...@gmail.com) - Mentors: S. Tucker Taft (Lexi

Re: Remove duplication for the handling of attributes between different frontends

2025-03-18 Thread Richard Biener via Gcc
On Tue, Mar 18, 2025 at 4:49 PM Antoni Boucher via Gcc wrote: > > Hi. > We're trying to remove the duplication of the attributes code between > the C and libgccjit frontend. > The attached patch shows a draft of this attempt that only supports a > few attributes. > Woul

Re: Rust: error[E0554]: `#![feature]` may not be used on the stable release channel

2025-03-17 Thread Iain Sandoe via Gcc
> On 17 Mar 2025, at 19:43, Toon Moene wrote: > > I was eager to try the new rust updates ... > > But I got this: > > error[E0554]: `#![feature]` may not be used on the stable release channel > --> src/lib.rs:19:1 > |

Rust: error[E0554]: `#![feature]` may not be used on the stable release channel

2025-03-17 Thread Toon Moene
I was eager to try the new rust updates ... But I got this: error[E0554]: `#![feature]` may not be used on the stable release channel --> src/lib.rs:19:1 | 19 | #![feature(extern_types)] | ^ For more information about this error, try `rustc --explain E0

RE: Discover the Latest Trends at Bio-IT World Expo 2025

2025-03-17 Thread Erin Lewis
Can I provide information for the list. Regards, Erin Lewis From: Erin Lewis Sent: Friday, March 14, 2025 7:36 AM To: gcc@gcc.gnu.org Subject: Discover the Latest Trends at Bio-IT World Expo 2025 Just a quick question: would you be interested in receiving the Bio-IT World Conference &

Re: GSOC interest in Extend the static analysis pass, [OpenACC]

2025-03-15 Thread Sam James via Gcc
Kaaden Ruman via Gcc writes: > Hello, my name is Kaaden and I am a student at the University of Alberta in > Canada. I am interested in pursuing the "Extend the static analysis pass" > idea as a medium size project. > > I have cloned and built gcc and ran the t

Discover the Latest Trends at Bio-IT World Expo 2025

2025-03-14 Thread Erin Lewis
Just a quick question: would you be interested in receiving the Bio-IT World Conference & Expo 2025 attendance details? Attendees: Executive, Director, Manager, Professor, Scientist/Tecnologist, Sales & Marketing, Assistant and many. Regards, Erin Lewis

Re: GSOC interest in Extend the static analysis pass

2025-03-12 Thread Sam James via Gcc
Basile Starynkevitch writes: > hello > > You could take (and improve/refactor) some obsolete code from > https://github.com/bstarynk/bismon > and read the below draft report > http://www.starynkevitch.net/Basile/bismon-chariot-doc.pdf > > I am no more working on that

GSOC interest in Extend the static analysis pass

2025-03-12 Thread Basile Starynkevitch
hello You could take (and improve/refactor) some obsolete code from https://github.com/bstarynk/bismon and read the below draft report http://www.starynkevitch.net/Basile/bismon-chariot-doc.pdf I am no more working on that code base. My current open source project is https://github.com

Re: What branch to use for the Algol 68 front-end

2025-03-11 Thread Jose E. Marchesi via Gcc
>> Hi Jose, >> >> On Sat, Mar 08, 2025 at 02:17:52PM +0100, Jose E. Marchesi wrote: >>> > Since you already have a fork on the (experimental) forge we could >>> > also move your fork under https://forge.sourceware.org/gcc that way >>> > you c

GSOC interest in Extend the static analysis pass, [OpenACC]

2025-03-11 Thread Kaaden Ruman via Gcc
Hello, my name is Kaaden and I am a student at the University of Alberta in Canada. I am interested in pursuing the "Extend the static analysis pass" idea as a medium size project. I have cloned and built gcc and ran the testsuite and would like a nudge in the direction of what

The

2025-03-10 Thread Alydar45810 via Gcc
Sent from my iPhone

Re: What branch to use for the Algol 68 front-end

2025-03-10 Thread Jose E. Marchesi via Gcc
> Hi Jose, > > On Sat, Mar 08, 2025 at 02:17:52PM +0100, Jose E. Marchesi wrote: >> > Since you already have a fork on the (experimental) forge we could >> > also move your fork under https://forge.sourceware.org/gcc that way >> > you can experiment with mer

Re: What branch to use for the Algol 68 front-end

2025-03-09 Thread Mark Wielaard
Hi Jose, On Sat, Mar 08, 2025 at 02:17:52PM +0100, Jose E. Marchesi wrote: > > Since you already have a fork on the (experimental) forge we could > > also move your fork under https://forge.sourceware.org/gcc that way > > you can experiment with merge requests if you like

Re: What branch to use for the Algol 68 front-end

2025-03-08 Thread Jose E. Marchesi via Gcc
> Hi, > > On Fri, Mar 07, 2025 at 03:57:40PM +, Richard Earnshaw (lists) via Gcc > wrote: >> On 07/03/2025 15:41, Jose E. Marchesi via Gcc wrote: >> > The Steering Committee has decided not to merge the Algol 68 Front-End >> > in master at this point,

Re: What branch to use for the Algol 68 front-end

2025-03-07 Thread Mark Wielaard
Hi, On Fri, Mar 07, 2025 at 03:57:40PM +, Richard Earnshaw (lists) via Gcc wrote: > On 07/03/2025 15:41, Jose E. Marchesi via Gcc wrote: > > The Steering Committee has decided not to merge the Algol 68 Front-End > > in master at this point, but is ok with us using a branc

Re: What branch to use for the Algol 68 front-end

2025-03-07 Thread Richard Earnshaw (lists) via Gcc
On 07/03/2025 15:41, Jose E. Marchesi via Gcc wrote: > > Hello people! > > The Steering Committee has decided not to merge the Algol 68 Front-End > in master at this point, but is ok with us using a branch in gcc.git to > develop and maintain the front-end as well as a mail

What branch to use for the Algol 68 front-end

2025-03-07 Thread Jose E. Marchesi via Gcc
Hello people! The Steering Committee has decided not to merge the Algol 68 Front-End in master at this point, but is ok with us using a branch in gcc.git to develop and maintain the front-end as well as a mailing list in algo...@gcc.gnu.org. The mailing list has been already set up by the

, Welcome to the formation of the IWACCE 2025 session!

2025-02-08 Thread IWACCE 2025 via Gcc
Welcome to form an IWACCE 2025 session! The 4th International Workshop on Automation, Control and Communication Engineering (lWACCE2025) will be held in Changchun, China from August 8 to 10, 2025! (Detail: http://email.ms.iwacce.org/c

Re: We need to remove the Sphinx HTML docs

2025-02-05 Thread Gerald Pfeifer
s/libgccjit/_static and it's parent onlinedocs/libgccjit have not been updated since 14 Nov 2022, which was the day of the attempted wholesale conversion to Sphinx. Is onlinedocs/libgccjit just how what is now onlinedocs/jit would have been called after the conversion and should be removed? Gerald

Re: We need to remove the Sphinx HTML docs

2025-02-05 Thread Gerald Pfeifer
le/_static/ > ./gnat_ugn/_static/ : > ./libgdiagnostics/_static/ > ./libgomp/_static/ > ./libiberty/_static/ > ./libitm/_static/ > ./libquadmath/_static/ Mostly. :-) libgdiagnostics is a new library by David (Malcolm) the documentation of which is in Sphinx, so I kept that. Correct

Re: We need to remove the Sphinx HTML docs

2025-02-04 Thread Jonathan Wakely via Gcc
ou for digging into this and raising it, Jonathan! > > > > > $ ls -1 -d htdocs/onlinedocs/gcc/*/ > > > htdocs/onlinedocs/gcc/c-implementation-defined-behavior/ > > > htdocs/onlinedocs/gcc/extensions-to-the-c++-language/ > > > htdocs/onlinedocs/gcc/ext

Re: We need to remove the Sphinx HTML docs

2025-02-04 Thread Jonathan Wakely via Gcc
nlinedocs/gcc/*/ > > htdocs/onlinedocs/gcc/c-implementation-defined-behavior/ > > htdocs/onlinedocs/gcc/extensions-to-the-c++-language/ > > htdocs/onlinedocs/gcc/extensions-to-the-c-language-family/ > > htdocs/onlinedocs/gcc/gcc-command-options/ > > htdocs/onlinedocs/gcc

Re: Align the gcc, glibc, and binutils DCO text to match community usage.

2024-12-02 Thread Mark Wielaard
Hi Bradley, Thanks for following the discussion and your input. We have also been discussing some policy wording changes on gcc-patches: https://inbox.sourceware.org/gcc-patches/20241202101600.1041524-1-m...@klomp.org/T If you have any suggestions for improving the actual wording change that

Help with setting the order of default system include directories of c,c++ preprocessor

2024-11-29 Thread Rajesh Mallah via Gcc
Dear GCC Gurus, We are compiling a GCC using "pre-existing" GCC and we want to have control over the order of the system directories that are searched particularly we want /usr/include to be searched before others. We are not in a position to keep adding -I/usr/include to our bui

Re: Align the gcc, glibc, and binutils DCO text to match community usage.

2024-11-29 Thread Bradley M. Kuhn via Gcc
> On 11/24/24 11:49 AM, Bradley M. Kuhn wrote: > > One size doesn't necessarily fit all. Perhaps if you're changing the DCO > > text for the toolchain projects at this moment, it might be a good time to > > consider if the Linux DCO text suits your project pe

Re: Align the gcc, glibc, and binutils DCO text to match community usage.

2024-11-29 Thread Carlos O'Donell via Gcc
On 11/24/24 11:49 AM, Bradley M. Kuhn wrote: > One size doesn't necessarily fit all. Perhaps if you're changing the DCO > text for the toolchain projects at this moment, it might be a good time to > consider if the Linux DCO text suits your project perfectly. This is not a cha

Re: We need to remove the Sphinx HTML docs

2024-11-25 Thread Gerald Pfeifer
On Fri, 15 Nov 2024, Tamar Christina wrote: > FWIW, Even though I was one of those that really liked and wanted this > documentation update to sphinx, I agree with removing them as it is just > confusing or misleading to users at this point. > > I do hope that in the future

Re: Align the gcc, glibc, and binutils DCO text to match community usage.

2024-11-24 Thread Bradley M. Kuhn via Gcc
Carlos O'Donell wrote on Friday: > The DCO was introduced to gcc, glibc and binutils in 2021 and 2022 > to expand and align the contribution process with other free and open > source software projects that had been effectively using DCO for > contributions. > To that end I&

Re: Align the gcc, glibc, and binutils DCO text to match community usage.

2024-11-24 Thread Mark Wielaard
; than a known identity that could be contacted to discuss the > contribution (and what was attested). > > The same changes have been made to other projects including as noted > by Sam James in the Gentoo project [2], Mark Wielaard in elfutils [3], > and CNCF [4]. It should probably b

Align the gcc, glibc, and binutils DCO text to match community usage.

2024-11-22 Thread Carlos O'Donell via Gcc
The DCO was introduced to gcc, glibc and binutils in 2021 and 2022 to expand and align the contribution process with other free and open source software projects that had been effectively using DCO for contributions. To that end I'm aligning the glibc usage following the Linux kernel changes

[CFP] The 16th Open Source Development Tools Conference (OSDTConf2024)

2024-11-19 Thread Yixuan Chen
The 16th Open Source Development Tools Conference (formerly HelloGCC Workshop, hereinafter referred to as OSDTConf) is scheduled to be held in Beijing, China, on December 7, 2024. The OSDTConf is an annual developer exchange conference organized by the OSDT community (formerly known as the

Re: We need to remove the Sphinx HTML docs

2024-11-17 Thread Gerald Pfeifer
On Fri, 15 Nov 2024, Jonathan Wakely wrote: > The HTML pages from Martin Liska's Sphinx doc experiment are still > online, and Google thinks they are the canonical locatiosn for GCC docs. ...which is really weird. I wonder what influenced Google's ranking here (all the more

Re: Should we move the --param documention to gccint?

2024-11-16 Thread Jeff Law via Gcc
On 11/13/24 5:33 AM, Gerald Pfeifer wrote: On Fri, 8 Nov 2024, Richard Sandiford via Gcc wrote: We changed one of the AArch64-specific --params for GCC 14. Unfortunately, it seems that a lot of people were relying on the previous behaviour. Umpf. Every --param is documented in the user

Re: We need to remove the Sphinx HTML docs

2024-11-15 Thread Jonathan Wakely via Gcc
nlinedocs/gcc/*/ > > htdocs/onlinedocs/gcc/c-implementation-defined-behavior/ > > htdocs/onlinedocs/gcc/extensions-to-the-c++-language/ > > htdocs/onlinedocs/gcc/extensions-to-the-c-language-family/ > > htdocs/onlinedocs/gcc/gcc-command-options/ > > htdocs/onlinedocs/gcc

Re: We need to remove the Sphinx HTML docs

2024-11-15 Thread Gerald Pfeifer
linedocs/gcc/extensions-to-the-c++-language/ > htdocs/onlinedocs/gcc/extensions-to-the-c-language-family/ > htdocs/onlinedocs/gcc/gcc-command-options/ > htdocs/onlinedocs/gcc/gcov/ > htdocs/onlinedocs/gcc/gnu-objective-c-features/ > htdocs/onlinedocs/gcc/known-causes-of-trouble-with-g

Re: We need to remove the Sphinx HTML docs

2024-11-15 Thread Mark Wielaard
Hi, On Fri, 2024-11-15 at 12:14 +, Jonathan Wakely via Gcc wrote: > On IRC mjw suggested that you (Gerald) might object to breaking links > by just removing them. I think the pages are already broken (the links > in the sidebar are half missing already). > > If we think p

RE: We need to remove the Sphinx HTML docs

2024-11-15 Thread Tamar Christina via Gcc
> -Original Message- > From: Gcc On Behalf Of > Jonathan Wakely via Gcc > Sent: Friday, November 15, 2024 12:25 PM > To: Gerald Pfeifer > Cc: gcc Mailing List > Subject: Re: We need to remove the Sphinx HTML docs > > On Fri, 15 Nov 2024 at 12:22, Jonathan Wa

Re: We need to remove the Sphinx HTML docs

2024-11-15 Thread Jonathan Wakely via Gcc
On Fri, 15 Nov 2024 at 12:22, Jonathan Wakely wrote: > > On Fri, 15 Nov 2024 at 12:14, Jonathan Wakely wrote: > > > > Hi Gerald, > > > > The HTML pages from Martin Liska's Sphinx doc experiment are still > > online, and Google thinks they are the cano

Re: We need to remove the Sphinx HTML docs

2024-11-15 Thread Jonathan Wakely via Gcc
On Fri, 15 Nov 2024 at 12:14, Jonathan Wakely wrote: > > Hi Gerald, > > The HTML pages from Martin Liska's Sphinx doc experiment are still > online, and Google thinks they are the canonical locatiosn for GCC > docs. > e.g. try > https://www.google.com/search?c

We need to remove the Sphinx HTML docs

2024-11-15 Thread Jonathan Wakely via Gcc
Hi Gerald, The HTML pages from Martin Liska's Sphinx doc experiment are still online, and Google thinks they are the canonical locatiosn for GCC docs. e.g. try https://www.google.com/search?client=firefox-b-d&q=%22inline+function+is+as+fast+as+a+macro%22++gcc The only hit from gcc.gnu

Re: Should we move the --param documention to gccint?

2024-11-13 Thread Gerald Pfeifer
On Fri, 8 Nov 2024, Richard Sandiford via Gcc wrote: > We changed one of the AArch64-specific --params for GCC 14. > Unfortunately, it seems that a lot of people were relying on the > previous behaviour. Umpf. > Every --param is documented in the user-facing manual, so it's not

Should we move the --param documention to gccint?

2024-11-08 Thread Richard Sandiford via Gcc
We changed one of the AArch64-specific --params for GCC 14. Unfortunately, it seems that a lot of people were relying on the previous behaviour. Every --param is documented in the user-facing manual, so it's not surprising that people picked it up. The documentation of --param itself starts

Re: Educational question on compiling (analyzing) the C programming language

2024-10-10 Thread Andreas Schwab via Gcc
On Okt 10 2024, Florian Weimer wrote: > * Laurent Cimon via Gcc: > >> I realize that compilers have evolved with time, and that many >> things required the use of function prototypes, but my question is, >> what is the historical reason that a function defined further do

Re: Educational question on compiling (analyzing) the C programming language

2024-10-10 Thread Florian Weimer
* Laurent Cimon via Gcc: > I realize that compilers have evolved with time, and that many > things required the use of function prototypes, but my question is, > what is the historical reason that a function defined further down > in a C file cannot be used without a function prototyp

Educational question on compiling (analyzing) the C programming language

2024-10-08 Thread Laurent Cimon via Gcc
Hello, I'm a computer science student at the Université Laval in Quebec City. I'm currently following a course on compilers. We're learning semantic analysis at this time and the course is based on the book Compilers: principles, techniques & tools by Alfred V. Aho

Re: [CAULDRON] Topics for the Toolchain and Linux kernel BoF

2024-09-30 Thread Sam James via Gcc
"Jose E. Marchesi via Gcc" writes: > Hello people! > > This year we will be having a kernel BoF at Cauldron. It is scheduled > for Saturday from 15:30 to 16:30. There will be several kernel > maintainers and hackers in attendance, and the goal of the BoF is to >

Re: Christophe Lyon as MVE reviewer for the AArch32 (arm) port.

2024-09-30 Thread Kyrylo Tkachov via Gcc
> On 26 Sep 2024, at 19:22, Ramana Radhakrishnan > wrote: > > External email: Use caution opening links or attachments > > > I am pleased to announce that the GCC Steering Committee has appointed > Christophe Lyon as a MVE Reviewer for the AArch32 port. > > Pl

Re: The riscv compilation chain for your own operating system cannot recognize march.

2024-09-28 Thread Kai Ruottu via Gcc
Troy via Gcc kirjoitti 29.9.2024 klo 6.15: I've created a Unix-like system, and although it's not very complete yet, I want to make a cross-compilation chain for it so that I can use some open source c libraries. More important would be to see the -v output when you ran the compiler a

Re: The riscv compilation chain for your own operating system cannot recognize march.

2024-09-28 Thread Troy via Gcc
Could someone help me out ?Sorry for thread broken. On Thu, Sep 26, 2024 at 9:47 AM Troy wrote: > > On Thu, Sep 26, 2024 at 12:27 AM Jeff Law wrote: > >> >> >> On 9/25/24 2:56 AM, Troy Mitchell via Gcc wrote: >> > Hi everyone, I'm new to the world of gc

Re: Christophe Lyon as MVE reviewer for the AArch32 (arm) port.

2024-09-27 Thread Christophe Lyon via Gcc
Hi Ramana, On 9/26/24 19:22, Ramana Radhakrishnan wrote: I am pleased to announce that the GCC Steering Committee has appointed Christophe Lyon as a MVE Reviewer for the AArch32 port. Please join me in congratulating Christophe on his new role. Christophe, please update your listings in the

Christophe Lyon as MVE reviewer for the AArch32 (arm) port.

2024-09-26 Thread Ramana Radhakrishnan
I am pleased to announce that the GCC Steering Committee has appointed Christophe Lyon as a MVE Reviewer for the AArch32 port. Please join me in congratulating Christophe on his new role. Christophe, please update your listings in the MAINTAINERS file. Regards, Ramana

RE: On pull request workflows for the GNU toolchain

2024-09-25 Thread Jiang, Haochen via Gcc
> From: Joseph Myers > Sent: Wednesday, September 25, 2024 10:46 PM > > On Wed, 25 Sep 2024, Jiang, Haochen via Gcc wrote: > > > The potential issue might be the PR will be closed after merging, which > > might > > be flooded in history if the regression i

Re: The riscv compilation chain for your own operating system cannot recognize march.

2024-09-25 Thread Jeff Law via Gcc
On 9/25/24 2:56 AM, Troy Mitchell via Gcc wrote: Hi everyone, I'm new to the world of gcc. I don't know if this is the right place to post, but I'm having some issues that are really annoying. I've created a Unix-like system, and although it's not very complete ye

RE: On pull request workflows for the GNU toolchain

2024-09-25 Thread Joseph Myers via Gcc
On Wed, 25 Sep 2024, Jiang, Haochen via Gcc wrote: > The potential issue might be the PR will be closed after merging, which might > be flooded in history if the regression is not fixed with the PR forgotten to > be > reopened. I am not sure the reopen could be automatically done.

The riscv compilation chain for your own operating system cannot recognize march.

2024-09-25 Thread Troy Mitchell via Gcc
Hi everyone, I'm new to the world of gcc. I don't know if this is the right place to post, but I'm having some issues that are really annoying. I've created a Unix-like system, and although it's not very complete yet, I want to make a cross-compilation chain for i

RE: On pull request workflows for the GNU toolchain

2024-09-24 Thread Jiang, Haochen via Gcc
pdated to work with pull requests and update the pull requests with such > CI results. > > > > Beyond putting everything through PRs, eventually I'd hope to have > > > merges to mainline normally all go through a CI system that makes sure > > > there ar

RE: On pull request workflows for the GNU toolchain

2024-09-24 Thread Joseph Myers via Gcc
On Tue, 24 Sep 2024, Jiang, Haochen via Gcc wrote: > I am running regression tests on x86_64 and sending the regressions to > gcc-regression mailing thread, will I need to send to another place or > using another API to do that? I don't expect use of pull requests to change

Canceled event with note: Office Hours for the GNU Toolchain @ Thu Dec 26, 2024 11am - 12pm (EST) (gcc@gcc.gnu.org)

2024-09-24 Thread Carlos O'Donell via Gcc
This event has been canceled with a note: "Removing due to Holidays!" Office Hours for the GNU Toolchain Thursday Dec 26, 2024 ⋅ 11am – 12pm Eastern Time - New York Location https://bbb.linuxfoundation.org/room/adm-xcb-for-sk6 https://www.google.com/url?q=h

RE: On pull request workflows for the GNU toolchain

2024-09-23 Thread Jiang, Haochen via Gcc
> From: Joseph Myers > Sent: Thursday, September 19, 2024 11:51 PM > Hi Jospeh, Thank for your overall introduction on the scope of the future PR system. It will help the patches not flooded in mails. And keep merging what we have got in PRs to the right branch to avoid some accidents

RE: GCC nvptx-none Target Testing (was: New page "nvptx" in the GCC wiki to document --target=nvptx-none configurations)

2024-09-23 Thread Prathamesh Kulkarni via Gcc
> -Original Message- > From: Thomas Schwinge > Sent: Monday, September 23, 2024 7:37 PM > To: gcc@gcc.gnu.org; Prathamesh Kulkarni > Cc: Tom de Vries ; Roger Sayle > > Subject: GCC nvptx-none Target Testing (was: New page "nvptx" in the GCC > wi

Re: On pull request workflows for the GNU toolchain

2024-09-23 Thread Jonathan Wakely via Gcc
On Mon, 23 Sept 2024 at 19:00, Eric Gallager via Gcc wrote: > > On Mon, Sep 23, 2024 at 8:09 AM Thomas Koenig via Gcc wrote: > > > > [For the fortran people: Discussion on gcc@] > > > > Just a general remark. > > > > There are people, such as m

Re: On pull request workflows for the GNU toolchain

2024-09-23 Thread Arsen Arsenović via Gcc
Thomas Koenig writes: > [For the fortran people: Discussion on gcc@] > > Just a general remark. > > There are people, such as myself, who regularly mess up > their git repositories because they have no mental model > of what git is doing (case in point: The Fortran unsig

Re: On pull request workflows for the GNU toolchain

2024-09-23 Thread Eric Gallager via Gcc
On Mon, Sep 23, 2024 at 8:09 AM Thomas Koenig via Gcc wrote: > > [For the fortran people: Discussion on gcc@] > > Just a general remark. > > There are people, such as myself, who regularly mess up > their git repositories because they have no mental model > of what git

Re: On pull request workflows for the GNU toolchain

2024-09-23 Thread Iain Sandoe
> On 23 Sep 2024, at 15:33, Jonathan Wakely wrote: > > On Mon, 23 Sept 2024 at 14:36, enh wrote: >> >> it doesn't make the patch _management_ problem better ("now i have two >> problems"), but https://github.com/landley/toybox takes the "w

Re: On pull request workflows for the GNU toolchain

2024-09-23 Thread Jonathan Wakely via Gcc
On Mon, 23 Sept 2024 at 16:20, Florian Weimer wrote: > > * Jonathan Wakely: > > > The discussion is about how we do patch submission and patch review. > > The GitHub pull request workflow is widely seen as simpler than our > > current email-based workflow (not everyb

Re: On pull request workflows for the GNU toolchain

2024-09-23 Thread Florian Weimer via Gcc
* Jonathan Wakely: > The discussion is about how we do patch submission and patch review. > The GitHub pull request workflow is widely seen as simpler than our > current email-based workflow (not everybody agrees, of course). The > idea is to *lower* the barrier of entry for contr

Re: On pull request workflows for the GNU toolchain

2024-09-23 Thread Joseph Myers via Gcc
On Mon, 23 Sep 2024, enh via Gcc wrote: > it doesn't make the patch _management_ problem better ("now i have two > problems"), but https://github.com/landley/toybox takes the "why not both?" > approach --- you can use pull requests if you grew up with/adapted t

Re: On pull request workflows for the GNU toolchain

2024-09-23 Thread Joseph Myers via Gcc
d would > like (this would make things really nice, but they won't really block a > transition). The assessment of a forge against the criteria isn't expected to be simple yes/no; it's expected to involve more of an analysis/discussion of how criteria / underlying goals rel

Re: On pull request workflows for the GNU toolchain

2024-09-23 Thread Jonathan Wakely via Gcc
On Mon, 23 Sept 2024 at 14:36, enh wrote: > > it doesn't make the patch _management_ problem better ("now i have two > problems"), but https://github.com/landley/toybox takes the "why not both?" > approach --- you can use pull requests if you grew up with/ada

GCC nvptx-none Target Testing (was: New page "nvptx" in the GCC wiki to document --target=nvptx-none configurations)

2024-09-23 Thread Thomas Schwinge
Hi! On 2017-02-16T21:10:20+0100, I wrote: > I created a new page "nvptx" in the GCC wiki to document > --target=nvptx-none configurations: <https://gcc.gnu.org/wiki/nvptx>. (I've revised that one -- it's been a few years... -- and in particular then) I've

Re: On pull request workflows for the GNU toolchain

2024-09-23 Thread enh via Gcc
it doesn't make the patch _management_ problem better ("now i have two problems"), but https://github.com/landley/toybox takes the "why not both?" approach --- you can use pull requests if you grew up with/adapted to git/github, or you can use the mailing list otherwis

Re: On pull request workflows for the GNU toolchain

2024-09-23 Thread Jonathan Wakely via Gcc
On Mon, 23 Sept 2024 at 13:09, Thomas Koenig via Gcc wrote: > > [For the fortran people: Discussion on gcc@] > > Just a general remark. > > There are people, such as myself, who regularly mess up > their git repositories because they have no mental model > of what git is d

Re: On pull request workflows for the GNU toolchain

2024-09-23 Thread Richard Earnshaw (lists) via Gcc
On 19/09/2024 16:51, Joseph Myers via Gcc wrote: 1. Introduction This message expands on my remarks at the Cauldron (especially the patch review and maintenance BoF, and the Sourceware infrastructure BoF) regarding desired features for a system providing pull request functionality (patch

Re: On pull request workflows for the GNU toolchain

2024-09-23 Thread Jeffrey Walton via Gcc
On Mon, Sep 23, 2024 at 8:08 AM Thomas Koenig via Gdb wrote: > > [For the fortran people: Discussion on gcc@] > > Just a general remark. > > There are people, such as myself, who regularly mess up > their git repositories because they have no mental model > of what git

Re: On pull request workflows for the GNU toolchain

2024-09-23 Thread Thomas Koenig via Gcc
[For the fortran people: Discussion on gcc@] Just a general remark. There are people, such as myself, who regularly mess up their git repositories because they have no mental model of what git is doing (case in point: The Fortran unsigned branch, which I managed to put into an unrepairable

Office Hours for the GNU Toolchain on 2024-09-26 at 11am EST5EDT.

2024-09-23 Thread Carlos O'Donell via Gcc
Office Hours for the GNU Toolchain on 2024-09-26 at 11am EST5EDT. Agenda: * https://gcc.gnu.org/wiki/OfficeHours#Next Meeting Link: * https://bbb.linuxfoundation.org/room/adm-xcb-for-sk6 -- Cheers, Carlos

Re: On pull request workflows for the GNU toolchain

2024-09-20 Thread Sam James via Gcc
Carlos O'Donell writes: > On 9/19/24 11:51 AM, Joseph Myers wrote: >> 1. Introduction > > Thanks for writing this up! > > [...] > Agreed. > I just want to say the same. My sentiments match Carlos.

Re: On pull request workflows for the GNU toolchain

2024-09-20 Thread Joseph Myers via Gcc
On Fri, 20 Sep 2024, Matt Rice via Gcc wrote: > To me though it is nice being able to edit the PR cover letter > directly in the editor, and do the pull-request using command line > tools. In the common case of a single-commit PR without dependencies, it seems reasonable to follow the

Re: On pull request workflows for the GNU toolchain

2024-09-20 Thread Joseph Myers via Gcc
essages > > that would cause other automated processes to fall over later, for > > example). > > These could all move to pre-commit CI checks that block merging. Checks are supposed to apply to direct pushes as well as to merging through the PR system. (Direct pushes should I hope e

Re: On pull request workflows for the GNU toolchain

2024-09-20 Thread Matt Rice via Gcc
On Thu, Sep 19, 2024 at 3:52 PM Joseph Myers via Gdb wrote: > > 1. Introduction > > This message expands on my remarks at the Cauldron (especially the > patch review and maintenance BoF, and the Sourceware infrastructure > BoF) regarding desired features for a system prov

  1   2   3   4   5   6   7   8   9   10   >