[Bug fortran/32594] New: ICE: bus error with attached code and June 28 MacOSX Intel binary)

2007-07-02 Thread awgreynolds at earthlink dot net
Originally thought was related to 31609 bug but may be new gfortran -c utility.f9 -- Summary: ICE: bus error with attached code and June 28 MacOSX Intel binary) Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: n

[Bug fortran/32594] ICE: bus error with attached code and June 28 MacOSX Intel binary)

2007-07-02 Thread awgreynolds at earthlink dot net
--- Comment #1 from awgreynolds at earthlink dot net 2007-07-02 18:51 --- Created an attachment (id=13828) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13828&action=view) source code that causes ICE: bus error zip containing 2 include and 1 f90 file -- http://gcc.gnu.org/bu

[Bug tree-optimization/30194] [4.3 Regression] gcc.dg/pr19633-1.c fails on the mainline

2007-07-02 Thread danglin at gcc dot gnu dot org
--- Comment #13 from danglin at gcc dot gnu dot org 2007-07-02 19:00 --- This has started failing again on hppa-unknown-linux-gnu as of 20070701. -- danglin at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/32593] Missed optimization of 'y = constant - x' operation

2007-07-02 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-07-02 19:06 --- This is a target issue (or a semi generic one for 2-operand targets). -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c/32592] Suggest more optimize options and tweaking

2007-07-02 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-07-02 19:08 --- No GCC is not in the business of auto tunning options. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/32176] [4.3 Regression] ICE tree-type mismatch: expected integer_cst, have plus_expr in int_cst_value, at tree.c:7720

2007-07-02 Thread rakdver at gcc dot gnu dot org
--- Comment #9 from rakdver at gcc dot gnu dot org 2007-07-02 19:09 --- I cannot reproduce this on x86_64 with any of the testcases. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32176

[Bug tree-optimization/32591] [4.3 Regression] ICE: in vn_binary_op_insert, at tree-ssa-sccvn.c:852

2007-07-02 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 target/32552] Runtime failure in SPEC CPU2000 benchmark fma3d and applu

2007-07-02 Thread zadeck at naturalbridge dot com
--- Comment #5 from zadeck at naturalbridge dot com 2007-07-02 19:12 --- Subject: Re: Runtime failure in SPEC CPU2000 benchmark fma3d and applu wilson at specifix dot com wrote: > --- Comment #4 from wilson at specifix dot com 2007-07-02 18:34 --- > Subject: Re: Runtime fai

[Bug libgomp/32468] number of threads in a parallel region depends on number of SECTIONs and MAX_THREADS

