This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/16470] violation of `-ffreestanding' rules?
- From: "ebotcazou at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Jul 2004 20:22:26 -0000
- Subject: [Bug c/16470] violation of `-ffreestanding' rules?
- References: <20040710213255.16470.pluto@pld-linux.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-07-11 20:22 -------
While I confirm that the undefined symbol __ucmpdi2 is emitted by the compiler,
I'm a bit skeptical about your interpretation of '-ffreestanding': __ucmpdi2 is
provided by libgcc.a, not by the standard library. So it is possible to build a
standalone executable containing the chunk of code with the compiler only.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Known to fail| |3.3.4 3.3.5 3.4.1 3.4.2
| |3.5.0
Last reconfirmed|0000-00-00 00:00:00 |2004-07-11 20:22:25
date| |
Summary|violation of `- |violation of `-
|ffreestanding' rules |ffreestanding' rules?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16470