Do the current gcc 3.4 and glibc 2.3 in CVS work on ia64?

2006-01-06 Thread H. J. Lu
With the current gcc 3.4 and glibc 2.3 in CVS, I got [EMAIL PROTECTED] glibc-2.3-import-3.4]$ gdb ./build-ia64-linux/elf/ld-linux-ia64.so.2GNU gdb Red Hat Linux (6.3.0.0-1.62rh) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you

Re: Do the current gcc 3.4 and glibc 2.3 in CVS work on ia64?

2006-01-06 Thread H. J. Lu
On Fri, Jan 06, 2006 at 10:08:29AM -0800, H. J. Lu wrote: With the current gcc 3.4 and glibc 2.3 in CVS, I got [EMAIL PROTECTED] glibc-2.3-import-3.4]$ gdb ./build-ia64-linux/elf/ld-linux-ia64.so.2GNU gdb Red Hat Linux (6.3.0.0-1.62rh) Copyright 2004 Free Software Foundation, Inc. GDB is

Cleanups of TARGET_EXPR

2006-01-06 Thread Zdenek Dvorak
Hello, what exactly is the semantics of the cleanup for TARGET_EXPR? Documentation says: Often, a @code{TARGET_EXPR} occurs on the right-hand side of an assignment, or as the second operand to a comma-expression which is itself the right-hand side of an assignment, etc. In this case, we say

GCC talk at LinuxWorld

2006-01-06 Thread Janis Johnson
There have been complaints that the GCC community doesn't do a good job of promoting itself, so in a presumptuous attempt to remedy that I'm giving a talk at LinuxWorld Conference and Expo in Boston in April on Recent Developments in GCC. It doesn't require a paper, just a slide presentation.

gcc-4.1-20060106 is now available

2006-01-06 Thread gccadmin
Snapshot gcc-4.1-20060106 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.1-20060106/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.1 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches

Re: pr11135: make PIC register a pseudo

2006-01-06 Thread Richard Henderson
On Thu, Jan 05, 2006 at 01:40:05PM -0800, Ian Lance Taylor wrote: Regarding http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11135 How much effort would it take to fix this, at least for x86 (32-bit)? Not hard. See the MIPS backend, for example. Look at how it defines

Re: question about registers that are set on entry to a function.

2006-01-06 Thread Kenneth Zadeck
Ian Lance Taylor wrote: Kenneth Zadeck [EMAIL PROTECTED] writes: For complete accuracy, there are probably going to be some target specific registers which need to be handled, unfortunately. For example, on MIPS, with -mabicalls (which is the default on GNU/Linux), $25 is live on function

svn access on RHEL 4.0

2006-01-06 Thread Bradley Lucier
I'm having all kinds of trouble running svn on my RHEL 4.0 system. A typical example of what's happening is: euler-62% svn cleanup svn: XML parser failed in 'gcc/testsuite/gcc.dg/special' I first got that message when I tried contrib/gcc_update after doing a svn checkout. Now I just get

Re: svn access on RHEL 4.0

2006-01-06 Thread H. J. Lu
On Fri, Jan 06, 2006 at 10:35:36PM -0600, Bradley Lucier wrote: I'm having all kinds of trouble running svn on my RHEL 4.0 system. A typical example of what's happening is: euler-62% svn cleanup svn: XML parser failed in 'gcc/testsuite/gcc.dg/special' I first got that message when I

[Bug middle-end/25636] cc1 and cc1plus --help core

2006-01-06 Thread freddyz77 at tin dot it
--- Comment #2 from freddyz77 at tin dot it 2006-01-06 09:14 --- Well, I don't know why but looking more deeply I still don't understand $ gdb /opt/gcc42/libexec/gcc/i686-pc-linux-gnu/4.2.0/cc1 GNU gdb Red Hat Linux (6.3.0.0-1.84rh) Copyright 2004 Free Software Foundation, Inc. GDB is

[Bug target/25661] Wrong long double to float conversion

2006-01-06 Thread amodra at bigpond dot net dot au
--- Comment #6 from amodra at bigpond dot net dot au 2006-01-06 09:31 --- In answer to comment #1, using just the upper double of the TFmode long double *is* rounding to double. As David says in #5, the upper double is the value of the long double rounded to double.. --

