I'm getting this in HEAD.  Should I worry?  It says "error"!
Simon



rts/sm/Evac.c:463:5: error:

     note: called from here

         ACQUIRE_SPIN_LOCK(&gen->sync);

         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    |

463 |     ACQUIRE_SPIN_LOCK(&gen->sync);

    |     ^



In file included from includes/Rts.h:196:0: error:

    0,

                     from rts/sm/Evac.c:15:



includes/rts/SpinLock.h:43:20: error:

     warning: inlining failed in call to 'ACQUIRE_SPIN_LOCK': call is unlikely 
and code size would grow [-Winline]

     INLINE_HEADER void ACQUIRE_SPIN_LOCK(SpinLock * p)

                        ^~~~~~~~~~~~~~~~~

   |

43 | INLINE_HEADER void ACQUIRE_SPIN_LOCK(SpinLock * p)

   |                    ^



rts/sm/Evac.c:515:31: error:

     note: called from here

             if (new_gen != gen) { ACQUIRE_SPIN_LOCK(&new_gen->sync); }

                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    |

515 |         if (new_gen != gen) { ACQUIRE_SPIN_LOCK(&new_gen->sync); }

    |                               ^
_______________________________________________
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Reply via email to