2007-07-02 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2007-07-02 19:19 --- Subject: Bug 32468 Author: jakub Date: Mon Jul 2 19:19:28 2007 New Revision: 126224 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126224 Log: PR libgomp/32468 * sections.c (GOMP_parallel_sect

[Bug libgomp/32468] number of threads in a parallel region depends on number of SECTIONs and MAX_THREADS

2007-07-02 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2007-07-02 19:22 --- Subject: Bug 32468 Author: jakub Date: Mon Jul 2 19:22:47 2007 New Revision: 126226 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126226 Log: PR libgomp/32468 * omp-low.c (check_combined_para

[Bug c++/32595] New: abort in libiberty:htab_clear_slot

2007-07-02 Thread Ralf dot Wildenhues at gmx dot de
se t3 -g -O2 -version -o /tmp/t.s GNU C++ version 4.3.0 20070702 (experimental) (x86_64-unknown-linux-gnu) compiled by GNU C version 4.0.3 (Ubuntu 4.0.3-1ubuntu5), GMP version 4.2.1, MPFR version 2.2.1. GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 Compiler ex

[Bug libgomp/32468] number of threads in a parallel region depends on number of SECTIONs and MAX_THREADS

2007-07-02 Thread jakub at gcc dot gnu dot org
--- Comment #6 from jakub at gcc dot gnu dot org 2007-07-02 19:26 --- Subject: Bug 32468 Author: jakub Date: Mon Jul 2 19:26:25 2007 New Revision: 126227 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126227 Log: PR libgomp/32468 * sections.c (GOMP_parallel_sect

[Bug libgomp/32468] number of threads in a parallel region depends on number of SECTIONs and MAX_THREADS

2007-07-02 Thread jakub at gcc dot gnu dot org
--- Comment #7 from jakub at gcc dot gnu dot org 2007-07-02 19:27 --- Subject: Bug 32468 Author: jakub Date: Mon Jul 2 19:27:28 2007 New Revision: 126228 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126228 Log: PR libgomp/32468 * omp-low.c (check_combined_para

[Bug libgomp/32468] number of threads in a parallel region depends on number of SECTIONs and MAX_THREADS

2007-07-02 Thread jakub at gcc dot gnu dot org
--- Comment #8 from jakub at gcc dot gnu dot org 2007-07-02 19:28 --- Fixed in SVN. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGN

[Bug fortran/32594] ICE: bus error with attached code and June 28 MacOSX Intel binary)

2007-07-02 Thread dfranke at gcc dot gnu dot org
--- Comment #2 from dfranke at gcc dot gnu dot org 2007-07-02 19:31 --- Simplified testcase and backtrace (4.3, 20070702): function EvaluateMath(expr) character(*), intent(in) :: expr character(*), parameter :: chrs='-+.0123456789eEdD' LOGICAL :: tmp tmp = (ind

[Bug c++/32595] abort in libiberty:htab_clear_slot

2007-07-02 Thread Ralf dot Wildenhues at gmx dot de
--- Comment #1 from Ralf dot Wildenhues at gmx dot de 2007-07-02 19:32 --- Uploading of the file will have to wait until bugzilla does not internal-error out on me any more, sorry. I sent mail to dberlin. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32595

[Bug c++/32595] abort in libiberty:htab_clear_slot

2007-07-02 Thread Ralf dot Wildenhues at gmx dot de
--- Comment #2 from Ralf dot Wildenhues at gmx dot de 2007-07-02 19:35 --- Created an attachment (id=13829) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13829&action=view) preprocessed unincluded source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32595

[Bug middle-end/32176] [4.3 Regression] ICE tree-type mismatch: expected integer_cst, have plus_expr in int_cst_value, at tree.c:7720

2007-07-02 Thread jv244 at cam dot ac dot uk
--- Comment #10 from jv244 at cam dot ac dot uk 2007-07-02 19:39 --- (In reply to comment #9) > I cannot reproduce this on x86_64 with any of the testcases. Looks like this bug has 'fixed' itself somewhere during the last two weeks ... can't reproduce it either -- http://gcc.gnu.o

[Bug tree-optimization/32591] [4.3 Regression] ICE: in vn_binary_op_insert, at tree-ssa-sccvn.c:852

2007-07-02 Thread dberlin at gcc dot gnu dot org
--- Comment #1 from dberlin at gcc dot gnu dot org 2007-07-02 19:40 --- I cannot reproduce with a cross to hppa-linux. Is this still happening with the latest patches as of this morning? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32591

[Bug tree-optimization/32230] [4.3 Regression] Segfault in set_bb_for_stmt with -O -ftree-vectorize

2007-07-02 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2007-07-02 19:41 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug bootstrap/32585] bootstrap broken in libgfortran ?

2007-07-02 Thread jv244 at cam dot ac dot uk
--- Comment #5 from jv244 at cam dot ac dot uk 2007-07-02 19:41 --- has been fixed in current trunk -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32585

[Bug bootstrap/32585] bootstrap broken in libgfortran ?

2007-07-02 Thread jv244 at cam dot ac dot uk
--- Comment #6 from jv244 at cam dot ac dot uk 2007-07-02 19:42 --- as said previously -- jv244 at cam dot ac dot uk changed: What|Removed |Added Status|NEW

[Bug bootstrap/32585] [4.3 Regression] bootstrap broken in libgfortran ?

2007-07-02 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||build Summary|bootstrap broken in |[4.3 Regression

[Bug c++/32596] ice for legal code

2007-07-02 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2007-07-02 19:57 --- Created an attachment (id=13830) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13830&action=view) gzipped C++ source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32596

[Bug c++/32596] New: ice for legal code

2007-07-02 Thread dcb314 at hotmail dot com
I just tried to compile Suse Linux package ruby-zypp-0.1-83 with the GNU C++ compiler version 4.3 snapshot 20070629 The compiler said /usr/include/boost/regex/v4/basic_regex_creator.hpp:515: internal compiler error: in expand_or_defer_fn, at cp/semantics.c:3220 Please submit a full bug report, wi

[Bug c++/32597] New: New operation with empty parameter pack does not value-initialize

