[Bug libgcj/33479] SyncTest Intermittent failing on MIPS

2007-09-18 Thread daney at gcc dot gnu dot org
--- Comment #1 from daney at gcc dot gnu dot org 2007-09-18 18:48 --- SyncTest never completes. When it gets into this state the threads are in the followin state: (gdb) thread 6 [Switching to thread 6 (Thread 758265024 (LWP 29566))]#0 0x2ce68fac in pthread_cond_wait@@GLIBC_2.3.2

[Bug libgcj/33479] SyncTest Intermittent failing on MIPS

2007-09-18 Thread daney at gcc dot gnu dot org
--- Comment #3 from daney at gcc dot gnu dot org 2007-09-18 23:35 --- The LOCKED bit is set. All the other fields in the hash entry are zero. I think adding a memory barrier at the end of compare_and_swap fixes the problem. Currently I have: inline static bool compare_and_swap

[Bug libgcj/33479] SyncTest Intermittent failing on MIPS

2007-09-20 Thread daney at gcc dot gnu dot org
--- Comment #4 from daney at gcc dot gnu dot org 2007-09-20 07:03 --- Created an attachment (id=14227) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14227&action=view) Proposed patch. I am testing this patch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33479

[Bug target/33479] SyncTest Intermittent failing on MIPS

2007-09-26 Thread daney at gcc dot gnu dot org
--- Comment #5 from daney at gcc dot gnu dot org 2007-09-26 16:45 --- Subject: Bug 33479 Author: daney Date: Wed Sep 26 16:45:39 2007 New Revision: 128821 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128821 Log: 2007-09-26 David Daney <[EMAIL PROTECTED]>

[Bug target/33479] SyncTest Intermittent failing on MIPS

2007-09-27 Thread daney at gcc dot gnu dot org
--- Comment #6 from daney at gcc dot gnu dot org 2007-09-27 15:53 --- Fixed now. -- daney at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug libffi/28313] libffi has not been ported to mips64-linux-gnu

2007-09-29 Thread daney at gcc dot gnu dot org
-- daney at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28313

[Bug target/32437] [4.3 Regression] MIPS: FAIL in gcc.dg/cleanup-[8|9|10|11].c

2007-09-29 Thread daney at gcc dot gnu dot org
-- daney at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32437

[Bug target/32406] [4.3 Regression] MIPS: FAIL in nestfunc-6.c at -O3

2007-09-29 Thread daney at gcc dot gnu dot org
-- daney at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32406

[Bug target/33755] New: Gcc 4.2.2 broken for mips linux kernel builds

2007-10-12 Thread daney at gcc dot gnu dot org
ilds Product: gcc Version: 4.2.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: daney at gcc dot gnu dot org GCC target triplet: mipsel-linux

[Bug target/33755] Gcc 4.2.2 broken for mips linux kernel builds

2007-10-12 Thread daney at gcc dot gnu dot org
--- Comment #4 from daney at gcc dot gnu dot org 2007-10-12 20:44 --- Not that I have looked into the problem, but this sounds similar to this problem: http://sourceware.org/ml/binutils/2006-11/msg00059.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33755

[Bug target/33755] Gcc 4.2.2 broken for mips linux kernel builds

2007-10-12 Thread daney at gcc dot gnu dot org
--- Comment #6 from daney at gcc dot gnu dot org 2007-10-12 21:06 --- >From the reduced testcase could you post the result of: objdump -r -j .text 33755.o Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33755

[Bug target/33755] Gcc 4.2.2 broken for mips linux kernel builds

2007-10-12 Thread daney at gcc dot gnu dot org
--- Comment #7 from daney at gcc dot gnu dot org 2007-10-12 22:08 --- The reduced testcase is different than the reported problem. At a minimum the relocation types are different. Also the kernel is compiled with -G 0 -mno-abicalls If we compile the reduced testcase thusly: (sid

[Bug target/33755] Gcc 4.2.2 broken for mips linux kernel builds

2007-10-12 Thread daney at gcc dot gnu dot org
--- Comment #8 from daney at gcc dot gnu dot org 2007-10-12 22:35 --- It appears to be a GCC bug not binutils: If you look at the assembly output for gcc-4.2, we emit: lui $2,%hi($LC6) But there is no corresponding %lo($LC6) to be found. No amount of relocation sorting could

[Bug target/19683] MIPS wrong-code for 64-bit multiply from java program.

2005-02-22 Thread daney at gcc dot gnu dot org
--- Additional Comments From daney at gcc dot gnu dot org 2005-02-22 21:40 --- Created an attachment (id=8257) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8257&action=view) C testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19683

