------- 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