desugar: Look through ticks when warning about possible literal overflow
Enabling `-fhpc` or `-finfo-table-map` would case a tick to end up between the appliation of `neg` to its argument. This defeated the special logic which looks for `NegApp ... (HsOverLit` to warn about possible overflow if a user writes a negative literal (without out NegativeLiterals) in their code. Fixes #21701
Showing
- compiler/GHC/HsToCore/Expr.hs 30 additions, 3 deletionscompiler/GHC/HsToCore/Expr.hs
- compiler/GHC/HsToCore/Ticks.hs 9 additions, 0 deletionscompiler/GHC/HsToCore/Ticks.hs
- testsuite/tests/deSugar/should_fail/T21701.hs 6 additions, 0 deletionstestsuite/tests/deSugar/should_fail/T21701.hs
- testsuite/tests/deSugar/should_fail/all.T 1 addition, 0 deletionstestsuite/tests/deSugar/should_fail/all.T
Loading
Please register or sign in to comment