[Bug target/32661] __builtin_ia32_vec_ext suboptimal for pointer/ref args

2007-07-13 Thread ubizjak at gmail dot com
--- Comment #7 from ubizjak at gmail dot com 2007-07-13 06:08 --- I have following patch that solves nested VEC_SELECT insn. However, I would like to enhance it for nested VEC_SELECT (VEC_SELECT (VEC_DUPLICATE (...))) that is generated i.e. for __builtin_ia32_vec_ext_v4si(*val, 2);

[Bug fortran/32310] Intel-darwin specific ICE on CP2K code

2007-07-13 Thread jv244 at cam dot ac dot uk
--- Comment #7 from jv244 at cam dot ac dot uk 2007-07-13 07:17 --- is this still failing ? Yesterday, I ran a valgrinded compilation of CP2K, and it showed no errors (didn't check memory leaks). This has been on x86_64 though. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32310

[Bug fortran/32727] [4.3 regression] bogus error: Error: Symbol 'sort' referenced at (1) not found in module 'util'

2007-07-13 Thread jv244 at cam dot ac dot uk
--- Comment #14 from jv244 at cam dot ac dot uk 2007-07-13 07:14 --- (In reply to comment #13) I would use your cp2k testcase but it does not compile on Cygwin - it runs out of memory during compilation. When I have a moment, I'll break itup. yes, it can be trivially split after

[Bug bootstrap/32753] New: building a crosscompiler for arm-elf fails because of an error in cirrus.md

2007-07-13 Thread leo at marco dot de
When trying to build a crosscompiler for arm-elf with cd i386-linux8; CC=gcc CFLAGS=-O LDFLAGS=-s CLIB= LANGUAGES=c ../gcc-4.2.1-RC-20070703/configure --srcdir=../gcc-4.2.1-RC-20070703 --prefix=/usr/arch --with-local-prefix=/usr/arch --target=arm-elf --with-newlib --disable-libssp it will fail

[Bug bootstrap/32753] building a crosscompiler for arm-elf fails because of an error in cirrus.md

2007-07-13 Thread leo at marco dot de
--- Comment #1 from leo at marco dot de 2007-07-13 07:12 --- Created an attachment (id=13908) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13908action=view) Stupid patch to fix the problem -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32753

[Bug tree-optimization/32589] [4.3 regression] exp_dbug.adb:981: error: invalid array index

2007-07-13 Thread rob1weld at aol dot com
--- Comment #14 from rob1weld at aol dot com 2007-07-13 07:27 --- Comment #13 From Eric Botcazou 2007-07-12 06:00 [reply] --- Please do not pollute this ticket with unrelated stuff. I posted here after previously searching many messages, and again re-searching more messages to see

[Bug other/32754] New: The opt?-gen.awk file generators produce incorrect credits

2007-07-13 Thread rob1weld at aol dot com
Files: gcc-4_2-branch/gcc/optc-gen.awk , gcc-4_2-branch/gcc/opth-gen.awk , gcc-4_3-trunk/gcc/optc-gen.awk and gcc-4_3-trunk/gcc/opth-gen.awk All contain this credit line: print /* This file is auto-generated by opts.sh. */ Numerous documents and other files all mention opts.sh but I can find

[Bug rtl-optimization/32747] [4.3 Regression] ICE segmentation fault or abort in combine on alpha

2007-07-13 Thread belyshev at depni dot sinp dot msu dot ru
--- Comment #1 from belyshev at depni dot sinp dot msu dot ru 2007-07-13 08:26 --- Broken by r126517: 2007-07-10 Ian Lance Taylor [EMAIL PROTECTED] Replace no_new_pseudos in backends. ... -- belyshev at depni dot sinp dot msu dot ru changed: What

[Bug middle-end/32004] [4.1/4.2/4.3 regression] : can't find a register in class 'GENERAL_REGS' while reloading 'asm'

2007-07-13 Thread paolo dot bonzini at lu dot unisi dot ch
--- Comment #36 from paolo dot bonzini at lu dot unisi dot ch 2007-07-13 09:57 --- Subject: Re: [4.1/4.2/4.3 regression] : can't find a register in class 'GENERAL_REGS' while reloading 'asm' kkojima at gcc dot gnu dot org wrote: --- Comment #33 from kkojima at gcc dot gnu dot

[Bug middle-end/32546] 'warning: array subscript is above/below array bounds' on delete[]

2007-07-13 Thread mueller at gcc dot gnu dot org
--- Comment #2 from mueller at gcc dot gnu dot org 2007-07-13 11:10 --- unfortunately setting TREE_NO_WARNING on the synthesized delete[] parameters does not help because it is lost during middle end folding -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32546

