This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libitm/52042] libitm.c/clone-1.c and libitm.c/stackundo.c execution tests are not pie compatible


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52042

Iain Sandoe <iains at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-01-31
     Ever Confirmed|0                           |1

--- Comment #3 from Iain Sandoe <iains at gcc dot gnu.org> 2012-01-31 08:34:33 UTC ---
on i686-darwin9:
 make check-target-libitm RUNTESTFLAGS="--target_board=unix/-fpie\{-m32,-m64\}"

clone-1 fails (m32, m64), but stackundo passes on both.

I don't know whether clone is incompatible with the concept of a slidable image
- or whether we just have a bug to chase down. 

Richard?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]