[Bug target/34067] [4.3 regression] gfortran.dg/char_cshift_2.f90 fails with -O3 -funroll-loops fails on Intel Darwin

2007-11-13 Thread dominiq at lps dot ens dot fr
--- Comment #7 from dominiq at lps dot ens dot fr 2007-11-13 08:01 --- Created an attachment (id=14539) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14539&action=view) "Good" assembly code. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34067

[Bug target/34067] [4.3 regression] gfortran.dg/char_cshift_2.f90 fails with -O3 -funroll-loops fails on Intel Darwin

2007-11-13 Thread dominiq at lps dot ens dot fr
--- Comment #9 from dominiq at lps dot ens dot fr 2007-11-13 08:10 --- > and the from the debugger which field of the array caused the abort and maybe > even good > and bad char_cshift_2.*.fwprop* dumps? Can you hit breakpoint on > _gfortran_cshift1_4_char > and _gfortran_cshift1_8_

[Bug target/34067] [4.3 regression] gfortran.dg/char_cshift_2.f90 fails with -O3 -funroll-loops fails on Intel Darwin

2007-11-13 Thread dominiq at lps dot ens dot fr
--- Comment #8 from dominiq at lps dot ens dot fr 2007-11-13 08:02 --- Created an attachment (id=14540) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14540&action=view) "Bad" assembly code. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34067

[Bug target/34067] [4.3 regression] gfortran.dg/char_cshift_2.f90 fails with -O3 -funroll-loops fails on Intel Darwin

2007-11-13 Thread bonzini at gnu dot org
--- Comment #10 from bonzini at gnu dot org 2007-11-13 08:16 --- Anyway, it looks like a latent bug somewhere else. -- bonzini at gnu dot org changed: What|Removed |Added

[Bug target/34067] [4.3 regression] gfortran.dg/char_cshift_2.f90 fails with -O3 -funroll-loops fails on Intel Darwin

2007-11-13 Thread bonzini at gnu dot org
--- Comment #11 from bonzini at gnu dot org 2007-11-13 08:21 --- Since you are at it, could you test on *exactly* the involved revisions, i.e. 130042 and 130043? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34067

[Bug tree-optimization/33860] [4.3 Regression] ICE in vectorizable_load, at tree-vect-transform.c:5503

2007-11-13 Thread tbm at cyrius dot com
--- Comment #6 from tbm at cyrius dot com 2007-11-13 08:27 --- So I guess this can be closed? -- tbm at cyrius dot com changed: What|Removed |Added CC|

[Bug target/33923] [4.3 Regression] ICE in reload_cse_simplify_operands (insn does not satisfy its constraints)

2007-11-13 Thread tbm at cyrius dot com
--- Comment #8 from tbm at cyrius dot com 2007-11-13 08:29 --- Would be great if some IA64 people could comment on the patch. -- tbm at cyrius dot com changed: What|Removed |Added

[Bug fortran/34079] New: Bind(C): Don't pass the string length as argument (for STDCALL)

2007-11-13 Thread burnus at gcc dot gnu dot org
Using STDCALL, not the callee but the called procedure pops the arguments from the stack. The problem is that gfortran currently also for BIND(C) passes the string lengths as arguments. See also: http://groups.google.com/group/comp.lang.fortran/browse_thread/thread/19d77dfc75f8be58 --

[Bug target/34067] [4.3 regression] gfortran.dg/char_cshift_2.f90 fails with -O3 -funroll-loops fails on Intel Darwin

2007-11-13 Thread dominiq at lps dot ens dot fr
--- Comment #12 from dominiq at lps dot ens dot fr 2007-11-13 08:42 --- Subject: Re: [4.3 regression] gfortran.dg/char_cshift_2.f90 fails with -O3 -funroll-loops fails on Intel Darwin > Since you are at it, could you test on *exactly* the involved revisions, i.e. > 130042 and 130043?

[Bug fortran/34008] ICE in gfc_trans_call, at fortran/trans-stmt.c:389 on elemental assignment

2007-11-13 Thread dominiq at lps dot ens dot fr
--- Comment #3 from dominiq at lps dot ens dot fr 2007-11-13 08:52 --- The patch works as advertised without regression on both PPC and Intel Darwin8. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34008

[Bug fortran/34080] New: Transfer was working, now broken

2007-11-13 Thread drewmccormack at mac dot com
I have code that was previously working with gfortran and now is broken. The problem has to do with the 'transfer' intrinsic. If I transfer a character string into an array of a different type, and then transfer the array back to a string, the result is not the original string, but apparently rando

