[Bug tree-optimization/26797] [4.2 Regression] ACATS c35507m cd2a23e cxh1001 fail

2006-06-04 Thread christian dot joensson at gmail dot com
--- Comment #17 from christian dot joensson at gmail dot com 2006-06-04 08:27 --- just a ping here, is anyone here able to say anything about status of this bug? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26797

[Bug fortran/27889] New: gfortran 4.1.1 ICE on espresso (PWscf)

2006-06-04 Thread spyderous at gentoo dot org
Trying to compile the espresso electronic structure package from pwscf.org with gfortran 4.1.1 fails with an ICE: make[1]: Entering directory `/home/donnie/espresso-3.1/Modules' cpp -P -traditional -D__FFTW -I../include constraints_module.f90 -o constraints_module.F90 gfortran -O3 -D__FFTW

[Bug tree-optimization/17506] [4.0/4.1/4.2 regression] warning about uninitialized variable points to wrong location

2006-06-04 Thread steven at gcc dot gnu dot org
-- steven at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|steven at gcc dot gnu dot |unassigned at gcc dot gnu |org

[Bug tree-optimization/26251] [4.2 Regression] code size increase with -Os

2006-06-04 Thread steven at gcc dot gnu dot org
--- Comment #6 from steven at gcc dot gnu dot org 2006-06-04 09:32 --- This should have a higher priority than P3 IMHO. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26251

[Bug libstdc++/27867] compile error in repeated application of valarray::operator==

2006-06-04 Thread paolo at gcc dot gnu dot org
--- Comment #3 from paolo at gcc dot gnu dot org 2006-06-04 09:33 --- Subject: Bug 27867 Author: paolo Date: Sun Jun 4 09:32:56 2006 New Revision: 114356 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=114356 Log: 2006-06-04 Paolo Carlini [EMAIL PROTECTED] PR

[Bug libstdc++/27867] compile error in repeated application of valarray::operator==

2006-06-04 Thread pcarlini at suse dot de
--- Comment #4 from pcarlini at suse dot de 2006-06-04 09:34 --- Fixed. -- pcarlini at suse dot de changed: What|Removed |Added Status|NEW

[Bug rtl-optimization/27616] [4.1/4.2 Regression] Internal error with -O1 (CSE)

2006-06-04 Thread steven at gcc dot gnu dot org
--- Comment #6 from steven at gcc dot gnu dot org 2006-06-04 09:34 --- Would be fixed with fwprop due to not recursively calling fold_rtx. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27616

[Bug target/27863] [4.2 Regression] ICE in check_cfg, at haifa-sched.c:4615

2006-06-04 Thread steven at gcc dot gnu dot org
-- steven at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug fortran/25096] Non-conforming shapes of DATA object and data

2006-06-04 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2006-06-04 09:38 --- g95 emits a hard error on this one, while Intel accept it. $ g95 a.f90 In file a.f90:5 DATA (D(i)%I,i=1,4) /8*0/ 1 Error: Array section not allowed in DATA statement at (1) -- fxcoudert at gcc dot

[Bug bootstrap/25502] Werror problem in build

2006-06-04 Thread rmathew at gcc dot gnu dot org
--- Comment #6 from rmathew at gcc dot gnu dot org 2006-06-04 09:47 --- By the way, x-mingw32 contains: # On MinGW, we use %IA64d to print 64-bit integers, and the format-checking # code does not handle that, so we have to disable checking here. WERROR_FLAGS += -Wno-format This

[Bug fortran/25095] Disallowed intrinsic in initialization statement

2006-06-04 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2006-06-04 09:52 --- By F2003: C561 (R528) In an array-element or a scalar-structure-component that is a data-i-do-object , any subscript shall be an expression whose primaries are either constants, subobjects of constants, or DO

[Bug fortran/24978] ICE in gfc_assign_data_value_range

2006-06-04 Thread fxcoudert at gcc dot gnu dot org
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2006-06-04 10:01 --- I marked it as ice-on-valid-code, but I'm not sure it's valid code. g95 emits an error, but Intel and Sun compilers don't. Uttam, do you know if that code is valid? -- fxcoudert at gcc dot gnu dot org

[Bug fortran/23209] array shape conformance not checked

2006-06-04 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2006-06-04 10:04 --- It's been fixed: $ gfortran a.f90 In file a.f90:6 b = b + a 12 Error: Shapes for operands at (1) and (2) are not conformable -- fxcoudert at gcc dot gnu dot org changed: What

[Bug c++/27884] [4.2 regression] bogus error: invalid use of 'register' in linkage specification

2006-06-04 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2006-06-04 10:04 --- It's certainly a questionable use of 'register'. What is the expected effect of this parameter declaration from perls point of view? -- rguenth at gcc dot gnu dot org changed: What|Removed

[Bug fortran/23538] gfortran hangs on old cray fortran 66 program

2006-06-04 Thread fxcoudert at gcc dot gnu dot org
--- Comment #9 from fxcoudert at gcc dot gnu dot org 2006-06-04 10:18 --- I agree with Steve's comment that a maximal number of errors should be allowed, after which the compiler should bail out. -- fxcoudert at gcc dot gnu dot org changed: What|Removed

[Bug c++/27884] [4.2 regression] bogus error: invalid use of 'register' in linkage specification

2006-06-04 Thread tbm at cyrius dot com
--- Comment #3 from tbm at cyrius dot com 2006-06-04 10:24 --- I don't know why Perl uses it, I simply noticed that lots of packages in Debian now fail to build because its part of a Perl header... they do this: extern C SV* Perl_Gsv_placeholder_ptr(register PerlInterpreter *my_perl

[Bug fortran/23371] internal compiler error when missing a module procedure

2006-06-04 Thread fxcoudert at gcc dot gnu dot org
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2006-06-04 10:30 --- This is fixed on mainline. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/25095] Disallowed intrinsic in initialization statement

2006-06-04 Thread jv244 at cam dot ac dot uk
--- Comment #2 from jv244 at cam dot ac dot uk 2006-06-04 10:42 --- (In reply to comment #1) .. and each operation shall be intrinsic Now, MODULO is found under 13.5 (Standard generic intrinsic procedures) But MODULO is not an intrinsic operation (these are defined in 7.1.2) --

[Bug c++/27884] [4.2 regression] bogus error: invalid use of 'register' in linkage specification

2006-06-04 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2006-06-04 10:48 --- I agree that the code is valid from a standards perspective. Just not very clever ;) -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/27884] [4.2 regression] bogus error: invalid use of 'register' in linkage specification

2006-06-04 Thread tbm at cyrius dot com
--- Comment #5 from tbm at cyrius dot com 2006-06-04 10:52 --- OK, I'll let the Perl people know. It would be nice though to revert this error before 4.1.2/4.2.0 come out. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27884

[Bug bootstrap/25502] Werror problem in build

2006-06-04 Thread dannysmith at users dot sourceforge dot net
--- Comment #7 from dannysmith at users dot sourceforge dot net 2006-06-04 11:02 --- In my local tree (and in the 3.4.x mingw tree), I have added a modification and extension of this patch: http://gcc.gnu.org/ml/gcc-patches/2004-11/msg02296.html I plan to follow up in stage 1 of 4.3

[Bug libgcj/27890] New: [4.2 regression] lib/logging.properties pollutes common namespace

2006-06-04 Thread gerald at pfeifer dot com
Now that I can build libgcj again on HEAD, I found that it pollutes the common namespace by installing $PREFIX/lib/logging.properties. This break the installation of several versions of GCC into the same $PREFIX using --program-suffix=. -- Summary: [4.2 regression]

[Bug target/27891] New: [4.0/4.1 regression] ICE in tree_split_edge, at tree-cfg.c:3107

2006-06-04 Thread tbm at cyrius dot com
ICE on Alpha in tree_split_edge, at tree-cfg.c:3107. Works with gcc 3.4 and current gcc 4.2, fails with 4.0 and 4.1. [EMAIL PROTECTED]:~/delta/bin$ g++-4.1 -c -O1 mini.c mini.c: In function 'int domisc(const char*)': mini.c:27: internal compiler error: in tree_split_edge, at tree-cfg.c:3107

[Bug target/27891] [4.0/4.1 regression] ICE in tree_split_edge, at tree-cfg.c:3107

2006-06-04 Thread tbm at cyrius dot com
--- Comment #1 from tbm at cyrius dot com 2006-06-04 11:14 --- Created an attachment (id=11593) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11593action=view) test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27891

[Bug libgcj/27890] [4.2 regression] lib/logging.properties pollutes common namespace

2006-06-04 Thread gerald at pfeifer dot com
--- Comment #1 from gerald at pfeifer dot com 2006-06-04 11:15 --- Also, does a configuration file, in text format, like this really belong under /lib? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27890

[Bug libgcj/27890] [4.2 regression] lib/logging.properties pollutes common namespace

2006-06-04 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2006-06-04 11:17 --- Also it should be beyond /usr/share, as it is not arch dependent. Same problem for /usr/lib/security/classpath.security and /usr/lib64/security/libgcj.security. -- rguenth at gcc dot gnu dot org changed:

[Bug middle-end/27889] ICE on complex assignment

2006-06-04 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2006-06-04 11:24 --- I can reproduce this on i686-linux and reduced it to this minimal testcase: COMPLEX z CONTAINS SUBROUTINE foo z = z + cmplx(1.0,0.0) z = z + z END SUBROUTINE foo

[Bug fortran/27889] ICE on complex assignment

2006-06-04 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2006-06-04 11:49 --- I now also have a slightly different testcase that fails on 4.1.1 and current 4.1 branch, on i686-linux, at optimization levels -O1 or higher: MODULE constraints_module REAL target CONTAINS SUBROUTINE

[Bug target/27891] [4.0/4.1 regression] ICE in tree_split_edge, at tree-cfg.c:3107

2006-06-04 Thread falk at debian dot org
--- Comment #2 from falk at debian dot org 2006-06-04 12:51 --- Here is a cleaned-up testcase: int firstkey(); void DBM_error(int); void domisc() { int i = 0; try { try { firstkey(); while (1) { i++; firstkey();

[Bug tree-optimization/27039] [4.1/4.2 Regression] Unable to determine # of iterations for a simple loop

2006-06-04 Thread rguenth at gcc dot gnu dot org
--- Comment #13 from rguenth at gcc dot gnu dot org 2006-06-04 12:59 --- Subject: Bug 27039 Author: rguenth Date: Sun Jun 4 12:59:40 2006 New Revision: 114357 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=114357 Log: 2006-06-04 Richard Guenther [EMAIL PROTECTED] PR

[Bug tree-optimization/27039] [4.1 Regression] Unable to determine # of iterations for a simple loop

2006-06-04 Thread rguenth at gcc dot gnu dot org
--- Comment #14 from rguenth at gcc dot gnu dot org 2006-06-04 13:16 --- Fixed on the mainline. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/27889] ICE on complex assignment

2006-06-04 Thread fxcoudert at gcc dot gnu dot org
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2006-06-04 14:38 --- I examined the different tree dumps for COMPLEX z CONTAINS SUBROUTINE foo z = z + z END SUBROUTINE foo END and the last non-empty one before the error message: complex.f90:

[Bug libgcj/27892] New: gij.cc:104: error: 'setenv' was not declared in this scope

2006-06-04 Thread danglin at gcc dot gnu dot org
/mnt/gnu/gcc-3.3/objdir/./gcc/xgcc -shared-libgcc -B/mnt/gnu/gcc-3.3/objdir/./gc c -nostdinc++ -L/mnt/gnu/gcc-3.3/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/src - L/mnt/gnu/gcc-3.3/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/src/.libs -B/opt/gnu /gcc/gcc-4.2.0/hppa2.0w-hp-hpux11.11/bin/

[Bug fortran/27478] getting : error: invalid operand to binary operator

2006-06-04 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug fortran/27478] getting : error: invalid operand to binary operator

2006-06-04 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-06-04 15:16 --- *** Bug 27889 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/27889] ICE on complex assignment

2006-06-04 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-06-04 15:16 --- *** This bug has been marked as a duplicate of 27478 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/27884] [4.1/4.2 regression] bogus error: invalid use of 'register' in linkage specification

2006-06-04 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2006-06-04 15:35 --- Confirmed. Breaking perl is not nice. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/25161] [4.0/4.1/4.2 Regression] Internal compiler error (segfault) instead of error message

2006-06-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #11 from jsm28 at gcc dot gnu dot org 2006-06-04 16:49 --- Testing a fix. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/27020] [4.0/4.1/4.2 regression] ICE on invalid array size

2006-06-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2006-06-04 16:50 --- Testing a fix. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/27893] New: [4.0/4.1/4.2 Regression] ICE with TREE_CONSTANT VLA sizes inside functions

2006-06-04 Thread jsm28 at gcc dot gnu dot org
int a; void f(void) { int b[(__SIZE_TYPE__)a]; } yields t.c: In function 'f': t.c:2: internal compiler error: in tree_low_cst, at tree.c:4413 Please submit a full bug report, with preprocessed source if appropriate. See URL:http://gcc.gnu.org/bugs.html for instructions. Likewise if the size is

[Bug c/7948] gcc fails to fault gnu extension with -std=c99

2006-06-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2006-06-04 17:00 --- Fixed for 4.2. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c/18740] Execution-time sizeof drops side effects

2006-06-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2006-06-04 17:01 --- Fixed for 4.2. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c/25802] VM types of external and internal linkage variables not diagnosed

2006-06-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2006-06-04 17:03 --- Fixed for 4.2. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

Return code of gcc

2006-06-04 Thread Vu Quang Cao
Hi, I'm writing a program, which executes gcc for compiling a C proram. Now, I need the returned code of gcc after compiling. Can you help me? Thanks! __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around

Re: Return code of gcc

2006-06-04 Thread Andrew Pinski
On Jun 4, 2006, at 10:12 AM, Vu Quang Cao wrote: Hi, I'm writing a program, which executes gcc for compiling a C proram. Now, I need the returned code of gcc after compiling. This is offtopic of this channel. Also it depends on what OS you are using? From an unix shell script you can use

[Bug c/27489] [4.1/4.2 regression] ICE on broken switch condition

2006-06-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2006-06-04 17:16 --- The patch in comment#2 is OK for 4.1 and mainline with the change to comparing expr2 == error_mark_node, provided the testcases from this bug and bug 27490 are added to the testsuite. Regarding that referenced in

[Bug middle-end/24998] [4.2 Regression] Build failure: undefined symbol __floatunsitf

2006-06-04 Thread mmitchel at gcc dot gnu dot org
--- Comment #28 from mmitchel at gcc dot gnu dot org 2006-06-04 17:19 --- Joseph -- Would you please summarize the current state of this bug, and whether or not you intend to do any more work on it? I'm trying to figure out how to prioritize it for 4.2. Thanks, -- Mark --

[Bug bootstrap/25438] [4.2 Regression] make: *** No rule to make target `bubblestrap'. Stop.

