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 target/27677] ICE on "3-liner" with __thread



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-05-19 16:38 -------
Well TLS is not supported on Darwin and you did --enable-TLS which is just
wrong as there is no support at all in the kernel or even ABI wise.

I almost want to say this is invalid even though we ICE as you used
--enable-TLS which says you know more than configure does.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |normal
          Component|c++                         |target
   GCC host triplet|powerpc-apple-darwin8.6.0   |
 GCC target triplet|                            |powerpc-apple-darwin8.6.0
           Keywords|                            |ice-on-invalid-code


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


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