Hi,
On 10/06/2016 22:08, Jason Merrill wrote:
On Thu, Jun 9, 2016 at 9:43 PM, Paolo Carlini <paolo.carl...@oracle.com> wrote:
... and this version passes testing. For real.
This seems reasonable, but I still wonder why b1 has error_mark_node
type, since it has no initializer at all.
Well, we are now pondering very basic things we do, which normally
work.. The type of b1 is B, which *is* an erroneous type, I'm not
surprised by that. I'm not sure where we are going with this... if we
don't have an error_mark_node as type, again ocp_convert will not catch
it, and we are going to crash in build_simple_base_path....
??
Thanks,
Paolo.