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
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
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
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
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,
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