[Bug ada/21959] [4.1 Regression] Ada depends on signed overflow

2005-06-10 Thread pluto at agmk dot net
r throw in middle of block. D.1948_45 = ada__numerics__complex_types__compose_from_cartesian (r_xD.1914_34, r_yD.1915_5); +===GNAT BUG DETECTED==+ | 4.1.0 20050610 (experimental) (i686-pld-linux-gnu) verify_stmts failed. | | Error det

[Bug ada/21959] [4.1 Regression] Ada depends on signed overflow

2005-06-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-10 21:26 --- (In reply to comment #6) > with this workaround stage3 fails :/ Yes that is PR 21994 and then we are blocked by 21923. -- What|Removed |Added ---

[Bug java/22011] New: converting jar files into .so library in win32

2005-06-10 Thread snambi at gmail dot com
gcj crashes while trying to convert jar to shared library [EMAIL PROTECTED] /c/otp/otp/src $ gcj -v -save-temps -shared -findirect-dispatch -fjni -fPIC $ACTIVEMQ_HOME/lib/activemq-core-3.0.jar -o core.jar.so Using built-in specs. Reading specs from c:/software/gcc/thisiscool/4.0/bin/../lib/gcc/i6

[Bug tree-optimization/20256] Perfect nest transformation not conservative enough

2005-06-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-10 21:41 --- (In reply to comment #5) > On the mainline we get a different ICE: After: 2005-06-10 Daniel Berlin <[EMAIL PROTECTED]> * lambda-code.c (replace_uses_equiv_to_x_with_y): Check step and acc

[Bug target/21981] __m64 return value should be returned in %mm0

2005-06-10 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-10 21:45 --- Subject: Bug 21981 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-10 21:45:15 Modified files: gcc: ChangeLog gcc/config/i386: i

[Bug fastjar/22012] New: fastjar -C gets confused with more than one argument

2005-06-10 Thread debian-gcc at lists dot debian dot org
+ mkdir -p tmp/a tmp/b + touch tmp/a/a.class tmp/b/b.class + fastjar cvf -C tmp a b adding: META-INF/ (in=0) (out=0) (stored 0%) adding: META-INF/MANIFEST.MF (in=56) (out=56) (stored 0%) adding: tmp/ (in=0) (out=0) (stored 0%) adding: tmp/a/ (in=0) (out=0) (stored 0%) adding: tmp/a/a.class (in=0) (

[Bug c++/22005] [4.1 Regression] ICE: SSA_NAME verification failure

2005-06-10 Thread kreckel at ginac dot de
--- Additional Comments From kreckel at ginac dot de 2005-06-10 22:10 --- (In reply to comment #5) > Note this code really contains some invalid inline-asm: > __asm__("jmp " "" "cl_module__cl_prin_globals__ctorend"); > > __asm__ ("\n" "" "cl_module__" "cl_prin_globals" "__dtorend" ":");

[Bug c++/22005] [4.1 Regression] ICE: SSA_NAME verification failure

2005-06-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-10 22:12 --- (In reply to comment #7) > Though unrelated: What exactly is invalid here? You are jumping out of an asm which is invalid as there is no way for GCC to know that. Also the label in the function gives GCC no

[Bug c++/22005] [4.1 Regression] ICE: SSA_NAME verification failure

2005-06-10 Thread dberlin at dberlin dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-06-10 22:13 --- Subject: Re: [4.1 Regression] ICE: SSA_NAME verification failure On Fri, 2005-06-10 at 22:10 +, kreckel at ginac dot de wrote: > --- Additional Comments From kreckel at ginac dot de 2005-0

[Bug fortran/19926] Incorrect rank with PARAMETER and array element.

2005-06-10 Thread eedelman at acclab dot helsinki dot fi
--- Additional Comments From eedelman at acclab dot helsinki dot fi 2005-06-10 23:35 --- This patch seems to fixe the bug: Index: gcc/fortran/primary.c === RCS file: /cvsroot/gcc/gcc/gcc/fortran/primary.c,v retrieving revis

[Bug middle-end/21985] [4.0/4.1 Regression] miscompiled or wrong code snippet?

2005-06-10 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-06-10 23:41 --- Must be a fold bug, caused by this: http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00715.html My .gimple dump already looks wrong: main () { unsigned char * b.0; unsigned char * D.1575; int D.1

[Bug middle-end/21985] [4.0/4.1 Regression] miscompiled or wrong code snippet?

2005-06-10 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-06-10 23:45 --- This is broken: *** fold (tree expr) *** 7074,7084 { HOST_WIDE_INT diff; ! if (TREE_CODE (arg0) == ADDR_EXPR ! && TREE_CODE (arg1) == ADDR_EXPR !

[Bug middle-end/21985] [4.0/4.1 Regression] miscompiled or wrong code snippet?

2005-06-10 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-06-10 23:46 --- Make that: (gdb) p debug_generic_expr(arg0) &bD.1572 $7 = void (gdb) p debug_generic_expr(arg1) bD.1572 $8 = void (gdb) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21985

[Bug c++/10611] operations on vector mode not recognized in C++

2005-06-10 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-11 00:16 --- Subject: Bug 10611 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-06-11 00:16:03 Modified files: gcc/cp : Change

[Bug c++/10611] operations on vector mode not recognized in C++

2005-06-10 Thread aldyh at gcc dot gnu dot org
--- Additional Comments From aldyh at gcc dot gnu dot org 2005-06-11 00:20 --- Fixed on mainline. Backported to 3.4. 4.0 patch will be committed once the branch is opened. -- What|Removed |Added --

[Bug tree-optimization/21817] [4.0 Regression] ICE in for_each_index, at tree-ssa-loop-im.c:200

2005-06-10 Thread danglin at gcc dot gnu dot org
--- Additional Comments From danglin at gcc dot gnu dot org 2005-06-11 00:56 --- Test fails on hppa2.0-hp-hpux11.11: Executing on host: /mnt/gnu/gcc-3.3/objdir/gcc/xgcc -B/mnt/gnu/gcc-3.3/objdir/gc c/ /mnt/gnu/gcc-3.3/gcc/gcc/testsuite/gcc.dg/torture/pr21817-1.c -O0 -S -o pr21817-1

[Bug c/22013] New: ICE in gimple_add_tmp_var, at gimplify.c:535

2005-06-10 Thread marcus at jet dot franken dot de
ort, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html> for instructions. gcc version 4.1.0 20050610 (experimental) -- Summary: ICE in gimple_add_tmp_var, at gimplify.c:535 Product: gcc Version: 4.1.0 Status: UNCONFIRMED

[Bug c/22013] ICE in gimple_add_tmp_var, at gimplify.c:535

2005-06-10 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-06-11 06:11 --- Created an attachment (id=9067) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9067&action=view) dialog.i gcc -c -O2 dialog.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22013

<    1   2