[Bug target/34081] New: [4.3 Regression] ICE in s390_function_value, at config/s390/s390.c:7880

2007-11-13 Thread rguenth at gcc dot gnu dot org
gcc -v Using built-in specs. Target: s390x-suse-linux Configured with: ../configure --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java --enable-checking=release

[Bug target/34081] [4.3 Regression] ICE in s390_function_value, at config/s390/s390.c:7880

2007-11-13 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2007-11-13 10:00 --- Created an attachment (id=14541) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14541&action=view) reduced testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34081

[Bug target/34077] GCC -O1 -minline-all-stringops -minline-stringops-dynamically fails for spec 2006 bzip2, gobmk, and h264ref benchmarks

2007-11-13 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2007-11-13 10:19 --- I think ix86_expand_movemem should not call emit_cmp_and_jump_insns with constant tests. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/34067] [4.3 regression] gfortran.dg/char_cshift_2.f90 fails with -O3 -funroll-loops fails on Intel Darwin

2007-11-13 Thread dominiq at lps dot ens dot fr
--- Comment #13 from dominiq at lps dot ens dot fr 2007-11-13 10:40 --- Created an attachment (id=14542) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14542&action=view) Comparison between revisions 130042 and 130043 with -O2 -funroll-loops and with -O1+all the others bzip2 tar ar

[Bug tree-optimization/34063] [4.3 Regression] ICE: build2_stat, at tree.c:3115

2007-11-13 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2007-11-13 10:26 --- Either we should use correct order of arguments in chrec_evaluate (that function is swapping CHREC_LEFT based expression with CHREC_RIGHT based expression for pointer_plus addition) - testing patch for that - or chrec_

[Bug target/34067] [4.3 regression] gfortran.dg/char_cshift_2.f90 fails with -O3 -funroll-loops fails on Intel Darwin

2007-11-13 Thread dominiq at lps dot ens dot fr
--- Comment #14 from dominiq at lps dot ens dot fr 2007-11-13 10:41 --- Could you try to "compile" the assembly code in r43_O2 and see if you get the abort? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34067

[Bug c++/34054] [4.3 regression] ICE with parameter pack in return type

2007-11-13 Thread jakub at gcc dot gnu dot org
--- Comment #1 from jakub at gcc dot gnu dot org 2007-11-13 11:38 --- Mine. -- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at

[Bug target/34067] [4.3 regression] gfortran.dg/char_cshift_2.f90 fails with -O3 -funroll-loops fails on Intel Darwin

2007-11-13 Thread paolo dot bonzini at lu dot unisi dot ch
--- Comment #15 from paolo dot bonzini at lu dot unisi dot ch 2007-11-13 11:43 --- Subject: Re: [4.3 regression] gfortran.dg/char_cshift_2.f90 fails with -O3 -funroll-loops fails on Intel Darwin > bzip2 tar archive with four directories r42_O1, r42_O2, r43_O1, and r43_O2 > containin

[Bug c++/34056] [4.3 regression] ICE with parameter pack and pointer

2007-11-13 Thread jakub at gcc dot gnu dot org
--- Comment #1 from jakub at gcc dot gnu dot org 2007-11-13 12:12 --- The set_packs_to_error stuff is very problematic in this case, because trees are shared and the C++ FE certainly doesn't expect error_mark_nodes to appear at random places. In this case T* type is shared (as the pointe

[Bug tree-optimization/33319] [4.2 regression] g++.dg/tree-ssa/pr27549.C ICE with vectorization

2007-11-13 Thread victork at gcc dot gnu dot org
--- Comment #12 from victork at gcc dot gnu dot org 2007-11-13 12:26 --- > Still fails on 4.2 branch. I've just tried with 4.2 on PPC from svn and it did not ICE: ./gcc/cc1plus -O3 -ftree-vectorize -maltivec ~/42/build/pr27549.C Can we close this PR? -- http://gcc.gnu.org/bugzilla

[Bug fortran/34040] [4.3 Regression] ICE: in simplify_subreg, at simplify-rtx.c:4921 building libgfortran

2007-11-13 Thread fxcoudert at gcc dot gnu dot org
--- Comment #5 from fxcoudert at gcc dot gnu dot org 2007-11-13 12:28 --- (In reply to comment #4) > __builtin_copysign has got SFmode(*)(SFmode, SFmode) prototype and is invoked > on DFmode arguments. copysign takes doubles and returns a double. Does the SH double have SF mode in the

[Bug fortran/33759] Unequal character lengths in MERGE intrinsic not detected at run time