[Bug target/19683] MIPS wrong-code for 64-bit multiply from java program.

2005-02-22 Thread daney at gcc dot gnu dot org
--- Additional Comments From daney at gcc dot gnu dot org 2005-02-22 21:41 --- Created an attachment (id=8258) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8258&action=view) C testcase driver. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19683

[Bug target/19683] MIPS wrong-code for 64-bit multiply.

2005-02-22 Thread daney at gcc dot gnu dot org
--- Additional Comments From daney at gcc dot gnu dot org 2005-02-22 22:02 --- The new 'C' test case will reproduce the bug on: $ mipsel-linux-gcc -v Using built-in specs. Target: mipsel-linux Configured with: ../gcccvsmain/gcc/configure --target=mipsel-linux --with-sysroot=

[Bug target/19683] MIPS wrong-code for 64-bit multiply.

2005-02-22 Thread daney at gcc dot gnu dot org
--- Additional Comments From daney at gcc dot gnu dot org 2005-02-22 22:06 --- I should comment that yes I have tried to simplify tm.c. This is the best I could do. It seems that register pressure is important to force the compiler into the failure mode, as in simpler cases the madd

[Bug rtl-optimization/19683] MIPS wrong-code for 64-bit multiply.

2005-03-03 Thread daney at gcc dot gnu dot org
--- Additional Comments From daney at gcc dot gnu dot org 2005-03-03 21:19 --- Thanks Richard, The patch applies cleanly against 3.4.3 (with an offset of something like 9 lines). I found no regressions with a top level make -k check for an i686-linux -> mipsel-linux cross compi

[Bug libgcj/20389] New: Buff

2005-03-08 Thread daney at gcc dot gnu dot org
-- Summary: Buff Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: libgcj AssignedTo: daney at gcc dot gnu dot org ReportedBy: daney at gcc dot gnu dot org

[Bug libgcj/20389] Buffere

2005-03-08 Thread daney at gcc dot gnu dot org
-- What|Removed |Added Summary|Buff|Buffere http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20389

[Bug libgcj/20389] BufferedInputStream gets ArrayIndexOutOfBoundsExeception

2005-03-08 Thread daney at gcc dot gnu dot org
--- Additional Comments From daney at gcc dot gnu dot org 2005-03-08 21:13 --- I will attach a testcase. I also have a tentative patch and Mauve test that I will submit shortly. -- What|Removed |Added

[Bug libgcj/20389] BufferedInputStream gets ArrayIndexOutOfBoundsExeception

2005-03-08 Thread daney at gcc dot gnu dot org
--- Additional Comments From daney at gcc dot gnu dot org 2005-03-08 21:16 --- Created an attachment (id=8367) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8367&action=view) Testcase As shown in the testcase, a series of marks and reads can cause

[Bug libgcj/20389] [4.0/4.1 Regression] BufferedInputStream gets ArrayIndexOutOfBoundsExeception

2005-03-08 Thread daney at gcc dot gnu dot org
-- What|Removed |Added Status|NEW |ASSIGNED Last reconfirmed|2005-03-08 21:23:11 |2005-03-08 21:32:28 date|

[Bug libgcj/20389] [4.0/4.1 Regression] BufferedInputStream gets ArrayIndexOutOfBoundsExeception

2005-03-08 Thread daney at gcc dot gnu dot org
--- Additional Comments From daney at gcc dot gnu dot org 2005-03-09 00:16 --- Patch posted here: http://gcc.gnu.org/ml/java-patches/2005-q1/msg00669.html -- What|Removed |Added

[Bug java/20398] New: ICE compiling mauve's gnu/testlet/java/io/RandomAccessFile/jdk11.java

2005-03-09 Thread daney at gcc dot gnu dot org
Keywords: ice-on-valid-code Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: daney at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu

[Bug libgcj/20486] New: Win32 needs Socket read returns EOF when count == 0 fix

2005-03-15 Thread daney at gcc dot gnu dot org
Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: minor Priority: P2 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: daney at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot or

[Bug libgcj/20486] Win32 needs Socket read returns EOF when count == 0 fix

2005-03-15 Thread daney at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |2005-03-

[Bug java/20697] Invalid Can't find method error on call to super

2005-03-30 Thread daney at gcc dot gnu dot org
--- Additional Comments From daney at gcc dot gnu dot org 2005-03-30 23:45 --- I should add that I think this is a target independent bug as it also fails for a mipsel-linux target. -- What|Removed |Added

[Bug java/20697] Invalid Can't find method error on call to super

2005-03-30 Thread daney at gcc dot gnu dot org
--- Additional Comments From daney at gcc dot gnu dot org 2005-03-30 23:55 --- If you modify the testcase file A.java so that the inner class A1 is no longer static, the testcase converts to an ice-on-invalid-code. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20697

