[Bug other/26474] compiling 'long long' math with optimization gives bad results

2006-02-26 Thread eran dot nissenhaus at mobileye dot com
--- Comment #2 from eran dot nissenhaus at mobileye dot com 2006-02-27 06:46 --- (In reply to comment #1) > Can you give the full output of: > powerpc-7400-linux-gnu-g++ -v > and > powerpc-linux-g++ -v > ? > Thanks, > Andrew > Here goes: % /opt/Arabella/bin/powerpc-linux-g++ -v Reading

[Bug libstdc++/26480] [4.2 Regression] No rule to make cstdbool needed by stamp-tr1

2006-02-26 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-27 05:33 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC|

[Bug libstdc++/26480] New: No rule to make cstdbool needed by stamp-tr1

2006-02-26 Thread lucier at math dot purdue dot edu
make[4]: *** No rule to make target `/Users/lucier/programs/gcc/mainline/libstdc++-v3/include/tr1/cstdbool', needed by `stamp-tr1'. Stop. make[3]: *** [all-recursive] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-target-libstdc++-v3] Error 2 make: *** [bootstrap] Error 2 -- Su

[Bug rtl-optimization/26479] New: suboptimal register allocation for return register

2006-02-26 Thread hp at gcc dot gnu dot org
For this code, at -O2, R13 is needlessly used, where R10 would suffice. (Leading to two extra move insns.) Curiously, if-conversion exposes the suboptimal allocation; with -fno-if-conversion you get the better allocation, but looking at the assembled code, there's no reason to not use r10. Observ

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

2006-02-26 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25978

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

2006-02-26 Thread quanah at stanford dot edu
--- Comment #6 from quanah at stanford dot edu 2006-02-27 03:46 --- What version of binutils would you recommend I try? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26437

[Bug fortran/24519] gfortran slow because of incomplete dependency checking

2006-02-26 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24519

[Bug fortran/25395] equivalence to common block array broken

2006-02-26 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25395

[Bug middle-end/26412] ICE with external arrays using OpenMP

2006-02-26 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26412

[Bug tree-optimization/26376] K+R style function compiled with -fipa-pta ICEs

2006-02-26 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26376

[Bug java/25535] gcj broken on 64-bit big-endian systems

2006-02-26 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=25535

[Bug target/26398] Wrong code generated with SPE-Extensions on PowerPC

2006-02-26 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26398

[Bug tree-optimization/26421] tree-ssa-alias.c:find_used_portions considers foo(&var) use all elements of var

2006-02-26 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26421

[Bug bootstrap/26478] [4.2 Regression] bootstrap fails with readonly source directory

2006-02-26 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-27 03:30 --- Looks like this was introduced by: +2006-02-20 Paolo Bonzini <[EMAIL PROTECTED]> + + PR bootstrap/25476 + + * Makefile.in (LDFLAGS): Define from autoconf substitution. + + * Makefile.in (BOOTSTRAP

[Bug target/24466] uprgading of gcc

2006-02-26 Thread basavaraja_g at mindtree dot com
--- Comment #6 from basavaraja_g at mindtree dot com 2006-02-27 03:29 --- Subject: RE: uprgading of gcc Sorry we are able to solve the problem. Thanks for the help we got from gcc.org Regards, Basavaraj.G -Original Message- From: pinskia at gcc dot gnu dot org [mailto:[EMAI

[Bug bootstrap/26478] [4.2 Regression] bootstrap fails with readonly source directory

2006-02-26 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||build Target Milestone|--- |4.2.0 http://

[Bug bootstrap/26478] New: [4.2 Regression] bootstrap fails with readonly source directory

2006-02-26 Thread jsm28 at gcc dot gnu dot org
Bootstrap (e.g. on i686-pc-linux-gnu) fails if the source directory is readonly (if the individual files are readonly, chmod -R a-w srcdir). To test this it suffices to "chmod a-w gcc/unwind-generic.h" then bootstrap, and it fails with cp ../../gcc-mainline/gcc/unwind-generic.h include/unwind.h c

[Bug libgomp/26477] [4.2 Regression] bootstrap: SYS_gettid undeclared

2006-02-26 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Component|bootstrap |libgomp Keywords||build

[Bug bootstrap/26477] New: bootstrap: SYS_gettid undeclared

2006-02-26 Thread mckelvey at maskull dot com
Bootstrap error with recent CVS: alpha1:gcc-obj>uname -a Linux alpha1 2.4.9-40 #1 Mon Sep 23 08:14:02 EDT 2002 alpha unknown alpha1:gcc-obj>g++ --version g++ (GCC) 4.2.0 20051124 (experimental) Copyright (C) 2005 Free Software Foundation, Inc. This is free software; see the source for copying con

[Bug middle-end/19983] __builtin_nan should allow 0X as well as 0x

2006-02-26 Thread sayle at gcc dot gnu dot org
--- Comment #3 from sayle at gcc dot gnu dot org 2006-02-27 02:26 --- Subject: Bug 19983 Author: sayle Date: Mon Feb 27 02:25:57 2006 New Revision: 111470 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111470 Log: PR middle-end/19983 * real.c (real_nan): Allow b

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

2006-02-26 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2006-02-26 23:55 --- Subject: Bug number PR26464 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-02/msg01951.html -- http://gcc.gnu.org/bugzilla/sh

[Bug tree-optimization/26476] [4.2 Regression] ice for valid code with -O2

2006-02-26 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-02-26 23:09 --- I think this will be solved with the patch which solves PR 26443 as the ICE is also in VRP2. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/26476] [4.2 Regression] ice for valid code with -O2