2007-11-13 Thread pault at gcc dot gnu dot org
--- Comment #10 from pault at gcc dot gnu dot org 2007-11-13 12:46 --- (In reply to comment #9) > > This patch is OK. > Yes indeed, I have applied it a long time ago. As I found out minutes after I posted this note - thanks! > I have only pointed to the last bug on transfer I know of.

[Bug target/34067] [4.3 regression] gfortran.dg/char_cshift_2.f90 fails with -O3 -funroll-loops fails on Intel Darwin

2007-11-13 Thread dominiq at lps dot ens dot fr
--- Comment #16 from dominiq at lps dot ens dot fr 2007-11-13 13:18 --- > Also, please check if the bug appears disappears with > -O2 -fno-forward-propagate -funroll-loops It disappears with -fno-forward-propagate (rev 130043). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34067

[Bug tree-optimization/33319] [4.2 regression] g++.dg/tree-ssa/pr27549.C ICE with vectorization

2007-11-13 Thread victork at gcc dot gnu dot org
--- Comment #13 from victork at gcc dot gnu dot org 2007-11-13 13:26 --- I've just tested it with 4.2 on x86 on it worked OK as well. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33319

[Bug tree-optimization/33860] [4.3 Regression] ICE in vectorizable_load, at tree-vect-transform.c:5503

2007-11-13 Thread dorit at gcc dot gnu dot org
--- Comment #7 from dorit at gcc dot gnu dot org 2007-11-13 13:29 --- fixed -- dorit at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/32402] Error while allocating array of pointers to objects of a pure virtual class

2007-11-13 Thread p dot vestjens at gmail dot com
--- Comment #5 from p dot vestjens at gmail dot com 2007-11-13 13:38 --- Okay. First of all the code causing the problems isn't actually my own code. It is used in the Connexis middleware layer of IBM's Rational Rose Real-Time application. The reproduce.cpp file was created by IBM's sup

[Bug c++/34056] [4.3 regression] ICE with parameter pack and pointer

2007-11-13 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2007-11-13 13:43 --- Testing a fix. -- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unass

[Bug c++/34057] [4.3 regression] ICE with variadic template and vector attribute

2007-11-13 Thread jakub at gcc dot gnu dot org
--- Comment #1 from jakub at gcc dot gnu dot org 2007-11-13 13:44 --- Testing a fix. -- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unass

[Bug c++/34058] [4.3 regression] ICE with variadic template and typedef

2007-11-13 Thread jakub at gcc dot gnu dot org
--- Comment #1 from jakub at gcc dot gnu dot org 2007-11-13 13:44 --- Testing a fix. -- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unass

[Bug c++/34060] [4.3 regression] ICE with invalid specialization of variadic template

2007-11-13 Thread jakub at gcc dot gnu dot org
--- Comment #1 from jakub at gcc dot gnu dot org 2007-11-13 13:44 --- Testing a fix. -- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unass

[Bug target/34067] [4.3 regression] gfortran.dg/char_cshift_2.f90 fails with -O3 -funroll-loops fails on Intel Darwin

2007-11-13 Thread dominiq at lps dot ens dot fr
--- Comment #17 from dominiq at lps dot ens dot fr 2007-11-13 13:46 --- Created an attachment (id=14543) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14543&action=view) outputs with -fdump-rtl-all outputs with -fdump-rtl-all with -O2 -funroll-loops for revisions 130042 and 130043

[Bug regression/32582] Bootstrap with vectorization enabled fails with ICE on PPC

2007-11-13 Thread victork at gcc dot gnu dot org
--- Comment #36 from victork at gcc dot gnu dot org 2007-11-13 13:53 --- Subject: Bug 32582 Author: victork Date: Tue Nov 13 13:53:33 2007 New Revision: 130138 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130138 Log: 2007-11-13 Victor Kaplansky <[EMAIL PROTECTED]>

[Bug fortran/34080] [regression] Transfer was working, now broken

2007-11-13 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2007-11-13 13:55 --- Confirmed on x86_64-linux. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug libf2c/34082] New: someinfo

2007-11-13 Thread jim3 at iq17 dot com
someinfo -- Summary: someinfo Product: gcc Version: unknown Status: UNCONFIRMED Severity: trivial Priority: P3 Component: libf2c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jim3 at iq17 dot co

[Bug libf2c/34082] someinfo

2007-11-13 Thread jim3 at iq17 dot com
--- Comment #1 from jim3 at iq17 dot com 2007-11-13 14:32 --- aa -- jim3 at iq17 dot com changed: What|Removed |Added Status|UNCONFIRMED |RESO

