Re: About ' * ' not recognized

2023-01-20 Thread naoki ueda via Gcc-bugs
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

Re: About ' * ' not recognized

2023-01-20 Thread Andrew Pinski via Gcc-bugs
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

About ' * ' not recognized

2023-01-20 Thread naoki ueda via Gcc-bugs
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 演算