2007-07-02 Thread dgregor at gcc dot gnu dot org
The following program fails because when the new-expression is instantiated with no arguments in "args", k is not value-initialized (although it should be). #include #include int k = 5; template< class... Args > void f( Args... args ) { new( &k ) int( args... ); } int main() { f(); a

[Bug c++/32597] New operation with empty parameter pack does not value-initialize

2007-07-02 Thread dgregor at gcc dot gnu dot org
-- dgregor at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Ever Confirmed|0 |1 Last re

[Bug middle-end/32398] [4.3 Regression] checking for suffix of object files... configure: error: cannot compute suffix of f object files: cannot compile

2007-07-02 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #5 from dave at hiauly1 dot hia dot nrc dot ca 2007-07-02 20:07 --- Subject: Re: [4.3 Regression] checking for suffix of object files... configure: error: cannot compute suffix of f objeRO > Can you send me, the dump produced by -fdump-rtl-expand with the trunk and > also

[Bug tree-optimization/32591] [4.3 Regression] ICE: in vn_binary_op_insert, at tree-ssa-sccvn.c:852

2007-07-02 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #2 from dave at hiauly1 dot hia dot nrc dot ca 2007-07-02 20:09 --- Subject: Re: [4.3 Regression] ICE: in vn_binary_op_insert, at tree-ssa-sccvn.c:852 > I cannot reproduce with a cross to hppa-linux. > Is this still happening with the latest patches as of this morning? Th

[Bug middle-end/32398] [4.3 Regression] checking for suffix of object files... configure: error: cannot compute suffix of f object files: cannot compile

2007-07-02 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2007-07-02 20:23 --- (In reply to comment #5) > Subject: Re: [4.3 Regression] checking for suffix of object files... > configure: error: cannot compute suffix of f objeRO > > > Can you send me, the dump produced by -fdump-rtl-expand wi

[Bug target/32552] Runtime failure in SPEC CPU2000 benchmark fma3d and applu

2007-07-02 Thread wilson at specifix dot com
--- Comment #6 from wilson at specifix dot com 2007-07-02 20:30 --- Subject: Re: Runtime failure in SPEC CPU2000 benchmark fma3d and applu On Mon, 2007-07-02 at 19:12 +, zadeck at naturalbridge dot com wrote: > Lets see if an arm person is willing to talk about this. I loo

[Bug target/32552] Runtime failure in SPEC CPU2000 benchmark fma3d and applu

2007-07-02 Thread wilson at gcc dot gnu dot org
--- Comment #7 from wilson at gcc dot gnu dot org 2007-07-02 20:34 --- Created an attachment (id=13831) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13831&action=view) enable INCOMING_RETURN_ADDR_RTX for ia64 This is a patch based on Kenny's suggestion. I think this patch solves

[Bug middle-end/32176] [4.3 Regression] ICE tree-type mismatch: expected integer_cst, have plus_expr in int_cst_value, at tree.c:7720

2007-07-02 Thread ubizjak at gmail dot com
--- Comment #11 from ubizjak at gmail dot com 2007-07-02 20:43 --- (In reply to comment #10) > (In reply to comment #9) > > I cannot reproduce this on x86_64 with any of the testcases. > > Looks like this bug has 'fixed' itself somewhere during the last two weeks > ... > can't reprodu

[Bug fortran/32239] optimize power in loops, use __builtin_powi instead of _gfortran_pow_r4_i4

2007-07-02 Thread jb at gcc dot gnu dot org
--- Comment #7 from jb at gcc dot gnu dot org 2007-07-02 20:46 --- Closing as Fortran FE is fixed. There is 32503 for better vectorization of builtin_powi, and if we want the strength reduction optimization from comment #0 a new missed-optimization PR should be filed against the middle-e

[Bug target/32338] [4.3 Regression] Error: .prologue within prologue

2007-07-02 Thread sje at cup dot hp dot com
--- Comment #1 from sje at cup dot hp dot com 2007-07-02 21:27 --- I can make the warning message go away by using -fno-schedule-insns2. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32338

[Bug tree-optimization/22226] vectorization library

2007-07-02 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-07-02 21:27 --- Note the "SIMD Math Library Specification for Cell Broadband Engine Architecture" defines an interface for a SIMD math library for VMX (and Cell SPU). -- pinskia at gcc dot gnu dot org changed: What

[Bug rtl-optimization/29083] useless clrlwi instruction produced for 16-bit bitfield

2007-07-02 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2007-07-02 21:32 --- Fixed for 4.3.0: 64bit: .L2: addi 0,9,1 lhzu 9,-4(3) cmpw 7,9,0 beq 7,.L2 32bit: .L2: addi 0,9,1 lhzu 9,-4(3) cmpw 7,9,0 beq 7,.L2 -- pinskia at gc

[Bug target/31557] return 0x80000000UL code gen can be improved

2007-07-02 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-07-02 21:35 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug fortran/29975] [meta-bugs] ICEs with CP2K