[Bug fortran/34079] Bind(C): Don't pass the string length as argument (for STDCALL)

2007-11-13 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2007-11-13 14:39 --- Example: interface subroutine subiso(x) bind(c) use iso_c_binding character(kind=c_char,len=1), dimension(*) :: x end subroutine subiso subroutine subiso2(x) bind(c) ! { dg-warning "may not be C interop

[Bug fortran/34080] [regression] Transfer was working, now broken

2007-11-13 Thread dominiq at lps dot ens dot fr
--- Comment #2 from dominiq at lps dot ens dot fr 2007-11-13 15:08 --- Reduced test case: module TransferBug type ByteType character(len=1) :: singleByte end type contains subroutine BytesToString(bytes, string) type (ByteType), i

[Bug fortran/34083] New: internal compiler error: in gfc_conv_array_constructor_expr, at fortran/trans-expr.c:2819

2007-11-13 Thread dominiq at lps dot ens dot fr
While looking at pr34080, I produced the following invalid code module TransferBug type ByteType character(len=1) :: singleByte end type end module program main use TransferBug type (ByteType) :: bytes(4) pr

[Bug tree-optimization/33870] [4.3 Regression] miscompiles sqlite

2007-11-13 Thread dnovillo at gcc dot gnu dot org
--- Comment #23 from dnovillo at gcc dot gnu dot org 2007-11-13 15:20 --- Subject: Bug 33870 Author: dnovillo Date: Tue Nov 13 15:20:40 2007 New Revision: 130141 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130141 Log: pr 33870 * tree.h (strcut tree_memory_ta

[Bug fortran/34083] internal compiler error: in gfc_conv_array_constructor_expr, at fortran/trans-expr.c:2819

2007-11-13 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2007-11-13 15:44 --- Confirmed. NAG f95 reports: Error: aa.f90, line 13: Array value for scalar component SINGLEBYTE of type BYTETYPE -- burnus at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/33870] [4.3 Regression] miscompiles sqlite

2007-11-13 Thread dnovillo at gcc dot gnu dot org
--- Comment #24 from dnovillo at gcc dot gnu dot org 2007-11-13 15:47 --- Fixed. http://gcc.gnu.org/ml/gcc-patches/2007-11/msg00719.html -- dnovillo at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/34080] [4.3 regression] Transfer was working, now broken

2007-11-13 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2007-11-13 15:51 --- I did not do proper regression tests, but it works using 4.3.0 20071016 (experimental) [trunk revision 129378] (SUSE Linux) which has presumably no Fortran patches applied. -- burnus at gcc dot gnu dot org chang

[Bug tree-optimization/32636] [4.3 regression] 25_algorithms/search_n/iterator.cc: pch-related verify_ssa failure

2007-11-13 Thread jakub at gcc dot gnu dot org
--- Comment #18 from jakub at gcc dot gnu dot org 2007-11-13 15:57 --- Is this still reproduceable with current trunk? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32636

[Bug target/34067] [4.3 regression] gfortran.dg/char_cshift_2.f90 fails with -O3 -funroll-loops fails on Intel Darwin

2007-11-13 Thread dominiq at lps dot ens dot fr
--- Comment #18 from dominiq at lps dot ens dot fr 2007-11-13 15:58 --- At revision 130137 the minimal flags are: [ibook-dhum] f90/bug% gfc -O1 -funroll-loops -fschedule-insns -fregmove -fexpensive-optimizations -fforward-propagate char_cshift_2_red_1.f90[ibook-dhum] f90/bug% a.out tes

Patch: bootstrap broken when building boehm-gc

2007-11-13 Thread Manfred Hollstein
.18 for bootstrapping and configured the stuff as follows: env CC=gcc CFLAGS=-O2 CXXFLAGS='-O2 -g' GCJFLAGS='-O2 -g' LDFLAGS=-s /bin/sh ../gcc-20071113/configure --host=$config --target=$config --build=$config --srcdir=../gcc-20071113 --prefix=/opt/gnu --with-gnu-as --w

[Bug fortran/34084] New: Error in November 9 version of gfortran when the first line in a source file is an INCLUDE statement

2007-11-13 Thread michael dot a dot richmond at nasa dot gov
The following error occurs in the November 9 snapshot version of gfortran. It applies to all platforms. I compile the following program: INCLUDE 'anything' PROGRAM test_cg END PROGRAM test_cg The INCLUDE file can contain anything. I get the message: f951: internal compiler error: in end_source_f