[Bug java/20697] Invalid Can't find method error on call to super

2005-03-30 Thread daney at gcc dot gnu dot org
--- Additional Comments From daney at gcc dot gnu dot org 2005-03-30 23:56 --- Created an attachment (id=8502) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8502&action=view) First part of smaller testcase. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20697

[Bug java/20697] Invalid Can't find method error on call to super

2005-03-30 Thread daney at gcc dot gnu dot org
--- Additional Comments From daney at gcc dot gnu dot org 2005-03-30 23:58 --- Created an attachment (id=8503) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8503&action=view) Second part of smaller testcase. New Testcase. I think it is the same problem. $ gcj A1.java B1.

[Bug java/20697] New: Invalid Can't find method error on call to super

2005-03-30 Thread daney at gcc dot gnu dot org
super Product: gcc Version: 3.4.3 Status: UNCONFIRMED Keywords: rejects-valid Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: daney at gcc dot gnu dot org

[Bug java/20697] Invalid Can't find method error on call to super

2005-03-30 Thread daney at gcc dot gnu dot org
--- Additional Comments From daney at gcc dot gnu dot org 2005-03-30 23:43 --- Created an attachment (id=8499) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8499&action=view) Testcase part1 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20697

[Bug java/20697] Invalid Can't find method error on call to super

2005-03-30 Thread daney at gcc dot gnu dot org
--- Additional Comments From daney at gcc dot gnu dot org 2005-03-30 23:43 --- Created an attachment (id=8500) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8500&action=view) Testcase part2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20697

[Bug java/20697] Invalid Can't find method error on call to super

2005-03-30 Thread daney at gcc dot gnu dot org
--- Additional Comments From daney at gcc dot gnu dot org 2005-03-30 23:44 --- Created an attachment (id=8501) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8501&action=view) Testcase part3 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20697

[Bug target/37360] New: ICE in haifa-sched.c when compiling __popcountsi2 from libgcc

2008-09-03 Thread daney at gcc dot gnu dot org
: In function '__popcountsi2': j.i:16: internal compiler error: in max_issue, at haifa-sched.c:2074 Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. -- Summary: ICE in haifa-sched.c when compiling __popcountsi2 from libgcc Product: gcc Version: 4.4.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: daney at gcc dot gnu dot org GCC build triplet: mipsel-linux GCC host triplet: mipsel-linux GCC target triplet: mipsel-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37360

[Bug rtl-optimization/37360] [4.4 Regression] ICE in haifa-sched.c when compiling __popcountsi2 from libgcc

2008-09-04 Thread daney at gcc dot gnu dot org
--- Comment #4 from daney at gcc dot gnu dot org 2008-09-04 14:49 --- You will note that I configured with --with-arch=sb1. This in turn causes cc1 to be invoked with -march=sb1 I will attempt to test with a cross build. My bootstrap gcc is: gcc (GCC) 4.4.0 20080223 (experimental

[Bug rtl-optimization/37360] [4.4 Regression] ICE in haifa-sched.c when compiling __popcountsi2 from libgcc

2008-09-04 Thread daney at gcc dot gnu dot org
--- Comment #6 from daney at gcc dot gnu dot org 2008-09-04 16:12 --- I get the same ICE using gcc (Debian 4.3.1-8) 4.3.1 as the bootstrap compiler, so I am going with the theory that the bootstrap compiler is not the cause of this problem. -- http://gcc.gnu.org/bugzilla

[Bug rtl-optimization/37360] [4.4 Regression] ICE in haifa-sched.c when compiling __popcountsi2 from libgcc

2008-09-04 Thread daney at gcc dot gnu dot org
--- Comment #7 from daney at gcc dot gnu dot org 2008-09-04 17:17 --- The problem is present in 139918 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37360

[Bug rtl-optimization/37360] [4.4 Regression] ICE in haifa-sched.c when compiling __popcountsi2 from libgcc

2008-09-04 Thread daney at gcc dot gnu dot org
--- Comment #8 from daney at gcc dot gnu dot org 2008-09-04 17:39 --- It is reproducible in a cross compiler as well. This is my command line: /home/daney/gccsvn/mipsel-trunk/gcc/cc1 -fpreprocessed j.i -quiet -march=sb1 -O2 -o j.s Changing to -march={mips32,mips32r2,r5000} "

[Bug rtl-optimization/37360] [4.4 Regression] ICE in haifa-sched.c when compiling __popcountsi2 from libgcc