[Bug c++/25689] New: missed diagnostic about assignment used as truth value.

2006-01-06 Thread pluto at agmk dot net
[ foo.cpp ] struct Var { operator int() const; Var operator = (int); bool operator == (int); }; bool operator == (int, Var); void foo(Var var) { if (var = 0); // if (var.operator=(0)) } [ foo.cpp.t03.gimple ] void foo(Var) (var) { bool retval.0; struct Var D.1768; int

[Bug c/25690] New: error: unrecognizable insn - failed to assign a[1] if a is a struct

2006-01-06 Thread olaf at bonorden dot de
Source (test.c): struct type { char dummy; } a[2]; void test( void ) { struct type* b = a[1]; } compiler call: mcore-gcc test.c -c output: test.c: In function 'test': test.c:7: error: unrecognizable insn: (insn 8 6 9 3 (set (reg:SI 25) (const:SI (plus:SI (symbol_ref:SI (a)

[Bug c/25690] error: unrecognizable insn - failed to assign a[1] if a is a struct

2006-01-06 Thread olaf at bonorden dot de
--- Comment #1 from olaf at bonorden dot de 2006-01-06 09:56 --- Don't know the exact version of gcc, i do a svn checkout yesterday. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25690

Bug

2006-01-06 Thread Cavit Cahit VURAL
Hi, I am not sure is this a bug or not !. Here is my code, very simple /// #include stdio.h int main () { floata; floatb; int i; a = 10.97; b = 0.0; for (i=0; i 30;

[Bug c++/25689] missed diagnostic about assignment used as truth value.

2006-01-06 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-06 12:32 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/25688] Unable to install GCC

2006-01-06 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-06 12:34 --- This is current installation problem of your current GCC and binutils. Sounds like you don't have GNU binutils installed. This is not a GCC bug. -- pinskia at gcc dot gnu dot org changed: What

[Bug fortran/25691] New: ICE on generic procedure

2006-01-06 Thread Heiko dot Klein at gmx dot net
Segmentation fault when calling a generic procedure like call bilin_interpolate(x,y,ixp,iyp,wt_00,wt_01,wt_10,wt_11) for a interface like: interface bilin_interpolate module procedure bilin_interp_array module procedure bilin_interp_elem end interface with: subroutine

[Bug fortran/25691] ICE on generic procedure

2006-01-06 Thread Heiko dot Klein at gmx dot net
--- Comment #1 from Heiko dot Klein at gmx dot net 2006-01-06 13:01 --- Created an attachment (id=10586) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10586action=view) interface and implementation -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25691

[Bug fortran/25691] ICE on generic procedure

2006-01-06 Thread Heiko dot Klein at gmx dot net
--- Comment #2 from Heiko dot Klein at gmx dot net 2006-01-06 13:02 --- Created an attachment (id=10587) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10587action=view) usage of generic procedure calling of the (currently commented) procedure directly compiles without problems

[Bug libstdc++/25524] libstdc++ headers should go in multilib directories

2006-01-06 Thread joseph at codesourcery dot com
--- Comment #6 from joseph at codesourcery dot com 2006-01-06 13:27 --- Subject: Re: libstdc++ headers should go in multilib directories On Fri, 6 Jan 2006, pcarlini at suse dot de wrote: Working on a fix. Many thanks. I was wondering whether you are aware of another (long

[Bug debug/24824] [4.1/4.2 Regression] ICE: in build_abbrev_table, at dwarf2out.c:6427 with -feliminate-dwarf2-dups

2006-01-06 Thread nathan at gcc dot gnu dot org
--- Comment #10 from nathan at gcc dot gnu dot org 2006-01-06 13:39 --- Created an attachment (id=10588) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10588action=view) simplest test case This appears to be tickling a latent bug in the dwarf code. Before my patch I discover that

[Bug fortran/22146] ICE when calling ELEMENTAL subroutines

2006-01-06 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-01-06 13:40 --- *** Bug 25691 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/25691] ICE on generic procedure

2006-01-06 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-01-06 13:40 --- This reduces to the testcase in PR 22146. *** This bug has been marked as a duplicate of 22146 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/25669] LBOUND (array), as actual arg,causes fatal error.

2006-01-06 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-01-06 13:56 --- Confirmed (for now, unless you feel this is an exact dup of bug 18003). -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug java/25664] internal bug in compiler when assigning value to a static final field of java code

2006-01-06 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-06 14:01 --- Can you attach the full code as I cannot reproduce this with the code you put into the comment as it just spits out errors. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug libgcj/25655] Implement signal chaining

2006-01-06 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-06 14:01 --- I said confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/25621] Missed optimization when unrolling the loop (splitting up the sum) (only with -ffast-math)