[Bug target/34067] [4.3 regression] gfortran.dg/char_cshift_2.f90 fails with -O3 -funroll-loops fails on Intel Darwin

2007-11-13 Thread paolo dot bonzini at lu dot unisi dot ch
--- Comment #19 from paolo dot bonzini at lu dot unisi dot ch 2007-11-13 16:46 --- Subject: Re: [4.3 regression] gfortran.dg/char_cshift_2.f90 fails with -O3 -funroll-loops fails on Intel Darwin > [ibook-dhum] f90/bug% gfc -O1 -funroll-loops -fschedule-insns -fregmove > -fexpensive-

[Bug tree-optimization/34063] [4.3 Regression] ICE: build2_stat, at tree.c:3115

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

[Bug target/34067] [4.3 regression] gfortran.dg/char_cshift_2.f90 fails with -O3 -funroll-loops fails on Intel Darwin

2007-11-13 Thread dominiq at lps dot ens dot fr
--- Comment #20 from dominiq at lps dot ens dot fr 2007-11-13 16:59 --- Created an attachment (id=14544) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14544&action=view) outputs of -fdump-rtl-all for two set of options at -O1 The folder r137_O1_insns corresponds to -fschedule-insn

[Bug tree-optimization/34043] Missed optimization causing extra loads and stores when using x86_64 builtin function together with aggregate types.

2007-11-13 Thread jsjodin at gcc dot gnu dot org
--- Comment #5 from jsjodin at gcc dot gnu dot org 2007-11-13 17:07 --- (In reply to comment #4) > Related to PR 33790 (and most likely fixed by it). There is another issue > with > that bug relating to not deleting the extra store. > Indeed the extra load disappeared when with the p

[Bug c++/34059] [4.1/4.2/4.3 regression] ICE with invalid base type for class member

2007-11-13 Thread janis at gcc dot gnu dot org
--- Comment #1 from janis at gcc dot gnu dot org 2007-11-13 17:23 --- The change on mainline from silently accepting the code to an ICE is due to this patch: http://gcc.gnu.org/viewcvs?view=rev&rev=117360 r117360 | mmitchel | 2006-10-02 04:12:30 + (Mon, 02 Oct 2006) --

[Bug tree-optimization/34063] [4.3 Regression] ICE: build2_stat, at tree.c:3115

2007-11-13 Thread rakdver at gcc dot gnu dot org
--- Comment #4 from rakdver at gcc dot gnu dot org 2007-11-13 17:34 --- (In reply to comment #3) > Either we should use correct order of arguments in chrec_evaluate (that > function > is swapping CHREC_LEFT based expression with CHREC_RIGHT based expression > for pointer_plus addition) -

[Bug middle-end/29478] [4.2 Regression] optimization generates warning for casts

2007-11-13 Thread alexandre dot nunes at gmail dot com
--- Comment #29 from alexandre dot nunes at gmail dot com 2007-11-13 17:35 --- (In reply to comment #28) > (In reply to comment #26) > > (In reply to comment #25) > [cut] > > Mark does not actually read the full list of messages when changing the target > milestone. I think this should

[Bug middle-end/29478] [4.2 Regression] optimization generates warning for casts

2007-11-13 Thread manu at gcc dot gnu dot org
--- Comment #30 from manu at gcc dot gnu dot org 2007-11-13 17:55 --- (In reply to comment #29) > > It would be nice if this bug would get somehow documented on gcc manual or the > main site before gcc 4.2.3 release. I agree. But I am not sure how this is typically done (I am too newbi

[Bug rtl-optimization/34085] New: ICE with -freorder-blocks-and-partition

2007-11-13 Thread eres at il dot ibm dot com
When compiling the testacse attached with -O3 -fprofile-use -freorder-blocks-and-partition flags, I get the following error: (I use the profiling information given by first compiling with -fprofile-generate and than running the executable) tmp.c: In function âmainâ: tmp.c:36: error: insn 186 outsi

[Bug rtl-optimization/34085] ICE with -freorder-blocks-and-partition

2007-11-13 Thread eres at il dot ibm dot com
--- Comment #1 from eres at il dot ibm dot com 2007-11-13 18:21 --- Created an attachment (id=14545) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14545&action=view) The testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34085

[Bug tree-optimization/34063] [4.3 Regression] ICE: build2_stat, at tree.c:3115

