Re: fix memory spaces and references for C

2013-05-23 Thread Joseph S. Myers
On Thu, 23 May 2013, Mike Stump wrote: > This is a smaller patch than maybe it should be. Arguably not recursing > is a better approach, but then we need to split into two functions, so > that I can add the REFERENCE_TYPE back to the top. Let me know if you > prefer it split. > > A user actu

fix memory spaces and references for C

2013-05-23 Thread Mike Stump
So, memory spaces and references are interacting badly in C. The standard allows conversions during assignment that can change qualifiers. The good news, all that code is already written and appears to work just fine. The sad part, we don't use it. The code that needs fixing is in convert_fo