[Git][ghc/ghc][wip/dcoutts/foreign-label-source-refactoring] FIXUP: Change FFI imports to use CLabelTargetUnknown
Duncan Coutts pushed to branch wip/dcoutts/foreign-label-source-refactoring at Glasgow Haskell Compiler / GHC Commits: e46277ee by Duncan Coutts at 2026-04-24T11:08:30+01:00 FIXUP: Change FFI imports to use CLabelTargetUnknown - - - - - 1 changed file: - testsuite/tests/simplCore/should_compile/T16122.stderr Changes: ===================================== testsuite/tests/simplCore/should_compile/T16122.stderr ===================================== @@ -1,9 +1,8 @@ f = \ x -> I64# (case x of { D# ds1 -> - case {__ffi_static_ccall_unsafe ghc-internal:rintDouble :: Double# - -> State# RealWorld - -> (# State# RealWorld, Double# #)} + case {__ffi_static_ccall_unsafe:rintDouble :: Double# + -> State# RealWorld -> (# State# RealWorld, Double# #)} ds1 realWorld# of { (# _, ds3 #) -> @@ -14,9 +13,8 @@ f = \ x -> g = \ x -> I64# (case x of { D# ds1 -> - case {__ffi_static_ccall_unsafe ghc-internal:rintDouble :: Double# - -> State# RealWorld - -> (# State# RealWorld, Double# #)} + case {__ffi_static_ccall_unsafe:rintDouble :: Double# + -> State# RealWorld -> (# State# RealWorld, Double# #)} ds1 realWorld# of { (# _, ds3 #) -> View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e46277eea6bedaa259283d2b03210398... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e46277eea6bedaa259283d2b03210398... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Duncan Coutts (@dcoutts)