[Bug tree-optimization/32721] CCP removes volatile qualifiers.

2007-07-13 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2007-07-13 12:19 --- Actually, the optimized dump ist still correct: main () { int D.2011; bb 2: spinlock[0] = 0; spinlock[1] = 0; bb 3: D.2011 = spinlock[0]; if (D.2011 != 0) goto bb 3; else goto bb 4; bb 4:

[Bug other/32188] DFP instrinic document is out of date

2007-07-13 Thread hjl at lucon dot org
--- Comment #4 from hjl at lucon dot org 2007-07-13 13:22 --- Fixed. -- hjl at lucon dot org changed: What|Removed |Added Status|NEW

[Bug libgcj/30632] libgcj failed to build for Linux/ia64

2007-07-13 Thread hjl at lucon dot org
--- Comment #5 from hjl at lucon dot org 2007-07-13 13:26 --- Seems to work now. -- hjl at lucon dot org changed: What|Removed |Added Status|UNCONFIRMED

[Bug target/32661] __builtin_ia32_vec_ext suboptimal for pointer/ref args

2007-07-13 Thread ubizjak at gmail dot com
--- Comment #8 from ubizjak at gmail dot com 2007-07-13 13:25 --- Patch for SImode and SFmode vec_select at http://gcc.gnu.org/ml/gcc-patches/2007-07/msg01263.html -- ubizjak at gmail dot com changed: What|Removed |Added

[Bug other/32188] DFP instrinic document is out of date

2007-07-13 Thread hjl at gcc dot gnu dot org
--- Comment #3 from hjl at gcc dot gnu dot org 2007-07-13 13:22 --- Subject: Bug 32188 Author: hjl Date: Fri Jul 13 13:22:10 2007 New Revision: 126619 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=126619 Log: 2007-07-13 H.J. Lu [EMAIL PROTECTED] PR other/32188

[Bug ada/32733] g-spipat.adb:1597: error: definition in block 11 does not dominate use in block 12

2007-07-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #3 from ebotcazou at gcc dot gnu dot org 2007-07-13 13:15 --- Confirmed on platforms using SJLJ exceptions for Ada. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/31320] Illegal read with gfortran.dg/alloc_comp_assign_2.f90 and *_3.f90

2007-07-13 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2007-07-13 13:47 --- (In reply to comment #5) struct a a.0; struct array1_int4 parm.2; parm.2.dim[0].ubound = 3; a.0.i = (struct array1_int4) parm.2; /* ubound == 3 */ a.0.i.dim[0].ubound =

[Bug rtl-optimization/32755] Seg fault when compile CPU2000 with -fsee

2007-07-13 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2007-07-13 13:07 --- -fsee is broken. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32755

[Bug tree-optimization/32721] [4.3 Regression] CCP removes volatile qualifiers.

2007-07-13 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Known to work||4.1.2 4.2.0 Summary|CCP removes volatile|[4.3

[Bug tree-optimization/32721] CCP removes volatile qualifiers.

2007-07-13 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2007-07-13 12:36 --- Basically we could just make sure to preserve TREE_THIS_VOLATILE on folded memory references *spinlock[0] (where the indirect reference has this flag set, but the result from maybe_fold_offset_to_reference,

[Bug rtl-optimization/32755] Seg fault when compile CPU2000 with -fsee

2007-07-13 Thread hjl at lucon dot org
-- hjl at lucon dot org changed: What|Removed |Added CC||hjl at lucon dot org Status|UNCONFIRMED |NEW

[Bug ada/32733] g-spipat.adb:1597: error: definition in block 11 does not dominate use in block 12

2007-07-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #4 from ebotcazou at gcc dot gnu dot org 2007-07-13 13:15 --- Investigating. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/32721] [4.3 Regression] CCP removes volatile qualifiers.

2007-07-13 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rguenth at gcc dot gnu dot |dot org

[Bug middle-end/32546] 'warning: array subscript is above/below array bounds' on delete[]

2007-07-13 Thread mueller at gcc dot gnu dot org
--- Comment #1 from mueller at gcc dot gnu dot org 2007-07-13 11:05 --- this is yet another case of the middle end folding memory arithmetics back into an array ref that is out of bounds: operator delete [] ((void *) A + 0xfffc); (from orig dump) later it is:

[Bug tree-optimization/32705] [4.3 regression] ICE in set_ssa_val_to, at tree-ssa-sccvn.c:1022

2007-07-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #7 from ebotcazou at gcc dot gnu dot org 2007-07-13 14:37 --- Does this function have cfun-static_chain_decl being used, and we have a copy of that here? No, it's a toplevel function. It is theoretically safe to call set_ssa_to_val with to == vn_top, but it's probably

[Bug c++/32756] New: wrong ambiguous overload error?

2007-07-13 Thread mueller at gcc dot gnu dot org
Hi, this might be invalid, needs verification. starting with gcc 4.3, the following testcase is rejected: === Cut === class QString; struct QByteArray { QByteArray (); bool operator!= (const QString s2) const; }; bool operator!= (const QByteArray a1, const QByteArray a2); struct

[Bug fortran/32665] allocatable array on lhs deleted while still in use on rhs

2007-07-13 Thread dfranke at gcc dot gnu dot org
--- Comment #3 from dfranke at gcc dot gnu dot org 2007-07-13 09:58 --- Paul, please have a look at PR31320 as well. The issue described there is at least very close to your observation. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32665

[Bug fortran/32665] allocatable array on lhs deleted while still in use on rhs

2007-07-13 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2007-07-13 09:50 --- This is a two-in-oner; as well as the deallocation, this is broken: $ cat pr32665.f90 TYPE :: x INTEGER, ALLOCATABLE :: a(:) END TYPE TYPE(x) :: a, b call foo b = x((/ (a%a), 4 /)) print *, foo gives

[Bug c/32751] Missed optimization with function ptrs even when inline

2007-07-13 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2007-07-13 09:41 --- We would have to re-build cgraph edges incrementally during inlining. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/32755] Seg fault when compile CPU2000 with -fsee

2007-07-13 Thread Joey dot ye at intel dot com
--- Comment #1 from Joey dot ye at intel dot com 2007-07-13 09:21 --- Created an attachment (id=13909) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13909action=view) Reduced testcase GCC crashes with gcc -O2 -fsee case-see.c -c Fails at all recent 4.3 trunk. --

[Bug rtl-optimization/32755] New: Seg fault when compile CPU2000 with -fsee

2007-07-13 Thread Joey dot ye at intel dot com
4.3 trunk fails to build any 2006 with -fsee on x86_64: gcc -c -o av.o -DSPEC_CPU -DNDEBUG -DPERL_CORE -O2 -fsee -DSPEC_CPU_LP64 -DSPEC_CPU_LINUX_X64 av.c av.c: In function 'Perl_av_reify': av.c:50: internal compiler error: Segmentation fault -- Summary: Seg fault when

[Bug target/32749] [4.3 regression]: gfortran.dg/auto_array_1.f90

2007-07-13 Thread hjl at lucon dot org
--- Comment #2 from hjl at lucon dot org 2007-07-13 14:50 --- revision 126030 works. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32749

[Bug target/32748] [4.3 regression]: gfortran.dg/array_constructor_6.f90

2007-07-13 Thread hjl at lucon dot org
--- Comment #1 from hjl at lucon dot org 2007-07-13 14:50 --- revision 126200 works. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32748

[Bug rtl-optimization/32755] Seg fault when compile CPU2000 with -fsee

2007-07-13 Thread Joey dot ye at intel dot com
--- Comment #2 from Joey dot ye at intel dot com 2007-07-13 09:27 --- Root cause looks like at see.c line 1643: emit_insn_after (merged_ref, ref); delete_insn (ref); where merged_ref and ref have the same INSN_UID. delete_insn will clear the df information of that UID,

[Bug middle-end/32004] [4.1/4.2/4.3 regression] : can't find a register in class 'GENERAL_REGS' while reloading 'asm'

2007-07-13 Thread bonzini at gcc dot gnu dot org
--- Comment #35 from bonzini at gnu dot org 2007-07-13 09:28 --- Subject: Bug 32004 Author: bonzini Date: Fri Jul 13 09:28:16 2007 New Revision: 126616 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=126616 Log: 2007-07-13 Paolo Bonzini [EMAIL PROTECTED] Revert these

[Bug fortran/32665] allocatable array on lhs deleted while still in use on rhs

2007-07-13 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2007-07-13 13:48 --- (In reply to comment #3) Paul, please have a look at PR31320 as well. The issue described there is at least very close to your observation. (In reply to comment #3) Paul, please have a look at PR31320 as well.

[Bug fortran/32737] internal compiler error: Segmentation fault

2007-07-13 Thread alex_zuma1 at yahoo dot com
--- Comment #9 from alex_zuma1 at yahoo dot com 2007-07-13 12:35 --- (In reply to comment #8) I downloaded the latest binaries and I had no problems compiling the code. The bug must have been fixed recently (I downloaded gfortran at the beginning of July 07). What should I do with the

[Bug tree-optimization/32705] [4.3 regression] ICE in set_ssa_val_to, at tree-ssa-sccvn.c:1022

2007-07-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #8 from ebotcazou at gcc dot gnu dot org 2007-07-13 15:12 --- visit_phi is called on a PHI node with 1 argument (shrinked by DOM): I presume this degenerated PHI is not eliminated because it is abnormal: (gdb) p debug_tree(phi) phi_node 0x5577f700 asm_written (gdb) p

[Bug c++/32089] Winline reports bogus warning

2007-07-13 Thread James dot W dot Mckelvey at jpl dot nasa dot gov
--- Comment #5 from James dot W dot Mckelvey at jpl dot nasa dot gov 2007-07-13 15:28 --- (In reply to comment #3) Can you attach the preprocessed source? I did on June 10, I see the status is still Waiting. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32089

[Bug c/32757] New: Optimizer too aggressive

2007-07-13 Thread frederic dot merizen at gmail dot com
When compiling the following code with -O2 or -Os, the if clause at the end of STRING_hash_code is optimized away, yielding in a negative result if(R0){ R=~R; } With -O1 everything works as expected (positive result) #include stdint.h #include stdio.h #include string.h typedef struct

[Bug fortran/32737] internal compiler error: Segmentation fault

2007-07-13 Thread fxcoudert at gcc dot gnu dot org
--- Comment #10 from fxcoudert at gcc dot gnu dot org 2007-07-13 15:28 --- (In reply to comment #9) What should I do with the bug on Bugzilla? I'll close it for you. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/32757] Optimizer too aggressive

2007-07-13 Thread rask at sygehus dot dk
--- Comment #1 from rask at sygehus dot dk 2007-07-13 15:34 --- I don't see how R can become negative: R=0; while (...) { ... R=R*5+[unsigned value here]; ... } What am I missing? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32757

[Bug c/32757] Optimizer too aggressive

2007-07-13 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2007-07-13 15:35 --- Overflow of signed integers is undefined. Use an unsigned quantity for R. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/32751] Missed optimization with function ptrs even when inline

2007-07-13 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-07-13 15:46 --- *** This bug has been marked as a duplicate of 9079 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/9079] [tree-ssa] Inline constant function pointers

2007-07-13 Thread pinskia at gcc dot gnu dot org
--- Comment #15 from pinskia at gcc dot gnu dot org 2007-07-13 15:46 --- *** Bug 32751 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/31519] spurious ICE messages when module does not compile

2007-07-13 Thread fxcoudert at gcc dot gnu dot org
--- Comment #7 from fxcoudert at gcc dot gnu dot org 2007-07-13 15:47 --- (In reply to comment #6) Bugs where the compiler proper crashes when run under the driver, but not when run directly, can often be reproduced by varying the amount of space taken up by environment variables,

[Bug tree-optimization/32705] [4.3 regression] ICE in set_ssa_val_to, at tree-ssa-sccvn.c:1022

2007-07-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #9 from ebotcazou at gcc dot gnu dot org 2007-07-13 15:48 --- And of course the naive patch: [EMAIL PROTECTED]:~/svn/gcc/gcc Index: tree-ssa-sccvn.c === --- tree-ssa-sccvn.c(revision 126547) +++

[Bug c/32757] Optimizer too aggressive

2007-07-13 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2007-07-13 15:50 --- Not if you test against (signed)R ;). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32757

[Bug rtl-optimization/32300] [4.3 Regression] ICE with -O2 -fsee

2007-07-13 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2007-07-13 15:53 --- *** Bug 32755 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/32755] Seg fault when compile CPU2000 with -fsee

