[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

[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 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++/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 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 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 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: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 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 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 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 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 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 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 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 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 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 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 tree-optimization/19910] ICE with -ftree-loop-linear

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:20 --- Fixed on the mainline. -- What|Removed |Added Status|ASSIGNED

[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:18 --- On the mainline we get a different ICE: t.c: In function 'do_mid_forward': t.c:5: internal compiler error: tree check: expected integer_cst, have scev_not_known in int_cst_value, at tree.c:6342 Please subm

[Bug middle-end/21965] Openssl segfaults when compiled with gcc 4.0.0 on solaris 9

2005-06-10 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|critical|normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21965

[Bug c++/22007] New testsuite failure on Tru64 UNIX V4.0F: g++.dg/eh/cleanup1.C

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:11 --- A backtrace would be nice. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22007

[Bug fortran/22010] Namelists defined in modules not handled properly

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:10 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-06-10 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-10 21:10 --- > I'm attaching the new patch, please take a look Attached patch does not apply cleanly on today's CVS. However, when failing hunks are integrated manually, the source then builds cleanly (languages=c,f95

[Bug rtl-optimization/21991] missed-optimization setcc boolean compare

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:08 --- Confirmed. -- What|Removed |Added Severity|normal |enhancemen

[Bug c++/22003] [4.1 Regression] -freorder-blocks-and-partition and thunks

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:02 --- Confirmed, reduced testcase: struct c1 { virtual ~c1(); }; class c4; struct c2 { virtual c4* func(); }; struct c3 : c1, c2 { c4* func(); }; c4* c3::func() { } -- What|Removed

[Bug libgcj/9463] add native methods for file name encoding

2005-06-10 Thread aurelien at aurel32 dot net
--- Additional Comments From aurelien at aurel32 dot net 2005-06-10 21:01 --- The problem is still there with gcc-4.0 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9463

[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 20:22 --- Confirmed, reduced testcase: struct cl_string { union{ int i; }; cl_string (); }; struct cl_print_univpoly_flags { cl_string univpoly_varname; }; struct cl_print_flags: cl_print_univpoly_flags {int i;};

[Bug fortran/22010] New: Namelists defined in modules not handled properly

2005-06-10 Thread gcc-bugzilla at chatsubo dot lagged dot za dot net
The following code (where input.dat is a file that does not contain a debugging namelist entry) goes wrong: MODULE debug LOGICAL debug_area NAMELIST/debugging/debug_area END MODULE debug PROGRAM ding USE debug IMPLICIT NONE INTEGER :: ios OPEN(unit=10, status='unknown', file='input.da

[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 19:49 --- 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" ":"); But that is not causing

[Bug c++/22009] Friend declaration of a private member function produces error in g++-4.0

2005-06-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-10 19:24 --- The code is invalid. See DR 209 which was closed as not a defect. http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/cwg_closed.html#209 This is a dup of bug 7809 which changed the behavior of GCC to match the st

[Bug c++/7809] befriending inaccessible names

2005-06-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-10 19:24 --- *** Bug 22009 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/22009] New: Friend declaration of a private member function produces error in g++-4.0

2005-06-10 Thread fjahanian at apple dot com
I think following test case is correct. But g++-4.0 produces a diagnostics. We should be able to declare a private member function of a class as a friend of another class in order for the member function be able to access private members of the befriended class. class FriendTestTo; class Fri

[Bug tree-optimization/21982] GCC should combine adjacent stdio calls

2005-06-10 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2005-06-10 19:07 --- Subject: Re: GCC should combine adjacent stdio calls On Fri, 10 Jun 2005, ghazi at gcc dot gnu dot org wrote: > > --- Additional Comments From ghazi at gcc dot gnu dot org 2005-06-10 > 15:05 -

[Bug target/21745] ICE during build of h8300 cross-compiler

2005-06-10 Thread marcel at telka dot sk
-- What|Removed |Added CC||marcel at telka dot sk http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21745

[Bug c++/22008] [4.0/4.1 Regression] ICE on valid code

2005-06-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-10 18:56 --- Confirmed, reduced testcase: struct a { static int k; a(const a &x); }; void f(volatile a x) { x.k; } -- What|Removed |Added -

[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 18:52 --- (In reply to comment #4) as the thread said this is only a workaround. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21959

[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 18:51 --- -fno-tree-salias works around the ICE. -- What|Removed |Added CC|

[Bug target/8972] [arc-7-elf] the c code ' x << i' causes infinite loop when i = 0

2005-06-10 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-06-10 18:34 --- No, that'd be wrong. The correct status for a bug with a pending patch is ASSIGNED. -- What|Removed |Added ---

[Bug target/8972] [arc-7-elf] the c code ' x << i' causes infinite loop when i = 0

2005-06-10 Thread saurabh dot verma at codito dot com
--- Additional Comments From saurabh dot verma at codito dot com 2005-06-10 18:32 --- Patch waiting for feedback Can we update the status for this bug as "waiting for feedback" ( I do not have the required permissions ) -- What|Removed |Added --

[Bug target/8973] [arc-7-elf] the interupt handler does not return properly, uses j.d insted of j.d.f

2005-06-10 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-06-10 18:32 --- No that's wrong. WAITING means waiting feedback *from submitter*. -- What|Removed |Added

[Bug target/8973] [arc-7-elf] the interupt handler does not return properly, uses j.d insted of j.d.f

2005-06-10 Thread saurabh dot verma at codito dot com
--- Additional Comments From saurabh dot verma at codito dot com 2005-06-10 18:29 --- Marking as waiting for feedback (See patch link above) -- What|Removed |Added

[Bug middle-end/21939] [3.4 Regression] corrupted memory with deque of >63 items

2005-06-10 Thread magerman at rentec dot com
--- Additional Comments From magerman at rentec dot com 2005-06-10 18:29 --- On sun-sparc-solaris2.8: Compiling with -fno-gcse eliminates the problem for both sample programs. Compiling with -fno-gcse-las eliminates the problem for both sample programs. Compiling with -fno-gcse-lm cau

[Bug c++/22008] New: ICE on valid code

2005-06-10 Thread ppluzhnikov at charter dot net
The test was reduced from PlumHall test X_132p92: $ cat x_132p92.cc struct X_132p92 { static int k; // [1] X_132p92(const X_132p92 &x);// [2] }; void f_132p92(volatile X_132p92 x) // [3] { bool b = x.k >= 1; } $ g++4 -c x_132p92.cc x_132p92.cc: In function â: x_

[Bug c++/22007] New: New testsuite failure on Tru64 UNIX V4.0F: g++.dg/eh/cleanup1.C

2005-06-10 Thread gcc-bugzilla at gcc dot gnu dot org
Between 20050113 and 20050609, there occured a new testsuite failure on the 4.0 branch on Tru64 UNIX V4.0F: +FAIL: g++.dg/eh/cleanup1.C (test for excess errors) FAIL: g++.dg/eh/cleanup1.C (test for excess errors) Excess errors: Stack overflow: pid 11784, proc cc1plus, addr 0x11fdfffe0, pc 0x1201

[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-10 17:35 --- Subject: Bug 10611 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-10 17:35:37 Modified files: gcc/cp : ChangeLog cvt.c typeck.c Added files

[Bug target/22006] New: New IRIX 6.5 testsuite failures with gas: .space repeat count is zero, ignored

2005-06-10 Thread gcc-bugzilla at gcc dot gnu dot org
If switching from SGI as to GNU as 2.15, a couple of new testsuite failures occur on the 3.4 branch as of 20050607: +FAIL: gcc.dg/range-test-1.c (test for excess errors) FAIL: gcc.dg/range-test-1.c (test for excess errors) Excess errors: /var/tmp//ccj9FSrW.s:1483: Warning: .space repeat count is

[Bug target/21984] [4.1 regression] ICE in reload while compiling __mulxc3

2005-06-10 Thread schwab at suse dot de
--- Additional Comments From schwab at suse dot de 2005-06-10 17:32 --- Triggered by the combination of these two patches: 2005-05-25 Ulrich Weigand <[EMAIL PROTECTED]> * reload1.c (verify_initial_elim_offsets): Return boolean status instead of aborting. (reloa

[Bug c++/21987] [3.4 Regression] New testsuite failure g++.dg/warn/conversion-function-1.C

2005-06-10 Thread ro at techfak dot uni-bielefeld dot de
--- Additional Comments From ro at techfak dot uni-bielefeld dot de 2005-06-10 17:09 --- Subject: Re: [3.4 Regression] New testsuite failure g++.dg/warn/conversion-function-1.C I've also observed this on mips-sgi-irix5.3 and mips-sgi-irix6.5, so this may even be generic (at least not

[Bug middle-end/17961] ICE for operation on small vector with altivec enabled

2005-06-10 Thread aldyh at gcc dot gnu dot org
--- Additional Comments From aldyh at gcc dot gnu dot org 2005-06-10 17:06 --- Fixed in mainline. Waiting for 4.0 freeze to be lifted to commit there. http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00959.html -- What|Removed |Added ---

[Bug middle-end/17961] ICE for operation on small vector with altivec enabled

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 17:04 --- Subject: Bug 17961 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-10 17:04:09 Modified files: gcc/config/rs6000: sysv4.h linux64.h Added files:

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

2005-06-10 Thread schwab at suse dot de
--- Additional Comments From schwab at suse dot de 2005-06-10 16:59 --- > hmm, I can't test the 4.1 bootstrap with -fwrapv due to xgcc error. Try this to enable -fwrapv by default: --- misc.c 01 Jun 2005 10:00:47 +0200 1.102 +++ misc.c 08 Jun 2005 14:58:25 +0200 @@

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

2005-06-10 Thread schwab at suse dot de
--- Additional Comments From schwab at suse dot de 2005-06-10 16:57 --- > hmm, I can't test the 4.1 bootstrap with -fwrapv due to xgcc error. Try this > to enable -fwrapv by default: --- misc.c 01 Jun 2005 10:00:47 +0200 > 1.102 +++ misc.c08 Jun 2005 14:58:25 +0200

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

2005-06-10 Thread Ralf dot Wildenhues at gmx dot de
--- Additional Comments From Ralf dot Wildenhues at gmx dot de 2005-06-10 16:56 --- Created an attachment (id=9064) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9064&action=view) g++ output -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22005

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

2005-06-10 Thread Ralf dot Wildenhues at gmx dot de
--- Additional Comments From Ralf dot Wildenhues at gmx dot de 2005-06-10 16:55 --- Created an attachment (id=9063) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9063&action=view) preprocessed source that exposes this -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22005

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

2005-06-10 Thread Ralf dot Wildenhues at gmx dot de
--- Additional Comments From Ralf dot Wildenhues at gmx dot de 2005-06-10 16:54 --- *** Bug 22004 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22005

[Bug c++/22004] ICE: SSA_NAME varification failure

2005-06-10 Thread Ralf dot Wildenhues at gmx dot de
--- Additional Comments From Ralf dot Wildenhues at gmx dot de 2005-06-10 16:54 --- *** This bug has been marked as a duplicate of 22005 *** -- What|Removed |Added

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

2005-06-10 Thread Ralf dot Wildenhues at gmx dot de
CVS HEAD of today gives me a bunch of SSA errors and finally an ICE on this file (taken from CLN) when optimization is turned on: g++ -O1 -c cl_prin_globals.ii bzip'ed file plus error output attached. Sorry for the suboptimal naming (don't know what is happening here) and the large file size.

[Bug c++/22004] New: ICE: SSA_NAME varification failure

2005-06-10 Thread Ralf dot Wildenhues at gmx dot de
CVS HEAD of today gives me a bunch of SSA errors and finally an ICE on this file (taken from CLN) when optimization is turned on: g++ -O1 -c cl_prin_globals.ii bzip'ed file plus error output attached. Sorry for the suboptimal naming (don't know what is happening here) and the large file size.

[Bug c++/22003] -freorder-blocks-and-partition causes ICE on 4.1.0 (20050604)

2005-06-10 Thread zlynx at acm dot org
--- Additional Comments From zlynx at acm dot org 2005-06-10 16:45 --- Created an attachment (id=9062) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9062&action=view) Preprocessed source code to reproduce ICE -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22003

[Bug c++/22003] New: -freorder-blocks-and-partition causes ICE on 4.1.0 (20050604)

2005-06-10 Thread zlynx at acm dot org
x86_64-pc-linux-gnu-g++ -ansi -march=athlon64 -O3 -g -pipe -funit-at-a-time -fprefetch-loop-arrays -ftracer -fforce-addr -freorder-blocks-and-partition -funroll-loops -fvisibility-inlines-hidden -fno-exceptions -fno-check-new -fno-common -c /tmp/j1.cc decoderpluginhandler.cpp: In member funct

[Bug rtl-optimization/18612] Loop optimiser generates incorrect code.

2005-06-10 Thread tom at hukatronic dot cz
--- Additional Comments From tom at hukatronic dot cz 2005-06-10 15:58 --- This seems to be fixed in GCC 4.0.0. This is the code produced by GCC 4.0.0 with following command line: ~/Projects/gcc_m68k/bin/m68k-bsd-elf-gcc -S -O3 -m68000 -msoft-float -fno-exceptions -fno- inline test.c

[Bug other/12096] dejagnu truncates output from spawned commands randomly, causing intermittant failed tests

2005-06-10 Thread themis_hv at yahoo dot co dot uk
--- Additional Comments From themis_hv at yahoo dot co dot uk 2005-06-10 15:35 --- *** Bug 21996 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug testsuite/21996] [4.0 Regression] gcc.dg/format/ext-2.c

2005-06-10 Thread themis_hv at yahoo dot co dot uk
--- Additional Comments From themis_hv at yahoo dot co dot uk 2005-06-10 15:35 --- *** This bug has been marked as a duplicate of 12096 *** -- What|Removed |Added

[Bug tree-optimization/21994] [4.1 regression] ICE: verify_stmts failed

2005-06-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-10 15:22 --- Confirmed, here is a simple C++ program which shows the same issue: _Complex float f(void); _Complex float g(void) throw() { return f(); } -- What|Removed |Added --

[Bug tree-optimization/21982] GCC should combine adjacent stdio calls

2005-06-10 Thread ghazi at gcc dot gnu dot org
--- Additional Comments From ghazi at gcc dot gnu dot org 2005-06-10 15:05 --- (In reply to comment #33) > Subject: Re: GCC should combine adjacent stdio > calls > On Fri, 10 Jun 2005, ghazi at gcc dot gnu dot org wrote: > Since putc and puts are typically faster than printf (not needi

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

2005-06-10 Thread bdavis9659 at comcast dot net
--- Additional Comments From bdavis9659 at comcast dot net 2005-06-10 14:53 --- the behavour of -fugly-logint changed between gcc3.2 and above. which version are you using ? --bud davis -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21931

[Bug tree-optimization/21982] GCC should combine adjacent stdio calls

2005-06-10 Thread dnovillo at redhat dot com
--- Additional Comments From dnovillo at redhat dot com 2005-06-10 14:35 --- Subject: Re: GCC should combine adjacent stdio calls On Fri, Jun 10, 2005 at 02:28:36PM -, joseph at codesourcery dot com wrote: > Since putc and puts are typically faster than printf (not needing to pars

[Bug tree-optimization/21982] GCC should combine adjacent stdio calls

2005-06-10 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2005-06-10 14:28 --- Subject: Re: GCC should combine adjacent stdio calls On Fri, 10 Jun 2005, ghazi at gcc dot gnu dot org wrote: > I have the cpu time, but it seems premature. Your patch as it stands only > optimizes two

[Bug tree-optimization/21982] GCC should combine adjacent stdio calls

2005-06-10 Thread dnovillo at redhat dot com
--- Additional Comments From dnovillo at redhat dot com 2005-06-10 14:25 --- Subject: Re: GCC should combine adjacent stdio calls On Fri, Jun 10, 2005 at 02:22:05PM -, ghazi at gcc dot gnu dot org wrote: > I have the cpu time, but it seems premature. Your patch as it > stands onl

[Bug middle-end/20430] gfortran installed on Mac OS X using fink commander.

2005-06-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-10 14:22 --- No feedback in 3 months. -- What|Removed |Added Status|WAITING

[Bug tree-optimization/21982] GCC should combine adjacent stdio calls

2005-06-10 Thread ghazi at gcc dot gnu dot org
--- Additional Comments From ghazi at gcc dot gnu dot org 2005-06-10 14:22 --- (In reply to comment #30) > Subject: Re: GCC should combine adjacent stdio calls > On Fri, Jun 10, 2005 at 01:49:54PM -, joseph at codesourcery dot com wrote: > > Not that I really see the benefit of pri

[Bug tree-optimization/21994] [4.1 regression] ICE: verify_stmts failed

2005-06-10 Thread pinskia at gcc dot gnu dot org
-- Bug 21994 depends on bug 20610, which changed state. Bug 20610 Summary: Real by complex multiplications perform unnecessary operations http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20610 What|Old Value |New Value --

[Bug tree-optimization/20610] Real by complex multiplications perform unnecessary operations

2005-06-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-10 14:20 --- Yes it might break Ada, but since this is still fixed, I am going to keep this as fixed unless it is reverted. -- What|Removed |Added ---

[Bug tree-optimization/21994] [4.1 regression] ICE: verify_stmts failed

2005-06-10 Thread schwab at suse dot de
-- What|Removed |Added Bug 21994 depends on bug 20610, which changed state. Bug 20610 Summary: Real by complex multiplications perform unnecessary operations http://gcc.gnu.org/bugzi

[Bug tree-optimization/20610] Real by complex multiplications perform unnecessary operations

2005-06-10 Thread schwab at suse dot de
--- Additional Comments From schwab at suse dot de 2005-06-10 14:17 --- Breaks Ada on ia64. -- What|Removed |Added CC||schwab at

[Bug tree-optimization/22000] [4.0 Regression] Read from volatile member of struct is optimized away

2005-06-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-10 14:16 --- Still fails in 4.0.1. Confirmed. -- What|Removed |Added Status|UNCONFIRMED

[Bug rtl-optimization/22002] [4.0 Regression] internal consistency failure with -funroll-loops

2005-06-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-10 14:14 --- Confirmed, still fails in 4.0.1. -- What|Removed |Added Status|UNCONFIRMED

[Bug rtl-optimization/22002] [4.0 Regression] internal consistency failure with -funroll-loops

2005-06-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-10 14:13 --- Only happens in 4.0.x. Works fine in 4.1.0. Testing the 4.0.x branch right now. -- What|Removed |Added -

[Bug rtl-optimization/22001] ICE while building cross compiler

2005-06-10 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added GCC target triplet||m68k-rtems http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22001

[Bug rtl-optimization/22001] ICE while building cross compiler

2005-06-10 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c |rtl-optimization Keywords||build, ice-on-valid-code http://gcc.gnu.org/

[Bug rtl-optimization/22002] internal consistency failure with -funroll-loops

2005-06-10 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c |rtl-optimization Keywords||ice-on-valid-code http://gcc.gnu.org/bugzill

[Bug tree-optimization/22000] [4.0 Regression] Read from volatile member of struct is optimized away

2005-06-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-10 14:07 --- This works on the mainline, it might work on the 4.0.x branch too but I did not check yet. -- What|Removed |Added ---

[Bug c/22002] internal consistency failure with -funroll-loops

2005-06-10 Thread marcus at jet dot franken dot de
-- What|Removed |Added CC||matz at suse dot de, aj at ||suse dot de http://gcc.gnu.org/bug

[Bug c/22002] internal consistency failure with -funroll-loops

2005-06-10 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-06-10 14:04 --- Created an attachment (id=9060) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9060&action=view) legendre_poly.i gcc -O2 -funroll-loops -c legendre_poly.i -- http://gcc.gnu.org/bugzilla/show_

[Bug c/22002] New: internal consistency failure with -funroll-loops

2005-06-10 Thread marcus at jet dot franken dot de
the following attached testcase triggers a compiler error on powerpc64 with -funroll-loops only: gcc -O2 -funroll-loops -c legendre_poly.i legendre_poly.i: In function ‘f’: legendre_poly.i:15: fatal error: internal consistency failure compilation terminated. it is extracted from "gs

[Bug c/22001] New: ICE while building cross compiler

2005-06-10 Thread newell at cei dot net
Compiler info: /home/newell/rtems/tools/b-gcc/gcc/xgcc -v Using built-in specs. Target: m68k-rtems Configured with: ../gcc-4.0.0/configure --target=m68k-rtems --with-gnu-as --with-gnu-ld --with-newlib --verbose --enable-threads --enable-languages=c --prefix=/usr/rtems Thread model: rtems gcc vers

[Bug tree-optimization/22000] Read from volatile member of struct is optimized away

2005-06-10 Thread rpedersen at atmel dot com
--- Additional Comments From rpedersen at atmel dot com 2005-06-10 14:00 --- Created an attachment (id=9059) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9059&action=view) Preprocessed testcase. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22000

[Bug tree-optimization/22000] New: Read from volatile member of struct is optimized away

2005-06-10 Thread rpedersen at atmel dot com
In the code below the read "(int)ptr->b;" gets optimized away. It appears to be optimized away before the RTL stages, so I guess it must be because of the tree optimalisation. I think that the C standard says C that the "name" of variable becomes an rvalue (the actual value) thus requires that th

[Bug tree-optimization/21982] GCC should combine adjacent stdio calls

2005-06-10 Thread dnovillo at redhat dot com
--- Additional Comments From dnovillo at redhat dot com 2005-06-10 13:56 --- Subject: Re: GCC should combine adjacent stdio calls On Fri, Jun 10, 2005 at 01:49:54PM -, joseph at codesourcery dot com wrote: > Not that I really see the benefit of printf merging in any case; without

[Bug tree-optimization/21982] GCC should combine adjacent stdio calls

2005-06-10 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2005-06-10 13:49 --- Subject: Re: GCC should combine adjacent stdio calls On Fri, 10 Jun 2005, ghazi at gcc dot gnu dot org wrote: > With regards to "%d" followed by "%.5s", I don't see any difference > regardless > of the

[Bug c/21999] gmake: *** No rule to make target `../libiberty/libiberty.a', needed by `genmodes'. Stop.

2005-06-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-10 13:36 --- You configured/built in the gcc subdirectory. You need to configure/build in the top level directory. -- What|Removed |Added ---

[Bug c/21999] New: gmake: *** No rule to make target `../libiberty/libiberty.a', needed by `genmodes'. Stop.

2005-06-10 Thread scott at slowass dot net
./configure && gmake, in their entirety, produces this screen-odd-full before stopping: TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/bash ../gcc/mkconfig.sh config.h TARGET_CPU_DEFAULT="" \ HEADERS="config/rs6000/rs6000.h config/dbxelf.h config/elfos.h config/netbsd.h

[Bug tree-optimization/21997] vectorization inhibited by gcc's choice to view an integer as a boolean

2005-06-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-10 13:30 --- Since "a == 0" is the canonical version of a?0:1, the vectorizer should recognize it. Confirmed. -- What|Removed |Added

[Bug tree-optimization/21998] (cond ? result1 : result2) is vectorized, where equivalent if-syntax isn't

2005-06-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-10 13:26 --- They are not equivalent to GCC, the first always stores, the second has a conditional store. -- What|Removed |Added -

[Bug tree-optimization/21998] New: (cond ? result1 : result2) is vectorized, where equivalent if-syntax isn't

2005-06-10 Thread stefaan dot deroeck at gmail dot com
o-recursion : (reconfigured) /esat/alexandria1/sderoeck/src/gcc/main/configure --prefix=/esat/olympia/install --program-suffix=-cvs --enable-languages=c,c++ --no-create --no-recursion Thread model: posix gcc version 4.1.0 20050610 (experimental) /esat/olympia/install/libexec/gcc/i686-pc-linux-gnu/4.

[Bug libfortran/21995] Problem using spread intrinsic

2005-06-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-10 13:20 --- I get the following on the mainline: At line 4 of file t.f Fortran runtime error: return rank too large in spread() -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21995

[Bug tree-optimization/21997] New: vectorization inhibited by gcc's choice to view an integer as a boolean

2005-06-10 Thread stefaan dot deroeck at gmail dot com
eroeck/src/gcc/main/configure --prefix=/esat/olympia/install --program-suffix=-cvs --enable-languages=c,c++ --no-create --no-recursion Thread model: posix gcc version 4.1.0 20050610 (experimental) /esat/olympia/install/libexec/gcc/i686-pc-linux-gnu/4.1.0/cc1plus -quiet -v -D_GNU_SOURCE vecttest.c

[Bug tree-optimization/21982] GCC should combine adjacent stdio calls

2005-06-10 Thread dnovillo at redhat dot com
--- Additional Comments From dnovillo at redhat dot com 2005-06-10 13:15 --- Subject: Re: GCC should combine adjacent stdio calls On Thu, Jun 09, 2005 at 07:52:42PM -, joseph at codesourcery dot com wrote: > > > extern char *s; > > > extern int i; > > > > > > printf("%d", i); > >

[Bug libfortran/21995] Problem using spread intrinsic

2005-06-10 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|fortran |libfortran http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21995

  1   2   >