[Bug libstdc++/26020] std::advance() isn't stable for floating point numbers

2006-01-29 Thread gdr at integrable-solutions dot net
--- Comment #11 from gdr at integrable-solutions dot net 2006-01-30 07:54 --- Subject: Re: std::advance() isn't stable for floating point numbers "Woebbeking at web dot de" <[EMAIL PROTECTED]> writes: | On Monday 30 January 2006 02:09, pcarlini at suse dot de wrote: | > --- Comme

[Bug libstdc++/26020] std::advance() isn't stable for floating point numbers

2006-01-29 Thread Woebbeking at web dot de
--- Comment #10 from Woebbeking at web dot de 2006-01-30 07:07 --- Subject: Re: std::advance() isn't stable for floating point numbers On Monday 30 January 2006 02:09, pcarlini at suse dot de wrote: > --- Comment #9 from pcarlini at suse dot de 2006-01-30 01:09 > --- (In reply

[Bug tree-optimization/26026] New: power of 2 mod missing optimisation

2006-01-29 Thread anton at samba dot org
gcc is using a divide and multiply where it could be using shift/ands: unsigned long f1(unsigned long x, unsigned long n) { return x % (1UL << n); } produces: f1: li 9,1 slw 9,9,4 divwu 0,3,9 mullw 0,0,9 subf 3,0,3 blr -- Summ

[Bug fortran/26025] New: Optionally use BLAS for matmul

2006-01-29 Thread tkoenig at gcc dot gnu dot org
There should be a flag for replacing our home-grown matmul and dot_product with calls to BLAS. If the user has installed an optimized BLAS version, this could be a huge win. There was some discussion of this on the mailing list, but no PR that I could find. Something like -fblas-intrinsics (and

[Bug target/26014] linking against libgcj results in strange unresolved symbols

2006-01-29 Thread ebotcazou at gcc dot gnu dot org
--- Comment #6 from ebotcazou at gcc dot gnu dot org 2006-01-30 06:45 --- > ld from binutils 2.16.1 does not resolve this issue. Yes, that's why I wrote "2.16.x CVS or 2.17 CVS is required on SPARC/Solaris 10 and later". Please read http://gcc.gnu.org/install/specific.html#x-x-solaris

[Bug fortran/22495] Different ideas about .true. and .false.

2006-01-29 Thread tkoenig at gcc dot gnu dot org
--- Comment #14 from tkoenig at gcc dot gnu dot org 2006-01-30 06:44 --- Closing, then. Thomas -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/25030] Character pointer can associated with not the same length character variable.

2006-01-29 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2006-01-30 05:52 --- Fixed on trunk and 4.1. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/20895] All type parameters shall be identical in a POINTER assignment

2006-01-29 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2006-01-30 05:51 --- Fixed on trunk and 4.1. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/17911] ice: wrongly resolved ambguity between generic function and local variable

2006-01-29 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2006-01-30 05:50 --- Fixed on trunk and 4.1. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/20885] Expression or constant actual with INTENT(OUT or INOUT) dummy.

2006-01-29 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-01-30 05:50 --- Fixed on trunk and 4.1. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/20857] accepts non-variable as actual argument for intent(inout) dummy arg

2006-01-29 Thread pault at gcc dot gnu dot org
--- Comment #9 from pault at gcc dot gnu dot org 2006-01-30 05:47 --- Fixed on trunk and 4.1. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/18579] intent(out) violation is not detected

2006-01-29 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-01-30 05:47 --- Fixed on trunk and 4.1. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/20895] All type parameters shall be identical in a POINTER assignment

2006-01-29 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-01-30 05:45 --- Subject: Bug 20895 Author: pault Date: Mon Jan 30 05:45:06 2006 New Revision: 110394 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110394 Log: 2006-01-30 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/25030] Character pointer can associated with not the same length character variable.

2006-01-29 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-01-30 05:45 --- Subject: Bug 25030 Author: pault Date: Mon Jan 30 05:45:06 2006 New Revision: 110394 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110394 Log: 2006-01-30 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/17911] ice: wrongly resolved ambguity between generic function and local variable

2006-01-29 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-01-30 05:45 --- Subject: Bug 17911 Author: pault Date: Mon Jan 30 05:45:06 2006 New Revision: 110394 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110394 Log: 2006-01-30 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/18578] intent(inout) violation is not detected