2006-01-06 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-01-06 14:07 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/25620] Missed optimization with power (only with -ffast-math)

2006-01-06 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-06 14:07 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/25600] unsigned31?-1:0 should be optimized to int31

2006-01-06 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-06 14:08 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/25683] Error while running `make`

2006-01-06 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25683

[Bug c/25692] New: Strange results with cast when using -O2 flag or not under Linux ppc64

2006-01-06 Thread fm at 4js dot com
Hello, Here is a small sample to repeat the case: #include stdio.h main() { double d1, *pd1; char *c = (char*)d1; pd1 = d1; ((int*)pd1)[0] = -1; ((int*)pd1)[1] = -1; fprintf(stderr, d1 = %lf\n, d1); fprintf(stderr, int: %d %d\n, ((int*)pd1)[0],

[Bug c/25692] Strange results with cast when using -O2 flag or not under Linux ppc64

2006-01-06 Thread fm at 4js dot com
--- Comment #1 from fm at 4js dot com 2006-01-06 14:19 --- Created an attachment (id=10589) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10589action=view) Small sample to illustrate the problem How to repeat sample -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25692

[Bug c/25692] Strange results with cast when using -O2 flag or not under Linux ppc64

2006-01-06 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-06 14:20 --- You are violating C aliasing rules as you acess d1 via an int. *** This bug has been marked as a duplicate of 21920 *** -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug c/21920] alias violating

2006-01-06 Thread pinskia at gcc dot gnu dot org
--- Comment #81 from pinskia at gcc dot gnu dot org 2006-01-06 14:20 --- *** Bug 25692 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/25692] Strange results with cast when using -O2 flag or not under Linux ppc64

2006-01-06 Thread fm at 4js dot com
--- Comment #3 from fm at 4js dot com 2006-01-06 14:46 --- Maybe... But I made some tests under Linux X86 and some AIX 64 bits. This code works as expected everywhere... So, I wonder why gcc behaviour is différent under this Linux PPC64 ? --

[Bug libfortran/21468] vectorizing libfortran

2006-01-06 Thread jb at gcc dot gnu dot org
--- Comment #9 from jb at gcc dot gnu dot org 2006-01-06 14:47 --- Reopening since many of the intrinsics could still vectorize better. -- jb at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/25692] Strange results with cast when using -O2 flag or not under Linux ppc64

2006-01-06 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-06 14:53 --- (In reply to comment #3) Maybe... But I made some tests under Linux X86 and some AIX 64 bits. This code works as expected everywhere... So, I wonder why gcc behaviour is différent under this Linux PPC64 ?

[Bug fortran/25693] New: Missleading line number for 'unused variable' warnings

2006-01-06 Thread eedelman at gcc dot gnu dot org
The line number given in warning messages for unused variables in a procedure with an internal procedure, is that of the first line of the internal procedure, instead of the host procedure. I find this a bit confusing: erik:~$ cat -n swap.f90 1 subroutine sort() 2 real :: a

[Bug tree-optimization/25528] missed LIM on the tree level (complex types)

2006-01-06 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-06 15:00 --- Subject: Bug 25528 Author: pinskia Date: Fri Jan 6 15:00:50 2006 New Revision: 109419 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109419 Log: 2006-01-06 Andrew Pinski [EMAIL PROTECTED] PR

[Bug tree-optimization/25528] missed LIM on the tree level (complex types)

2006-01-06 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-01-06 15:01 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug fortran/25693] Missleading line number for 'unused variable' warnings

