This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

c/3884: Compiler ICEs on potentially wrong struct initialization



>Number:         3884
>Category:       c
>Synopsis:       Compiler ICEs on potentially wrong struct initialization
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-illegal-code
>Submitter-Id:   net
>Arrival-Date:   Mon Jul 30 14:26:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Michael J. Przybylski
>Release:        3.0.1 20010716 (prerelease)
>Organization:
>Environment:
System: Linux raver.als.lbl.gov 2.4.7 #4 SMP Thu Jul 26 13:54:13 PDT 2001 i686 unknown
Architecture: i686
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: avr-unknown-none
configured with: ./configure --target=avr --enable-languages=c
>Description:

Below is the command used followed by GCC's text output:

avr-gcc -c -g -O3 -Wall -Wa,-ahlms=serial.lst -mmcu=at90s2313 -I/usr/local/avr/avr/include serial.c -o serial.o
serial.c: In function `serialInit':
serial.c:34: Internal compiler error in incomplete_type_error, at c-typeck.c:157Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

>How-To-Repeat:
	avr-gcc -c -g -O3 -Wall -Wa,-ahlms=serial.lst -mmcu=at90s2313 -I/usr/local/avr/avr/include serial.c -o serial.o
>Fix:
don't know.
>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]