2007-11-13 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2007-11-13 18:23 --- Subject: Bug 34063 Author: jakub Date: Tue Nov 13 18:23:03 2007 New Revision: 130151 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130151 Log: PR tree-optimization/34063 * tree-chrec.c (chrec_

[Bug rtl-optimization/34085] ICE with -freorder-blocks-and-partition

2007-11-13 Thread steven at gcc dot gnu dot org
--- Comment #2 from steven at gcc dot gnu dot org 2007-11-13 18:24 --- Can you please also attach your profile information and give the exact compiler revision ID that you used to create that information? That way, people without access to POWER can still help debug this problem. --

[Bug c++/34057] [4.3 regression] ICE with variadic template and vector attribute

2007-11-13 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2007-11-13 18:27 --- Subject: Bug 34057 Author: jakub Date: Tue Nov 13 18:27:09 2007 New Revision: 130152 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130152 Log: PR c++/34054 PR c++/34056 PR c++/34057

[Bug c++/34054] [4.3 regression] ICE with parameter pack in return type

2007-11-13 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2007-11-13 18:27 --- Subject: Bug 34054 Author: jakub Date: Tue Nov 13 18:27:09 2007 New Revision: 130152 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130152 Log: PR c++/34054 PR c++/34056 PR c++/34057

[Bug c++/34058] [4.3 regression] ICE with variadic template and typedef

2007-11-13 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2007-11-13 18:27 --- Subject: Bug 34058 Author: jakub Date: Tue Nov 13 18:27:09 2007 New Revision: 130152 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130152 Log: PR c++/34054 PR c++/34056 PR c++/34057

[Bug c++/34060] [4.3 regression] ICE with invalid specialization of variadic template

2007-11-13 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2007-11-13 18:27 --- Subject: Bug 34060 Author: jakub Date: Tue Nov 13 18:27:09 2007 New Revision: 130152 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130152 Log: PR c++/34054 PR c++/34056 PR c++/34057

[Bug c++/34056] [4.3 regression] ICE with parameter pack and pointer

2007-11-13 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2007-11-13 18:27 --- Subject: Bug 34056 Author: jakub Date: Tue Nov 13 18:27:09 2007 New Revision: 130152 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130152 Log: PR c++/34054 PR c++/34056 PR c++/34057

[Bug c++/34054] [4.3 regression] ICE with parameter pack in return type

2007-11-13 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2007-11-13 18:28 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/34056] [4.3 regression] ICE with parameter pack and pointer

2007-11-13 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2007-11-13 18:28 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/34057] [4.3 regression] ICE with variadic template and vector attribute

2007-11-13 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2007-11-13 18:30 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/34058] [4.3 regression] ICE with variadic template and typedef

2007-11-13 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2007-11-13 18:30 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug rtl-optimization/34085] ICE with -freorder-blocks-and-partition

2007-11-13 Thread eres at il dot ibm dot com
--- Comment #3 from eres at il dot ibm dot com 2007-11-13 18:30 --- Created an attachment (id=14546) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14546&action=view) the testcase (please ignore the previous testcase it has been uploaded by mistake) -- http://gcc.gnu.org/bugzil

[Bug c++/34060] [4.3 regression] ICE with invalid specialization of variadic template

2007-11-13 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2007-11-13 18:30 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/34063] [4.3 Regression] ICE: build2_stat, at tree.c:3115

2007-11-13 Thread jakub at gcc dot gnu dot org
--- Comment #6 from jakub at gcc dot gnu dot org 2007-11-13 18:31 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug rtl-optimization/34085] ICE with -freorder-blocks-and-partition

2007-11-13 Thread eres at il dot ibm dot com
--- Comment #4 from eres at il dot ibm dot com 2007-11-13 18:34 --- (In reply to comment #2) > Can you please also attach your profile information and give the exact > compiler > revision ID that you used to create that information? That way, people > without > access to POWER can sti

[Bug libstdc++/11196] parse error before numeric constant

2007-11-13 Thread gcc-bugzilla at contacts dot eelis dot net
--- Comment #7 from gcc-bugzilla at contacts dot eelis dot net 2007-11-13 18:42 --- (In reply to comment #6) > The bug is that the C++ front end implicitly #defines _GNU_SOURCE. > [..] > Could some libstdc++ guru explain why this define is actually needed? I am no libstdc++ guru, but

[Bug tree-optimization/32636] [4.3 regression] 25_algorithms/search_n/iterator.cc: pch-related verify_ssa failure

2007-11-13 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #19 from dave at hiauly1 dot hia dot nrc dot ca 2007-11-13 19:27 --- Subject: Re: [4.3 regression] 25_algorithms/search_n/iterator.cc: pch-related verify_ssa failure > Is this still reproduceable with current trunk? As of last night, this still occurs on hppa2.0w-hp-hpux1

