[Bug target/26459] [4.1/4.2 Regression] gcc fails to build on powerpc e500-double targets

2006-02-24 Thread mmitchel at gcc dot gnu dot org
--- Comment #10 from mmitchel at gcc dot gnu dot org 2006-02-24 21:46 --- Edmar -- Great, yes, that looks like the right information. However, it's unlikely that I'll be able to personally look at this before 4.1.0. Thanks, -- Mark -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug target/26436] [3.4 only] Use of 'mov' may violate WAW dependency 'GR%, % in 1 - 127' (impliedf), specific resource number is 14

2006-02-24 Thread bugzilla-gcc at thewrittenword dot com
--- Comment #11 from bugzilla-gcc at thewrittenword dot com 2006-02-24 22:03 --- (In reply to comment #9) > Can you try 3.4.5? Same problem as 3.4.3. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26436

[Bug middle-end/26461] liveness of thread local references across function calls

2006-02-24 Thread yichen dot xie at gmail dot com
--- Comment #2 from yichen dot xie at gmail dot com 2006-02-24 22:12 --- (In reply to comment #1) > It seems like you are trying to > deal with your own threading system instead of allowing the OS do its work. > This is indeed what I am trying to do, and C seems to be the perfect lang

[Bug middle-end/26461] liveness of thread local references across function calls

2006-02-24 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-02-24 22:38 --- (In reply to comment #2) > (In reply to comment #1) > > It seems like you are trying to > > deal with your own threading system instead of allowing the OS do its work. > > > > This is indeed what I am trying to do,

[Bug middle-end/26461] liveness of thread local references across function calls

2006-02-24 Thread yichen dot xie at gmail dot com
--- Comment #4 from yichen dot xie at gmail dot com 2006-02-24 23:06 --- > Why not let the OS do its job? I still don't understand that idea. It's a thread library that builds on top of pthreads, so yes, OS is doing its job, and we're doing more on top of that. C is a natural choice f

[Bug java/26437] java build fails with relocation R_X86_64_32 error

2006-02-24 Thread quanah at stanford dot edu
--- Comment #2 from quanah at stanford dot edu 2006-02-24 23:09 --- This seems to be because libsax_gcj_la-sax.o is not being built with -fPIC, like it apparently needs to be: [EMAIL PROTECTED]:/afs/ir/src/pubsw/languages/gcc-build/amd64_linux26/x86_64-unknown-linux-gnu/libjava/extern

[Bug java/26437] java build fails with relocation R_X86_64_32 error

2006-02-24 Thread quanah at stanford dot edu
--- Comment #3 from quanah at stanford dot edu 2006-02-24 23:24 --- This may be in part because two variables are not being set correctly: "PICFLAG=" "PICFLAG_FOR_TARGET=" when building in libjava/ --Quanah -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26437

[Bug middle-end/26461] liveness of thread local references across function calls

2006-02-24 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-02-25 00:02 --- ISO C is not your normal low level language any more. It actually tries to be a high level language. So this is not a bug. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug c/26463] New: -O2, -O3, -Os segment fault due to bad array index on ARM

2006-02-24 Thread dadair at ariodata dot com
Optimization on sample below creates a temporary pointer &buf[i] where data is written. However this pointer is not restored to &buf[0] when i is set to 0. Occurs on 3.3.3 but not 2.95. I realize that 3.3 is really old, but it would be useful to know if this has already been fixed and if possibl

[Bug java/26437] java build fails with relocation R_X86_64_32 error

2006-02-24 Thread quanah at stanford dot edu
--- Comment #4 from quanah at stanford dot edu 2006-02-25 00:59 --- Setting the PIC flags did not fix this issue. It appears impossible at this time to build gcj on AMD64 with 4.0.x. --Quanah -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26437

[Bug other/26208] Serious problem with unwinding through signal frames

