public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/19059] New: Atmel AVR Tiny13 and Tiny2313 support corrupted
@ 2004-12-17 17:44 frouleau at naotek dot com
  2004-12-23  8:45 ` [Bug target/19059] " frouleau at naotek dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: frouleau at naotek dot com @ 2004-12-17 17:44 UTC (permalink / raw)
  To: gcc-bugs

AtTiny13 and AtTiny2313 are considered as avr4 architecture. But they do not
support all the instructions of avr4.
For example the "mul" instruction does not exist. See bellow a test case for mul.

avr-gcc -mmcu=attiny2313 test_mul.c

int main(void) {
	uint8_t a, b;
	uint16_t res;
	res = a * b;
}

-- 
           Summary: Atmel AVR Tiny13 and Tiny2313 support corrupted
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P1
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: frouleau at naotek dot com
                CC: ericw at evcohs dot com,gcc-bugs at gcc dot gnu dot org
 GCC build triplet: Any
  GCC host triplet: Any
GCC target triplet: avr


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-01-07 14:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-17 17:44 [Bug target/19059] New: Atmel AVR Tiny13 and Tiny2313 support corrupted frouleau at naotek dot com
2004-12-23  8:45 ` [Bug target/19059] " frouleau at naotek dot com
2004-12-25 22:20 ` cvs-commit at gcc dot gnu dot org
2004-12-25 23:11 ` pinskia at gcc dot gnu dot org
2005-01-07 14:14 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).