You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added code to recognize pragma arguments but nothing with it. At some point we need to make sure that we don;t recognize UPC code when "c_code" is in effect.
The current version of the translator does not recognize upc_code/c_code pragma values. Error is reported:
t.upc:3:13: warning: expected 'strict' or 'relaxed' after '#pragma upc' - ignored
pragma upc upc_code
t.upc:4:13: warning: expected 'strict' or 'relaxed' after '#pragma upc' - ignored
pragma upc c_code
The text was updated successfully, but these errors were encountered: