>From PR 18404 (but that was about something else) Do: gcc.mips -S -O2 -march=sb1 -mabi=64 -mint64 t.c on t.c: typedef signed char t_SI __attribute__ ((__mode__(SI))); t_SI inc_SI (t_SI v) { return ++v; }
-- Summary: [3.4/4.0 Regression] Rejects attribute((mode(SI))) when using -mint64 Product: gcc Version: 4.0.0 Status: UNCONFIRMED Keywords: rejects-valid Severity: normal Priority: P2 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pinskia at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18442