2008-09-04 Thread daney at gcc dot gnu dot org
--- Comment #9 from daney at gcc dot gnu dot org 2008-09-04 22:48 --- (In reply to comment #2) > > Andrey, this is likely due to the selective scheduler merge. Can you > > investigate or delegate? > We couldn't reproduce this with a cross from x86_64. Also, Ad

[Bug rtl-optimization/37360] [4.4 Regression] ICE in haifa-sched.c when compiling __popcountsi2 from libgcc

2008-09-05 Thread daney at gcc dot gnu dot org
--- Comment #15 from daney at gcc dot gnu dot org 2008-09-05 18:29 --- Thanks for the patch. With the patch applied to the trunk my bootstrap has made it into stage 2, indicating that it has corrected the problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37360

[Bug target/37395] Bootstrap fails in stage 2 due to segfault compiling c-parser

2008-09-06 Thread daney at gcc dot gnu dot org
--- Comment #2 from daney at gcc dot gnu dot org 2008-09-06 17:50 --- 140035 seems OK: http://gcc.gnu.org/ml/gcc-testresults/2008-09/msg00503.html I am now trying 140069. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37395

[Bug target/37395] Bootstrap fails in stage 2 due to segfault compiling c-parser

2008-09-07 Thread daney at gcc dot gnu dot org
--- Comment #3 from daney at gcc dot gnu dot org 2008-09-07 17:30 --- It is also working on r140069 http://gcc.gnu.org/ml/gcc-testresults/2008-09/msg00612.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37395

[Bug target/28126] gcc moves an expensive instruction outside of a conditional

2008-09-07 Thread daney at gcc dot gnu dot org
--- Comment #11 from daney at gcc dot gnu dot org 2008-09-07 17:32 --- Can we close this now? I think it is fixed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28126

[Bug target/37593] -mlong-calls doesn't affect calls to _mcount generated with -pg

2008-09-19 Thread daney at gcc dot gnu dot org
--- Comment #1 from daney at gcc dot gnu dot org 2008-09-20 00:38 --- This may be an ABI issue, but since -mlong-calls -mno-abicalls doesn't seem to have a very rigorous ABI definition, we probably have some latitude with respect to implementing this. foo.c: -- extern

[Bug target/37593] -mlong-calls doesn't affect calls to _mcount generated with -pg

2008-09-20 Thread daney at gcc dot gnu dot org
--- Comment #2 from daney at gcc dot gnu dot org 2008-09-20 07:25 --- Created an attachment (id=16367) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16367&action=view) Proposed patch. This patch seems like it may work. I will bootstrap/test it. -- daney at gcc dot

[Bug target/37593] -mlong-calls doesn't affect calls to _mcount generated with -pg

2008-09-22 Thread daney at gcc dot gnu dot org
--- Comment #3 from daney at gcc dot gnu dot org 2008-09-22 19:49 --- Subject: Bug 37593 Author: daney Date: Mon Sep 22 19:48:09 2008 New Revision: 140563 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140563 Log: 2008-09-22 David Daney <[EMAIL PROTECTED]>

[Bug target/37593] -mlong-calls doesn't affect calls to _mcount generated with -pg

2008-09-22 Thread daney at gcc dot gnu dot org
--- Comment #4 from daney at gcc dot gnu dot org 2008-09-22 19:52 --- Fix committed. -- daney at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug libgcj/18266] GCJ: Using references drops finalizers causing all apps to eventually crash ( SIGSEGV in GC_register_finalizer_inner () )

2008-09-22 Thread daney at gcc dot gnu dot org
--- Comment #16 from daney at gcc dot gnu dot org 2008-09-22 20:08 --- This is biting me now. Perhaps I may look at fixing it (or maybe not...). -- daney at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/18266] GCJ: Using references drops finalizers causing all apps to eventually crash ( SIGSEGV in GC_register_finalizer_inner () )

2008-09-22 Thread daney at gcc dot gnu dot org
--- Comment #17 from daney at gcc dot gnu dot org 2008-09-22 23:56 --- For me the testcase always gets a ConcurrentModificationException in w.clear() very soon after starting. This is on GCC trunk 140563 on x86_64-pc-linux-gnu. If I synchronize(w) for accesses to w there is no

[Bug libgcj/18266] GCJ: Using references drops finalizers causing all apps to eventually crash ( SIGSEGV in GC_register_finalizer_inner () )

2008-09-23 Thread daney at gcc dot gnu dot org
--- Comment #18 from daney at gcc dot gnu dot org 2008-09-23 17:40 --- Created an attachment (id=16396) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16396&action=view) Possible work-around This is a patch against 3.4.3 that we are seriously considering using internall

