This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/32517] New: attribute "naked" on target AVR generate internal compiler error
- From: "simone_arrigo at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Jun 2007 19:13:51 -0000
- Subject: [Bug c/32517] New: attribute "naked" on target AVR generate internal compiler error
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
GCC version:
GNU C version 4.2.0 (avr) compiled by GNU C version 4.1.2 20061115 (prerelease)
(Debian 4.1.1-21)
System type:
Linux xxxxxx 2.6.18-4-amd64 #1 SMP Fri May 4 00:37:33 UTC 2007 x86_64 GNU/Linux
Options given when GCC was configured/built:
Target: avr
Configured with: ../configure --prefix=/usr/local/avr-gcc-4.2.0 --target=avr
--enable-languages=c,c++ --disable-nls --with-dwarf2 --disable-libssp
command line executed:
/usr/local/avr-gcc-4.2.0/bin/avr-gcc -c -save-temps nake_attribute.c
output:
nake_attribute.c:1: internal compiler error: in start_function, at
c-decl.c:6178
prepocessed file:
# 1 "nake_attribute.c"
# 1 "<built-in>"
# 1 "<command-line>"
# 1 "nake_attribute.c"
void __attribute__((naked)) test_function(void) {
}
--
Summary: attribute "naked" on target AVR generate internal
compiler error
Product: gcc
Version: 4.2.0
Status: UNCONFIRMED
Severity: blocker
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: simone_arrigo at yahoo dot com
GCC build triplet: x86_64
GCC host triplet: x86_64
GCC target triplet: avr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32517