2006-01-29 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-01-30 05:45 --- Subject: Bug 18578 Author: pault Date: Mon Jan 30 05:45:06 2006 New Revision: 110394 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110394 Log: 2006-01-30 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/20857] accepts non-variable as actual argument for intent(inout) dummy arg

2006-01-29 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2006-01-30 05:45 --- Subject: Bug 20857 Author: pault Date: Mon Jan 30 05:45:06 2006 New Revision: 110394 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110394 Log: 2006-01-30 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/18579] intent(out) violation is not detected

2006-01-29 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2006-01-30 05:45 --- Subject: Bug 18579 Author: pault Date: Mon Jan 30 05:45:06 2006 New Revision: 110394 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110394 Log: 2006-01-30 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/20885] Expression or constant actual with INTENT(OUT or INOUT) dummy.

2006-01-29 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2006-01-30 05:45 --- Subject: Bug 20885 Author: pault Date: Mon Jan 30 05:45:06 2006 New Revision: 110394 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110394 Log: 2006-01-30 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug c++/26024] Initializing using methods of class object passed to constructor

2006-01-29 Thread Don at Skyler dot com
--- Comment #1 from Don at Skyler dot com 2006-01-30 05:30 --- Somehow when I copied and pasted the first line in main came out wrong; it should be: D d(Initializer()); which produces the apparently incorrect error as noted. -- http://gcc.gnu.org/bugzilla/show_bug.cg

[Bug c++/26024] New: Initializing using methods of class object passed to constructor

2006-01-29 Thread Don at Skyler dot com
#include struct B1 { B1(int i):i_(i) { } int i_; }; struct B2 { B2 (void) { } }; struct Initializer { B1 b1(void)const { return B1(1); } B2 b2(void)const { return B2(); } }

[Bug libstdc++/20758] operator-(const T&, const complex&) vs operator-(const complex&, const complex

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

[Bug c++/25874] [gomp branch] ICE in calc_dfs_tree()

2006-01-29 Thread dnovillo at gcc dot gnu dot org
--- Comment #7 from dnovillo at gcc dot gnu dot org 2006-01-30 03:11 --- Subject: Bug 25874 Author: dnovillo Date: Mon Jan 30 03:11:29 2006 New Revision: 110393 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110393 Log: PR 25874 * omp-low.c (execute_expand_omp)

[Bug c++/25874] [gomp branch] ICE in calc_dfs_tree()

2006-01-29 Thread dnovillo at gcc dot gnu dot org
--- Comment #6 from dnovillo at gcc dot gnu dot org 2006-01-30 03:09 --- Fixed. http://gcc.gnu.org/ml/gcc-patches/2006-01/msg02090.html. -- dnovillo at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/26014] linking against libgcj results in strange unresolved symbols

2006-01-29 Thread mark at detrick dot com
--- Comment #5 from mark at detrick dot com 2006-01-30 02:54 --- ld from binutils 2.16.1 does not resolve this issue. GNU assembler version 2.16.1 (sparc-sun-solaris2.10) using BFD version 2.16.1 sparc-sun-solaris2.10 GNU ld version 2.16.1 Supported emulations: elf32_sparc elf64

[Bug c++/25874] [gomp branch] ICE in calc_dfs_tree()

2006-01-29 Thread dnovillo at gcc dot gnu dot org
--- Comment #5 from dnovillo at gcc dot gnu dot org 2006-01-30 02:37 --- Subject: Bug 25874 Author: dnovillo Date: Mon Jan 30 02:37:09 2006 New Revision: 110392 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110392 Log: PR 25874 * omp-low.c (execute_expand_omp)

[Bug testsuite/25763] objc.dg/stubify-*.m, and obj-c++.dg/stubify-*.mm fail on i686-darwin

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-30 02:31 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug c++/26022] [4.2 Regression] ice at cp/cp-objcp-common.c:101

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-01-30 02:29 --- In 4.1.0, we got: D.2121 = currentDate () [return slot optimization]; D.2122 = monthName (&D.2121, 1) [return slot optimization]; D.2126 = convertToQCString (&D.2122); D.2123 = D.2126; data (&D.2123); But

[Bug c++/26022] [4.2 Regression] ice at cp/cp-objcp-common.c:101

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-01-30 02:23 --- Confirmed, reduced testcase: struct QCString { char * data() const; }; struct QString { QString( const QString & ); QString &operator=( const QString & ); }; QCString convertToQCString(const QString &s);