[Bug libgcj/18266] GCJ: Using references drops finalizers causing all apps to eventually crash ( SIGSEGV in GC_register_finalizer_inner () )

2008-09-26 Thread daney at gcc dot gnu dot org
--- Comment #20 from daney at gcc dot gnu dot org 2008-09-26 15:58 --- 1) Create an object. 2) Enter a synchronized block on the object and do Object.wait(). 3) In a second thread, enter a synchronized block on the object. There is lock contention, heavy lock escalation is

[Bug target/34831] [4.3 Regression] ICE on gcc.dg/pr34233.c for MIPS

2008-01-17 Thread daney at gcc dot gnu dot org
-- daney at gcc dot gnu dot org changed: What|Removed |Added Known to work||3.4.3 Target Milestone|--- |4.3.0 http

[Bug c++/34829] [4.3 Regression] placement new with primitive Java types rejected

2008-01-17 Thread daney at gcc dot gnu dot org
--- Comment #1 from daney at gcc dot gnu dot org 2008-01-17 17:44 --- I wonder what would happen (but not enough to actually test it) if these: typedef __java_byte jbyte; typedef __java_short jshort; typedef __java_int jint; typedef __java_long jlong; typedef __java_float

[Bug target/34831] New: [4.3 Regression] ICE on gcc.dg/pr34233.c for MIPS

2008-01-17 Thread daney at gcc dot gnu dot org
: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: daney at gcc dot gnu dot org GCC build triplet: mipsel-linux-gnu GCC host triplet: mipsel-linux-gnu GCC target triplet: mipsel-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34831

[Bug target/34831] [4.3 Regression] ICE on gcc.dg/pr34233.c for MIPS

2008-01-17 Thread daney at gcc dot gnu dot org
--- Comment #2 from daney at gcc dot gnu dot org 2008-01-17 21:19 --- (In reply to comment #1) > What ICE? > As noted in the original comments, the ICE in this testsuite run: http://gcc.gnu.org/ml/gcc-testresults/2008-01/msg00204.html -- http://gcc.gnu.org/bugzilla/show_b

[Bug target/34831] [4.3 Regression] ICE on gcc.dg/pr34233.c for MIPS

2008-01-18 Thread daney at gcc dot gnu dot org
--- Comment #11 from daney at gcc dot gnu dot org 2008-01-18 18:15 --- It is a regression, this works: $ mipsel-linux-gcc -march=sb1 -ffast-math -c pr34233.c $ mipsel-linux-gcc --version mipsel-linux-gcc (GCC) 3.4.3 This doesn't: $ gcc -march=sb1 -ffast-math -c pr34233.c pr34

[Bug target/35032] New: MIPS ICE in gcc.c-torture/execute/20040709-2.c

2008-01-30 Thread daney at gcc dot gnu dot org
c-torture/execute/20040709-2.c Product: gcc Version: 4.3.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dan

[Bug target/35032] MIPS ICE in gcc.c-torture/execute/20040709-2.c

2008-01-30 Thread daney at gcc dot gnu dot org
--- Comment #1 from daney at gcc dot gnu dot org 2008-01-31 06:55 --- confirmed with cross-compiler mips64-linux-gcc (GCC) 4.3.0 20080127 (experimental) [trunk revision 131882] $ mips64-linux-gcc -w -O2 -fno-show-column -lm -mabi=64 -march=r5000 -o j /home/daney/gccsvn/trunk/gcc

[Bug target/35032] MIPS ICE in gcc.c-torture/execute/20040709-2.c

2008-01-30 Thread daney at gcc dot gnu dot org
-- daney at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35032

[Bug target/34409] MIPS: Non-optimal DWARF frame data

2008-02-27 Thread daney at gcc dot gnu dot org
--- Comment #1 from daney at gcc dot gnu dot org 2008-02-27 18:05 --- Subject: Bug 34409 Author: daney Date: Wed Feb 27 18:04:49 2008 New Revision: 132725 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132725 Log: PR target/34409 * config/mip

[Bug target/34409] MIPS: Non-optimal DWARF frame data

2008-02-27 Thread daney at gcc dot gnu dot org
--- Comment #2 from daney at gcc dot gnu dot org 2008-02-27 18:08 --- Fixed on the trunk. -- daney at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug libgcj/29604] Race condition in ServerSocket.accept()

2008-02-27 Thread daney at gcc dot gnu dot org
--- Comment #7 from daney at gcc dot gnu dot org 2008-02-27 18:11 --- Unassigning as I am not working on this. -- daney at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/39079] New: MIPS: __builtin___clear_cache() broken on SMP ISA_HAS_SYNCI systems.

