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/16470] violation of `-ffreestanding' rules?


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-12 04:12 -------
Sorry but no these are not a violation of `-ffreestanding' at all, since otherwise there is no way to 
support 64bit in 32bit targets at all or some other builtins which are done like __builtin_ctlz and such.
So this is invalid.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


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


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