Re: Possible GCC C parser bug

2016-08-26 Thread Markus Trippelsdorf
On 2016.08.27 at 07:17 +0200, Markus Trippelsdorf wrote: > On 2016.08.26 at 20:43 +, Toshi Morita wrote: > > Tried to create an account on Bugzilla, won't let me create an account. > > So posting directly to the bugs list. > > > > cdecl says "const int const * pntr" is a syntax error. > > GCC

Re: Possible GCC C parser bug

2016-08-26 Thread Markus Trippelsdorf
On 2016.08.26 at 20:43 +, Toshi Morita wrote: > Tried to create an account on Bugzilla, won't let me create an account. > So posting directly to the bugs list. > > cdecl says "const int const * pntr" is a syntax error. > GCC accepts the same construct without warning or error. > I suspect cde