2007-07-13 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-07-13 15:53 --- *** This bug has been marked as a duplicate of 32300 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/22371] C front-end produces mis-match types in MODIFY_EXPR

2007-07-13 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2007-07-13 15:55 --- Joseph - does your candidate patch still exist? We run into exactly the same problem with the proposed gimple type verifier posted at http://gcc.gnu.org/ml/gcc-patches/2007-07/msg01265.html Thanks. -- rguenth

[Bug other/22368] [meta-bug] mis-match types in GCC

2007-07-13 Thread rguenth at gcc dot gnu dot org
--- Comment #15 from rguenth at gcc dot gnu dot org 2007-07-13 15:56 --- http://gcc.gnu.org/ml/gcc-patches/2007-07/msg01265.html has some fixes for some of this PRs and a verifier. So while we're working on this, this is my bug. -- rguenth at gcc dot gnu dot org changed:

[Bug tree-optimization/32721] [4.3 Regression] CCP removes volatile qualifiers.

2007-07-13 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2007-07-13 15:41 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c/32757] Optimizer too aggressive

2007-07-13 Thread rask at sygehus dot dk
--- Comment #3 from rask at sygehus dot dk 2007-07-13 15:40 --- Well, if you declare R as unsigned, GCC will still optimize away if (R0). ;-) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32757