2009-02-02 Thread daney at gcc dot gnu dot org
nt: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: daney at gcc dot gnu dot org GCC build triplet: mips64-unknown-linux-gnu GCC host triplet: mips64-unknown-linux-gnu GCC target triplet: mips64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39079

[Bug target/39090] New: MIPS: wrong-code with 64-bit values and register asm constraints with o32 ABI.

2009-02-03 Thread daney at gcc dot gnu dot org
64-bit values and register asm constraints with o32 ABI. Product: gcc Version: 4.4.0 Status: UNCONFIRMED Keywords: wrong-code Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc

[Bug target/39090] MIPS: wrong-code with 64-bit values and register asm constraints with o32 ABI.

2009-02-03 Thread daney at gcc dot gnu dot org
--- Comment #2 from daney at gcc dot gnu dot org 2009-02-03 21:32 --- I guess you are right. I thought I had a failing testcase, but I can't make it fail any more. Marking as invalid. -- daney at gcc dot gnu dot org changed: What|Removed |

[Bug libstdc++/31807] New: bootstrap failure in 4.2.0 RC3. const_point_iterator.hpp not found

2007-05-03 Thread daney at gcc dot gnu dot org
: gcc Version: 4.2.0 Status: UNCONFIRMED Keywords: build Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: daney at gcc dot gnu dot org GCC build triplet: mipsel

[Bug libstdc++/31807] bootstrap failure in 4.2.0 RC3. const_point_iterator.hpp not found

2007-05-03 Thread daney at gcc dot gnu dot org
--- Comment #1 from daney at gcc dot gnu dot org 2007-05-03 23:02 --- I am investigating why ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp is missing from my source directory when it appears to be in the tarball. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31807

[Bug libstdc++/31807] bootstrap failure in 4.2.0 RC3. const_point_iterator.hpp not found

2007-05-03 Thread daney at gcc dot gnu dot org
--- Comment #2 from daney at gcc dot gnu dot org 2007-05-03 23:09 --- Dang. I am using busybox tar. It seems to have failed while unpacking the tarfile. I am building gnu tar now. Perhaps that will solve this problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31807

[Bug libstdc++/31807] bootstrap failure in 4.2.0 RC3. const_point_iterator.hpp not found

2007-05-03 Thread daney at gcc dot gnu dot org
--- Comment #4 from daney at gcc dot gnu dot org 2007-05-04 00:01 --- Sorry for the noise. After unpacking the tarball with gnu tar, the bootstrap proceeds past the previous point of failure. -- daney at gcc dot gnu dot org changed: What|Removed

[Bug java/31842] New: r124338 causes java Divide_1 and pr6388 to fail

2007-05-05 Thread daney at gcc dot gnu dot org
: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: daney at gcc dot gnu dot org GCC build triplet: x86_64-pc-linux-gnu GCC host triplet: x86_64-pc-linux-gnu GCC target triplet: x86_64-pc-linux

[Bug java/31842] [4.2/4.3 Regression] r124338 causes java Divide_1 and pr6388 to fail

2007-05-06 Thread daney at gcc dot gnu dot org
--- Comment #1 from daney at gcc dot gnu dot org 2007-05-07 04:23 --- I just finished bootstrapping and testing r124337 and r124338 on x86_64-pc-linux-gnu (FC6). Not surprisingly, this verifies that r124338 causes the regression. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31842

[Bug libgcj/29324] add wait handling hook

2007-05-12 Thread daney at gcc dot gnu dot org
--- Comment #6 from daney at gcc dot gnu dot org 2007-05-12 18:38 --- Subject: Bug 29324 Author: daney Date: Sat May 12 17:37:55 2007 New Revision: 124638 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124638 Log: PR libgcj/29324 * include/posix-t

[Bug libgcj/29324] add wait handling hook

2007-05-12 Thread daney at gcc dot gnu dot org
--- Comment #7 from daney at gcc dot gnu dot org 2007-05-12 19:52 --- I think the patch solves the problem. -- daney at gcc dot gnu dot org changed: What|Removed |Added

[Bug java/30591] Cross build fails because native gcj needed to build ecjx

2007-05-16 Thread daney at gcc dot gnu dot org
--- Comment #6 from daney at gcc dot gnu dot org 2007-05-16 21:10 --- Marking as FIXED as it now works for me *if* I use a current native GCC to build the cross compiler. I am prepering a documentation patch that explains my interpretation of the requirements. -- daney at gcc dot

[Bug target/31975] [4.3 Regression] segfault in try_split on mips during bootstrap