2006-06-04 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2006-06-04 17:19 --- Not release-critical. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/25470] [4.2 Regression] fixincludes/ subdirectory not cleaned by make distclean

2006-06-04 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2006-06-04 17:22 --- Not release-critical. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgomp/25938] [4.2 regression] libgomp installs header files in version and target independent location

2006-06-04 Thread mmitchel at gcc dot gnu dot org
--- Comment #8 from mmitchel at gcc dot gnu dot org 2006-06-04 17:26 --- This is a show-stopper; an installation problem like this would be embarassing. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/26146] [4.2 Regression] Bootstrapping mainline on Solaris 10/x86 fails

2006-06-04 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26146

[Bug c/26154] [4.2 Regression] OpenMP extensions to the C language is not documented

2006-06-04 Thread mmitchel at gcc dot gnu dot org
--- Comment #3 from mmitchel at gcc dot gnu dot org 2006-06-04 17:33 --- Yes, there should at least be a reference to online information about OpenMP in our manual. At this is one of the major new features in 4.2, it should definitely be documented. Diego, would you be able to put a

[Bug middle-end/24998] [4.2 Regression] Build failure: undefined symbol __floatunsitf

2006-06-04 Thread joseph at codesourcery dot com
--- Comment #29 from joseph at codesourcery dot com 2006-06-04 17:35 --- Subject: Re: [4.2 Regression] Build failure: undefined symbol __floatunsitf On Sun, 4 Jun 2006, mmitchel at gcc dot gnu dot org wrote: --- Comment #28 from mmitchel at gcc dot gnu dot org 2006-06-04

