This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug c/17063] New: internal compiler error: in arm_print_operand, at config/arm/arm.c:9816


bash-2.05b$ arm-elf-gcc -v -save-temps -mcpu=arm7tdmi -O2 -g -c ptp.c
Reading specs from /usr/local/gnuarm-3.4.1/bin/../lib/gcc/arm-elf/3.4.1/specs
Configured with: ../gcc-3.4.1/configure --target=arm-elf
--prefix=/srv/shared/gnuarm/gnuarm-3.4.1 --enable-interwork --enable-multilib
--with-newlib --with-headers=../newlib-1.12.0/newlib/libc/include
--enable-languages=c,c++,java --disable-libgcj
Thread model: single
gcc version 3.4.1
 /usr/local/gnuarm-3.4.1/bin/../libexec/gcc/arm-elf/3.4.1/cc1 -E -quiet -v
-iprefix /usr/local/gnuarm-3.4.1/bin/../lib/gcc/arm-elf/3.4.1/ -D__ARM_ARCH_4T__
-D__USES_INITFINI__ ptp.c -mcpu=arm7tdmi -fworking-directory -O2 -o ptp.i
ignoring nonexistent directory
"/srv/shared/gnuarm/gnuarm-3.4.1/lib/gcc/arm-elf/3.4.1/include"
ignoring nonexistent directory "/srv/shared/gnuarm/gnuarm-3.4.1/arm-elf/sys-include"
ignoring nonexistent directory "/srv/shared/gnuarm/gnuarm-3.4.1/arm-elf/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/gnuarm-3.4.1/bin/../lib/gcc/arm-elf/3.4.1/include
 /usr/local/gnuarm-3.4.1/bin/../lib/gcc/arm-elf/3.4.1/../../../../arm-elf/sys-include
 /usr/local/gnuarm-3.4.1/bin/../lib/gcc/arm-elf/3.4.1/../../../../arm-elf/include
End of search list.
 /usr/local/gnuarm-3.4.1/bin/../libexec/gcc/arm-elf/3.4.1/cc1 -fpreprocessed
ptp.i -quiet -dumpbase ptp.c -mcpu=arm7tdmi -auxbase ptp -g -O2 -version -o ptp.s
GNU C version 3.4.1 (arm-elf)
        compiled by GNU C version 3.3.1 (SuSE Linux).
GGC heuristics: --param ggc-min-expand=64 --param ggc-min-heapsize=64284
In file included from ptp.c:76:
ptp-pack.c: In function `ptp_unpack_DPV':
ptp-pack.c:443: warning: use of cast expressions as lvalues is deprecated
ptp-pack.c: In function `ptp_unpack_DPD':
ptp-pack.c:517: warning: use of cast expressions as lvalues is deprecated
ptp-pack.c:521: warning: use of cast expressions as lvalues is deprecated
ptp-pack.c:604: warning: use of cast expressions as lvalues is deprecated
ptp.c: In function `ptp_usb_sendreq':
ptp.c:108: internal compiler error: in arm_print_operand, at config/arm/arm.c:9816
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: internal compiler error: in arm_print_operand, at
                    config/arm/arm.c:9816
           Product: gcc
           Version: 3.4.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bugzilla at arhen dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


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