[Bug classpath/27262] org.w3c.dom.Document.getElementById returns null after manual (setIdAttribute) identifying of element in Document instance.

2006-04-23 Thread mark at gcc dot gnu dot org
--- Comment #2 from mark at gcc dot gnu dot org 2006-04-23 08:19 --- Can you take a look at this bug report chris? -- mark at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c/27266] New: syncronization primitives cause ICE with -march=pentium or better

2006-04-23 Thread rask at sygehus dot dk
Mainline is ICE'ing on testsuite/gcc.c-torture/compile/sync-1.c for some arguments to -march. For example: ./xgcc -B. -O2 /mnt/sysfs/rask/cvssrc/gcc/gcc/testsuite/gcc.c-torture/compile/sync-1.c -S -o /tmp/sync-1.s -march=pentium /mnt/sysfs/rask/cvssrc/gcc/gcc/testsuite/gcc.c-torture/compile/sync-1

[Bug java/8923] [4.0/4.1/4.2 Regression] ICE when modifying a variable decleared "final static"

2006-04-23 Thread debian-gcc at lists dot debian dot org
--- Comment #6 from debian-gcc at lists dot debian dot org 2006-04-23 11:00 --- test case from http://bugs.debian.org/351512 class gcjbug { public static void main (String [] p) { System.out.println(1++); } } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8923

[Bug c/27267] New: Problems with creal in gcc 4.0.0 and 4.0.1

2006-04-23 Thread jense at ic dot ac dot uk
Dear all: The command creal(cpow(1.+I,I)) using complex arithmetic produces the double 0. Presently, I have no other explanation for this as assuming that this is a result of a bug in gcc 4.0.0 on Mac OSX, XCode. I have now downloaded the version gcc 4.0.1, and suddenly, the real part is no lo

[Bug libgcj/27268] New: gij could give a warning on senseless code

2006-04-23 Thread debian-gcc at lists dot debian dot org
[forwarded from http://bugs.debian.org/340651] $ gij test Segmentation fault $ cat test.java public class test { public test() { test t = new test(); } public static void main(String argv[]) { new test(); } } while the blackdown runtime prints Exception

[Bug tree-optimization/27236] [4.1/4.2 Regression] inliner creates an INDIRECT_REF without TREE_THIS_VOLATILE set for *a

2006-04-23 Thread patchapp at dberlin dot org
--- Comment #5 from patchapp at dberlin dot org 2006-04-23 11:25 --- Subject: Bug number PR27236 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-04/msg00871.html -- http://gcc.gnu.org/bugzilla/sh

[Bug tree-optimization/27218] [4.1/4.2 regression] ICE in get_indirect_ref_operands, at tree-ssa-operands.c:1515, inlining produces non-gimple

2006-04-23 Thread patchapp at dberlin dot org
--- Comment #9 from patchapp at dberlin dot org 2006-04-23 11:25 --- Subject: Bug number PR27218 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-04/msg00872.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/27269] New: Segfault with EQUIVALENCEs in modules together with ONLY clauses

2006-04-23 Thread tobi at gcc dot gnu dot org
[EMAIL PROTECTED]:~/src/work/bug> cat t.f90 module const ! Kind parameters integer, parameter :: dp = kind(1d0) double precision reimMUE(2), reMUE, imMUE equivalence (MUE, reimMUE) equivalence (reimMUE(1), reMUE), (reimMUE(2), imMUE) end module cons

[Bug fortran/27269] Segfault with EQUIVALENCEs in modules together with ONLY clauses

2006-04-23 Thread tobi at gcc dot gnu dot org
--- Comment #1 from tobi at gcc dot gnu dot org 2006-04-23 11:45 --- Since I still have it on my screen: (gdb) p eq->expr->where->nextc-18 $6 = 0x8708de9 " use cross_section" -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27269

[Bug c/27267] Problems with creal in gcc 4.0.0 and 4.0.1

2006-04-23 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2006-04-23 11:51 --- Please read the bug-reporting instructions and provide a preprocessed testcase. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27267

[Bug fortran/25099] Conformance of arguments to ELEMENTAL subroutines

2006-04-23 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2006-04-23 11:56 --- Subject: Bug 25099 Author: pault Date: Sun Apr 23 11:56:37 2006 New Revision: 113194 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113194 Log: 2006-04-23 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug c/27266] syncronization primitives cause ICE with -march=pentium or better

