Mercurial > hg > CbC > CbC_llvm
view flang/test/Driver/debug-measure-parse-tree.f90 @ 209:dd44ba33042e
merged...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Jun 2021 06:36:09 +0900 |
parents | 2e18cbf3894f |
children | c4bab56944e8 |
line wrap: on
line source
! Ensure argument -fdebug-measure-parse-tree works as expected. !---------- ! RUN LINE !---------- ! RUN: %flang_fc1 -fsyntax-only -fdebug-measure-parse-tree %s 2>&1 | FileCheck %s --check-prefix=FRONTEND !----------------- ! EXPECTED OUTPUT !----------------- ! FRONTEND:Parse tree comprises {{[0-9]+}} objects and occupies {{[0-9]+}} total bytes. program A end