[Bug libstdc++/26020] std::advance() isn't stable for floating point numbers

2006-01-29 Thread pcarlini at suse dot de
--- Comment #9 from pcarlini at suse dot de 2006-01-30 01:09 --- (In reply to comment #7) > reading the standard specification let me under the impression that > Distance is supposed to "related" to difference_type. For example > the distance between the p before and after calling dista

[Bug libstdc++/26020] std::advance() isn't stable for floating point numbers

2006-01-29 Thread gdr at integrable-solutions dot net
--- Comment #8 from gdr at integrable-solutions dot net 2006-01-30 01:07 --- Subject: Re: std::advance() isn't stable for floating point numbers "pcarlini at suse dot de" <[EMAIL PROTECTED]> writes: | Hi again. On second tought, I don't think we have an issue here. Maybe of QoI | onl

[Bug libstdc++/26020] std::advance() isn't stable for floating point numbers

2006-01-29 Thread gdr at integrable-solutions dot net
--- Comment #7 from gdr at integrable-solutions dot net 2006-01-30 01:05 --- Subject: Re: std::advance() isn't stable for floating point numbers "pcarlini at suse dot de" <[EMAIL PROTECTED]> writes: | --- Comment #5 from pcarlini at suse dot de 2006-01-30 00:45 --- | (In rep

[Bug libstdc++/26020] std::advance() isn't stable for floating point numbers

2006-01-29 Thread pcarlini at suse dot de
--- Comment #6 from pcarlini at suse dot de 2006-01-30 00:57 --- Hi again. On second tought, I don't think we have an issue here. Maybe of QoI only, at most. The reason is that, according to 24.1/9, Distance is a difference type in the "following sections". A bit vague, but that seem to

[Bug fortran/22495] Different ideas about .true. and .false.

2006-01-29 Thread kargl at gcc dot gnu dot org
--- Comment #13 from kargl at gcc dot gnu dot org 2006-01-30 00:52 --- WONTFIX works for me. As you originated the PR, I'll you close it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22495

[Bug target/25343] [4.0/4.1/4.2 regression] [m68k] testsuite failures

2006-01-29 Thread schwab at suse dot de
--- Comment #2 from schwab at suse dot de 2006-01-30 00:50 --- I cannot reproduce the first three failures with a cross compiler. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25343

[Bug libstdc++/26020] std::advance() isn't stable for floating point numbers

2006-01-29 Thread pcarlini at suse dot de
--- Comment #5 from pcarlini at suse dot de 2006-01-30 00:45 --- (In reply to comment #4) > | AFAICS, the standard is silent about this issue. I think the suggested > | change is correct. > > I believe Martin Sebor filled a related PR, whereby we should have > converted n to *some* inte

[Bug c++/26022] ice at cp/cp-objcp-common.c:101

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-01-30 00:35 --- Backtrace: #0 internal_error (gmsgid=0x9d760f "in %s, at %s:%d") at /home/pinskia/src/newtest/trunk/gcc/diagnostic.c:542 #1 0x0062738c in fancy_abort (file=Variable "file" is not available. ) at /home/pinsk

[Bug driver/26021] [4.2 Regression] gcc.c:3866: warning: comparison between signed and unsigned

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-01-30 00:41 --- These show up when MODIFY_TARGET_NAME is defined. Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/26022] ice at cp/cp-objcp-common.c:101

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-30 00:37 --- D.30805 = monthName (&D.30803, D.30814) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26022

[Bug libstdc++/26020] std::advance() isn't stable for floating point numbers

2006-01-29 Thread gdr at integrable-solutions dot net
--- Comment #4 from gdr at integrable-solutions dot net 2006-01-30 00:35 --- Subject: Re: std::advance() isn't stable for floating point numbers "pcarlini at suse dot de" <[EMAIL PROTECTED]> writes: | AFAICS, the standard is silent about this issue. I think the suggested change | is

[Bug c++/26022] ice at cp/cp-objcp-common.c:101

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-30 00:25 --- Has been failing since at least 20051217. Reducing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26022

[Bug libstdc++/26020] std::advance() isn't stable for floating point numbers

2006-01-29 Thread pcarlini at suse dot de
--- Comment #3 from pcarlini at suse dot de 2006-01-30 00:24 --- AFAICS, the standard is silent about this issue. I think the suggested change is correct. -- pcarlini at suse dot de changed: What|Removed |Added -