2006-04-23 Thread rask at sygehus dot dk
--- Comment #1 from rask at sygehus dot dk 2006-04-23 14:46 --- Created an attachment (id=11317) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11317&action=view) Preprocessed source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27266

[Bug c++/27270] New: ICE in process_init_constructor_array, at cp/typeck2.c:788

2006-04-23 Thread timj at gtk dot org
with a recent gcc snapshot on i386: c++ (GCC) 4.2.0 20060325 (experimental) the following tst program program: template struct Array { Entry *array[32];

[Bug libstdc++/27199] ptrdiff_t and size_t outside of namespace std

2006-04-23 Thread paolo at gcc dot gnu dot org
--- Comment #2 from paolo at gcc dot gnu dot org 2006-04-23 14:54 --- Subject: Bug 27199 Author: paolo Date: Sun Apr 23 14:54:26 2006 New Revision: 113195 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113195 Log: 2006-04-23 Marc Glisse <[EMAIL PROTECTED]> PR libstdc+

[Bug libstdc++/27199] ptrdiff_t and size_t outside of namespace std

2006-04-23 Thread pcarlini at suse dot de
--- Comment #3 from pcarlini at suse dot de 2006-04-23 14:55 --- Fixed. -- pcarlini at suse dot de changed: What|Removed |Added Status|UNCONFIRMED

[Bug c++/27270] [4.1/4.2 Regression]ICE in process_init_constructor_array, at cp/typeck2.c:788

2006-04-23 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2006-04-23 15:47 --- Confirmed. We hit #1 0x080b0ffc in digest_init (type=, init=0xb7da6ed0) at /space/rguenther/src/svn/gcc/gcc/cp/typeck2.c:788 788 gcc_assert (VEC_length (constructor_elt, v) <= len); Also happens on th

[Bug c/27267] Problems with creal in gcc 4.0.0 and 4.0.1

2006-04-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-04-23 16:00 --- Also check with the C standard to what this is supposed to return. If you are not including complex.h and stdio.h, then this code is invalid, please use -Wall -W before posting the preprocessed source. Also you sho

[Bug target/27266] [4.2 Regression] syncronization primitives cause ICE with -march=pentium or better

2006-04-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-04-23 16:09 --- Note Redhat's 4.1.0 is closer to 4.2.0 than 4.1.0. Anyways confirmed a regression in that it worked in 4.1.0. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/27266] [4.2 Regression] syncronization primitives cause ICE with -march=pentium or better

2006-04-23 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-04-23 16:10 --- Also here is the backtrace: #0 split_di (operands=0xc0c768, num=0, lo_half=0x7f89ab58, hi_half=0x7f89ab48) at /home/pinskia/src/newtest/trunk/gcc/config/i386/i386.c:8037 #1 0x007ff0eb in ix

[Bug libgcj/27268] gij could give a warning on senseless code

2006-04-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-04-23 16:16 --- *** This bug has been marked as a duplicate of 1373 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug libgcj/1373] recursion stress test causes segmentation fault

2006-04-23 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2006-04-23 16:16 --- *** Bug 27268 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug libgcj/1373] recursion stress test causes segmentation fault