[Bug tree-optimization/32721] [4.3 Regression] CCP removes volatile qualifiers.

2007-07-13 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2007-07-13 15:41 --- Subject: Bug 32721 Author: rguenth Date: Fri Jul 13 15:41:02 2007 New Revision: 126624 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=126624 Log: 2007-07-13 Richard Guenther [EMAIL PROTECTED] PR

We need a Representative in the United States/Canada

2007-07-13 Thread FOUNDATION OF HOPE
I am Sarah Alcott,the Initiator of FOUNDATION OF HOPE UK. The Foundation for Hope is non-profit and Our Mission is to facilitate inspiring, meaningful outdoor experiences for youth who suffer life-challenging medical conditions. We value,promote and continue to preserve the heritage of the

[Bug tree-optimization/32705] [4.3 regression] ICE in set_ssa_val_to, at tree-ssa-sccvn.c:1022

2007-07-13 Thread dberlin at dberlin dot org
--- Comment #10 from dberlin at gcc dot gnu dot org 2007-07-13 16:47 --- Subject: Re: [4.3 regression] ICE in set_ssa_val_to, at tree-ssa-sccvn.c:1022 On 13 Jul 2007 15:49:03 -, ebotcazou at gcc dot gnu dot org [EMAIL PROTECTED] wrote: --- Comment #9 from ebotcazou at gcc

