Ellipsis in varadic macro definitions

2020-08-02 Thread Philip R Brenan via Gcc
Hi *GCC*: On page: https://gcc.gnu.org/onlinedocs/cpp/Variadic-Macros.html#Variadic-Macros you say: #define eprintf(args…) fprintf (stderr, args) but do you in fact mean: #define eprintf(args...) fprintf (stderr, args) The first variant produces: error: expected ',' or ')', found "…" the

Question regarding usage of vec.h

2020-08-02 Thread Thomas Koenig via Gcc
Hi, in a patch I am developing, I have the following code: typedef struct { gfc_code *c; int branch_level; bool seen_goto; vec extrema; } do_t; static vec doloop_list; [...] do_t loop; doloop_list.safe_push (loop); doloop_list.last().extrema.reserve (1 << doloop_level); wher

URGENT: Amendment needed to page on your website

2020-08-02 Thread Carly Thorpe via Gcc
Good Afternoon, I hope this email finds you well. It has come to my attention that your website contains a broken link to Tiscali.co.uk, the link no longer exists meaning the relevant information is no longer apparent as it once was. I have seen insight data and am aware that your website was i

Re: Ellipsis in varadic macro definitions

2020-08-02 Thread Jonathan Wakely via Gcc
On Sun, 2 Aug 2020 at 15:49, Philip R Brenan via Gcc wrote: > > Hi *GCC*: > > On page: > > https://gcc.gnu.org/onlinedocs/cpp/Variadic-Macros.html#Variadic-Macros > > you say: > > #define eprintf(args…) fprintf (stderr, args) > > but do you in fact mean: > > #define eprintf(args...) fprintf (stder

Re: FWIW

2020-08-02 Thread Jonathan Wakely via Gcc
CC The gfortran list. On Sat, 1 Aug 2020 at 23:38, Nino Pereira via Gcc wrote: > > https://gcc.gnu.org/onlinedocs/gfortran/INT.html#INT > > has two occurrences of 'or' next to each other. > > Arguments: > A Shall be of type INTEGER, REAL, or COMPLEX or or a > boz-literal-constant. > > HTH,

gcc-11-20200802 is now available

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