bo-yang / plan9front

Automatically exported from code.google.com/p/plan9front
0 stars 0 forks source link

arm compiler cant handle vlong in all cases #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
stuff that doesnt work:

/* unknown vlong LIST */
foo = cond ? left : right;

/* unknown vlong COMMA */
int i;
vlong v;
for(i=0; i<10; i++, v++){}

happend while trying to compile python on arm...

i have no clue of the compiler right now, but might be a good
opportunity to take a look :)

Original issue reported on code.google.com by cinap_le...@felloff.net on 20 May 2011 at 2:28

GoogleCodeExporter commented 9 years ago
This issue was closed by revision d001f5aa2ce8.

Original comment by a...@phicode.de on 24 May 2011 at 2:14

GoogleCodeExporter commented 9 years ago

Original comment by cinap_le...@felloff.net on 26 May 2011 at 5:15

GoogleCodeExporter commented 9 years ago

Original comment by a...@phicode.de on 26 May 2011 at 5:20

GoogleCodeExporter commented 9 years ago

Original comment by a...@phicode.de on 26 May 2011 at 5:24