[Bug libgomp/25978] All libgomp tests timeout on ppc-darwin

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-30 00:20 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug translation/9390] [translation] Segmentation Fault when compiling for athlon with [EMAIL PROTECTED] or [EMAIL PROTECTED]

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

[Bug translation/26023] Compiler crash when using -Wall and "%#ld" inside a printf.

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-01-30 00:15 --- This is a dup of bug 9390. The problem is in the translation of the warning/errror messages in the spanish language. Work around is to use env LANG=C before running GCC. *** This bug has been marked as a duplicate

[Bug rtl-optimization/24376] wrong-code unless -fno-sched-interblock

2006-01-29 Thread seidl at feld dot cvut dot cz
--- Comment #13 from seidl at feld dot cvut dot cz 2006-01-30 00:00 --- Hi Nick, I tested the pathed compiler nearly two weaks. I not detect any problem or any side-effect. Therefore, the bug seems to be fixed reliably. The patch is usable and needful for next version gcc-3.4.5 too (I te

[Bug c/26023] Compiler crash when using -Wall and "%#ld" inside a printf.

2006-01-29 Thread bbergua at arcos dot inf dot uc3m dot es
--- Comment #2 from bbergua at arcos dot inf dot uc3m dot es 2006-01-29 23:56 --- (In reply to comment #0) > On Debian sarge the compiler crash when using -Wall and "%#ld" inside a > printf. > The file foo.c is: > void foo() { > long bar; > printf("%#ld", bar); > } > >

[Bug fortran/24401] -fbounds-check takes too long

2006-01-29 Thread tkoenig at gcc dot gnu dot org
--- Comment #5 from tkoenig at gcc dot gnu dot org 2006-01-29 23:45 --- This is MUCH faster now on 4.2.0: Can we close this? (My guess is that this was fixed by the write_only patch by Richard Guenther). $ gdb ~/libexec/gcc/i686-pc-linux-gnu/4.2.0/f951 GNU gdb 6.4-debian Copyright 200

[Bug libstdc++/26020] std::advance() isn't stable for floating point numbers

2006-01-29 Thread Woebbeking at web dot de
--- Comment #2 from Woebbeking at web dot de 2006-01-29 23:40 --- Subject: Re: std::advance() isn't stable for floating point numbers On Monday 30 January 2006 00:32, pinskia at gcc dot gnu dot org wrote: > --- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-29 > 23:32

[Bug c/26023] Compiler crash when using -Wall and "%#ld" inside a printf.

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-29 23:40 --- What LC_*/LANG env variables you have set? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26023

[Bug c/26023] New: Compiler crash when using -Wall and "%#ld" inside a printf.

2006-01-29 Thread bbergua at arcos dot inf dot uc3m dot es
On Debian sarge the compiler crash when using -Wall and "%#ld" inside a printf. The file foo.c is: void foo() { long bar; printf("%#ld", bar); } Compile with: $gcc -v -save-temps -Wall -c foo.c Leyendo especificaciones de /usr/lib/gcc-lib/i486-linux/3.3.5/specs Configurado con: ../

[Bug c++/26022] New: ice at cp/cp-objcp-common.c:101

2006-01-29 Thread dcb314 at hotmail dot com
I just tried to compile package doxygen-1.4.6-3 from Suse Linux with a recent GNU C compiler version 4.2 snapshot 20060128. The compiler snapshot said util.cpp: In function "QCString dateToString(bool)": util.cpp:1958: internal compiler error: in cp_expr_size, at cp/cp-objcp-common.c:101 Please

[Bug libstdc++/26020] std::advance() isn't stable for floating point numbers

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-29 23:32 --- What does the standard says about this case? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26020

[Bug driver/26021] [4.2 Regression] gcc.c:3866: warning: comparison between signed and unsigned

2006-01-29 Thread danglin at gcc dot gnu dot org
--- Comment #2 from danglin at gcc dot gnu dot org 2006-01-29 23:31 --- Also occurs on hppa-unknown-linux-gnu. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26021

[Bug driver/26021] [4.2 Regression] gcc.c:3866: warning: comparison between signed and unsigned