[Bug target/32340] libjava build failure due to missing thread synchronization primitives

2007-07-13 Thread patchapp at dberlin dot org
--- Comment #2 from patchapp at dberlin dot org 2007-07-13 17:15 --- Subject: Bug number PR 32340 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/2007-07/msg01273.html --

[Bug tree-optimization/32705] [4.3 regression] ICE in set_ssa_val_to, at tree-ssa-sccvn.c:1022

2007-07-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #11 from ebotcazou at gcc dot gnu dot org 2007-07-13 17:16 --- Nah, that's not quite right, since this is a legal value. Instead, where we init everything to VN_TOP, init everything with SSA_NAME_OCCURS_IN_ABNORMAL_PHI to itself instead of VN_TOP. Note that we already

[Bug tree-optimization/32705] [4.3 regression] ICE in set_ssa_val_to, at tree-ssa-sccvn.c:1022

2007-07-13 Thread dberlin at dberlin dot org
--- Comment #12 from dberlin at gcc dot gnu dot org 2007-07-13 17:18 --- Subject: Re: [4.3 regression] ICE in set_ssa_val_to, at tree-ssa-sccvn.c:1022 On 13 Jul 2007 17:16:27 -, ebotcazou at gcc dot gnu dot org [EMAIL PROTECTED] wrote: --- Comment #11 from ebotcazou at gcc

[Bug java/32758] New: ecj1 hangs

2007-07-13 Thread dir at lanl dot gov
I built gcj and when I try to compile anything ecj1 uses about 5:33 minutes of CPU time, then ecj1 and gcj just sit doing nothing. PID COMMAND %CPU TIME #TH #PRTS #MREGS RPRVT RSHRD RSIZE VSIZE 9951 ecj1 0.0% 5:33.55 23270 41.5M 94.1M 60.9M 350M 9950 gcj

[Bug target/32749] [4.3 regression]: gfortran.dg/auto_array_1.f90

2007-07-13 Thread hjl at lucon dot org
--- Comment #3 from hjl at lucon dot org 2007-07-13 18:52 --- revision 126045 works. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32749

[Bug target/32748] [4.3 regression]: gfortran.dg/array_constructor_6.f90

2007-07-13 Thread hjl at lucon dot org
--- Comment #2 from hjl at lucon dot org 2007-07-13 18:53 --- revision 126240 works. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32748

[Bug tree-optimization/32705] [4.3 regression] ICE in set_ssa_val_to, at tree-ssa-sccvn.c:1022