2006-01-06 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-06 15:01 --- IIRC the issue is using warning instead of gfc_warning. There is another bug like this filed for arguments. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25693

[Bug fortran/21918] Warnings about unused variables should point to the declaration

2006-01-06 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-01-06 15:02 --- *** Bug 25693 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/25693] Missleading line number for 'unused variable' warnings

2006-01-06 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-06 15:02 --- Actually the bug is for both, This is a dup of bug 21918. *** This bug has been marked as a duplicate of 21918 *** -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug libstdc++/25524] libstdc++ headers should go in multilib directories

2006-01-06 Thread pcarlini at suse dot de
--- Comment #7 from pcarlini at suse dot de 2006-01-06 15:12 --- (In reply to comment #6) The bugs seem entirely independent. Ok, too bad ;) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25524

[Bug target/25690] error: unrecognizable insn - failed to assign a[1] if a is a struct

2006-01-06 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|critical|normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25690

[Bug other/25694] New: selective non-bootstrap build broken

2006-01-06 Thread amylaar at gcc dot gnu dot org
Building a non-bootstrap native gcc with selected target libraries doesn't work anymore. on an i686-pc-linux-gnu host in a directory parallel to a unified symlink tree in ../srcw , I configured with: ../srcw/configure --with-arch=i686 and then started make with: make all-gcc

[Bug other/25694] selective non-bootstrap build broken

2006-01-06 Thread drow at false dot org
--- Comment #1 from drow at gcc dot gnu dot org 2006-01-06 16:35 --- Subject: Re: New: selective non-bootstrap build broken On Fri, Jan 06, 2006 at 04:27:16PM -, amylaar at gcc dot gnu dot org wrote: Building a non-bootstrap native gcc with selected target libraries doesn't

[Bug bootstrap/25695] New: [4.2 Regression] bootstrap no longer does a comparision

2006-01-06 Thread pinskia at gcc dot gnu dot org
We no longer (after toplevel bootstrap) do a comparision between stage2 and stage3. -- Summary: [4.2 Regression] bootstrap no longer does a comparision Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug bootstrap/25695] [4.2 Regression] bootstrap no longer does a comparision

2006-01-06 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-06 16:39 --- Oh, I should say we invoke make compare in the gcc directory but that does nothing since it has no idea it was invoked using toplevel bootstrap. -- pinskia at gcc dot gnu dot org changed: What

[Bug fortran/25691] ICE on generic procedure

2006-01-06 Thread Heiko dot Klein at gmx dot net
--- Comment #4 from Heiko dot Klein at gmx dot net 2006-01-06 17:07 --- I doubt that it has anything to do with PR 22146. PR 22146 is about elemental, and I get the same ICE when removing the elemental keyword. I don't get the ICE when calling the elemental subroutine directly. (See

[Bug other/25694] selective non-bootstrap build broken

2006-01-06 Thread amylaar at gcc dot gnu dot org
--- Comment #2 from amylaar at gcc dot gnu dot org 2006-01-06 17:27 --- The toplevel makefile has a target 'all' which allegedly does a native non-bootstrap build. However, that still does a multi-stage build, thus building everything that is intended to be debugged with a compiler

[Bug libfortran/25697] New: libfortran - Segmentation fault/ Bad Address on unformatted read

2006-01-06 Thread dir at lanl dot gov
Configured with: ../gcc/configure --prefix=/Users/dir/gfortran --enable-languages=c,f95 Thread model: posix gcc version 4.2.0 20060106 (experimental) [dranta:~/tests/gfortran-D] dir% -- Summary: libfortran - Segmentation fault/ Bad Address on unformatted read

[Bug java/25664] [3.4/4.0/4.1/4.2 Regression] internal bug in compiler when assigning value to a static final field of java code

2006-01-06 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-06 18:49 --- Reduced testcase: class bugfinal { static final int a=0; void method() { a++; } } This code is invalid. Anyways confirmed. -- pinskia at gcc dot gnu dot org changed:

