On Wed, Nov 13, 2013 at 8:25 AM, Joseph S. Myers <jos...@codesourcery.com> wrote:
> assignment in general to fix bug 58943. I'd be happy for front ends to > move to doing all these things themselves, rather than trying to define > GENERIC in a way that works for every language's requirements on when > things are evaluated and when storage is allocated / deallocated. I agree. I would move away from trying to give FEs a target in the form of another high-level AST. When doing codegen, it would be preferable if they express all the needed semantics in GIMPLE directly. Diego.