2007-07-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #13 from ebotcazou at gcc dot gnu dot org 2007-07-13 19:09 --- What about doing the same for them? That doesn't work as easily as I expected. :-) Now I get the same assertion failure for non-degenerate PHI nodes whose result is not SSA_NAME_OCCURS_IN_ABNORMAL_PHI but

[Bug c/32759] New: False claim of that xyz is used uninitialized

2007-07-13 Thread bernard at brenda-arkle dot demon dot co dot uk
I'd accept may be used uninitialized, but I'm positively told is used uninitialized, which ain't true. This is similar to bugs 32395 and 22197: apologies if it turns out to be a mere duplicate. My code example is much simpler than the examples given for those bugs: there are no aggregate types,

[Bug target/32748] [4.3 regression]: gfortran.dg/array_constructor_6.f90

2007-07-13 Thread hjl at lucon dot org
--- Comment #3 from hjl at lucon dot org 2007-07-13 20:03 --- revision 126260 works. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32748

[Bug target/32749] [4.3 regression]: gfortran.dg/auto_array_1.f90

2007-07-13 Thread hjl at lucon dot org
--- Comment #4 from hjl at lucon dot org 2007-07-13 20:02 --- revision 126056 is bad. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32749

[Bug tree-optimization/32705] [4.3 regression] ICE in set_ssa_val_to, at tree-ssa-sccvn.c:1022

2007-07-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #14 from ebotcazou at gcc dot gnu dot org 2007-07-13 20:43 --- Instead, where we init everything to VN_TOP, init everything with SSA_NAME_OCCURS_IN_ABNORMAL_PHI to itself instead of VN_TOP. @@ -1912,13 +1912,16 @@ init_scc_vn (void) VN_TOP = create_tmp_var_raw

[Bug target/32748] [4.3 regression]: gfortran.dg/array_constructor_6.f90

2007-07-13 Thread hjl at lucon dot org
--- Comment #4 from hjl at lucon dot org 2007-07-13 20:50 --- revision 126271 is bad. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32748

[Bug target/32749] [4.3 regression]: gfortran.dg/auto_array_1.f90

2007-07-13 Thread hjl at lucon dot org
--- Comment #5 from hjl at lucon dot org 2007-07-13 20:56 --- revision 126050 works. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32749

[Bug c/32757] Optimizer too aggressive

2007-07-13 Thread frederic dot merizen at gmail dot com
--- Comment #5 from frederic dot merizen at gmail dot com 2007-07-13 21:44 --- OK. I assumed signed overflow was at least defined to yield an integer (i.e. a quantity that is consistently negative or non-negative) but that is actually not specified. I don't quite know what I'll do with

[Bug target/32749] [4.3 regression]: gfortran.dg/auto_array_1.f90

2007-07-13 Thread hjl at lucon dot org
--- Comment #6 from hjl at lucon dot org 2007-07-13 21:53 --- revision 126054 is bad. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32749

[Bug target/32749] [4.3 regression]: gfortran.dg/auto_array_1.f90

2007-07-13 Thread hjl at lucon dot org
--- Comment #7 from hjl at lucon dot org 2007-07-13 21:57 --- This patch http://gcc.gnu.org/ml/gcc-patches/2007-06/msg01977.html is the cause. Richard, can you look into it? Thanks. -- hjl at lucon dot org changed: What|Removed |Added

[Bug target/32749] [4.3 regression]: gfortran.dg/auto_array_1.f90

2007-07-13 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2007-07-13 22:07 --- Sure, though I doubt this patch changed anything. I won't get to it until after the summit though. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/32760] New: [4.3 regression] Error defining subroutine named PRINT

2007-07-13 Thread anlauf at gmx dot de
Hi, the following legal code fails to compile with gfortran build 20070713: module gfcbug68 implicit none public :: print contains subroutine foo (i) integer, intent(in) :: i print *, i end subroutine foo subroutine print (m) integer, intent(in) :: m end subroutine

[Bug target/32748] [4.3 regression]: gfortran.dg/array_constructor_6.f90

2007-07-13 Thread hjl at lucon dot org
--- Comment #5 from hjl at lucon dot org 2007-07-13 22:39 --- revision 126264 is bad. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32748

[Bug middle-end/29749] [4.0/4.1/4.2/4.3 regression] Missing byte swap optimizations

2007-07-13 Thread dougkwan at google dot com
and I've fixed that. I did a full bootstap and C/C++/ObjC dejagnu with top of 4.2-branch as of 20070713 and had no problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29749

[Bug c++/21755] Warning from function template in system header

2007-07-13 Thread geoffk at gcc dot gnu dot org
--- Comment #2 from geoffk at gcc dot gnu dot org 2007-07-13 22:56 --- I'm not even sure this is a bug; maybe it's a clue that you should have instantiated baz() with an unsigned type. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21755

