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 middle-end/29749] [4.0/4.1/4.2/4.3 regression] Missing byte swap optimizations



------- Comment #11 from rask at gcc dot gnu dot org  2007-11-20 20:04 -------
>  /* { dg-do run { target { int32plus } } } */

Or even better, use types such as uint_least32_t from stdint.h, then use this
dg directive:
/* { dg-do run { target { stdint_types } } } */


-- 


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


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