2006-01-29 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||build Summary|gcc.c:3866: warning:|[4.2 Regression

[Bug fortran/22495] Different ideas about .true. and .false.

2006-01-29 Thread tkoenig at gcc dot gnu dot org
--- Comment #12 from tkoenig at gcc dot gnu dot org 2006-01-29 23:30 --- Should we mark this as WONTFIX? I'm in favor. Thomas -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22495

[Bug c++/26022] ice at cp/cp-objcp-common.c:101

2006-01-29 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2006-01-29 23:29 --- Created an attachment (id=10756) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10756&action=view) C++ source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26022

[Bug driver/26021] gcc.c:3866: warning: comparison between signed and unsigned

2006-01-29 Thread danglin at gcc dot gnu dot org
--- Comment #1 from danglin at gcc dot gnu dot org 2006-01-29 23:29 --- It appears that this problem was exposed by: 2006-01-28 Zack Weinberg <[EMAIL PROTECTED]> * c.opt: Add -W(no-)overlength-strings. * doc/invoke.texi: Document it. * c-opts.c (c_common_handl

[Bug libfortran/25561] Eventually get rid of the Alloc Stream Facility

2006-01-29 Thread tkoenig at gcc dot gnu dot org
--- Comment #2 from tkoenig at gcc dot gnu dot org 2006-01-29 23:25 --- Good idea. Confirmed. -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added

[Bug driver/26021] New: gcc.c:3866: warning: comparison between signed and unsigned

2006-01-29 Thread danglin at gcc dot gnu dot org
/mnt/gnu/gcc-3.3/objdir/./prev-gcc/xgcc -B/mnt/gnu/gcc-3.3/objdir/./prev-gcc/ -B /opt/gnu64/gcc/gcc-4.2.0/hppa64-hp-hpux11.11/bin/ -g -O2 -DIN_GCC -W -Wall - Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-styl

[Bug libstdc++/26020] New: std::advance() isn't stable for floating point numbers

2006-01-29 Thread Woebbeking at web dot de
Hi, i.e. code like list bla; // insert some stuff into bla list::iterator it(bla.begin()); advance(it, bla.size() * 0.5); can lead to an endless loop. I know that the code is "broken" but it should work nevertheless. Please change the code to < 0 and > 0, not just while (n--). Cheers, André

[Bug libfortran/25425] F95 and F2003 differ on list-directed output for 0.0

2006-01-29 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2006-01-29 22:06 --- I will start on this. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/25547] 3 * dead data in compiler source code

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-29 21:20 --- I am going to fix these issues tomorrow. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/25567] 4 * set but never used

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-29 21:19 --- I am going to fix these issues tomorrow. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/25714] concat of strings create an extra temporary variable

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-29 21:06 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug tree-optimization/25643] VRP does not remove -fbounds-check for Fortran

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-29 21:05 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug fortran/25618] ICE with allocate on the return value of a function, character with a len of an argument

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-29 21:02 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug middle-end/25443] -fpic/-fPIC failure in gcc.dg/tree-ssa/loop-3.c

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-01-29 21:01 --- Confimed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONF

[Bug middle-end/25446] -fpic/-fPIC failure in gcc.dg/vect/vect-ifcvt-9.c

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-29 20:59 --- Confirmed. I don't know what is the correct thing here to do. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/25343] [4.0/4.1/4.2 regression] [m68k] testsuite failures

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-29 20:55 --- The largefile.c one is usually because PCH is not implemented fully for the host. Now the rest I don't know what is wrong with them. -- pinskia at gcc dot gnu dot org changed: What|Removed

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

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2006-01-29 20:33 --- (In reply to comment #11) > This bug is fully fixed by my patch. Lets close it then. Closing as fixed per comment #11. -- pinskia at gcc dot gnu dot org changed: What|Removed

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

2006-01-29 Thread joseph at codesourcery dot com
--- Comment #11 from joseph at codesourcery dot com 2006-01-29 20:29 --- Subject: Re: libstdc++ headers should go in multilib directories On Sun, 29 Jan 2006, pinskia at gcc dot gnu dot org wrote: > This is fixed correct or is there more to do? This bug is fully fixed by my patch.

[Bug middle-end/25405] [4.2 Regression] c-parser.c:3137: ICE: in rtx_equiv_p, at struct-equiv.c:644

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-29 20:28 --- Fixed at least for now. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgomp/25936] libgomp needs to link against rt on HPUX

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-01-29 20:26 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug java/25700] gcj manual missing option index

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-29 20:24 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

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

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-29 20:24 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug libgcj/25398] .jar files held open twice at runtime

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-29 20:23 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

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

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-01-29 20:19 --- This is fixed correct or is there more to do? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25524