[Bug target/32748] [4.3 regression]: gfortran.dg/array_constructor_6.f90

2007-07-13 Thread hjl at lucon dot org
--- Comment #6 from hjl at lucon dot org 2007-07-13 22:59 --- revision 126263 is bad. This patch http://gcc.gnu.org/ml/gcc-patches/2007-07/msg00165.html is the cause. -- hjl at lucon dot org changed: What|Removed |Added

[Bug tree-optimization/32746] [4.3 Regression] tree-ssa-operands int.comp error

2007-07-13 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-07-13 23:08 --- Note the testsuite already have a testcase for this issue as g++.dg/opt/pr24665.C :). Actually look at that, this bug is about that testcase :). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32746

[Bug c++/21755] Warning from function template in system header

2007-07-13 Thread pcarlini at suse dot de
--- Comment #3 from pcarlini at suse dot de 2007-07-13 23:13 --- I think this is really a duplicate of c++/30500. *** This bug has been marked as a duplicate of 30500 *** -- pcarlini at suse dot de changed: What|Removed |Added

[Bug c++/30500] pragma GCC system_header vs templates

2007-07-13 Thread pcarlini at suse dot de
--- Comment #7 from pcarlini at suse dot de 2007-07-13 23:13 --- *** Bug 21755 has been marked as a duplicate of this bug. *** -- pcarlini at suse dot de changed: What|Removed |Added

[Bug tree-optimization/32746] [4.3 Regression] tree-ssa-operands int.comp error

2007-07-13 Thread hp at gcc dot gnu dot org
--- Comment #4 from hp at gcc dot gnu dot org 2007-07-13 23:36 --- Also happens for cris-axis-elf and likely other 32-bit platforms. -- hp at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/32760] [4.3 regression] Error defining subroutine named PRINT

2007-07-13 Thread dfranke at gcc dot gnu dot org
--- Comment #1 from dfranke at gcc dot gnu dot org 2007-07-13 23:45 --- Harald, thanks for your report. Reversing the subroutines removes (or hides) the problem. So does the removal of either the public :: print or the PRINT statement in function FOO. Are you sure this is a

[Bug middle-end/32761] New: build broke: var_tracking loses track of fp-elimination, crashes in find_src_set_src on parallel set

2007-07-13 Thread hp at gcc dot gnu dot org
Build for cris-axis-elf broke with a change in the range 126627:126630, of which the var_tracking patch is the only suspect, broke build for cris-axis-elf: /tmp/hpautotest-gcc1/cris-elf/gccobj/./gcc/xgcc -B/tmp/hpautotest-gcc1/cris-elf/gccobj/./gcc/ -nostdinc -B/tmp/hpautotest-gcc1/cr\

[Bug tree-optimization/32705] [4.3 regression] ICE in set_ssa_val_to, at tree-ssa-sccvn.c:1022

2007-07-13 Thread dberlin at dberlin dot org
--- Comment #15 from dberlin at gcc dot gnu dot org 2007-07-14 02:04 --- Subject: Re: [4.3 regression] ICE in set_ssa_val_to, at tree-ssa-sccvn.c:1022 On 13 Jul 2007 20:43:37 -, ebotcazou at gcc dot gnu dot org [EMAIL PROTECTED] wrote: --- Comment #14 from ebotcazou at gcc

[Bug middle-end/32761] build broke: var_tracking loses track of fp-elimination, crashes in find_src_set_src on parallel set

2007-07-13 Thread hp at gcc dot gnu dot org
--- Comment #1 from hp at gcc dot gnu dot org 2007-07-14 02:07 --- Created an attachment (id=13912) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13912action=view) Preprocessed code cc1 -O2 -g mprec.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32761

Re: [Bug tree-optimization/32746] [4.3 Regression] tree-ssa-operands int.comp error

2007-07-13 Thread Daniel Berlin
valid_gimple_expression_p claims ((struct RegisterLayout *) (char *) SimulatedRegisters)-intmask; is valid GIMPLE, when it is not. On 13 Jul 2007 23:37:00 -, hp at gcc dot gnu dot org [EMAIL PROTECTED] wrote: --- Comment #4 from hp at gcc dot gnu dot org 2007-07-13 23:36 ---

[Bug tree-optimization/32746] [4.3 Regression] tree-ssa-operands int.comp error