[Bug bootstrap/26188] [4.2 Regression] 4.2.0 fails to compile on FreeBSD 4.11

2006-06-04 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2006-06-04 17:36 --- i386-freebsd is a primary platform, so we should ensure that we can build there. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgomp/26175] [4.2 Regression] In gcc-4.2.0 libgomp/.../powerpc/futex.h SYS_futex undefined

2006-06-04 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2006-06-04 17:35 --- Yes, this is a critical problem. OpenMP is a major feature in 4.2. It would be embarassing for it to break builds for users. We should fix the configury so as not to build the library on unsupported systems.

[Bug tree-optimization/26197] [4.2 regression] ICE in is_old_name with vectorizer

2006-06-04 Thread mmitchel at gcc dot gnu dot org
--- Comment #17 from mmitchel at gcc dot gnu dot org 2006-06-04 17:40 --- Has anyone tested Dorit's patch? (IIUC, Dorit is on maternity leave.) -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/26740] [4.2 regression] ICE taking the address of a bound member function

2006-06-04 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-06-04 17:41 --- Subject: Bug 26740 Author: pinskia Date: Sun Jun 4 17:40:51 2006 New Revision: 114360 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=114360 Log: 2006-06-01 Andrew Pinski [EMAIL PROTECTED] PR

[Bug c++/26740] [4.2 regression] ICE taking the address of a bound member function

