Ok, I see.
2023年1月21日(土) 10:12 Andrew Pinski :
> On Fri, Jan 20, 2023 at 5:05 PM naoki ueda via Gcc-bugs
> wrote:
> >
> > When I tried to execute the attached file mycalc.c with a command line
> > argument, it could not be executed normally only in the case of '*'.
> > '+', '-' and '/' can be ex
On Fri, Jan 20, 2023 at 5:05 PM naoki ueda via Gcc-bugs
wrote:
>
> When I tried to execute the attached file mycalc.c with a command line
> argument, it could not be executed normally only in the case of '*'.
> '+', '-' and '/' can be executed normally, but the compiler cannot
> execute '*' normal
When I tried to execute the attached file mycalc.c with a command line
argument, it could not be executed normally only in the case of '*'.
'+', '-' and '/' can be executed normally, but the compiler cannot
execute '*' normally. Isn't this a gcc bug?
~/Clearning$ ./mycalc 20 * 30
用法:mycalc 数値1 演算