2007-07-13 Thread dberlin at dberlin dot org
--- Comment #5 from dberlin at gcc dot gnu dot org 2007-07-14 02:12 --- Subject: Re: [4.3 Regression] tree-ssa-operands int.comp error valid_gimple_expression_p claims ((struct RegisterLayout *) (char *) SimulatedRegisters)-intmask; is valid GIMPLE, when it is not. On 13 Jul 2007

[Bug middle-end/32761] build broke: var_tracking loses track of fp-elimination, crashes in find_src_set_src on parallel set

2007-07-13 Thread hp at gcc dot gnu dot org
--- Comment #2 from hp at gcc dot gnu dot org 2007-07-14 02:15 --- Sorry, s/fp-relative/ap-relative/ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32761

[Bug c++/32762] New: Lost variable scope with template class that inherits from templated class using args of the first class

2007-07-13 Thread javimena at gmail dot com
I'm using gcc versión 4.1.2 (Ubuntu 4.1.2-0ubuntu4). I'm trying to compile this relatively simple code, but it doesn't compiles. The compiler says (i translated some phrases from spanish to english): [EMAIL PROTECTED]:~/cppexamples$ g++ Example1.cc Example1.cc: In constructor

[Bug c/32763] New: internal error - compiling DiskEditor (hed.c)

2007-07-13 Thread mu8ja0i at earthlink dot net
After installing djgpp I tried to compile the source file hed.c . My system type is Windows XP sp2, gcc version is 4.1.2, (target djgpp); configuration build is as follows: /gnu/gcc-4.12/configure djgpp --prefix=/dev/env/DJDIR --disable-nls --disable-werror

[Bug c/32763] internal error - compiling DiskEditor (hed.c)

2007-07-13 Thread dj at redhat dot com
--- Comment #1 from dj at redhat dot com 2007-07-14 02:58 --- Subject: Re: New: internal error - compiling DiskEditor (hed.c) gcc.exe: Internal error: (null) (program as) djgpp 2.03 (current) or 2.04 (beta) ? You might need the XP bugfixes in 2.04. --

[Bug bootstrap/32764] New: [4.3 regression] : Failed to bootstrap on Linux/ia64

2007-07-13 Thread hjl at lucon dot org
This checkin: http://gcc.gnu.org/ml/gcc-cvs/2007-07/msg00486.html causes /net/gnu-13/export/gnu/src/gcc/gcc/libgcc/../gcc/libgcc2.c: In function â__umodti3â: /net/gnu-13/export/gnu/src/gcc/gcc/libgcc/../gcc/libgcc2.c:1137: internal compiler error: Segmentation fault Please submit a full bug

[Bug bootstrap/32764] [4.3 regression] : Failed to bootstrap on Linux/ia64

2007-07-13 Thread hjl at lucon dot org
--- Comment #1 from hjl at lucon dot org 2007-07-14 03:19 --- I am testing --- gcc/var-tracking.c.bad 2007-07-13 19:38:08.0 -0700 +++ gcc/var-tracking.c 2007-07-13 20:18:19.0 -0700 @@ -1862,6 +1862,9 @@ find_src_set_src (dataflow_set *set, rtx src =

[Bug bootstrap/32764] [4.3 regression] : Failed to bootstrap on Linux/ia64

2007-07-13 Thread hjl at lucon dot org
--- Comment #2 from hjl at lucon dot org 2007-07-14 03:25 --- This one --- gcc/var-tracking.c.bad 2007-07-13 19:38:08.0 -0700 +++ gcc/var-tracking.c 2007-07-13 20:24:27.0 -0700 @@ -1824,6 +1824,9 @@ find_src_status (dataflow_set *in, rtx l src = SET_SRC

[Bug bootstrap/32764] [4.3 regression] : Failed to bootstrap on Linux/ia64

2007-07-13 Thread hjl at lucon dot org
--- Comment #3 from hjl at lucon dot org 2007-07-14 04:57 --- (In reply to comment #2) This one --- gcc/var-tracking.c.bad 2007-07-13 19:38:08.0 -0700 +++ gcc/var-tracking.c 2007-07-13 20:24:27.0 -0700 @@ -1824,6 +1824,9 @@ find_src_status (dataflow_set *in,

[Bug bootstrap/32764] [4.3 regression] : Failed to bootstrap on Linux/ia64

2007-07-13 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/32761] [4,3 Regression] build broke: var_tracking loses track of register elimination, crashes in find_src_set_src on parallel set

2007-07-13 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 c/32763] internal error - compiling DiskEditor (hed.c)

2007-07-13 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-07-14 05:16 --- Not a GCC bug as as is crashing. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

  1   2   >