[Bug fortran/34084] [4.3 regression] Error in November 9 version of gfortran when the first line in a source file is an INCLUDE statement

2007-11-13 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2007-11-13 19:51 --- I can reproduce this (if the included file is not empty). FX, can you have a look? I would not be surprised if one of your debug patches caused the regression: anything:1: internal compiler error: in end_source_file

[Bug fortran/34079] Bind(C): Don't pass the string length as argument (for STDCALL)

2007-11-13 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2007-11-13 20:02 --- Note: The patch above works, one only needs to check whether there is a memory leak or something else which affects the generated tree. Index: gcc/testsuite/gfortran.dg/bind_c_vars_2.f03 =

[Bug fortran/34080] [4.3 regression] Transfer was working, now broken

2007-11-13 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2007-11-13 20:07 --- The regression occurred at r129505. Allowance was not made in the correction to gfc_resolve_transfer for assumed size dummy arguments. This fixes it: Index: /svn/trunk/gcc/fortran/iresolve.c

[Bug c++/34086] New: g++ crashes on simple 20-line source file

2007-11-13 Thread nmaquet at gmail dot com
The following code crashes g++ 4.1.3 : *START OF FILE** #include using namespace std; double arctan(double x) { int i=1,n=20; double c=1.0,arct=0.0,paf=1.0,eps=0.1,hab; hab=(x/(1+x*x)); do { arct+=paf; c+=2i/(2i+1); pa

[Bug c++/34086] g++ crashes on simple 20-line source file

2007-11-13 Thread nmaquet at gmail dot com
--- Comment #1 from nmaquet at gmail dot com 2007-11-13 20:13 --- Created an attachment (id=14547) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14547&action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34086

[Bug c++/34086] g++ crashes on simple 20-line source file

2007-11-13 Thread nmaquet at gmail dot com
--- Comment #2 from nmaquet at gmail dot com 2007-11-13 20:16 --- I reported this on Launchpad a few weeks ago but it doesn't get much attention : https://bugs.launchpad.net/ubuntu/+source/gcc-4.1/+bug/155259 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34086

[Bug fortran/34080] [4.3 regression] Transfer was working, now broken

2007-11-13 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2007-11-13 20:19 --- Drew, By the way - thanks! The regression test is just coming to an end, so it'll be fixed very soon. Paul -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34080

[Bug fortran/34080] [4.3 regression] Transfer was working, now broken

2007-11-13 Thread drewmccormack at mac dot com
--- Comment #6 from drewmccormack at mac dot com 2007-11-13 20:27 --- Subject: Re: [4.3 regression] Transfer was working, now broken Thanks for fixing it so quick, Paul. Drew On 13/11/2007, at 9:19 PM, pault at gcc dot gnu dot org wrote: > > > --- Comment #5 from pault at gcc d

[Bug fortran/34080] [4.3 regression] Transfer was working, now broken

2007-11-13 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2007-11-13 20:33 --- Subject: Bug 34080 Author: pault Date: Tue Nov 13 20:33:21 2007 New Revision: 130158 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130158 Log: 2007-11-13 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug target/34077] GCC -O1 -minline-all-stringops -minline-stringops-dynamically fails for spec 2006 bzip2, gobmk, and h264ref benchmarks

2007-11-13 Thread michael dot meissner at amd dot com
--- Comment #3 from michael dot meissner at amd dot com 2007-11-13 20:48 --- Created an attachment (id=14548) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14548&action=view) Patch to fix PR34077 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34077

[Bug target/34087] New: ICE in regrename.c for movdf_hardfloat64_mfpgpr

2007-11-13 Thread pthaugen at gcc dot gnu dot org
The following attatchment from the cpu20006 benchmark leslie3d ICEs in the following manner. The problem appears to be a latent bug that has come and gone a couple times (I saw it earlier on the gamess benchmark too). Recent mainlines compile it fine, but revision 128829 exhibits the problem. Ope

[Bug target/34087] ICE in regrename.c for movdf_hardfloat64_mfpgpr

2007-11-13 Thread pthaugen at gcc dot gnu dot org
--- Comment #1 from pthaugen at gcc dot gnu dot org 2007-11-13 21:08 --- Created an attachment (id=14549) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14549&action=view) Testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34087

[Bug c++/34086] g++ crashes on simple 20-line source file

