[Bug target/31110] Problem while compiling gcc for mn10300-elf
--- Comment #3 from mstein dot lists at googlemail dot com 2008-03-20 13:55 --- patch: http://gcc.gnu.org/ml/gcc-patches/2008-01/msg01458.html -- mstein dot lists at googlemail dot com changed: What|Removed |Added CC||law at redhat dot com, nickc ||at redhat dot com Keywords||patch http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31110
[Bug target/31232] Problem while compiling gcc for xstormy16-elf
--- Comment #1 from mstein dot lists at googlemail dot com 2008-03-20 17:02 --- building xstormy16 now fails in: /home/mstein/combined-trunk/libiberty/cp-demangle.c: In function 'cplus_demangle_type': /home/mstein/combined-trunk/libiberty/cp-demangle.c:2059: internal compiler error: in xstormy16_print_operand_address, at config/stormy16/stormy16.c:1718 -- mstein dot lists at googlemail dot com changed: What|Removed |Added CC||nickc at redhat dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31232
[Bug target/35655] New: [m68hc11] Segmentation fault when compiling libgcc2.c
Hi, I get a Segmentation fault when compiling libgcc2.c for m68hc11. Rev: 133402 /home/mstein/build/m68hc11-elf/build/./gcc/xgcc -B/home/mstein/build/m68hc11-elf/build/./gcc/ -nostdinc -B/home/mstein/build/m68hc11-elf/build/m68hc11-elf/newlib/ -isystem /home/mstein/build/m68hc11-elf/build/m68hc11-elf/newlib/targ-include -isystem /home/mstein/combined-trunk/newlib/libc/include -B/home/mstein/build/m68hc11-elf/build/m68hc11-elf/libgloss/m68hc11 -L/home/mstein/build/m68hc11-elf/build/m68hc11-elf/libgloss/libnosys -L/home/mstein/combined-trunk/libgloss/m68hc11 -B/home/mstein/cross-local/m68hc11-elf-new/m68hc11-elf/bin/ -B/home/mstein/cross-local/m68hc11-elf-new/m68hc11-elf/lib/ -isystem /home/mstein/cross-local/m68hc11-elf-new/m68hc11-elf/include -isystem /home/mstein/cross-local/m68hc11-elf-new/m68hc11-elf/sys-include -L/home/mstein/build/m68hc11-elf/build/./ld -g -O2 -Os -mrelax -DUSE_GAS -DIN_GCC -Dinhibit_libc -g -DIN_LIBGCC2 -I. -I. -I../.././gcc -I/home/mstein/combined-trunk/libgcc -I/home/mstein/combined-trunk/libgcc/. -I/home/mstein/combined-trunk/libgcc/../gcc -I/home/mstein/combined-trunk/libgcc/../include -DHAVE_CC_TLS -o _negdi2.o -MT _negdi2.o -MD -MP -MF _negdi2.dep -DL_negdi2 -c /home/mstein/combined-trunk/libgcc/../gcc/libgcc2.c \ /home/mstein/combined-trunk/libgcc/../gcc/libgcc2.c: In function '__negdi2': /home/mstein/combined-trunk/libgcc/../gcc/libgcc2.c:80: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. make[2]: *** [_negdi2.o] Error 1 make[2]: Leaving directory `/home/mstein/build/m68hc11-elf/build/m68hc11-elf/libgcc' make[1]: *** [all-target-libgcc] Error 2 make[1]: Leaving directory `/home/mstein/build/m68hc11-elf/build' make: *** [all] Error 2 -- Summary: [m68hc11] Segmentation fault when compiling libgcc2.c Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mstein dot lists at googlemail dot com GCC build triplet: x86_64-linux-gnu GCC host triplet: x86_64-linux-gnu GCC target triplet: m68hc11-elf http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35655
[Bug target/35664] New: unable to find a register to spill in class 'FP_REGS' (sparc-linux)
Hi, compiling linux-2.6.24 for sparc fails with: sparc-elf-gcc -c -O2 netdev-delta.c -mno-fpu" netdev.c-11.i: In function 'e1000e_update_stats': netdev.c-11.i:84: error: unable to find a register to spill in class 'FP_REGS' netdev.c-11.i:84: error: this is the insn: (insn 166 123 140 4 netdev.c-11.i:76 (set (reg:DI 262 [ .stats.ptc1522 ]) (mem/s:DI (plus:SI (reg/v/f:SI 26 %i2 [orig:121 adapter ] [121]) (reg:SI 24 %i0 [244])) [15 .stats.ptc1522+0 S8 A64])) 45 {*movdi_insn_sp32} (expr_list:REG_EQUIV (mem/s:DI (plus:SI (reg/v/f:SI 26 %i2 [orig:121 adapter ] [121]) (reg:SI 24 %i0 [244])) [15 .stats.ptc1522+0 S8 A64]) (nil))) netdev.c-11.i:84: confused by earlier errors, bailing out rev: 133439 -- Summary: unable to find a register to spill in class 'FP_REGS' (sparc-linux) Product: gcc Version: 4.3.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mstein dot lists at googlemail dot com GCC build triplet: x86_64-linux-gnu GCC host triplet: x86_64-linux-gnu GCC target triplet: sparc-elf http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35664
[Bug target/35664] unable to find a register to spill in class 'FP_REGS' (sparc-linux)
--- Comment #1 from mstein dot lists at googlemail dot com 2008-03-22 16:30 --- Created an attachment (id=15359) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15359&action=view) delta-reduced -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35664
[Bug target/31110] Problem while compiling gcc for mn10300-elf
--- Comment #11 from mstein dot lists at googlemail dot com 2008-03-28 08:54 --- Can the patch be applied to the 4.3 branch too? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31110
[Bug target/31232] Problem while compiling gcc for xstormy16-elf
--- Comment #5 from mstein dot lists at googlemail dot com 2008-03-28 08:56 --- Can the patch be applied to the 4.3 branch too? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31232
[Bug target/31232] Problem while compiling gcc for xstormy16-elf
--- Comment #8 from mstein dot lists at googlemail dot com 2008-03-28 10:30 --- Fixed :) -- mstein dot lists at googlemail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution||FIXED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31232
[Bug target/31110] Problem while compiling gcc for mn10300-elf
--- Comment #14 from mstein dot lists at googlemail dot com 2008-03-28 10:31 --- Fixed :) -- mstein dot lists at googlemail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution||FIXED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31110
[Bug target/35655] [m68hc11] Segmentation fault when compiling libgcc2.c
--- Comment #1 from mstein dot lists at googlemail dot com 2008-03-28 14:51 --- backtrace: [EMAIL PROTECTED]:~/build/m68hc11-elf/build/gcc$ gdb -args /home/mstein/build/m68hc11-elf/build/./gcc/cc1 -quiet -nostdinc -v -I. -I. -I../.././gcc -I/home/mstein/combined-trunk/libgcc -I/home/mstein/combined-trunk/libgcc/. -I/home/mstein/combined-trunk/libgcc/../gcc -I/home/mstein/combined-trunk/libgcc/../include -iprefix /home/mstein/build/m68hc11-elf/build/gcc/../lib/gcc/m68hc11-elf/4.4.0/ -isystem /home/mstein/build/m68hc11-elf/build/./gcc/include -isystem /home/mstein/build/m68hc11-elf/build/./gcc/include-fixed -MD _negdi2.d -MF _negdi2.dep -MP -MT _negdi2.o -D__INT__=32 -Dmc6811 -DMC6811 -Dmc68hc11 -DUSE_GAS -DIN_GCC -Dinhibit_libc -DIN_LIBGCC2 -DHAVE_CC_TLS -DL_negdi2 -isystem /home/mstein/build/m68hc11-elf/build/m68hc11-elf/newlib/targ-include -isystem /home/mstein/combined-trunk/newlib/libc/include -isystem /home/mstein/cross-local/m68hc11-elf-new/m68hc11-elf/include -isystem /home/mstein/cross-local/m68hc11-elf-new/m68hc11-elf/sys-include /home/mstein/combined-trunk/libgcc/../gcc/libgcc2.c -quiet -dumpbase libgcc2.c -mrelax -auxbase-strip _negdi2.o -g -g -O2 -Os -version -o /tmp/ccQivAqe.s GNU gdb 6.4.90-debian Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-linux-gnu"...Using host libthread_db library "/lib/libthread_db.so.1". Breakpoint 1 at 0x5029f0: file /home/mstein/combined-trunk/gcc/diagnostic.c, line 683. Breakpoint 2 at 0x502920: file /home/mstein/combined-trunk/gcc/diagnostic.c, line 624. Function "exit" not defined. Function "abort" not defined. (gdb) r Starting program: /home/mstein/build/m68hc11-elf/build/gcc/cc1 -quiet -nostdinc -v -I. -I. -I../.././gcc -I/home/mstein/combined-trunk/libgcc -I/home/mstein/combined-trunk/libgcc/. -I/home/mstein/combined-trunk/libgcc/../gcc -I/home/mstein/combined-trunk/libgcc/../include -iprefix /home/mstein/build/m68hc11-elf/build/gcc/../lib/gcc/m68hc11-elf/4.4.0/ -isystem /home/mstein/build/m68hc11-elf/build/./gcc/include -isystem /home/mstein/build/m68hc11-elf/build/./gcc/include-fixed -MD _negdi2.d -MF _negdi2.dep -MP -MT _negdi2.o -D__INT__=32 -Dmc6811 -DMC6811 -Dmc68hc11 -DUSE_GAS -DIN_GCC -Dinhibit_libc -DIN_LIBGCC2 -DHAVE_CC_TLS -DL_negdi2 -isystem /home/mstein/build/m68hc11-elf/build/m68hc11-elf/newlib/targ-include -isystem /home/mstein/combined-trunk/newlib/libc/include -isystem /home/mstein/cross-local/m68hc11-elf-new/m68hc11-elf/include -isystem /home/mstein/cross-local/m68hc11-elf-new/m68hc11-elf/sys-include /home/mstein/combined-trunk/libgcc/../gcc/libgcc2.c -quiet -dumpbase libgcc2.c -mrelax -auxbase-strip _negdi2.o -g -g -O2 -Os -version -o /tmp/ccQivAqe.s ignoring nonexistent directory "/home/mstein/build/m68hc11-elf/build/m68hc11-elf/newlib/targ-include" ignoring nonexistent directory "/home/mstein/cross-local/m68hc11-elf-new/m68hc11-elf/include" ignoring nonexistent directory "/home/mstein/cross-local/m68hc11-elf-new/m68hc11-elf/sys-include" ignoring duplicate directory "." ignoring nonexistent directory "../.././gcc" ignoring duplicate directory "/home/mstein/combined-trunk/libgcc/." #include "..." search starts here: #include <...> search starts here: . /home/mstein/combined-trunk/libgcc /home/mstein/combined-trunk/libgcc/../gcc /home/mstein/combined-trunk/libgcc/../include /home/mstein/build/m68hc11-elf/build/./gcc/include /home/mstein/build/m68hc11-elf/build/./gcc/include-fixed /home/mstein/combined-trunk/newlib/libc/include End of search list. GNU C (GCC) version 4.4.0 20080320 (experimental) [trunk revision 133402] (m68hc11-elf) compiled by GNU C version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21), GMP version 4.2.1, MPFR version 2.3.1. GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 Compiler executable checksum: 7efcced2695484d8ae118bce9c57f4e6 Program received signal SIGSEGV, Segmentation fault. 0x004f646c in df_lr_bb_local_compute (bb_index=4) at /home/mstein/combined-trunk/gcc/df-problems.c:846 846 for (def_rec = DF_INSN_UID_DEFS (uid); *def_rec; def_rec++) (gdb) bt #0 0x004f646c in df_lr_bb_local_compute (bb_index=4) at /home/mstein/combined-trunk/gcc/df-problems.c:846 #1 0x004fb04e in df_lr_local_compute (all_blocks=) at /home/mstein/combined-trunk/gcc/df-problems.c:947 #2 0x004f4503 in df_analyze_problem (dflow=0xc95bc0, blocks_to_consider=0xc7ab40, postorder=0xca4190, n_blocks=6) at /home/mstein/combined-trunk/gcc/df-core.c:1171 #3 0x004f4769 in df_analyze () at
[Bug middle-end/34226] [4.3/4.4 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612
--- Comment #12 from mstein dot lists at googlemail dot com 2008-03-28 17:34 --- A simple 'int main (int argc, char *argv[]) { return 0; }' still fails with "error: in default_secondary_reload, at targhooks.c:612" in rev. 133684 (trunk). -- mstein dot lists at googlemail dot com changed: What|Removed |Added CC| |mstein dot lists at | |googlemail dot com, aoliva ||at gcc dot gnu dot org, ||aldyh at redhat dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34226
[Bug target/35735] New: error in default_secondary_reload, at targhooks.c:649
Hi, compiling newlib now fails with: xgcc -c -O1 ldtoa-delta.c /home/mstein/combined-trunk/newlib/libc/stdlib/ldtoa.c: In function '_ldtoa_r': /home/mstein/combined-trunk/newlib/libc/stdlib/ldtoa.c:2857: internal compiler error: in default_secondary_reload, at targhooks.c:649 rev: 133684 -- Summary: error in default_secondary_reload, at targhooks.c:649 Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mstein dot lists at googlemail dot com GCC host triplet: x86_64-linux-gnu GCC target triplet: mn10300-elf http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35735
[Bug target/35735] error in default_secondary_reload, at targhooks.c:649
--- Comment #1 from mstein dot lists at googlemail dot com 2008-03-28 18:23 --- Created an attachment (id=15393) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15393&action=view) delta-reduced -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35735
[Bug tree-optimization/35805] New: [ira] error in start_allocno_priorities, at ira-color.c:1806
Hi, gcc 930523-1.c -c -fira -O1 -m32 fails with 930523-1.c: In function 'f': 930523-1.c:54: internal compiler error: in start_allocno_priorities, at ira-color.c:1806 Please submit a full bug report, rev: 133765 -- Summary: [ira] error in start_allocno_priorities, at ira- color.c:1806 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mstein dot lists at googlemail dot com GCC target triplet: i386 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35805
[Bug target/35664] unable to find a register to spill in class 'FP_REGS' (sparc-linux)
--- Comment #2 from mstein dot lists at googlemail dot com 2008-04-02 16:55 --- Fails in trunk (133803) too -- mstein dot lists at googlemail dot com changed: What|Removed |Added CC||davem at redhat dot com, ||jakub at redhat dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35664
[Bug target/35735] error in default_secondary_reload, at targhooks.c:649
--- Comment #2 from mstein dot lists at googlemail dot com 2008-04-02 17:02 --- Seems to work again in rev 133774 -- mstein dot lists at googlemail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution||WORKSFORME http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35735
[Bug tree-optimization/35806] New: Object code is bigger at -Os than at -O2
Hi, the code below compiles to 60 byte when using -Os and 4 byte when using -O2. This is just one example of many from the test suite: extern void f(char *const *); void g (char **o) { static const char *const multilib_exclusions_raw[] = { 0 }; const char *const *q = multilib_exclusions_raw; f (o); while (*q++) f (o); } -- Summary: Object code is bigger at -Os than at -O2 Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mstein dot lists at googlemail dot com GCC target triplet: arm-elf http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35806
[Bug tree-optimization/35817] New: [ira] Error in init_move_cost, at regclass.c:321
Hi, I get an ICE when compiling vector-2.c with -fira: Executing on host: /home/mstein/sim/ira/arm-elf/build/gcc/xgcc -B/home/mstein/sim/ira/arm-elf/build /gcc/ -O0 -w -DSTACK_SIZE=16384 -fno-show-column -c-fira -o vector-2.o /home/mstein/svn/ira/ gcc/testsuite/gcc.c-torture/compile/vector-2.c(timeout = 800) /home/mstein/svn/ira/gcc/testsuite/gcc.c-torture/compile/vector-2.c: In function 'getCapsule': /home/mstein/svn/ira/gcc/testsuite/gcc.c-torture/compile/vector-2.c:12: internal compiler error: in init_move_cost, at regclass.c:321 Please submit a full bug report, rev 133844 -- Summary: [ira] Error in init_move_cost, at regclass.c:321 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mstein dot lists at googlemail dot com GCC target triplet: arm-elf http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35817
[Bug rtl-optimization/35841] New: [ira] segfault while building libgcc
Hi, during the configure run for libgcc xgcc fails with a segfault. Here is a backtrace: #0 0x2b9b80f4e07b in raise () from /lib/libc.so.6 (gdb) bt #0 0x2b9b80f4e07b in raise () from /lib/libc.so.6 #1 0x2b9b80f4f84e in abort () from /lib/libc.so.6 #2 0x00511845 in diagnostic_action_after_output (context=0x2586, diagnostic=0x2586) at /home/mstein/svn/ira/gcc/diagnostic.c:664 #3 0x00511994 in diagnostic_report_diagnostic (context=0xcc6620, diagnostic=0x7fff29ddfec0) at /home/mstein/svn/ira/gcc/diagnostic.c:400 #4 0x00511c46 in internal_error (gmsgid=) at /home/mstein/svn/ira/gcc/diagnostic.c:600 #5 0x006e1c60 in crash_signal (signo=11) at /home/mstein/svn/ira/gcc/toplev.c:602 #6 #7 0x006e01a6 in default_secondary_reload (in_p=0 '\0', x=0x0, reload_class=EXTRA_FP_REGS, reload_mode=QImode, sri=0x7fff29de0280) at /home/mstein/svn/ira/gcc/targhooks.c:595 #8 0x006892cc in secondary_reload_class (in_p=0 '\0', class=EXTRA_FP_REGS, mode=QImode, x=0x0) at /home/mstein/svn/ira/gcc/reload.c:525 #9 0x0067cefb in memory_move_secondary_cost (mode=QImode, class=EXTRA_FP_REGS, in=0) at /home/mstein/svn/ira/gcc/regclass.c:748 #10 0x00986f51 in init_ira () at /home/mstein/svn/ira/gcc/ira.c:323 #11 0x006e3320 in backend_init_target () at /home/mstein/svn/ira/gcc/toplev.c:1970 #12 0x006e3f7d in toplev_main (argc=1, argv=0x0) at /home/mstein/svn/ira/gcc/toplev.c:2017 #13 0x2b9b80f3b4ca in __libc_start_main () from /lib/libc.so.6 #14 0x00403d1a in _start () at ../sysdeps/x86_64/elf/start.S:113 gcc version 4.4.0 20080328 (experimental) [ira revision 133942] (GCC) -- Summary: [ira] segfault while building libgcc Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mstein dot lists at googlemail dot com GCC host triplet: x86_64-linux-gnu GCC target triplet: sparc-elf http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35841
[Bug target/35806] Object code is bigger at -Os than at -O2
--- Comment #2 from mstein dot lists at googlemail dot com 2008-04-06 14:31 --- OK, using -Os together with -ftree-ch / -ftree-pre seem to help in some cases. It would be nice if gcc could add/remove these flags automaticaly when using -Os :) -- mstein dot lists at googlemail dot com changed: What|Removed |Added Severity|normal |enhancement GCC target triplet|arm-elf | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35806
[Bug target/35847] New: unrecognized option `-march=score7'
Hi, building score-elf fails with configure:2398: /home/mstein/inst/trunk/score-elf/./gcc/xgcc -B/home/mstein/inst/trunk/score-elf/./ gcc/ -B/home/mstein/cross-install/score-elf-trunk/score-elf/bin/ -B/home/mstein/cross-install/score -elf-trunk/score-elf/lib/ -isystem /home/mstein/cross-install/score-elf-trunk/score-elf/include -is ystem /home/mstein/cross-install/score-elf-trunk/score-elf/sys-include -o conftest -g -O2 conft est.c >&5 /home/mstein/cross-local/score-elf/usr/bin/as: unrecognized option `-march=score7' gcc version 4.4.0 20080405 (experimental) [trunk revision 133942] (GCC) binutils-cvs is from today -- Summary: unrecognized option `-march=score7' Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mstein dot lists at googlemail dot com GCC host triplet: x86_64-linux-gnu GCC target triplet: score-elf http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35847
[Bug other/35848] New: Missing port entry in MAINTAINERS file
Hi, the entry for the port "score" is missing in the MAINTAINERS file. -- Summary: Missing port entry in MAINTAINERS file Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: minor Priority: P3 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mstein dot lists at googlemail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35848
[Bug target/35874] New: Error in emit_cmp_and_jump_insn_1, at optabs.c:4425
Hi, compiling the attached code with arm-elf-gcc -c compile-delta.i -mthumb -O2 fails with compile-delta.i: In function 'FlattenIfStatementsStmt': compile-delta.i:94: internal compiler error: in emit_cmp_and_jump_insn_1, at optabs.c:4425 -- Summary: Error in emit_cmp_and_jump_insn_1, at optabs.c:4425 Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mstein dot lists at googlemail dot com GCC host triplet: x86_64-linux-gnu GCC target triplet: arm-elf http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35874
[Bug target/35874] Error in emit_cmp_and_jump_insn_1, at optabs.c:4425
--- Comment #1 from mstein dot lists at googlemail dot com 2008-04-08 17:47 --- Created an attachment (id=15450) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15450&action=view) from csibe, delta-reduced -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35874
[Bug rtl-optimization/35841] [ira] segfault while building libgcc
--- Comment #2 from mstein dot lists at googlemail dot com 2008-04-08 17:56 --- Fixed. -- mstein dot lists at googlemail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution||FIXED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35841
[Bug rtl-optimization/35875] New: error:
Hi, I get many errors that fail like this: Executing on host: /home/mstein/sim/ira/sparc-elf/build/gcc/xgcc -B/home/mstein/sim/ira/sparc-elf/b uild/gcc/ -O2 -w -fno-show-column -c-fira -o 20011130-2.o /home/mstein/svn/ira/gcc/testsuite /gcc.c-torture/compile/20011130-2.c(timeout = 300) /home/mstein/svn/ira/gcc/testsuite/gcc.c-torture/compile/20011130-2.c: In function 'foo': /home/mstein/svn/ira/gcc/testsuite/gcc.c-torture/compile/20011130-2.c:54: internal compiler error: in process_bb_node_lives, at ira-lives.c:680 rev: 133990 -- Summary: error: [ira] Error in process_bb_node_lives, at ira-lives.c:680 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mstein dot lists at googlemail dot com GCC host triplet: x86_64-linux-gnu GCC target triplet: sparc-elf http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35875
[Bug rtl-optimization/35875] [ira] Error in process_bb_node_lives, at ira-lives.c:680
--- Comment #1 from mstein dot lists at googlemail dot com 2008-04-08 18:44 --- update summary -- mstein dot lists at googlemail dot com changed: What|Removed |Added Summary|error: |[ira] Error in |[ira] Error in |process_bb_node_lives, at |process_bb_node_lives, at |ira-lives.c:680 |ira-lives.c:680 |[ira] Error in ||process_bb_node_lives, at ||ira-lives.c:680 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35875
[Bug target/35910] New: error: �struct function� has no member named �args_info�
Hi, building the target arm-elf fails with: gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I/home/mstein/svn/trunk/gcc -I/home/mstein/svn/trunk/gcc/. -I/home/mstein/svn/trunk/gcc/../include -I/home/mstein/svn/trunk/gcc/../libcpp/include -I/opt/cfarm/mpfr-2.3.1/include -I/home/mstein/svn/trunk/gcc/../libdecnumber -I/home/mstein/svn/trunk/gcc/../libdecnumber/dpd -I../libdecnumber \ /home/mstein/svn/trunk/gcc/config/arm/arm.c -o arm.o /home/mstein/svn/trunk/gcc/config/arm/arm.c: In function Âthumb_find_work_registerÂ: /home/mstein/svn/trunk/gcc/config/arm/arm.c:3567: error: Âstruct function has no member named Âargs_info make[2]: *** [arm.o] Error 1 rev: 134177 last working rev: 133987 -- Summary: error: Âstruct function has no member named Âargs_info Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mstein dot lists at googlemail dot com GCC host triplet: x86_64-linux-gnu GCC target triplet: arm-elf http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35910
[Bug rtl-optimization/35875] [ira] Error in process_bb_node_lives, at ira-lives.c:680
--- Comment #3 from mstein dot lists at googlemail dot com 2008-04-11 18:28 --- Fixed. -- mstein dot lists at googlemail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution||FIXED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35875
[Bug rtl-optimization/35817] [ira] Error in init_move_cost, at regclass.c:321
--- Comment #2 from mstein dot lists at googlemail dot com 2008-04-11 18:31 --- Fixed. -- mstein dot lists at googlemail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution||FIXED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35817
[Bug target/35911] New: Building m32c-elf cross compiler fails
Hi, building m32c-elf fails here: gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I/home/mstein/svn/trunk/gcc -I/home/mstein/svn/trunk/gcc/. -I/home/mstein/svn/trunk/gcc/../include -I/home/mstein/svn/trunk/gcc/../libcpp/include -I/opt/cfarm/mpfr-2.3.1/include -I/home/mstein/svn/trunk/gcc/../libdecnumber -I/home/mstein/svn/trunk/gcc/../libdecnumber/dpd -I../libdecnumber \ /home/mstein/svn/trunk/gcc/config/m32c/m32c.c -o m32c.o /home/mstein/svn/trunk/gcc/config/m32c/m32c.c: In function m32c_pushm_popm: /home/mstein/svn/trunk/gcc/config/m32c/m32c.c:1284: error: struct function has no member named return_rtx /home/mstein/svn/trunk/gcc/config/m32c/m32c.c:1285: error: struct function has no member named return_rtx /home/mstein/svn/trunk/gcc/config/m32c/m32c.c:1288: error: struct function has no member named return_rtx make[2]: *** [m32c.o] Error 1 -- Summary: Building m32c-elf cross compiler fails Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mstein dot lists at googlemail dot com GCC host triplet: x86_64-linux-gnu GCC target triplet: m32c-elf http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35911