2007-07-02 Thread jv244 at cam dot ac dot uk
--- Comment #128 from jv244 at cam dot ac dot uk 2007-07-02 21:36 --- current gfortran trunk seems to miscompile CP2K at -O2. The affected test is regtest-ot/C2H4.inp, and the file that is being miscompiled is mulliken.F. This is a regression wrt to 4.2.0, but I'm not sure when it was in

[Bug fortran/29975] [meta-bugs] ICEs with CP2K

2007-07-02 Thread jv244 at cam dot ac dot uk
--- Comment #129 from jv244 at cam dot ac dot uk 2007-07-02 21:42 --- (In reply to comment #128) > current gfortran trunk seems to miscompile CP2K at -O2. The affected test is > regtest-ot/C2H4.inp, and the file that is being miscompiled is mulliken.F. > This > is a regression wrt to 4.

[Bug ada/32589] exp_dbug.adb:981: error: invalid array index

2007-07-02 Thread ebotcazou at gcc dot gnu dot org
--- Comment #1 from ebotcazou at gcc dot gnu dot org 2007-07-02 21:44 --- Present on x86 too (but not x86-64). -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug ada/32589] exp_dbug.adb:981: error: invalid array index

2007-07-02 Thread ebotcazou at gcc dot gnu dot org
--- Comment #2 from ebotcazou at gcc dot gnu dot org 2007-07-02 21:44 --- Investigating. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added Assigne

[Bug middle-end/32589] [4.3 Regression] exp_dbug.adb:981: error: invalid array index

2007-07-02 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Component|ada |middle-end Keywords||build, ice

[Bug fortran/31154] IMPORT fails for " FUNCTION (...)" kind of procedures

2007-07-02 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2007-07-02 22:28 --- Related is the checking of type(*). Here, in decl.c everything is allowed and a later check is missing. Result: accepts invalid: -- module x implicit none type t integer :: i end type t interface

[Bug c++/32598] New: [4.3 regression]: 27_io/basic_stringbuf/setbuf/wchar_t/4.cc needs more than 6GB memory to compile

2007-07-02 Thread hjl at lucon dot org
Gcc 4.3 revision 126234 needs more than 6GB to compile 27_io/basic_stringbuf/setbuf/wchar_t/4.cc in libstdc++. It happens on Linux/ia32, Linux/ia64 and Linux/x86-64. Revision 126166 is OK. -- Summary: [4.3 regression]: 27_io/basic_stringbuf/setbuf/wchar_t/4.cc need

[Bug fortran/32599] New: [ISO C Binding] Accepts character with len /= 1

2007-07-02 Thread burnus at gcc dot gnu dot org
The following two routines are invalid. The length has to be one (I think it needs to be also an initialization expression). While allowing it for -std=gnu is ok, there should be an error for -std=f2003. NAG f95 prints: Error: f.f90, line 5: Argument PATH of BIND(C) procedure DESTROY has assumed C

[Bug fortran/32600] New: [ISO Bind C] C_LOC/C_FUNLOC should not be library functions

2007-07-02 Thread burnus at gcc dot gnu dot org
The code use iso_c_binding integer, target :: i type(c_ptr) :: bar bar = c_loc(i) end produces: bar = c_loc (&i); g95 produces: bar = &i;; and NAG f95: bar_ = (char*) &i_; Analogously for C_FUNPOINTER: --- use iso_c_binding interface subroutine bar() bind(c) end subroutin

[Bug fortran/32601] New: [ISO Bind C] Access to private components not prevented

2007-07-02 Thread burnus at gcc dot gnu dot org
USE ISO_C_BINDING, only: c_null_ptr, c_ptr type(c_ptr) :: t t = c_null_ptr print *, c_null_ptr, t end should not be allowed (at least with -std=f2003) as type(c_ptr) has only private components. -- Summary: [ISO Bind C] Access to private components not prevented Pr