2006-06-04 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-06-04 17:41 --- Subject: Bug 26740 Author: pinskia Date: Sun Jun 4 17:40:51 2006 New Revision: 114360 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=114360 Log: 2006-06-01 Andrew Pinski [EMAIL PROTECTED] PR

[Bug rtl-optimization/26244] [4.2 Regression] FAIL: gcc.c-torture/execute/builtin-bitops-1.c execution, -O3 -fomit-frame-pointer -funroll-loops

2006-06-04 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26244

[Bug tree-optimization/26251] [4.2 Regression] code size increase with -Os

2006-06-04 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26251

[Bug libgomp/26308] [4.2 Regression] libgomp bootstrap failure on Tru64 UNIX V4.0F

2006-06-04 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2006-06-04 17:44 --- OSF is not release-critical. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/26360] [4.2 Regression] Autovectorization of char - int loop gets ICE

2006-06-04 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2006-06-04 17:47 --- This patch is OK. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/26415] [4.2 regression] m68k-linux bootstrap error during stage2

2006-06-04 Thread mmitchel at gcc dot gnu dot org
--- Comment #2 from mmitchel at gcc dot gnu dot org 2006-06-04 17:47 --- m68k is not a primary or secondary platform. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/26449] [4.2 Regression] ICE with -march=pentium4 -ftree-vectorize in matmul_i4.c in loop invariant motion

