[flang-commits] [flang] [Flang] remove assert using femode_t from AIX (PR #74500)
via flang-commits
flang-commits at lists.llvm.org
Tue Dec 5 10:19:51 PST 2023
vdonaldson wrote:
> > > > @madanial0 Thanks for addressing this problem!
> > > > This is just an assert. Could we change this to "#if 0", perhaps with a comment about windows and AIX?
> > >
> > >
> > > Not sure I follow the "#if 0" part ? do you mean instead of the defined parts for AIX and windows?
> >
> >
> > Something like this:
>
> Forgive my question but I still don't follow why we'd have a `#if 0` followed by the comments?
We need a quick fix. I'm suggesting that we delete the assert in all builds.
https://github.com/llvm/llvm-project/pull/74500
More information about the flang-commits
mailing list