[Bug fortran/32600] [ISO Bind C] C_LOC/C_FUNLOC should not be library functions

2007-07-02 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2007-07-02 23:09 --- Analogously for c_f_pointer (without SHAPE) and c_f_funpointer: use iso_c_binding implicit none integer, target :: tgt type(c_ptr) :: cptr integer, pointer :: ptr cptr = c_loc(tgt) call c_f_pointer(cptr,ptr) end

[Bug middle-end/32602] New: Sibcall optimization fails to detect overlap

2007-07-02 Thread jconner at apple dot com
The following program returns an incorrect result when compiled for arm-none-elf at -O2: ~~ typedef struct { int data[4]; } arr16_t; int result = 0; void func2(int i, int j, arr16_t arr) { result = (arr.data[0] != 1 || arr.data[1] != 2 || arr.data[2] != 3

[Bug middle-end/32602] Sibcall optimization fails to detect overlap

2007-07-02 Thread jconner at apple dot com
--- Comment #1 from jconner at apple dot com 2007-07-02 23:19 --- The problem is that the sibcall optimization incorrectly believes that the incoming arr16_t parameter to func1 is located at the same location on the stack as the outgoing arr16_t parameter to func2, and so incorrectly all

[Bug middle-end/32603] New: Sibcall optimization fails to detect non-overlapping arguments

2007-07-02 Thread jconner at apple dot com
The following code, compiled for arm-none-elf at -O2: ~~ #define noinline __attribute__((noinline)) typedef struct { int data[4]; } arr16_t; int result = 0; void noinline func2 (int i, int j, arr16_t arr) { result = (arr.data[0] != 1 || arr.data[1] != 2 || a

[Bug middle-end/32603] Sibcall optimization fails to detect non-overlapping arguments

2007-07-02 Thread jconner at apple dot com
--- Comment #1 from jconner at apple dot com 2007-07-02 23:28 --- I have a patch which addresses this (and pr32602) -- I will submit it shortly. -- jconner at apple dot com changed: What|Removed |Added --

[Bug libfortran/32456] IO error message should show Unit/Filename

2007-07-02 Thread kargl at gcc dot gnu dot org
--- Comment #10 from kargl at gcc dot gnu dot org 2007-07-02 23:29 --- Subject: Bug 32456 Author: kargl Date: Mon Jul 2 23:29:27 2007 New Revision: 126238 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126238 Log: 2007-07-02 Steven G. Kargl <[EMAIL PROTECTED]> Restor

[Bug c++/32598] [4.3 regression]: 27_io/basic_stringbuf/setbuf/wchar_t/4.cc needs more than 6GB memory to compile

2007-07-02 Thread pcarlini at suse dot de
--- Comment #1 from pcarlini at suse dot de 2007-07-02 23:37 --- I can confirm this. And .../setbuf/char/4.cc is almost as bad. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32598

[Bug c++/32598] [4.3 regression]: 27_io/basic_stringbuf/setbuf/wchar_t/4.cc needs more than 6GB memory to compile

2007-07-02 Thread pcarlini at suse dot de
-- pcarlini at suse dot de changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|00

[Bug middle-end/32417] [4.3 Regression] 416.gamess ICEs (in aff_combination_add_elt, tree-affine.c)

2007-07-02 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2007-07-02 23:58 --- One note, when I was originally fixing this bug, the test worked but now it fails at -O1. I guess the new VN exposed the new problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32417

[Bug middle-end/32417] [4.3 Regression] 416.gamess ICEs (in aff_combination_add_elt, tree-affine.c)

2007-07-02 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2007-07-02 23:59 --- Ok, the problem at -O1 is really PR 32527. So I am closing this as a dup of that bug. *** This bug has been marked as a duplicate of 32527 *** -- pinskia at gcc dot gnu dot org changed: What|R

[Bug tree-optimization/32527] [4.3 Regression] ICE in build2_stat, at tree.c:3074

2007-07-02 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2007-07-02 23:59 --- *** Bug 32417 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/16876] [4.0/4.1/4.2 Regression] ICE on testcase with -O3 in fold-const

2007-07-02 Thread reichelt at gcc dot gnu dot org
--- Comment #20 from reichelt at gcc dot gnu dot org 2007-07-03 00:10 --- As the code is deemed valid, we still have a rejects-valid bug on the 4.2 branch. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/32506] [4.1/4.2/4.3 Regression] cross compile sh64-superh-linux-gnu internal compiler error: in change_address_1, at emit-rtl.c:1800

2007-07-02 Thread kkojima at gcc dot gnu dot org
--- Comment #2 from kkojima at gcc dot gnu dot org 2007-07-03 00:21 --- > Related to #21220? Ah, maybe. A reduced testcase: unsigned int foo (unsigned int n, unsigned d) { return n % d; } which fails on sh64-unknown-linux-gnu with -O -fpic -m5-64media-nofpu. I've confirmed that the

[Bug middle-end/26061] error and warning count

2007-07-02 Thread geoffk at gcc dot gnu dot org
--- Comment #12 from geoffk at gcc dot gnu dot org 2007-07-03 00:45 --- [Here's what I sent to gcc-patches as a review of this patch:] Doing this will certainly break many tools which parse the output of GCC, especially in the case of a successful compilation which produced some warnings

[Bug fortran/32600] [ISO Bind C] C_LOC/C_FUNLOC should not be library functions

2007-07-02 Thread kargl at gcc dot gnu dot org
--- Comment #2 from kargl at gcc dot gnu dot org 2007-07-03 03:55 --- This just an optimization request, right? The functions calls work? -- kargl at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/25094] Procedure with public generic identifier allowed to have argument of private type

2007-07-02 Thread patchapp at dberlin dot org
--- Comment #2 from patchapp at dberlin dot org 2007-07-03 04:01 --- Subject: Bug number PR25094 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/msg00156.html -- http://gcc.gnu.org/bugzilla/sh

[Bug target/32506] [4.1/4.2/4.3 Regression] cross compile sh64-superh-linux-gnu internal compiler error: in change_address_1, at emit-rtl.c:1800

2007-07-02 Thread kkojima at gcc dot gnu dot org
--- Comment #3 from kkojima at gcc dot gnu dot org 2007-07-03 04:01 --- Subject: Bug 32506 Author: kkojima Date: Tue Jul 3 04:01:35 2007 New Revision: 126243 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126243 Log: PR target/32506 * config/sh/sh.md (udivsi3_i1

[Bug c++/32597] New operation with empty parameter pack does not value-initialize

2007-07-02 Thread patchapp at dberlin dot org
--- Comment #1 from patchapp at dberlin dot org 2007-07-03 04:01 --- Subject: Bug number PR c++/32597 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/msg00170.html -- http://gcc.gnu.org/bugzil

[Bug fortran/32432] SEGV/endless loop after: "ERROR: ... already is initialized"

2007-07-02 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2007-07-03 04:51 --- Have some ideas to try. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/32600] [ISO Bind C] C_LOC/C_FUNLOC should not be library functions