[Bug target/25662] [4.0/4.1 Regression] Unrecognizable insn with -O on PPC

2006-01-06 Thread ian at airs dot com
--- Comment #3 from ian at airs dot com 2006-01-06 19:05 --- I think this is a bug in simplify_expand_binop (adding Richard Sandiford to the CC since he introduced that function). Currently when simplify_expand_binop is given two constants, it calls simplify_gen_binary. When the

[Bug target/25662] [4.0/4.1 Regression] Unrecognizable insn with -O on PPC

2006-01-06 Thread ian at airs dot com
--- Comment #4 from ian at airs dot com 2006-01-06 19:06 --- Created an attachment (id=10590) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10590action=view) Sample untested patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25662

[Bug java/25676] Use of MIN_EXPR/MAX_EXPR is wrong for java

2006-01-06 Thread tromey at gcc dot gnu dot org
-- tromey at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug other/25698] New: installation fails

2006-01-06 Thread mazilo at msn dot com
I have a SuSe-9.1Pro with gcc-3.3.3 installed. I downloaded/extracted a copy of gcc-4.0.2.tar.bz2 on my HD. Then, I created an empty directory under the gcc-4.0.2 directory tree and name it objdir. After entering the objdir directory, I configured gcc for a compilation as follows: +

[Bug target/23731] [4.1/4.2 regression] [hppa] 475 test failures in libjava

2006-01-06 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2006-01-06 19:34 --- What is the status of this? It looks like Bug 24348 might be fixed. -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug java/24441] [4.1/4.2 regression] ICE's when building the ecj compiler 3.1.1

2006-01-06 Thread tromey at gcc dot gnu dot org
--- Comment #8 from tromey at gcc dot gnu dot org 2006-01-06 19:39 --- The fix was checked in a while ago. -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/25101] [4.1] Zero stride allowed in FORALL:s

2006-01-06 Thread kargl at gcc dot gnu dot org
--- Comment #6 from kargl at gcc dot gnu dot org 2006-01-06 20:04 --- Subject: Bug 25101 Author: kargl Date: Fri Jan 6 20:04:15 2006 New Revision: 109425 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109425 Log: 2006-01-06 Steven G. Kargl [EMAIL PROTECTED] PR

[Bug fortran/24640] [4.1] ice with invalid label

2006-01-06 Thread kargl at gcc dot gnu dot org
--- Comment #7 from kargl at gcc dot gnu dot org 2006-01-06 20:04 --- Subject: Bug 24640 Author: kargl Date: Fri Jan 6 20:04:15 2006 New Revision: 109425 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109425 Log: 2006-01-06 Steven G. Kargl [EMAIL PROTECTED] PR

[Bug fortran/24640] [4.1] ice with invalid label

2006-01-06 Thread kargl at gcc dot gnu dot org
--- Comment #8 from kargl at gcc dot gnu dot org 2006-01-06 20:06 --- Fixed on 4.1, too. -- kargl at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/25101] [4.1] Zero stride allowed in FORALL:s

2006-01-06 Thread kargl at gcc dot gnu dot org
--- Comment #7 from kargl at gcc dot gnu dot org 2006-01-06 20:07 --- Fixed on 4.1, too. -- kargl at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/25697] libfortran - Segmentation fault/ Bad Address on unformatted read

2006-01-06 Thread dir at lanl dot gov
--- Comment #1 from dir at lanl dot gov 2006-01-06 20:11 --- Here is a shorter one that also crashes on the Macintosh - [dranta:~/tests/gfortran-D] dir% gfortran -o write20 write20.f [dranta:~/tests/gfortran-D] dir% write20 Segmentation fault [dranta:~/tests/gfortran-D] dir% cat

[Bug libgcj/23499] [4.1/4.2 regression] libgcj/classpath create empty directory $PREFIX/share/classpath/api/

2006-01-06 Thread tromey at gcc dot gnu dot org
--- Comment #9 from tromey at gcc dot gnu dot org 2006-01-06 20:12 --- Subject: Bug 23499 Author: tromey Date: Fri Jan 6 20:12:22 2006 New Revision: 109426 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109426 Log: PR libgcj/23499: * lib/Makefile.in: Rebuilt.