2006-06-04 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26449

[Bug libgomp/26477] [4.2 Regression] bootstrap: SYS_gettid undeclared

2006-06-04 Thread mmitchel at gcc dot gnu dot org
--- Comment #3 from mmitchel at gcc dot gnu dot org 2006-06-04 17:50 --- Like 26175, this should be considered a high-priority fix. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/23541] all error messages produce segfault

2006-06-04 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P2 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23541

[Bug other/26507] [4.2 Regression] compiler segfaults while building libobjc (ICE while printing out warning)

2006-06-04 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2006-06-04 17:52 --- Isn't this just a duplicate of 23541? We have it marked as depending on 23541, but why keep both open? On it's own, I'd call this a P2, but 23541 is a P1 for sure. -- mmitchel at gcc dot gnu dot org changed:

[Bug middle-end/26528] [4.2 regression] gcc miscompiles FFTW 3.1

2006-06-04 Thread mmitchel at gcc dot gnu dot org
--- Comment #15 from mmitchel at gcc dot gnu dot org 2006-06-04 17:55 --- This is a P1 -- but WAITING for a testcase. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/26556] [4.2 Regression] javax/imageio/stream/ImageOutputStreamImpl.java:0: ICE: Segmentation fault

2006-06-04 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26556

[Bug other/26507] [4.2 Regression] compiler segfaults while building libobjc (ICE while printing out warning)