2007-05-18 Thread daney at gcc dot gnu dot org
--- Comment #2 from daney at gcc dot gnu dot org 2007-05-18 17:31 --- Currently building mipsel-unknown-linux-gnu. # cat LAST_UPDATED Wed May 16 12:35:18 PDT 2007 Wed May 16 19:35:18 UTC 2007 (revision 124776) libstdc++-v3 was built without ICEing (currently building in libjava). The

[Bug libgcj/29604] Race condition in ServerSocket.accept()

2007-05-19 Thread daney at gcc dot gnu dot org
--- Comment #5 from daney at gcc dot gnu dot org 2007-05-19 18:12 --- UNIX/Linux sucks. There are likely races with read/write and close all over libgcj: = Thread 1 Thread 2 Thread 3 load

[Bug libgcj/29604] Race condition in ServerSocket.accept()

2007-05-19 Thread daney at gcc dot gnu dot org
--- Comment #6 from daney at gcc dot gnu dot org 2007-05-19 18:20 --- That didn't come out quite right :(. The close part would be: int t = dup(fileDes) dup2(global_always_error_fd, fileDes); synchronized { cleanupFD = fileDes; } close (t); synchro

[Bug target/31975] [4.3 Regression] segfault in try_split on mips during bootstrap

2007-05-19 Thread daney at gcc dot gnu dot org
--- Comment #6 from daney at gcc dot gnu dot org 2007-05-20 07:11 --- (In reply to comment #5) > With: >/home/tbm/scratch/gcc/configure -v --enable-languages=c,c++ > --disable-werror > mipsel-linux-gnu > I get the same segfault in gcc/libstdc++-v3/src/fstream-inst

[Bug target/31975] [4.3 Regression] segfault in try_split on mips during bootstrap

2007-05-21 Thread daney at gcc dot gnu dot org
--- Comment #9 from daney at gcc dot gnu dot org 2007-05-22 05:38 --- Confirmed on a cross compiler configured: ../t1/configure --target=mipsel-linux --with-sysroot=/usr/local/mipsel-linux-test --prefix=/usr/local/mipsel-linux-test --with-arch=mips32 --with-float=soft --disable-java

[Bug target/31975] [4.3 Regression] segfault in try_split on mips during bootstrap

2007-05-22 Thread daney at gcc dot gnu dot org
--- Comment #10 from daney at gcc dot gnu dot org 2007-05-22 16:21 --- This bug was triggered on the trunk by: $ svn log -r 124258 r124258 | hubicka | 2007-04-28 01:20:08 -0700 (Sat, 28 Apr 2007) | 50 lines

[Bug target/31975] [4.3 Regression] segfault in try_split on mips during bootstrap

2007-05-23 Thread daney at gcc dot gnu dot org
--- Comment #11 from daney at gcc dot gnu dot org 2007-05-24 06:06 --- Reduced testcase: g++.dg/abi/thunk3.C -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31975

[Bug target/31975] [4.3 Regression] segfault in try_split on mips during bootstrap

2007-05-23 Thread daney at gcc dot gnu dot org
--- Comment #12 from daney at gcc dot gnu dot org 2007-05-24 06:08 --- Fails with: -mno-shared OK with: -mshared -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31975

[Bug target/31975] [4.3 Regression] segfault in try_split on mips during bootstrap

2007-05-25 Thread daney at gcc dot gnu dot org
--- Comment #13 from daney at gcc dot gnu dot org 2007-05-25 08:16 --- Created an attachment (id=13610) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13610&action=view) Proposed patch. I will bootstrap and test the attached patch. It allows my cross build to c

[Bug target/31975] [4.3 Regression] segfault in try_split on mips during bootstrap

2007-05-29 Thread daney at gcc dot gnu dot org
--- Comment #16 from daney at gcc dot gnu dot org 2007-05-30 04:21 --- Subject: Bug 31975 Author: daney Date: Wed May 30 04:21:24 2007 New Revision: 125178 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125178 Log: PR gcc/31975 * config/mip

[Bug target/31975] [4.3 Regression] segfault in try_split on mips during bootstrap

2007-05-29 Thread daney at gcc dot gnu dot org
--- Comment #17 from daney at gcc dot gnu dot org 2007-05-30 04:38 --- Fix committed to the trunk. -- daney at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/32313] New: [4.3 Regression] Bootstrap failure running gengtype in stage 2.

2007-06-12 Thread daney at gcc dot gnu dot org
: wrong-code Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: daney at gcc dot gnu dot org GCC build triplet: mipsel-linux-gnu GCC host triplet: mipsel-linux-gnu GCC target triplet: mipsel-linux

[Bug target/32313] [4.3 Regression] Bootstrap failure running gengtype in stage 2.