[Bug target/25662] [4.0/4.1 Regression] Unrecognizable insn with -O on PPC

2006-01-06 Thread dje at gcc dot gnu dot org
--- Comment #5 from dje at gcc dot gnu dot org 2006-01-06 20:18 --- The patched compiler does build and does fix the testcase. -- dje at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/18527] cannot determine number of iterations for loops with =

2006-01-06 Thread rakdver at gcc dot gnu dot org
--- Comment #9 from rakdver at gcc dot gnu dot org 2006-01-06 20:23 --- Subject: Bug 18527 Author: rakdver Date: Fri Jan 6 20:22:56 2006 New Revision: 109427 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109427 Log: PR tree-optimization/18527 *

[Bug libgcj/23499] [4.1/4.2 regression] libgcj/classpath create empty directory $PREFIX/share/classpath/api/

2006-01-06 Thread tromey at gcc dot gnu dot org
--- Comment #10 from tromey at gcc dot gnu dot org 2006-01-06 20:26 --- Subject: Bug 23499 Author: tromey Date: Fri Jan 6 20:26:52 2006 New Revision: 109428 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109428 Log: PR libgcj/23499: * lib/Makefile.in: Rebuilt.

[Bug target/24348] [4.1/4.2 regression] bootstrap failure building libgcc

2006-01-06 Thread debian-gcc at lists dot debian dot org
--- Comment #6 from debian-gcc at lists dot debian dot org 2006-01-06 20:27 --- (In reply to comment #5) Is this fixed? yes, according to http://lists.debian.org/debian-gcc/2005/12/msg00220.html Matthias -- debian-gcc at lists dot debian dot org changed: What

[Bug target/23731] [4.1/4.2 regression] [hppa] 475 test failures in libjava

2006-01-06 Thread debian-gcc at lists dot debian dot org
--- Comment #6 from debian-gcc at lists dot debian dot org 2006-01-06 20:28 --- (In reply to comment #5) What is the status of this? It looks like Bug 24348 might be fixed. correct, the patch for 24348 is checked in. Matthias -- debian-gcc at lists dot debian dot org changed:

[Bug libgcj/23499] [4.1/4.2 regression] libgcj/classpath create empty directory $PREFIX/share/classpath/api/

2006-01-06 Thread tromey at gcc dot gnu dot org
--- Comment #11 from tromey at gcc dot gnu dot org 2006-01-06 20:30 --- Fix checked in. -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/25662] [4.0/4.1 Regression] Unrecognizable insn with -O on PPC

2006-01-06 Thread halcy0n at gentoo dot org
--- Comment #6 from halcy0n at gentoo dot org 2006-01-06 20:54 --- I can confirm it fixes it on my box as well. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25662

[Bug java/25700] New: gcj manual missing option index

2006-01-06 Thread tromey at gcc dot gnu dot org
The gcj manual does not have an option index. Also many concepts and functions are not indexed at all. -- Summary: gcj manual missing option index Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/25701] New: gcc.texi missing @direntry for g++

2006-01-06 Thread tromey at gcc dot gnu dot org
If you go to the top-level info node, you will see that there is no direct menu entry for the g++ command. I think we should have one, which means adding an @direntry for it. (See gcc/java/gcj.texi for an example of per-command @direntry use) More generally I think we should have an @direntry

[Bug c/25702] New: feature request: generate a warning for sizeof on a pointer

2006-01-06 Thread meklund at cisco dot com
One common mistake in C is to do sizeof(x) where x is a pointer and what was really wanted was sizeof(*x). Similar to requiring parentheses around assignments in conditionals, I'd like an optional warning to be added when sizeof is done on a variable that is a pointer. For example, in the code

[Bug ada/25703] New: ACATS FAIL cxa4024 Ada.Strings.Maps on x86-linux

2006-01-06 Thread laurent at guerby dot net
Last time it passed (before PR24994): LAST_UPDATED: Sun Dec 11 12:10:30 UTC 2005 (revision 108381M) Now that Ada bootstraps again, it fails: ,.,. CXA4024 ACATS 2.5 06-01-06 22:31:19 CXA4024 Check that the function -, To_Ranges, To_Domain, and To_Range are available in the

