Re: [C++ PATCH] Toplevel asm volatile followup (PR c++/89585)

2019-03-07 Thread Jason Merrill
On 3/7/19 2:13 PM, Jakub Jelinek wrote: On Wed, Mar 06, 2019 at 07:44:25PM -0500, Jason Merrill wrote: In addition to that, it mentions in the documentation that qualifiers are not allowed at toplevel asm statements; apparently our documentation at least from r220506 for GCC 5 says that at

[C++ PATCH] Toplevel asm volatile followup (PR c++/89585)

2019-03-07 Thread Jakub Jelinek
On Wed, Mar 06, 2019 at 07:44:25PM -0500, Jason Merrill wrote: > > In addition to that, it mentions in the documentation that qualifiers are > > not allowed at toplevel asm statements; apparently our documentation at > > least from r220506 for GCC 5 says that at toplevel Basic Asm needs to be > >