Commit fd7aca4
authored
[Fortran] Comment out tests with missing semantic checks (#55)
These tests are looking for a semantic error that flang is not emitting
but they used to pass because a TODO for procedure pointers was emitted
in lowering. Lowering implemented procedure pointers, so these test
now fail. I opened an issue against semantics, but I want to comment
out these tests so that we can still land the lowering implementation
of procedure pointers that is correct.
See llvm/llvm-project#732151 parent 92a149d commit fd7aca4
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2413 | 2413 | | |
2414 | 2414 | | |
2415 | 2415 | | |
| 2416 | + | |
| 2417 | + | |
2416 | 2418 | | |
2417 | 2419 | | |
2418 | 2420 | | |
| |||
0 commit comments