Re: GCC 9.5 Release Candidate available

2022-05-23 Thread Iain Sandoe
> On 23 May 2022, at 07:50, Iain Sandoe wrote: > > Hi Richard, > >> On 23 May 2022, at 07:27, Richard Biener wrote: >> >> On Sun, 22 May 2022, Iain Sandoe wrote: >> >>> Hi >>> On 20 May 2022, at 09:02, Richard Biener via Gcc wrote: >>> The first release candidate for GCC 9.5 i

Re: OMPD: 5.5.8 Display Control Variables

2022-05-23 Thread Jakub Jelinek via Gcc
On Sun, May 22, 2022 at 05:56:46PM +0200, Mohamed Atef wrote: > To implement this > , > should I add a function in the runtime to dump all the > environment variables. Or should I use variables from helper functions? > To make

gcc

2022-05-23 Thread Sarah Burgener
Hi Gcc, Would you like to communicate with all participants enrolled in the Glee - Garden Industry Exhibition 2022? If so, please let me know so that I can assist you in obtaining a list of participants. Best, Sarah Burgener Event Analyst

Re: [RFC Linux patch] powerpc: add documentation for HWCAPs

2022-05-23 Thread Paul E Murphy via Gcc
On 5/20/22 7:11 PM, Nicholas Piggin wrote: Excerpts from Paul E Murphy's message of May 21, 2022 12:21 am: On 5/20/22 12:15 AM, Nicholas Piggin via Gcc wrote: +PPC_FEATURE2_TAR +VSX facility is available. Was manipulating the tar spr was once a privileged instruction, is this a hint

Re: GCC 9.5 Release Candidate available

2022-05-23 Thread William Seurer via Gcc
On 5/20/22 3:02 AM, Richard Biener via Gcc wrote: The first release candidate for GCC 9.5 is available from https://sourceware.org/pub/gcc/snapshots/9.5.0-RC-20220520/ and shortly its mirrors. It has been generated from git commit 1bc79c506205b6a5db82897340bdebaaf7ada934. I have so far bootst

Buggy error message when dereferencing once a double pointer to struct

2022-05-23 Thread Andrea Monaco via Gcc
This snippet that I wrote struct str { int val; }; void main (int argc, char **argv) { struct str **p; int i; i = p->val; } is obviously incorrect. But gcc 8.3.0 says pointer.c: In function ‘main’: pointer.c:14:8: error: ‘*p’ is a pointer; did you

Re: Buggy error message when dereferencing once a double pointer to struct

2022-05-23 Thread Marek Polacek via Gcc
On Mon, May 23, 2022 at 06:43:55PM +0200, Andrea Monaco via Gcc wrote: > > This snippet that I wrote > > > struct > str > { > int val; > }; > > > void > main (int argc, char **argv) > { > struct str **p; > int i; > > i = p->val; > } > > > is obviously inc

Welcome GCC GSoC 2022 participants

2022-05-23 Thread Martin Jambor
Hello, I am pleased to announce that as many as six contributors will be working on GCC Google Summer of Code (GSoC) projects in 2022! In no particular order: - Faisal Abbas will be working on "Complete Support for Constant Folding in GCC Rust Front-end." This project will be mentored by Phi

Re: Welcome GCC GSoC 2022 participants

2022-05-23 Thread Wileam Yonatan Phan via Gcc
Hi everyone, Thanks a lot for the quick introduction, Martin! And greetings to my fellow GSoC contributors: Faisal, Immad, Andrew, Nitin, and Tim. Hoping that we can get along with each other well! And for the mentors, please be patient with us as we learn the ropes... :joy: I'm personally excite