2006-06-04 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED|WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26507

[Bug other/26507] [4.2 Regression] compiler segfaults while building libobjc (ICE while printing out warning)

2006-06-04 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Status|WAITING |ASSIGNED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26507

[Bug middle-end/26528] [4.2 regression] gcc miscompiles FFTW 3.1

2006-06-04 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Status|NEW |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26528

[Bug middle-end/26556] [4.2 Regression] javax/imageio/stream/ImageOutputStreamImpl.java:0: ICE: Segmentation fault

2006-06-04 Thread mmitchel at gcc dot gnu dot org
--- Comment #2 from mmitchel at gcc dot gnu dot org 2006-06-04 17:56 --- Reverting accidental change to WAITING state. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/26559] [4.0/4.1/4.2 Regression] ICE with __builtin_constant_p in template argument

2006-06-04 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26559

[Bug middle-end/26556] [4.2 Regression] javax/imageio/stream/ImageOutputStreamImpl.java:0: ICE: Segmentation fault

2006-06-04 Thread mmitchel at gcc dot gnu dot org
--- Comment #3 from mmitchel at gcc dot gnu dot org 2006-06-04 17:57 --- Java is not release critical. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/26571] [4.0/4.1/4.2 regression] Bad diagnostic using type modifier with struct

2006-06-04 Thread mmitchel at gcc dot gnu dot org
--- Comment #2 from mmitchel at gcc dot gnu dot org 2006-06-04 17:59 --- A very low-priority problem... -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/26449] [4.2 Regression] ICE with -march=pentium4 -ftree-vectorize in matmul_i4.c in loop invariant motion

2006-06-04 Thread steven at gcc dot gnu dot org
-- steven at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|steven at gcc dot gnu dot |unassigned at gcc dot gnu |org

[Bug c++/26573] [4.0/4.1/4.2 regression] Duplicate message for static member in local class

2006-06-04 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26573

[Bug c++/26577] [4.0/4.1/4.2 regression] ICE in cp_expr_size with volatile and call to static

2006-06-04 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26577

[Bug c/26154] [4.2 Regression] OpenMP extensions to the C language is not documented

2006-06-04 Thread dnovillo at gcc dot gnu dot org
--- Comment #4 from dnovillo at gcc dot gnu dot org 2006-06-04 18:03 --- (In reply to comment #3) Diego, would you be able to put a pointer in the manual? There are two references to the OpenMP API already. One in the documentation of -fopenmp, the other with the documentation of

[Bug bootstrap/26582] [4.2 Regression] warning with cross build