[Bug c/25702] feature request: generate a warning for sizeof on a pointer

2006-01-06 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-06 22:12 --- Actually people use sizeof(x) all the time to mean the correct thing, for an example: memcpy(x, y, sizeof(x)); -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25702

[Bug ada/24290] [4.1/4.2 Regression] ACATS ICE c64104c

2006-01-06 Thread laurent at guerby dot net
--- Comment #1 from laurent at guerby dot net 2006-01-06 22:15 --- Now passing on both 4.1 and 4.2 as of LAST_UPDATED: Fri Jan 6 18:54:39 UTC 2006 (revision 109421) (it has been working for a while) -- laurent at guerby dot net changed: What|Removed

[Bug ada/24356] Unable to build gnatmake

2006-01-06 Thread laurent at guerby dot net
--- Comment #3 from laurent at guerby dot net 2006-01-06 22:18 --- Is 4.1 or 4.2 building there now? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24356

[Bug ada/24468] link failure for several acats tests

2006-01-06 Thread laurent at guerby dot net
--- Comment #5 from laurent at guerby dot net 2006-01-06 22:19 --- Is 4.1 or 4.2 working there? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24468

[Bug c/25702] feature request: generate a warning for sizeof on a pointer

2006-01-06 Thread meklund at cisco dot com
--- Comment #2 from meklund at cisco dot com 2006-01-06 22:24 --- Subject: Re: feature request: generate a warning for sizeof on a pointer On Fri, Jan 06, 2006 at 10:12:55PM -, pinskia at gcc dot gnu dot org wrote: Actually people use sizeof(x) all the time to mean the correct

[Bug ada/24356] Unable to build gnatmake

2006-01-06 Thread bugzilla-gcc at thewrittenword dot com
--- Comment #4 from bugzilla-gcc at thewrittenword dot com 2006-01-06 22:32 --- (In reply to comment #3) Is 4.1 or 4.2 building there now? Dunno. Will try and find some time to build 4.1 soon. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24356

[Bug ada/24356] Unable to build gnatmake

2006-01-06 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #5 from dave at hiauly1 dot hia dot nrc dot ca 2006-01-06 23:04 --- Subject: Re: Unable to build gnatmake --- Comment #3 from laurent at guerby dot net 2006-01-06 22:18 --- Is 4.1 or 4.2 building there now? I see HP has a new libcl patch: PHSS_33903 -

[Bug ada/24356] Unable to build gnatmake

2006-01-06 Thread bugzilla-gcc at thewrittenword dot com
--- Comment #6 from bugzilla-gcc at thewrittenword dot com 2006-01-06 23:18 --- (In reply to comment #5) I see HP has a new libcl patch: PHSS_33903 - s700_800 11.23 LIBCL patch HP-UX series 700 11.X patch digest,HP-UX series 800 11.X patch digest HP-UX,UNIX 2005/12/22

[Bug fortran/25705] New: fortran goto from inner IF to outer ELSE (more complex than PR17708)

2006-01-06 Thread malitzke at metronets dot com
* Reduced FORTRAN program form HFS.f in package atsp * A General Program for Computing Magnetic Dipole and * Electric Quadrupole Hyperfine Constants * * C O P Y R I G H T -- 1994 * * P. Jonsson and C.G. Wahlstrom, Department of Physics, *

[Bug rtl-optimization/25677] [4.2 regression] testsuite failure:gcc.c-torture/execute/960802-1.c -O1 and -O2

2006-01-06 Thread hp at gcc dot gnu dot org
--- Comment #6 from hp at gcc dot gnu dot org 2006-01-07 00:02 --- I built and checked cross from i686-pc-linux-gnu to cris-axis-linux-gnu with this patch, and built CSiBE-2.1.1 at -O0, -O1, -O2 (note 1) and -O3 compile-time tests and -Os compile-time and size tests, with just the two

[Bug ada/24356] Unable to build gnatmake

