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 c++/26099] support for type traits is not available



------- Comment #26 from pcarlini at suse dot de  2008-01-27 21:35 -------
(In reply to comment #23)
> I meant for just using -fpie on darwin with no other changes.

The problem I see, on darwin, is that -fpie cannot be passed to the driver,
because eventually, the linker rejects -pie. Is that a know issue, dealt with
automatically by the testing infrastructure? In that case, your patch is great,
otherwise, or if things are going to be tricky, I say let's just go with mine
(sorry about the typo) and spare time for something else ;)


-- 


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


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