2006-06-04 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2006-06-04 18:04 --- Daniel -- Are you going to have time to do the surgery mentioned in Comment #1? Thanks, -- Mark -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/26655] [4.0/4.1/4.2 Regression] ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446

2006-06-04 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26655

[Bug c++/26693] [4.0/4.1/4.2 regression] Access checks not performed for types in templates

2006-06-04 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26693

[Bug c++/26696] [4.0/4.1/4.2 Regression] ICE with statement forming unused static member function reference

2006-06-04 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26696

[Bug c++/26671] [4.0/4.1/4.2 Regression] Missing warning: reference to local variable returned

2006-06-04 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26671

[Bug rtl-optimization/26727] [4.2 Regression] gcc.target/powerpc/doloop-1.c fails

2006-06-04 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26727

[Bug other/26507] [4.2 Regression] compiler segfaults while building libobjc (ICE while printing out warning)

2006-06-04 Thread ebotcazou at gcc dot gnu dot org
--- Comment #5 from ebotcazou at gcc dot gnu dot org 2006-06-04 18:12 --- Isn't this just a duplicate of 23541? We have it marked as depending on 23541, but why keep both open? It essentially is, but this one is much more severe since there is no workaround. On it's own, I'd

[Bug debug/26754] [4.0/4.1/4.2 Regression] Wrong debug info for variable accessed non-locally

2006-06-04 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2006-06-04 18:16 --- The idea of this patch seems OK, but let's find a way to avoid duplicating the declare_tmp_vars code, perhaps by making another small routine to find the outermost BIND_EXPR in a function? -- mmitchel at gcc

[Bug target/26792] [4.2 Regression] C++ is broken on *-*-darwin*

2006-06-04 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26792

[Bug tree-optimization/26797] [4.2 Regression] ACATS c35507m cd2a23e cxh1001 fail

2006-06-04 Thread mmitchel at gcc dot gnu dot org
--- Comment #18 from mmitchel at gcc dot gnu dot org 2006-06-04 18:17 --- Ada is not release-critical. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/26807] [4.2 Regression] FAIL: gcc.dg/torture/pr24626-1.c -O2 (test for excess errors)

2006-06-04 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2006-06-04 18:18 --- Will this go away with the changes to make the scheduler not extend regions by default? -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/26847] [4.2 Regression] Missed optimization in simplify_plus_minus

2006-06-04 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26847

[Bug c++/26938] [4.0/4.1/4.2 regression] ICE with wrong number of template parameters

2006-06-04 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26938

[Bug c++/26957] [4.0/4.1/4.2 regression] ICE in make_decl_rtl, at varasm.c:871

2006-06-04 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26957

[Bug c++/26965] [4.0/4.1/4.2 Regression] Unnecessary debug info for unused consts in C++

2006-06-04 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2006-06-04 18:21 --- Does this have to do with Aldy's patches to make sure that we emit debug information for types used in casts? -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/26983] [4.0/4.1/4.2 Regression] Missing label in a nested function with builtin_setjmp/longjmp

2006-06-04 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26983

[Bug tree-optimization/26994] [4.2 Regression] Scalar TRANSFER - error: invalid operand to unary operator

2006-06-04 Thread mmitchel at gcc dot gnu dot org
--- Comment #10 from mmitchel at gcc dot gnu dot org 2006-06-04 18:22 --- Fortran is not release-critical. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/26999] [4.2 Regression] bootstrap failure with --disable-libdecnumber or --disable-libcpp

2006-06-04 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26999

[Bug debug/27017] [4.0/4.1/4.2 Regression] Debug information for static local class members are not emitted

2006-06-04 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2006-06-04 18:24 --- Is there a DWARF expert who could check to see whether the debug information generated is wrong, or whether GDB is unable to handle the information we generate? -- mmitchel at gcc dot gnu dot org changed:

[Bug c++/27115] [4.0/4.1/4.2 Regression] ICE in cp_expr_size or miscompilation with statement expressions and constructors (and ?: )

2006-06-04 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27115

  1   2   3   >