2006-01-06 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #7 from dave at hiauly1 dot hia dot nrc dot ca 2006-01-07 00:10 --- Subject: Re: Unable to build gnatmake --- Comment #3 from laurent at guerby dot net 2006-01-06 22:18 --- Is 4.1 or 4.2 building there now? Albert, it looks like replacing /usr/lib/libcl.a with

[Bug fortran/25705] fortran goto from inner IF to outer ELSE (more complex than PR17708)

2006-01-06 Thread malitzke at metronets dot com
--- Comment #1 from malitzke at metronets dot com 2006-01-07 00:12 --- I know that this has no easy solution. However, just stating that this is an (implicitly) inadmissable case of going from one block to another is not satisfactory. Please PLEASE!!! do not make this into another case

[Bug fortran/25705] fortran goto from inner IF to outer ELSE (more complex than PR17708)

2006-01-06 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-07 00:16 --- IFC gives a warning: fortcom: Warning: t.f, line 70: A jump into a block from outside the block may have occurred. [105] GO TO 105 ! rmg questionable goto ^ Oh, this is a

[Bug fortran/18540] Jumping into blocks gives error rather than warning

2006-01-06 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-07 00:16 --- *** Bug 25705 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/23455] tree load PRE is not working properly

2006-01-06 Thread steven at gcc dot gnu dot org
--- Comment #11 from steven at gcc dot gnu dot org 2006-01-07 00:25 --- The thread starting at http://gcc.gnu.org/ml/gcc-patches/2006-01/msg00373.html addresses my question in comment #10. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23455

[Bug libfortran/25697] libfortran - Segmentation fault/ Bad Address on unformatted read

2006-01-06 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2006-01-07 00:59 --- Confirmed -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/25706] New: [4.2 regression]: invalid asm: mov

2006-01-06 Thread hp at gcc dot gnu dot org
Last known to work with: Thu Dec 8 10:28:12 UTC 2005 (revision 108225M). Known to fail with: Thu Jan 5 03:26:35 UTC 2006 (revision 109371M). For the test-case in the attachment named bug.i, this line is emitted: mov.w [$r12=$r10+8],$r9 That's an invalid asm; it should have been movs.w or

[Bug target/25706] [4.2 regression]: invalid asm: mov

2006-01-06 Thread hp at gcc dot gnu dot org
--- Comment #1 from hp at gcc dot gnu dot org 2006-01-07 01:30 --- Created an attachment (id=10591) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10591action=view) test-case Compile with ./cc1 -fpreprocessed -march=v10 -quiet -O2 -w -fno-strict-aliasing -fno-common

[Bug target/25706] [4.2 regression]: invalid asm: mov

2006-01-06 Thread hp at gcc dot gnu dot org
-- hp at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |hp at gcc dot gnu dot org |dot org

[Bug fortran/25047] insert_bbt(): Duplicate key found!

2006-01-06 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-07 04:21 --- The Duplicated Key problem is actually PR 24558. After fixing that one we would still have a problem with the return type being a character. -- pinskia at gcc dot gnu dot org changed: What

[Bug fortran/25707] New: support for Fortran 2003 USE statements, INTRINSIC and NONINTRINSIC

2006-01-06 Thread pinskia at gcc dot gnu dot org
http://publib.boulder.ibm.com/infocenter/comphelp/v8v101/index.jsp?topic=/com.ibm.xlf101a.doc/xlflr/use.htm statements like as valid: use INTRINSIC, ISO_FORTRAN_ENV end -- Summary: support for Fortran 2003 USE statements, INTRINSIC and NONINTRINSIC

[Bug fortran/25708] New: Module loading is not good at all

2006-01-06 Thread pinskia at gcc dot gnu dot org
doing something like: function f() use modulef end function function g() use modulef end function function h() use modulef end function function i() use modulef end function - Causes us to load in the module 4 times which is just wrong. -- Summary: Module loading is not good at

[Bug fortran/25708] Module loading is not good at all

2006-01-06 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-07 05:10 --- Looking at the profile for PR 21130 makes me think fixing this bug will also fix that one. Oh. it is just as bad if we have module modulef declared in the same file as we have to save it and then reload it which is

  1   2   >