[Bug target/18442] New: [3.4/4.0 Regression] Rejects attribute((mode(SI))) when using -mint64

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Nov 12 03:53:00 GMT 2004


>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



More information about the Gcc-bugs mailing list