2006-04-23 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2006-04-23 16:18 --- A better testcase comes from PR 27268 which seg faults at all optimizations level currently (though this case can also be optimized out to be an infinite loop really): public class test { public test() {

[Bug libgcj/27271] New: i/o error (java.util.zip.ZipException: Deflated stream ends early.)

2006-04-23 Thread doko at ubuntu dot com
The following code fails to run with the gij-4.1 runtime (4.1 branch 20060421), works ok with the blackdown runtime (example distilled from FC's azureus-themed patch by Stephan Michels). $ cat TestLoadImage.java import java.io.InputStream; import org.eclipse.swt.graphics.Image; import org.eclipse.

[Bug libgcj/27271] i/o error (java.util.zip.ZipException: Deflated stream ends early.)

2006-04-23 Thread doko at ubuntu dot com
--- Comment #1 from doko at ubuntu dot com 2006-04-23 16:31 --- Created an attachment (id=11318) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11318&action=view) test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27271

[Bug c/27272] New: Strange order of components of multidimensional array pointer with the same cast

2006-04-23 Thread prog1 at yobinario dot com
char *yn; yn = (char *) malloc (sizeof (char) * x * y); First subroutine included with {}: char (*pointer)[x][y] = (char (*)[x][y]) yn; &((*pointer)[0][0]) is 0x8052100 &((*pointer)[0][1]) is 0x8052107 Second routine independent function passed as pointer yn as parameter; char (*pointer)[x][y] = (

[Bug target/16641] fr30-elf-gcc compiler error when building newlib-1.12.0

2006-04-23 Thread sayle at gcc dot gnu dot org
--- Comment #5 from sayle at gcc dot gnu dot org 2006-04-23 17:25 --- Subject: Bug 16641 Author: sayle Date: Sun Apr 23 17:25:30 2006 New Revision: 113196 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113196 Log: PR target/16641 * config/fr30/fr30.h (GO_IF_LEGI

[Bug target/21283] [4.0/4.1/4.2 regression] ICE with doubles

2006-04-23 Thread sayle at gcc dot gnu dot org
--- Comment #3 from sayle at gcc dot gnu dot org 2006-04-23 17:44 --- Subject: Bug 21283 Author: sayle Date: Sun Apr 23 17:44:46 2006 New Revision: 113198 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113198 Log: PR target/21283 * config/fr30/fr30.md (define_sp

[Bug middle-end/27272] Strange order of components of multidimensional array pointer with the same cast

2006-04-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-04-23 17:46 --- Can you provide a self contained example which actually compiles? As right now I (and others) can only guess at what the problem is. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug tree-optimization/20517] bit shift/mask optimization potential

2006-04-23 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-04-23 18:01 --- For PowerPC, either way is implemented the same in that it uses the same two instructions (though with different operands). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20517

[Bug c++/26534] [4.1/4.2 Regression] bitfield wrong optimize

2006-04-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #7 from mmitchel at gcc dot gnu dot org 2006-04-23 18:04 --- Subject: Bug 26534 Author: mmitchel Date: Sun Apr 23 18:04:33 2006 New Revision: 113199 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113199 Log: 2006-04-23 Mark Mitchell <[EMAIL PROTECTED]> PR

[Bug c++/26534] [4.1] bitfield wrong optimize

2006-04-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #8 from mmitchel at gcc dot gnu dot org 2006-04-23 18:05 --- Fixed in GCC 4.2. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Sum

[Bug c++/26757] [4.1/4.2 regression] C++ front-end producing two DECLs with the same UID

2006-04-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #16 from mmitchel at gcc dot gnu dot org 2006-04-23 18:14 --- The correct fix for this issue is for the C++ front-end to save and restore information about a declaration as scopes are entered and exited. For example, given: extern void f(int); void g() { extern voi

[Bug c++/26912] [4.0/4.1/4.2 Regression] friend const member function specialization fails to compile

2006-04-23 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org

[Bug c++/27235] goto crossing P.O.D. initialization

2006-04-23 Thread falk at debian dot org
--- Comment #7 from falk at debian dot org 2006-04-23 19:05 --- I think this is a valid request. While random language extensions aren't useful, compatibility with C99 is. Maybe somebody else can comment on this... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27235

[Bug c/27273] New: tree check fail for legal code

2006-04-23 Thread dcb314 at hotmail dot com
I just tried to compile Linux kernel version 2.6.16.9 with a recent GNU C compiler version 4.2 snapshot 20060422. The compiler snapshot said /home/dcb/gnu/42-20060422/results/bin/gcc -g -O3 -Wall -Wp,-MD,drivers/char/.synclink_gt.o.d -nostdinc -isystem /home/dcb/gnu/42-20060422/results/lib/g

[Bug c/27273] tree check fail for legal code

2006-04-23 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2006-04-23 19:12 --- Created an attachment (id=11319) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11319&action=view) C source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27273

[Bug c/27273] [4.2 regression] tree check fail for legal code

2006-04-23 Thread falk at debian dot org
--- Comment #2 from falk at debian dot org 2006-04-23 19:34 --- Confirmed. Test case: unsigned char rx_async(unsigned char p) { return p & 512; } -- falk at debian dot org changed: What|Removed |Added --

[Bug c++/12625] bitfields which have sizes that are powers of 8 missed by -Wparentheses

2006-04-23 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-04-23 20:05 --- Fixed by: 2006-04-23 Mark Mitchell <[EMAIL PROTECTED]> PR c++/26534 * cp-tree.h (is_bitfield_expr_with_lowered_type): New function. * typeck.c (is_bitfield_expr_with_lowered_type): New func

[Bug c/27273] [4.2 regression] tree check fail for legal code when convert returns a constant from an expression that was not constant

2006-04-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug middle-end/27272] Strange order of components of multidimensional array pointer with the same cast

2006-04-23 Thread prog1 at yobinario dot com
--- Comment #2 from prog1 at yobinario dot com 2006-04-23 20:20 --- Created an attachment (id=11320) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11320&action=view) test_code OUTPUT: ./gcc_test Printing matrix... 0x804a008 MATRIX [0][0] = [1] with pointer 0x804a008 MATRIX [0][1]

[Bug c++/27235] goto crossing P.O.D. initialization

2006-04-23 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-04-23 20:21 --- (In reply to comment #7) > I think this is a valid request. While random language extensions aren't > useful, > compatibility with C99 is. Maybe somebody else can comment on this... There are a lot of differences be

[Bug c++/16376] Bit-field promotions

2006-04-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-04-23 20:24 --- I just checked and this was fixed by: 2006-04-23 Mark Mitchell <[EMAIL PROTECTED]> PR c++/26534 * cp-tree.h (is_bitfield_expr_with_lowered_type): New function. * typeck.c (is_bitfield_expr_

[Bug c++/27235] goto crossing P.O.D. initialization

2006-04-23 Thread acahalan at gmail dot com
--- Comment #9 from acahalan at gmail dot com 2006-04-23 20:39 --- Regarding Comment #8: Of course I do not want g++ to be a perfect superset of gcc. That is unreasonable, because it would break legitimate standards-conforming C++ code. I only ask that C compatibility be provided for c

[Bug middle-end/27272] Strange order of components of multidimensional array pointer with the same cast

2006-04-23 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-04-23 20:49 --- *(pointer_yn)[0][6] is different from: (*pointer_yn)[0][6] In fact the first one is equivalant to: pointer_yn[0][6][0] While the second one is equivalant to: pointer_yn[0][0][6] so you are running into different

[Bug c++/27235] goto crossing P.O.D. initialization

2006-04-23 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-04-23 20:53 --- (In reply to comment #9) > I only ask that C compatibility be provided for code that would otherwise fail > to compile as C++. This makes code reuse much easier. I showed two other examples which are (were) reprot

[Bug target/16641] fr30-elf-gcc compiler error when building newlib-1.12.0

2006-04-23 Thread roger at eyesopen dot com
--- Comment #6 from roger at eyesopen dot com 2006-04-23 21:19 --- This should now be fixed on mainline. I've confirmed that a cross-compiler to fr30-elf currently builds newlib without problems. -- roger at eyesopen dot com changed: What|Removed

[Bug target/21283] [4.0/4.1 regression] ICE with doubles

2006-04-23 Thread roger at eyesopen dot com
--- Comment #4 from roger at eyesopen dot com 2006-04-23 21:27 --- This has now been fixed on mainline. I've confirmed that a cross-compiler to fr30-elf can currently compile all of newlib without problems. If anyone has an fr30 board or a simulator to check the testsuite that would be

[Bug testsuite/27274] New: execution test of gcc.dg/i386-sse-9.c fails on non-SSE CPU

2006-04-23 Thread braichuk at tut dot by
There is no check for SSE support in this test. -- Summary: execution test of gcc.dg/i386-sse-9.c fails on non-SSE CPU Product: gcc Version: 4.0.3 Status: UNCONFIRMED Severity: trivial Priority: P3 Comp

[Bug c++/16376] Bit-field promotions

2006-04-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #3 from mmitchel at gcc dot gnu dot org 2006-04-23 22:13 --- I agree that the C++ standard requires the behavior suggested by Joseph in Comment #1. However, my patch was not intended to fix this bug, and only does so by accident. In particular, the last lines of decay_con

[Bug c++/16376] Bit-field promotions

2006-04-23 Thread joseph at codesourcery dot com
--- Comment #4 from joseph at codesourcery dot com 2006-04-23 22:22 --- Subject: Re: Bit-field promotions On Sun, 23 Apr 2006, mmitchel at gcc dot gnu dot org wrote: > However, my patch was not intended to fix this bug, and only does so by > accident. In particular, the last lines o

[Bug tree-optimization/26304] [4.2 Regression] 25_algorithms/prev_permutation/1.cc on powerpc{64,}-linux and powerpc-darwin

2006-04-23 Thread pinskia at gcc dot gnu dot org
--- Comment #17 from pinskia at gcc dot gnu dot org 2006-04-23 23:14 --- Rewritting that loop like: [kudzu:local/trunk/gcc] pinskia% svn diff tree-ssa-loop-niter.c Index: tree-ssa-loop-niter.c === --- tree-ssa-loop-niter.c

[Bug tree-optimization/26304] [4.2 Regression] 25_algorithms/prev_permutation/1.cc on powerpc{64,}-linux and powerpc-darwin

2006-04-23 Thread pinskia at gcc dot gnu dot org
--- Comment #18 from pinskia at gcc dot gnu dot org 2006-04-23 23:15 --- Oh, I did not test the patch at all except on the testcase I gave in comment #7. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26304

[Bug target/27275] New: treelang test failures for biarch build

2006-04-23 Thread debian-gcc at lists dot debian dot org
GCC configured with --enable-targets=powerpc-linux,powerpc64-linux --with-cpu=default32 fails the treelang tests, when run with RUNTESTFLAGS="--target_board=unix\{,-m64\}" Matthias Running target unix/-m64 FAIL: treelang/compile/badreturn.tree (test for errors, line 13) FAIL: treelang/compile/

[Bug target/27275] treelang test failures for biarch build

2006-04-23 Thread debian-gcc at lists dot debian dot org
--- Comment #1 from debian-gcc at lists dot debian dot org 2006-04-23 23:39 --- Created an attachment (id=11321) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11321&action=view) treelang.log -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27275

[Bug c++/9278] Illegal use of typedef to "void"

2006-04-23 Thread ben at decadentplace dot org dot uk
--- Comment #21 from ben at decadentplace dot org dot uk 2006-04-23 23:44 --- I have submitted a defect report about the difference from C in this respect; this is now C++ core DR 577: http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#577 Please could the "fix" to GCC be rever

[Bug middle-end/23442] Compiler fails to build - internal compiler error: in do_SUBST, at combine.c:462

2006-04-23 Thread tobutaz at gmail dot com
--- Comment #4 from tobutaz at gmail dot com 2006-04-23 23:57 --- This is annoying, all of these fail: 3.4.5, 3.4.6, 4.0.3, 4.1.0 I've tried to build from i386-linux-gnu instead of x86_64-linux-gnu by passing --host=i386 --target=m68k-elf to the configure script, to no avail. -- htt

[Bug middle-end/25776] [4.2 Regression] ICE in cgraph after error at -O1 and above

2006-04-23 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-04-24 00:38 --- here is the fix I came up with: Index: cgraphunit.c === --- cgraphunit.c(revision 113199) +++ cgraphunit.c(working copy) @@ -1404,7 +140

[Bug c/27150] [4.2 Regression] ICE with &parm_decl != 0 in build_binary_op

2006-04-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-04-24 00:38 --- Here is the fix: Index: c-typeck.c === --- c-typeck.c (revision 113199) +++ c-typeck.c (working copy) @@ -7978,7 +7978,8 @@ build_binary_op (enum tree

[Bug c++/9278] Illegal use of typedef to "void"

2006-04-23 Thread pinskia at gcc dot gnu dot org
--- Comment #22 from pinskia at gcc dot gnu dot org 2006-04-24 00:41 --- (In reply to comment #21) > Please could the "fix" to GCC be reverted until this issue is settled? Considering the orginal DR was rejected as not a defect, I doubt yours will have an effect also. See: http://anubi

Re: [Bug tree-optimization/26304] [4.2 Regression] 25_algorithms/prev_permutation/1.cc on powerpc{64,}-linux and powerpc-darwin

2006-04-23 Thread Daniel Berlin
On Sun, 2006-04-23 at 23:14 +, pinskia at gcc dot gnu dot org wrote: > > --- Comment #17 from pinskia at gcc dot gnu dot org 2006-04-23 23:14 > --- > Rewritting that loop like: > [kudzu:local/trunk/gcc] pinskia% svn diff tree-ssa-loop-niter.c > Index: tree-ssa-loop-niter.c >

[Bug tree-optimization/26304] [4.2 Regression] 25_algorithms/prev_permutation/1.cc on powerpc{64,}-linux and powerpc-darwin

2006-04-23 Thread dberlin at dberlin dot org
--- Comment #19 from dberlin at gcc dot gnu dot org 2006-04-24 01:10 --- Subject: Re: [4.2 Regression] 25_algorithms/prev_permutation/1.cc on powerpc{64,}-linux and powerpc-darwin On Sun, 2006-04-23 at 23:14 +, pinskia at gcc dot gnu dot org wrote: > > --- Comment #17

[Bug libstdc++/27256] gcc 4.1.0 compilation fails on RHEL AS 3 (x86_64)

2006-04-23 Thread ST at itsc dot cuhk dot edu dot hk
--- Comment #3 from ST at itsc dot cuhk dot edu dot hk 2006-04-24 01:30 --- Subject: RE: gcc 4.1.0 compilation fails on RHEL AS 3 (x86_64) Thanks a lot. -Original Message- From: pcarlini at suse dot de [mailto:[EMAIL PROTECTED] Sent: Saturday, April 22, 2006 4:50 PM To: ST

[Bug tree-optimization/27144] [4.2 regression] segfault with -O2 on x86_64 (and powerpc64)

2006-04-23 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-04-24 01:50 --- The ICE is due to looking at the type of a freed SSA_NAME during IV-OPTs. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/26740] [4.2 regression] ICE taking the address of a bound member function

2006-04-23 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-04-24 01:51 --- This patch fixes the ICE for me but I don't know if it is the correct one: Index: cp/typeck.c === --- cp/typeck.c (revision 113199) +++ cp/typeck.c (wor

[Bug middle-end/27088] [4.2 regression] Segfault with inlining producing negative shift count

2006-04-23 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-04-24 01:52 --- I can no longer reproduce this. Does it reproduce for you still? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27088

[Bug c++/27210] [4.2 Regression] ICE on c++ template

2006-04-23 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-04-24 01:54 --- This patch fixes the ICE for me but I don't know if it is the correct one: Index: tree.h === --- tree.h (revision 113199) +++ tree.h (working

[Bug target/27275] treelang test failures for biarch build

2006-04-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-04-24 01:56 --- This is a dup of bug 24955 which was closed as will not fix. *** This bug has been marked as a duplicate of 24955 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |

[Bug target/24955] ICE: rs6000_output_function_epilogue, at config/rs6000/rs6000.c:15204

2006-04-23 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-04-24 01:56 --- *** Bug 27275 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug testsuite/27274] execution test of gcc.dg/i386-sse-9.c fails on non-SSE CPU

2006-04-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-04-24 02:01 --- Confirmed. The testcase was introduced by: 2004-08-03 H.J. Lu <[EMAIL PROTECTED]> PR target/16570 * gcc.dg/i386-sse-9.c: New test. -- pinskia at gcc dot gnu dot org changed: What

[Bug c++/26912] [4.0/4.1/4.2 Regression] friend const member function specialization fails to compile

2006-04-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #2 from mmitchel at gcc dot gnu dot org 2006-04-24 03:50 --- Subject: Bug 26912 Author: mmitchel Date: Mon Apr 24 03:50:31 2006 New Revision: 113213 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113213 Log: PR c++/26912 * cp-tree.h (build_this_parm)

[Bug c++/26912] [4.0/4.1 Regression] friend const member function specialization fails to compile

2006-04-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #3 from mmitchel at gcc dot gnu dot org 2006-04-24 03:55 --- Fixed in 4.2. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug c++/27235] goto crossing P.O.D. initialization

2006-04-23 Thread acahalan at gmail dot com
--- Comment #11 from acahalan at gmail dot com 2006-04-24 04:10 --- When did gcc suddenly stop accepting new extensions? For years gcc has been more of a practical real-world compiler than a pedantic standards-only compiler. Many extensions have been added, both useful and useless. Just

[Bug target/21283] [4.0/4.1 regression] ICE with doubles

2006-04-23 Thread sayle at gcc dot gnu dot org
--- Comment #5 from sayle at gcc dot gnu dot org 2006-04-24 05:31 --- Subject: Bug 21283 Author: sayle Date: Mon Apr 24 05:31:28 2006 New Revision: 113215 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113215 Log: PR target/21283 * config/fr30/fr30.md (define_sp