Re: 2.2.1(0.289/5/3), GCC5.2.0 Possible Bug

2015-09-10 Thread Qian Hong
On Thu, Sep 10, 2015 at 8:36 PM, Qian Hong wrote: > I'm not the person to answer this, but I can confirm same behavior here. Oh, sorry, I mean it might not be a gcc bug, instead it might be a bug of gdb who didn't translate double quotes correctly. -- Regards, Qian Hong -

2.2.1(0.289/5/3), GCC5.2.0 Possible Bug

2015-09-10 Thread Sebastian Götzinger
Dear Ladies and Gentlemen, We had some issues with our program (a wrapper for compiler). Somehow, not all arguments have been transported correctly to the compiler. We now bootstrapped gcc-5.2.0 and let it run alone with gdb for cygwin. During that, we encountered, that during the

Re: 2.2.1(0.289/5/3), GCC5.2.0 Possible Bug

2015-09-10 Thread Qian Hong
Hi, On Thu, Sep 10, 2015 at 8:21 PM, Sebastian Götzinger wrote: > During that, we encountered, that during the compilerinvocation, the > Doublequotes did not got escaped correctly. [1] I'm not the person to answer this, but I can confirm same behavior here. On Linux: $