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