2006-02-26 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-02-26 23:06 --- Confirmed, reduced testcase: typedef struct logfunctions { char *prefix; int onoff[5]; }a; extern int default_onoff[5]; void f(a *t) { int i; for (i=0; i<5; i++) t->onoff[i] = default_onoff[i]; } ---

[Bug tree-optimization/26476] ice for valid code with -O2

2006-02-26 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-02-26 22:38 --- Reducing (I have a code that already does not need -fpermissive). -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/26476] ice for valid code with -O2 and -fpermissive

2006-02-26 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2006-02-26 22:32 --- Created an attachment (id=10916) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10916&action=view) C++ source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26476

[Bug c++/26476] New: ice for valid code with -O2 and -fpermissive

2006-02-26 Thread dcb314 at hotmail dot com
I just tried to compile Suse Linux package bochs-2.2.1-6 with a recent GNU C++ compiler version 4.2 snapshot 20060225. The compiler snapshot said g++ -c -I. -I./. -Iinstrument/stubs -I./instrument/stubs -O2 -g -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64

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

2006-02-26 Thread jakub at gcc dot gnu dot org
--- Comment #27 from jakub at gcc dot gnu dot org 2006-02-26 22:16 --- Created an attachment (id=10915) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10915&action=view) gcc-trunk-pr26208-2.patch Incremental patch that introduces _Unwind_GetIPInfo (if anyone knows better name, sugg

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

2006-02-26 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2006-02-26 21:38 --- It turns out that this bug is related pr26835. The patch I am about to submit for review removes the flush from st_read_done added to fix pr26835 and modifies backspace to do the flush as necessary there instead.

[Bug tree-optimization/26421] tree-ssa-alias.c:find_used_portions considers foo(&var) use all elements of var

2006-02-26 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2006-02-26 21:19 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug target/26472] Default path for libgcc_s.sl is build directory

2006-02-26 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #8 from dave at hiauly1 dot hia dot nrc dot ca 2006-02-26 21:11 --- Subject: Re: Default path for libgcc_s.sl is build directory > > > Please point me to your patch. > > > > Attached. The diff is against libtool in binutils as about July 28, 2005. > > Similar changes ha

[Bug tree-optimization/26421] tree-ssa-alias.c:find_used_portions considers foo(&var) use all elements of var

2006-02-26 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2006-02-26 21:02 --- Subject: Bug 26421 Author: rguenth Date: Sun Feb 26 21:02:43 2006 New Revision: 111461 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111461 Log: 2006-02-26 Richard Guenther <[EMAIL PROTECTED]> PR

[Bug debug/26475] New: tree-ssa loses line numbers for initializations

2006-02-26 Thread drow at gcc dot gnu dot org
Here's a simple testcase. Compile with -O2 and look at the -fdump-tree-all-lineno dumps: int foo (int); int bar (int a) { int ndir = 0; int b; b = foo (a); while (b--) ndir = foo (ndir); } Early on, the ndir = 0 assignment is marked for line 4. Then the 0 gets propogated into a phi

[Bug target/24466] uprgading of gcc

2006-02-26 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-02-26 20:04 --- No feedback in three months. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/23278] SJLJ-exceptions broken

2006-02-26 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2006-02-26 19:56 --- No testcase in over 3 months of asking so closing as invalid. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug java/17352] Uninitialized char variable causes erratic behavior

2006-02-26 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-02-26 19:56 --- No feedback in over 3 months. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/24949] FAIL: gcc.c-torture/compile/20000403-2.c -O0

