This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/18542] [3.4 only] ICE: output_operand: invalid expression as operand
- From: "joel at oarcorp dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Nov 2004 14:14:03 -0000
- Subject: [Bug target/18542] [3.4 only] ICE: output_operand: invalid expression as operand
- References: <20041118122413.18542.corsepiu@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From joel at oarcorp dot com 2004-11-18 14:13 -------
Subject: Re: [3.4 only] ICE: output_operand: invalid expression
as operand
corsepiu at gcc dot gnu dot org wrote:
> ------- Additional Comments From corsepiu at gcc dot gnu dot org 2004-11-18 13:14 -------
> The same ICE occurs for avr-rtems* and h8300-rtems* toolchains having been built
> from the same sources.
>
>
I have 3.2.3 and 3.3.5 RTEMS tools installed and tried this for
the m68k. It looks OK there. So it must be a 3.4.x specific
issue.
What other targets/versions do you want to try?
+ /opt/rtems-4.6/bin/m68k-rtems-gcc --version
m68k-rtems-gcc (GCC) 3.2.3 (OAR Corporation
gcc-3.2.3-20040420/newlib-1.11.0-20030605-4)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ /opt/rtems-4.6/bin/m68k-rtems-gcc -O1 -c cpuboot.c
+ /opt/rtems-4.7/bin/m68k-rtems4.7-gcc --version
m68k-rtems4.7-gcc (GCC) 3.3.5
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ /opt/rtems-4.7/bin/m68k-rtems4.7-gcc -O1 -c cpuboot.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18542