[Bug target/33256] internal compiler error: in print_operand_reloc, at config/mips/mips.c:5579

2007-09-06 Thread daney at gcc dot gnu dot org
--- Comment #19 from daney at gcc dot gnu dot org 2007-09-06 16:00 --- On the trunk (with the patch) there are no regressions with a full bootstrap all default languages on mipsel-linux. The test cases passes also. I say: Commit it! --

[Bug target/33256] internal compiler error: in print_operand_reloc, at config/mips/mips.c:5579

2007-09-06 Thread rsandifo at gcc dot gnu dot org
--- Comment #20 from rsandifo at gcc dot gnu dot org 2007-09-06 17:46 --- Subject: Bug 33256 Author: rsandifo Date: Thu Sep 6 17:46:43 2007 New Revision: 128195 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=128195 Log: gcc/ PR target/33256 * config/mips/mips.c

[Bug target/33256] internal compiler error: in print_operand_reloc, at config/mips/mips.c:5579

2007-09-06 Thread rsandifo at gcc dot gnu dot org
--- Comment #21 from rsandifo at gcc dot gnu dot org 2007-09-06 18:05 --- Subject: Bug 33256 Author: rsandifo Date: Thu Sep 6 18:04:51 2007 New Revision: 128197 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=128197 Log: gcc/ PR target/33256 * config/mips/mips.c

[Bug target/33256] internal compiler error: in print_operand_reloc, at config/mips/mips.c:5579

2007-09-06 Thread rsandifo at gcc dot gnu dot org
--- Comment #22 from rsandifo at gcc dot gnu dot org 2007-09-06 18:07 --- Subject: Bug 33256 Author: rsandifo Date: Thu Sep 6 18:06:51 2007 New Revision: 128198 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=128198 Log: gcc/ PR target/33256 * config/mips/mips.c

[Bug target/33256] internal compiler error: in print_operand_reloc, at config/mips/mips.c:5579

2007-09-06 Thread rsandifo at gcc dot gnu dot org
--- Comment #23 from rsandifo at gcc dot gnu dot org 2007-09-06 18:11 --- David, thanks for the testing. Fixed on mainline and both active release branches. -- rsandifo at gcc dot gnu dot org changed: What|Removed |Added

Bug#441104: g77-3.4: Code linked to libg2c segfaults on f_open(), g_char()

2007-09-06 Thread Andrej Prsa
Package: g77-3.4 Version: 3.4.6-5 Severity: important The following setup: test.f: subroutine test() open(unit=1,file=/home/andrej/test,status='UNKNOWN') close(unit=1) end go.c: int main () { test_(); return 0;