This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/32843] [4.3 Regression] : libffi.call/return_sc.c
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Jul 2007 10:13:13 -0000
- Subject: [Bug c/32843] [4.3 Regression] : libffi.call/return_sc.c
- References: <bug-32843-682@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from rguenth at gcc dot gnu dot org 2007-07-24 10:13 -------
The following is a function that is now differently compiled on both x86_64 and
i686:
signed char return_sc (signed char *sc)
{
return *sc;
}
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2007-07-24 10:13:13
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32843