c++/5928: parse error before `or'
Andrew Pinski
pinskia@physics.uc.edu
Tue Mar 12 13:56:00 GMT 2002
The following reply was made to PR c++/5928; it has been noted by GNATS.
From: Andrew Pinski <pinskia@physics.uc.edu>
To: taneem@eyetap.org
Cc: gcc-gnats@gcc.gnu.org, taneem.ahmed@latticesemi.com
Subject: Re: c++/5928: parse error before `or'
Date: Tue, 12 Mar 2002 16:55:16 -0500
please close this pr, `or' is part of the c++ standard (ISO C++).
and also 2.96 is not a FSF compiler.
Thanks,
Andrew Pinski
> #include <stdio.h>
>
> int func(int or){
> return 0;
> }
>
> int main(int argc, char **argv){
> int or = 1;
> func(or);
> return 0;
> }
More information about the Gcc-prs
mailing list