2007-11-13 Thread fang at csl dot cornell dot edu
--- Comment #3 from fang at csl dot cornell dot edu 2007-11-13 21:12 --- 4.0.1 (apple) ICEs: pr34086.cc: In function 'double arctan(double)': pr34086.cc:12: internal compiler error: in const_binop, at fold-const.c:1610 4.2.2 gives me: pr34086.cc: In function 'double arctan(double)': pr

[Bug fortran/34084] [4.3 regression] Error in November 9 version of gfortran when the first line in a source file is an INCLUDE statement

2007-11-13 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2007-11-13 21:18 --- (In reply to comment #1) > FX, can you have a look? I would not be surprised if one of your debug patches > caused the regression Me neither. A simple workaround is to simply add a blank line before the INCLUDE s

[Bug target/34087] ICE in regrename.c for movdf_hardfloat64_mfpgpr

2007-11-13 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-11-13 21:57 --- This is not the first time something like this has shown up before. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug middle-end/34088] New: [4.3 regression] ICE with uninitialized variable and -Werror

2007-11-13 Thread reichelt at gcc dot gnu dot org
The following valid code snippet triggers an ICE on mainline when compiled with "gcc -O -Wall -Werror" on i686-pc-linux-gnu. = int F0 (int); int F1 (int t) { return F0(t); } int F2 (int t) { return F0(t); } extern int X[]; static inline int foo(

[Bug middle-end/34088] [4.3 regression] ICE with uninitialized variable and -Werror

2007-11-13 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added GCC build triplet||i686-pc-linux-gnu GCC host triplet||i6

[Bug c++/34086] [4.1 Regression] g++ crashes on simple 20-line source file

2007-11-13 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2007-11-13 22:38 --- Confirmed. #1 0x084a545e in const_binop (code=TRUNC_DIV_EXPR, arg1=0xb7cec528, arg2=0xb7cec720, notrunc=0) at /home/richard/src/gcc-4_1-branch/gcc/fold-const.c:1640 1640default: (gdb) l 1635

[Bug middle-end/34088] [4.3 regression] ICE with uninitialized variable and -Werror

2007-11-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-11-13 22:41 --- I think this showed up when may_alias became a TODO. Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/33588] gcc warns of (char*) conversion on client-side varargs funcs

2007-11-13 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-11-13 22:54 --- (In reply to comment #3) > So? Is the warning warranted? Yes because va_list is not a first class type and never was and is very ABI dependent. > Can be worked-around? Well no, because va_list's type is ABI depende

[Bug c++/33588] gcc warns of (char*) conversion on client-side varargs funcs

2007-11-13 Thread manu at gcc dot gnu dot org
--- Comment #5 from manu at gcc dot gnu dot org 2007-11-13 23:20 --- Stephan, please, try with my_func( "format string: %s", (char *)__FILE__ ) Otherwise, you can use -Wno-write-strings to avoid the warning or -Wno-error=write-strings to get the warning as a warning even when using -W

[Bug c++/34089] New: Segfault on specialization using struct instead of template function.

2007-11-13 Thread drahflow at gmx dot de
Attempting to compile the following file template void foo() { }; template struct foo { }; results in bug.c++:2: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html> for instructions. For Debian GN

[Bug fortran/33162] INTRINSIC functions as ACTUAL argument

2007-11-13 Thread jvdelisle at gcc dot gnu dot org
--- Comment #22 from jvdelisle at gcc dot gnu dot org 2007-11-14 00:59 --- Subject: Bug 33162 Author: jvdelisle Date: Wed Nov 14 00:59:09 2007 New Revision: 130168 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130168 Log: 2007-11-11 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug middle-end/34088] [4.3 regression] ICE with uninitialized variable and -Werror

2007-11-13 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2007-11-14 01:02 --- The ICE also occurs on powerpc-linux, where a regression hunt identified this patch: http://gcc.gnu.org/viewcvs?view=rev&rev=120373 r120373 | hubicka | 2007-01-03 01:12:56 + (Wed, 03 Jan 2007) -- htt

[Bug fortran/33162] INTRINSIC functions as ACTUAL argument

2007-11-13 Thread jvdelisle at gcc dot gnu dot org
--- Comment #23 from jvdelisle at gcc dot gnu dot org 2007-11-14 01:06 --- Subject: Bug 33162 Author: jvdelisle Date: Wed Nov 14 01:06:13 2007 New Revision: 130169 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130169 Log: 2007-11-13 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/33162] INTRINSIC functions as ACTUAL argument

2007-11-13 Thread jvdelisle at gcc dot gnu dot org
--- Comment #24 from jvdelisle at gcc dot gnu dot org 2007-11-14 01:17 --- Fixed on trunk. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added S

  1   2   >