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/13588] little-endian code generated inappropriately


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-06 18:38 -------
Confirmed, the problem is that the default for the target is little edian and adding -m210 does not 
change that:

#define CPP_SPEC "%{m210:%{mlittle-endian:%ethe m210 does not have little endian support}}"

  {"210",                 - M340_BIT,                                   \
     "" },                                                              \

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|c                           |target
     Ever Confirmed|                            |1
           Keywords|                            |wrong-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-01-06 18:38:44
               date|                            |


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


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