2007-06-12 Thread daney at gcc dot gnu dot org
--- Comment #1 from daney at gcc dot gnu dot org 2007-06-13 00:03 --- Created an attachment (id=13695) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13695&action=view) .i for gengtype Compiling like this causes the bad code (the configure line is even in there): # /hom

[Bug target/32313] [4.3 Regression] Bootstrap failure running gengtype in stage 2.

2007-06-12 Thread daney at gcc dot gnu dot org
--- Comment #2 from daney at gcc dot gnu dot org 2007-06-13 05:58 --- I have a prototype patch that I think fixes this problem. -- daney at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/32313] [4.3 Regression] Bootstrap failure running gengtype in stage 2.

2007-06-12 Thread daney at gcc dot gnu dot org
--- Comment #3 from daney at gcc dot gnu dot org 2007-06-13 06:26 --- Created an attachment (id=13696) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13696&action=view) Proposed fix. I will try to bootstrap the Proposed fix tomorrow. -- http://gcc.gnu.org/b

[Bug target/32313] [4.3 Regression] Bootstrap failure running gengtype in stage 2.

2007-06-13 Thread daney at gcc dot gnu dot org
--- Comment #5 from daney at gcc dot gnu dot org 2007-06-13 19:44 --- Unfortunatly the patch causes an ICE compiling crtstuff.c. I will have to adjust it a bit... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32313

[Bug target/32313] [4.3 Regression] Bootstrap failure running gengtype in stage 2.

2007-06-13 Thread daney at gcc dot gnu dot org
--- Comment #6 from daney at gcc dot gnu dot org 2007-06-13 20:39 --- Created an attachment (id=13700) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13700&action=view) Revised patch. I don't know what I was thinking with the first version of the patch :-( The new ver

[Bug target/32313] [4.3 Regression] Bootstrap failure running gengtype in stage 2.

2007-06-16 Thread daney at gcc dot gnu dot org
--- Comment #8 from daney at gcc dot gnu dot org 2007-06-17 05:05 --- Good news and bad news. My 32313-v2.patch allows c,c++,java to bootstrap except for at the very end of the libjava build gcj-dbtool gets stuck in an endless loop. Luckily killing it allows the build to complete

[Bug target/32313] [4.3 Regression] Bootstrap failure running gengtype in stage 2.

2007-06-18 Thread daney at gcc dot gnu dot org
--- Comment #9 from daney at gcc dot gnu dot org 2007-06-18 17:36 --- Subject: Bug 32313 Author: daney Date: Mon Jun 18 17:36:42 2007 New Revision: 125818 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125818 Log: PR target/32313 * config/mip

[Bug target/32313] [4.3 Regression] Bootstrap failure running gengtype in stage 2.

2007-06-18 Thread daney at gcc dot gnu dot org
--- Comment #10 from daney at gcc dot gnu dot org 2007-06-18 17:41 --- The ability to bootstrap is fixed by the patch. There are other dataflow regressions that will be fixed by follow up patches. -- daney at gcc dot gnu dot org changed: What|Removed

[Bug target/32313] [4.3 Regression] Bootstrap failure running gengtype in stage 2.

2007-06-18 Thread daney at gcc dot gnu dot org
--- Comment #11 from daney at gcc dot gnu dot org 2007-06-18 19:35 --- Subject: Bug 32313 Author: daney Date: Mon Jun 18 19:35:05 2007 New Revision: 125824 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125824 Log: Revert: 2007-06-18 David Daney

[Bug target/32313] [4.3 Regression] Bootstrap failure running gengtype in stage 2.

2007-06-18 Thread daney at gcc dot gnu dot org
--- Comment #12 from daney at gcc dot gnu dot org 2007-06-18 19:35 --- That fix was incorrect. Sorry. -- daney at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/32313] [4.3 Regression] Bootstrap failure running gengtype in stage 2.

2007-06-18 Thread daney at gcc dot gnu dot org
--- Comment #13 from daney at gcc dot gnu dot org 2007-06-18 19:39 --- This is the same problem as: http://gcc.gnu.org/ml/gcc-patches/2007-06/msg01165.html I am currently bootstrapping the patch in that e-mail thread and will probably commit that version. -- http://gcc.gnu.org

[Bug target/32313] [4.3 Regression] Bootstrap failure running gengtype in stage 2.

2007-06-19 Thread daney at gcc dot gnu dot org
--- Comment #14 from daney at gcc dot gnu dot org 2007-06-19 16:36 --- Subject: Bug 32313 Author: daney Date: Tue Jun 19 16:36:42 2007 New Revision: 125852 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125852 Log: PR target/32313 * config/mips

<    1   2   3   4   >