
#5889: -fno-prof-count-entries leads to linking errors
-------------------------------------+-------------------------------------
Reporter: akio | Owner: bgamari
Type: bug | Status: new
Priority: highest | Milestone: 8.4.1
Component: Compiler | Version: 8.3
Resolution: | Keywords:
Operating System: Linux | Architecture: x86_64
| (amd64)
Type of failure: GHC rejects | Test Case:
valid program | profiling/should_compile/T5889
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by osa1):
I wonder if this could be related with inlining worker for `split`. This
program
{{{
import A
{-# NOINLINE b #-}
b :: Integer
b = bar 100 Nothing
}}}
compiles to
{{{
ds_r4vL :: (Integer, Integer)
[GblId]
ds_r4vL
= scc<bar>
scc