Seisei Itahashi <sei...@csg.ci.i.u-tokyo.ac.jp> wrote on 01/16/2014
07:42:05 AM:
>
> I'm modifying the codes of X10 compiler by polyglot.
> I think there is a bug in compilation option.
>
> The following is the "shortest" code of X10. So the compilation of this
> code will surely succeed.
> But if you compile this code with option "-dump dumpall" in order to see
> the AST which X10 creates, several errors occur every time in the
> process of TypeChecking of the AST translation.
>
> So please try "x10c -dump dumpall Test.x10" or "x10c++ -dump dumpall
> Test.x10"
>

Hi,

        We mostly use -print printall instead of -dump dumpall.

        I can reproduce the problem you reported (StackOverflowException),
but I'm not sure how easy/hard it would be to fix.  I suggest you try
-print as a workaround.

--dave
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to