This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/18442] New: [3.4/4.0 Regression] Rejects attribute((mode(SI))) when using -mint64
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Nov 2004 03:53:17 -0000
- Subject: [Bug target/18442] New: [3.4/4.0 Regression] Rejects attribute((mode(SI))) when using -mint64
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
>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