2006-02-26 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Ever Confirmed|0 |1 Last re

[Bug fortran/25073] CASEs overlap

2006-02-26 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-02-26 19:49 --- We do get a warning: In file t.f90:2 SELECT CASE(L) 1 Warning: Logical SELECT CASE block at (1) has more that two cases -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25073

[Bug fortran/25052] intrinsic name cannot be a common block name

2006-02-26 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-02-26 19:46 --- On the mainline and in 4.1.0, we get: In file t.f90:4 write(6,*) SIN(I),DCOS(J) 1 In file t.f90:2 COMMON /SIN/ I ! error 2 Error: Global name 'sin' at (1) is already being used as a COMMON at

[Bug c++/16582] Wrong diagnostic when using "&a[1]" as template argument

2006-02-26 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-02-26 19:29 --- the mainline gives: t.cc:9: error: template argument 2 is invalid t.cc:9: error: invalid type in declaration before ';' token Which might be an ok enough error message. -- http://gcc.gnu.org/bugzilla/show_bug.c

[Bug fortran/25045] [4.1 only] DIM argument of PRODUCT is not optional

2006-02-26 Thread tkoenig at gcc dot gnu dot org
--- Comment #4 from tkoenig at gcc dot gnu dot org 2006-02-26 19:21 --- After Tobi's fix for the regression the original patch introduced, this now works on trunk. -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/6737] feature request: stack realignment attribute

2006-02-26 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-02-26 19:16 --- Patch for this was posted: http://gcc.gnu.org/ml/gcc-patches/2006-02/msg01073.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6737

[Bug c++/25015] [gomp] Function names cannot be demangled due to ".omp_fn" suffix

2006-02-26 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement Last reconfirmed|2005-11-25 20:31:54 |2006-02-2

[Bug fortran/18428] No preprocessing option -cpp for gfortran

2006-02-26 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement Last reconfirmed|2005-11-24 22:11:22 |2006-02-2

[Bug target/25008] problems with "S" constraint in asms

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

[Bug middle-end/21137] Convert (a >> 2) & 1 != 0 into a & 4 != 0

2006-02-26 Thread roger at eyesopen dot com
--- Comment #8 from roger at eyesopen dot com 2006-02-26 18:39 --- Fixed on mainline. I'm still investiating some related optimizations. -- roger at eyesopen dot com changed: What|Removed |Added

[Bug other/26474] compiling 'long long' math with optimization gives bad results

2006-02-26 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-26 17:22 --- Can you give the full output of: powerpc-7400-linux-gnu-g++ -v and powerpc-linux-g++ -v ? Thanks, Andrew -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26474

[Bug target/26472] Default path for libgcc_s.sl is build directory

2006-02-26 Thread Ralf dot Wildenhues at gmx dot de
--- Comment #7 from Ralf dot Wildenhues at gmx dot de 2006-02-26 17:19 --- (In reply to comment #5) > > > > I had a hppa64 libtool patch that fixed a lot of problems on this port > > > (it needs to be handled in a manner very similar to ia64-hpux) but gave > > > when the patch was igno

[Bug other/26474] New: compiling 'long long' math with optimization gives bad results

2006-02-26 Thread eran dot nissenhaus at mobileye dot com
Hello, Tested with two compilers: 1. powerpc-7400-linux-gnu-g++ version 3.3.4 2. powerpc-linux-g++ version 3.3.2 the following code gives correct results when compiled with no optimization: "Add siy: -3252329895" Compiling with any of the optimization levels gives bad results: "Add siy: 39697343

[Bug middle-end/26022] [4.2 Regression] ICE with references and virtual functions

2006-02-26 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-02-26 16:19 --- Mine, I am just going to revert my patch for now. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/26421] tree-ssa-alias.c:find_used_portions considers foo(&var) use all elements of var

2006-02-26 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2006-02-26 16:17 --- updated patch was posted. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/26472] Default path for libgcc_s.sl is build directory

2006-02-26 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #5 from dave at hiauly1 dot hia dot nrc dot ca 2006-02-26 15:37 --- Subject: Re: Default path for libgcc_s.sl is build directory > > I had a hppa64 libtool patch that fixed a lot of problems on this port > > (it needs to be handled in a manner very similar to ia64-hpux) bu

[Bug middle-end/21137] Convert (a >> 2) & 1 != 0 into a & 4 != 0

