Re: Missing functionality

2020-10-23 Thread Gary Oblock via Gcc
> gsi_insert_seq_before Yes, I discovered this myself via Google and ironically it was because of a 2008 comment by you that you'd renamed gsi_link_seq_before. Frankly, I find this a bit amusing. This doesn't seem to be a very heavily used function and I'm probably going to be its user. Gary _

VLA warning on recent git

2020-10-23 Thread Uecker, Martin
I tested a recent GCC from git and noticed a couple of new warnings for VLA parameters. (Martin, I assume this is your work. First, let me say: thank you! I think this is really important.) Here is some feedback from running this on an existing code base. See below for comments and toy example

Re: VLA warning on recent git

2020-10-23 Thread Martin Sebor via Gcc
On 10/23/20 7:41 AM, Uecker, Martin wrote: I tested a recent GCC from git and noticed a couple of new warnings for VLA parameters. (Martin, I assume this is your work. First, let me say: thank you! I think this is really important.) Here is some feedback from running this on an existing code

Fortran Shared Coarrays for GCC 11

2020-10-23 Thread Nicolas König
Hello everyone, I'm hoping to get shared coarrays for fortran (the devel/coarray_native branch) merged for GCC 11 as an experimental feature, but, since the library uses a lot of low-level routines, I'm a bit scared of breaking bootstrap. It would be great if some people with more unusual setup-u

Re: Fortran Shared Coarrays for GCC 11

2020-10-23 Thread Richard Biener via Gcc
On October 23, 2020 7:49:04 PM GMT+02:00, "Nicolas König" wrote: >Hello everyone, > >I'm hoping to get shared coarrays for fortran (the devel/coarray_native >branch) merged for GCC 11 as an experimental feature, but, since the >library uses a lot of low-level routines, I'm a bit scared of breakin

Greetings my dear

2020-10-23 Thread kevinwat001--- via Gcc
I've invited you to fill out the following form: Untitled form To fill it out, visit: https://docs.google.com/forms/d/e/1FAIpQLSf7X7bcfxZWQkzCKrKVtwJfE03rP10UpN9QLlI85wJHnmgfkQ/viewform?vc=0&c=0&w=1&flr=0&usp=mail_form_link Greetings my dear I am Kevin Watson, i have an important project to disc

What would happen when linking code that compiles with -fexec-charset=IBM-12712 and UTF8?

2020-10-23 Thread sotrdg sotrdg via Gcc
I think that just generates undefined behaviors. Sent from Mail for Windows 10

gcc-9-20201023 is now available

2020-10-23 Thread GCC Administrator via Gcc
Snapshot gcc-9-20201023 is now available on https://gcc.gnu.org/pub/gcc/snapshots/9-20201023/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 9 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

Re: Fortran Shared Coarrays for GCC 11

2020-10-23 Thread David Edelsohn via Gcc
On Fri, Oct 23, 2020 at 12:52 PM Nicolas König wrote: > > Hello everyone, > > I'm hoping to get shared coarrays for fortran (the devel/coarray_native > branch) merged for GCC 11 as an experimental feature, but, since the > library uses a lot of low-level routines, I'm a bit scared of breaking > bo