2007-07-02 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2007-07-03 05:27 --- (In reply to comment #2) > This just an optimization request, right? The functions calls work? Yes - at least all my test programs work. Though there might be some combinations of c_f_pointer which don't work; at le

[Bug fortran/32432] SEGV/endless loop after: "ERROR: ... already is initialized"

2007-07-02 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2007-07-03 05:30 --- Subject: Bug number PR32432 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/msg00202.html -- http://gcc.gnu.org/bugzilla/sh

[Bug middle-end/32176] [4.3 Regression] ICE tree-type mismatch: expected integer_cst, have plus_expr in int_cst_value, at tree.c:7720

2007-07-02 Thread uros at gcc dot gnu dot org
--- Comment #12 from uros at gcc dot gnu dot org 2007-07-03 06:35 --- Subject: Bug 32176 Author: uros Date: Tue Jul 3 06:35:05 2007 New Revision: 126245 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126245 Log: PR middle-end/32176 * gcc.dg/pr32176.c: New test.

[Bug middle-end/32176] [4.3 Regression] ICE tree-type mismatch: expected integer_cst, have plus_expr in int_cst_value, at tree.c:7720

2007-07-02 Thread ubizjak at gmail dot com
--- Comment #13 from ubizjak at gmail dot com 2007-07-03 06:40 --- Closed as magically fixed (testcase was committed to SVN mainline). -- ubizjak at gmail dot com changed: What|Removed |Added

<    1   2