2006-02-26 Thread sayle at gcc dot gnu dot org
--- Comment #7 from sayle at gcc dot gnu dot org 2006-02-26 15:36 --- Subject: Bug 21137 Author: sayle Date: Sun Feb 26 15:36:52 2006 New Revision: 111453 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111453 Log: 2006-02-26 Roger Sayle <[EMAIL PROTECTED]> James A.

[Bug rtl-optimization/14261] ICE due to if-conversion

2006-02-26 Thread roger at eyesopen dot com
--- Comment #2 from roger at eyesopen dot com 2006-02-26 15:00 --- I've posted a proposed solution to gcc-patches: http://gcc.gnu.org/ml/gcc-patches/2006-02/msg01909.html -- roger at eyesopen dot com changed: What|Removed |Added ---

[Bug other/26473] [4.1/4.2 Regression] cross-building installs ssp headers to $(includedir)

2006-02-26 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-26 14:48 --- Confirmed, this is just like PR 25938 for libgomp. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug other/26473] [4.1/4.2 Regression] cross-building installs ssp headers to $(includedir)

2006-02-26 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added OtherBugsDependingO||346 nThis|| Summ

[Bug tree-optimization/26359] [4.2 Regression] Over optimization of loop when using -ftree-vectorize

2006-02-26 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-02-26 14:44 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug middle-end/25125] [4.1 Regression] (short) ((int)(unsigned short) + (int)) is done in the wrong type

2006-02-26 Thread dorit at gcc dot gnu dot org
--- Comment #24 from dorit at gcc dot gnu dot org 2006-02-26 12:55 --- Subject: Bug 25125 Author: dorit Date: Sun Feb 26 12:55:43 2006 New Revision: 111452 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111452 Log: PR tree-optimization/25125 * gcc.dg/vect/wrapv-v

[Bug other/26473] New: cross-building installs ssp headers to $(includedir)

2006-02-26 Thread ralf dot corsepius at rtems dot org
Cross building gcc-4.1.0rc2 installs $prefix/include/ssp/unistd.h $prefix/include/ssp/string.h $prefix/include/ssp/ssp.h $prefix/include/ssp/stdio.h i.e. they are being installed into the build-host's include directory. This hardly can be correct. -- Summary: cross-building install

[Bug tree-optimization/26419] -ftree-vectorizer-verbose=n documentation is terse

2006-02-26 Thread dorit at il dot ibm dot com
--- Comment #3 from dorit at il dot ibm dot com 2006-02-26 11:05 --- patch: http://gcc.gnu.org/ml/gcc-patches/2006-02/msg01905.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26419

[Bug tree-optimization/26419] -ftree-vectorizer-verbose=n documentation is terse

2006-02-26 Thread patchapp at dberlin dot org
--- Comment #2 from patchapp at dberlin dot org 2006-02-26 11:05 --- Subject: Bug number PR26419 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-02/msg01905.html -- http://gcc.gnu.org/bugzilla/sh

[Bug tree-optimization/26420] -ftree-vectorizer-verbose=1 prints unvectorized loops information

2006-02-26 Thread dorit at il dot ibm dot com
--- Comment #2 from dorit at il dot ibm dot com 2006-02-26 11:01 --- For -ftree-vectorizer-verbose=1 the vectorizer reports each loop that got vectorized, and also the total number of loops that got vectorized, even if that number is zero. If preferable, we can report that 0 loops got ve

[Bug libstdc++/25306] fill_n, generate_n assume Size is modifiable

2006-02-26 Thread pcarlini at suse dot de
--- Comment #6 from pcarlini at suse dot de 2006-02-26 10:10 --- For now... -- pcarlini at suse dot de changed: What|Removed |Added Status|NEW

[Bug libstdc++/25306] fill_n, generate_n assume Size is modifiable

2006-02-26 Thread pcarlini at suse dot de
-- pcarlini at suse dot de changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|00

[Bug libstdc++/25304] std::fill_n, std::generate_n incorrect signature

2006-02-26 Thread pcarlini at suse dot de
--- Comment #19 from pcarlini at suse dot de 2006-02-26 10:09 --- For now... -- pcarlini at suse dot de changed: What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/26359] [4.2 Regression] Over optimization of loop when using -ftree-vectorize

2006-02-26 Thread dorit at gcc dot gnu dot org
--- Comment #5 from dorit at gcc dot gnu dot org 2006-02-26 09:27 --- Subject: Bug 26359 Author: dorit Date: Sun Feb 26 09:27:35 2006 New Revision: 111451 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111451 Log: PR tree-optimization/26359 * tree-ssa-alias.c (ne