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
--- 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
---
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
--- 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
--- 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
+ 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) (
--- 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" ":");
--- 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
--- 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
--- 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
--- 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
--- 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
!
--- 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
--- 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
--- 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
--
--- 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
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
--- 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
101 - 118 of 118 matches
Mail list logo