[flang] Temporarily disable part of data01 test
authorTim Keith <tkeith@nvidia.com>
Sat, 22 Feb 2020 00:25:10 +0000 (16:25 -0800)
committerTim Keith <tkeith@nvidia.com>
Sat, 22 Feb 2020 00:25:10 +0000 (16:25 -0800)
commit6374eea9cf451b7e1f2a3fe1846f827276c3344e
tree381de58bac43cbda071efdcde020ff2f42c6a1f5
parentb7af30a33b28d44029dbde925eee2c23822f5c0f
[flang] Temporarily disable part of data01 test

`data x /a(1)/` is ambiguous. The data value may be an array element
or a structure constructor. We need to parse it as one of these and
then fix up the parse tree when it should have been the other one.

My PR 1012 changed the parser to identify this as an array element.
That makes this test invalid until we have the right parse tree fixup,
so I am disabling it for now.

Original-commit: flang-compiler/f18@72aa278f0341f345a12fcd76a6ad1f2045ecc233
Reviewed-on: https://github.com/flang-compiler/f18/pull/1013
flang/test/semantics/data01.f90