[Bug middle-end/25261] [gomp] Nested function calls in #pragma omp parallel blocks

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-29 20:19 --- Is this true any more or is it still broken. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25261

[Bug testsuite/25741] Gcc testsuite isn't parallel build safe

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-01-29 20:09 --- Fixed on the mainline. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/21961] PURE function in INTERFACE block not resolved as being a function

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-29 19:52 --- Fixed in 4.1.0 at least. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/25998] static executable generated by f951 doesn't work with 32-bit SUNW,UltraAX-e2 (UltraSPARC-IIe)

2006-01-29 Thread alex at milivojevic dot org
--- Comment #7 from alex at milivojevic dot org 2006-01-29 19:52 --- Ah, of course it wasn't working. Either DONE should be set to .false., or DO should be changed to "while (DONE)". For example: ... logical DONE DONE = .false. DO while (.NOT. DONE) ...

[Bug fortran/24285] format(1000(a,$))

2006-01-29 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added OtherBugsDependingO||19292 nThis|| Sev

[Bug fortran/24828] Z and negative integers

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

[Bug target/26014] linking against libgcj results in strange unresolved symbols

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-29 18:28 --- *** Bug 26019 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug java/26019] jv-convert undefined references - libjava compile fails

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-29 18:28 --- Yes this is a bug in binutils. This is a dup of bug 26014. *** This bug has been marked as a duplicate of 26014 *** *** This bug has been marked as a duplicate of 26014 *** -- pinskia at gcc dot gnu dot org ch

[Bug java/26019] jv-convert undefined references - libjava compile fails

2006-01-29 Thread mark at detrick dot com
--- Comment #3 from mark at detrick dot com 2006-01-29 18:28 --- What is being used... binutils-2.16.tar.bz2 libtool-1.5.20.tar.gz make-3.80.tar.bz2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26019

[Bug java/26019] New: jv-convert undefined references - libjava compile fails

2006-01-29 Thread mark at detrick dot com
gcc-4.0.2.tar.bz2 gcc-4.0.2/configure \ --verbose \ --enable-threads \ --enable-languages=c,c++,objc,java,treelang \ --enable-shared \ --enable-nls \ --with-gnu-ld \ --with-ld=/usr/local/bin/ld \ --with-gnu-as \ --with-as=/usr/local/bin/as \ --with-system-zlib -- Summary: jv-convert

[Bug java/26019] jv-convert undefined references - libjava compile fails

2006-01-29 Thread mark at detrick dot com
--- Comment #2 from mark at detrick dot com 2006-01-29 18:25 --- Created an attachment (id=10755) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10755&action=view) Command line that triggers bug & compiler output -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26019

[Bug java/26019] jv-convert undefined references - libjava compile fails

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-29 18:23 --- What is the error? Second what ld are you using? Are you using GNU binutils 2.16 (not 2.16.1?)? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/14167] Unneeded C++ types are output in debug info due to use of static constants

2006-01-29 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|REOPENED|NEW http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14167

[Bug target/23451] Redundant reloading from stack frame on i386

2006-01-29 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement Status|REOPENED|NEW htt

[Bug libfortran/21468] vectorizing libfortran

2006-01-29 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|REOPENED|NEW http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21468

[Bug libfortran/21468] vectorizing libfortran

2006-01-29 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.0 |--- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21468

[Bug tree-optimization/5035] Incorrectly produces '`' might be used uninitialized in this function'

2006-01-29 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.0 |--- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5035

[Bug middle-end/24590] Static function named "main" treated as the real main

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-29 17:50 --- Suspend based on the Pre-DR. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/24590] Static function named "main" treated as the real main

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-01-29 17:49 --- Confirmed, to ... -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Statu

[Bug target/24586] [4.0 regression] ICE in g++.dg/opt/mmx2.C

2006-01-29 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24586

[Bug libgcj/24583] [4.0 only] InetAddress.getLocalHost() returns broken InetAddress object when local hostname cannot be resolved

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-29 17:46 --- Fixed in 4.1.0. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|

[Bug fortran/21931] [3.4 only] problem with fugly-logint flag and evaluating if statements

2006-01-29 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Summary|problem with fugly-logint |[3.4 only] problem with |flag and evaluating if

  1   2   >