2006-02-24 Thread rth at gcc dot gnu dot org
--- Comment #26 from rth at gcc dot gnu dot org 2006-02-25 01:00 --- I agree we shouldn't mess with _Unwind_GetIP. While I kinda like the idea behind _Unwind_SignalFrameContext, I'm not sure I like the idea of the effectively mandatory back-to-back PLT calls. If you think that _U_SFC

[Bug libfortran/26464] New: Runtime I/O error/invald argument on READ

2006-02-24 Thread jvdelisle at gcc dot gnu dot org
With the following test case: Either an invalid argument or abort triggered on READ depending on datasize. Initial test case from Dale Ranta Comment #15 of pr26423. Seems to trigger for datasize less then 1022. program test integer,parameter :: datasize = 1020 dimension idata(d

[Bug libfortran/26423] [4.1/4.2 Regression] Error on binary I/O for large array

2006-02-24 Thread jvdelisle at gcc dot gnu dot org
--- Comment #17 from jvdelisle at gcc dot gnu dot org 2006-02-25 01:24 --- I have reverted back several patches and the problem in Comment #15 is not a recent regression. I have opened a new PR for this since it manifests completely differently. See PR26464. This PR26423 is fixed in

[Bug libfortran/26464] Runtime I/O error/invald argument on READ

2006-02-24 Thread jvdelisle at gcc dot gnu dot org
-- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jvdelisle at gcc dot gnu dot |dot org

[Bug middle-end/26461] liveness of thread local references across function calls

2006-02-24 Thread yichen dot xie at gmail dot com
--- Comment #6 from yichen dot xie at gmail dot com 2006-02-25 01:55 --- (In reply to comment #5) > ISO C is not your normal low level language any more. It actually tries to be > a high level language. > > So this is not a bug. > I still don't think it's a good idea to treat thread

[Bug libfortran/26464] Runtime I/O error/invald argument on READ

2006-02-24 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2006-02-25 03:03 --- This does not fail with 4.0.2 , so it is a regression after all, but farther back. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26464

Re: [Bug tree-optimization/26443] [4.2 regression] ICE in add_virtual_operand, at tree-ssa-operands.c:1867

2006-02-24 Thread Daniel Berlin
On Fri, 2006-02-24 at 13:06 +, pinskia at gcc dot gnu dot org wrote: > > --- Comment #2 from pinskia at gcc dot gnu dot org 2006-02-24 13:06 > --- > Confirmed. Though VRP2 is just doing constant propagation at this point. > > Last time i looked at a bug like this, it was actually

[Bug tree-optimization/26443] [4.2 regression] ICE in add_virtual_operand, at tree-ssa-operands.c:1867

2006-02-24 Thread dberlin at dberlin dot org
--- Comment #3 from dberlin at gcc dot gnu dot org 2006-02-25 03:09 --- Subject: Re: [4.2 regression] ICE in add_virtual_operand, at tree-ssa-operands.c:1867 On Fri, 2006-02-24 at 13:06 +, pinskia at gcc dot gnu dot org wrote: > > --- Comment #2 from pinskia at gcc dot

[Bug libobjc/26309] [4.1/4.2 Regression] libobjc bootstrap failure on Tru64 UNIX V4.0F

2006-02-24 Thread aoliva at gcc dot gnu dot org
--- Comment #13 from aoliva at gcc dot gnu dot org 2006-02-25 03:53 --- It was GNU/Linux, for sure. Earlier gthr-posix.h used #pragma weak, which did not require declarations for referenced symbols, whereas the new weakref machinery requires earlier declarations to obtain the type for t

[Bug java/21206] gcj seems not to pass the option to ld correctly

2006-02-24 Thread shanwill44 at yahoo dot com
--- Comment #14 from shanwill44 at yahoo dot com 2006-02-25 07:18 --- > I changed the libgcj.spec file manually to the second. That seems to work. > So, my conclusion is to change the libgcj.spec.in. > The following line: > *lib: -lgcj -lm @LIBICONV@ @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@

<    1   2