[Bug rtl-optimization/33669] [4.3 Regression] Revision 128957 miscompiles 481.wrf

2007-10-07 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 reconfir

[Bug libfortran/33683] calculating lgamma instead of gamma

2007-10-07 Thread tkoenig at gcc dot gnu dot org
--- Comment #3 from tkoenig at gcc dot gnu dot org 2007-10-07 10:22 --- (In reply to comment #2) > I checked and the simplification routines work correctly, which means there is > no real testsuite coverage for these functions. We should always include > testcases comparing values calcul

[Bug middle-end/33684] New: [4.3 regression] internal compiler error: verify_ssa failed

2007-10-07 Thread bero at arklinux dot org
Compiling the attached preprocessed code at -O3 fails with elbg.c: In function 'try_shift_candidate': elbg.c:245: error: expected an SSA_NAME object elbg.c:245: error: in statement D.7733_702 = D.6104 /[ex] 4; elbg.c:245: internal compiler error: verify_ssa failed Please submit a full bug report,

[Bug middle-end/33684] [4.3 regression] internal compiler error: verify_ssa failed

2007-10-07 Thread bero at arklinux dot org
--- Comment #1 from bero at arklinux dot org 2007-10-07 10:24 --- Created an attachment (id=14313) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14313&action=view) Preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33684

[Bug rtl-optimization/33669] [4.3 Regression] Revision 128957 miscompiles 481.wrf

2007-10-07 Thread zadeck at naturalbridge dot com
-- zadeck at naturalbridge dot com changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |zadeck at naturalbridge dot |dot org

[Bug fortran/20851] dummy argument may not appear in specification expression in elemental procedure

2007-10-07 Thread tobi at gcc dot gnu dot org
--- Comment #3 from tobi at gcc dot gnu dot org 2007-10-07 11:45 --- Subject: Bug 20851 Author: tobi Date: Sun Oct 7 11:45:15 2007 New Revision: 129069 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129069 Log: PR fortran/20851 fortran/ * expr.c (check_inquiry): Typo fix in err

[Bug fortran/20851] dummy argument may not appear in specification expression in elemental procedure

2007-10-07 Thread tobi at gcc dot gnu dot org
--- Comment #4 from tobi at gcc dot gnu dot org 2007-10-07 11:46 --- Fixed. -- tobi at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug libfortran/33683] calculating lgamma instead of gamma

2007-10-07 Thread tobi at gcc dot gnu dot org
--- Comment #4 from tobi at gcc dot gnu dot org 2007-10-07 12:01 --- (In reply to comment #3) > I think we need to use tgamma() where available. If it isn't, we > need a test to check whether gamma() is equivalent to tgamma() or > to lgamma(). > > Yuck. It may be simpler to calculate

[Bug middle-end/33684] [4.3 regression] internal compiler error: verify_ssa failed

2007-10-07 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-10-07 12:05 --- I just had reduced this bug before. *** This bug has been marked as a duplicate of 33680 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/33680] [4.3 Regression] ICE when compilling elbg.c from ffmpeg (vectorizer)

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

[Bug tree-optimization/33680] [4.3 Regression] ICE when compilling elbg.c from ffmpeg (vectorizer)

2007-10-07 Thread irar at il dot ibm dot com
--- Comment #7 from irar at il dot ibm dot com 2007-10-07 12:31 --- (In reply to comment #3) I get: pr33680.c: In function גfג: pr33680.c:1: error: expected an SSA_NAME object pr33680.c:1: error: in statement D.1618_93 = D.1556 /[ex] 4; pr33680.c:1: internal compiler error: verify_ssa f

[Bug fortran/31608] wrong types in character array/scalar binop

2007-10-07 Thread pault at gcc dot gnu dot org
--- Comment #25 from pault at gcc dot gnu dot org 2007-10-07 12:49 --- (In reply to comment #17) > > the first line is correct, the second is not. > Richard, does this do it for you? { char char.3[1:1]; char.3[1]{lb: 1 sz: 1} = (*(char[0:][1:1] *) atmp.0.data)[S.2][1]{lb:

[Bug fortran/20851] dummy argument may not appear in specification expression in elemental procedure

2007-10-07 Thread patchapp at dberlin dot org
--- Comment #5 from patchapp at dberlin dot org 2007-10-07 14:25 --- Subject: Bug number PR20851 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-10/msg00357.html -- http://gcc.gnu.org/bugzilla/sh

[Bug tree-optimization/33655] [4.3 Regression] ICE in bitfield_overlaps_p, at tree-sra.c:2901

2007-10-07 Thread hjl at lucon dot org
--- Comment #5 from hjl at lucon dot org 2007-10-07 14:33 --- (In reply to comment #4) > Subject: Bug 33655 > > Author: aoliva > Date: Sat Oct 6 11:47:51 2007 > New Revision: 129052 > > URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129052 > Log: > gcc/ChangeLog: > PR tree-opti

[Bug tree-optimization/33572] [4.3 Regression] wrong code with -O

2007-10-07 Thread hjl at lucon dot org
--- Comment #17 from hjl at lucon dot org 2007-10-07 14:39 --- (In reply to comment #16) > Subject: Bug 33572 > > Author: aoliva > Date: Sat Oct 6 11:43:56 2007 > New Revision: 129051 > > URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129051 > Log: > gcc/ChangeLog: > PR tree-op

[Bug tree-optimization/32921] [4.3 Regression] Revision 126326 causes 12% slowdown

2007-10-07 Thread hjl at lucon dot org
--- Comment #9 from hjl at lucon dot org 2007-10-07 15:16 --- Gcc 4.3 revision 128885 is much slower than gcc 4.1 redhat revision 128771 with -O2 -ffast-math on 64bit Linux/Core 2 Duo: 437.leslie3d -26.2% -- hjl at lucon dot org changed: What|Remo

[Bug tree-optimization/32921] [4.3 Regression] Revision 126326 causes 12% slowdown

2007-10-07 Thread hjl at lucon dot org
-- hjl at lucon dot org changed: What|Removed |Added CC||xuepeng dot guo at intel dot ||co

[Bug tree-optimization/32921] [4.3 Regression] Revision 126326 causes 12% slowdown

2007-10-07 Thread hjl at lucon dot org
--- Comment #10 from hjl at lucon dot org 2007-10-07 15:19 --- (In reply to comment #9) > Gcc 4.3 revision 128885 is much slower than gcc 4.1 redhat revision 128771 > with -O2 -ffast-math on 64bit Linux/Core 2 Duo: > > 437.leslie3d -26.2% > The main difference betw

[Bug bootstrap/33676] libgfortran bootstrap failure: selected_int_kind.f90:22: Segmentation fault

2007-10-07 Thread kargl at gcc dot gnu dot org
--- Comment #3 from kargl at gcc dot gnu dot org 2007-10-07 16:39 --- Sources retrieved with svn merge -r HEAD:'{2007-10-04}' . lead to the seg fault reported by Gerald. So the problem was introduced between 2007-10-03 and 2007-10-04. Also, note that the problem does not appear in x

[Bug libfortran/33683] calculating lgamma instead of gamma

2007-10-07 Thread tkoenig at gcc dot gnu dot org
--- Comment #5 from tkoenig at gcc dot gnu dot org 2007-10-07 16:48 --- This fixes things at least on my system; this also passes regression-testing. Index: mathbuiltins.def === --- mathbuiltins.def(revision 129050) +++

[Bug fortran/22571] Reject derived types for dummy arguments declared in the subroutine unless they are SEQUENCE

2007-10-07 Thread tobi at gcc dot gnu dot org
--- Comment #8 from tobi at gcc dot gnu dot org 2007-10-07 17:16 --- Something like the patch below fails unfortunately -- when resolving arglists we still don't know enough about the callee (viz the checks of ptype, that are already a hack on top of my original patch attempt) to determi

[Bug other/32358] Acovea finds bugs in GCC 4.3.0 and problems with default optimizations levels

2007-10-07 Thread patrik dot hagglund at bredband dot net
--- Comment #5 from patrik dot hagglund at bredband dot net 2007-10-07 17:44 --- I have found two bugs using my own (unfinished/unreleased) Acovea replacement (available upon request). Both are for -fsee. gcc (GCC) 4.3.0 20071005 (experimental) -- gcc -std=gnu99 -O3 -fsee fftbench.c

[Bug libstdc++/33682] libstdc++ broken for !__GTHREAD_HAS_COND hosts

2007-10-07 Thread dkwan at transmeta dot com
--- Comment #2 from dkwan at transmeta dot com 2007-10-07 17:55 --- Sorry about the breakage. I only tested the original patch on Linux. The obvious patch should be fine. I am not familiar with mingw-w64. Does it provide a similar conditional variable as POSIX? If so, another way to fix

[Bug other/32358] Acovea finds bugs in GCC 4.3.0 and problems with default optimizations levels

2007-10-07 Thread patrik dot hagglund at bredband dot net
--- Comment #6 from patrik dot hagglund at bredband dot net 2007-10-07 17:56 --- Created an attachment (id=14314) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14314&action=view) example benchmark in libacovea-5.1.1 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32358

[Bug other/32358] Acovea finds bugs in GCC 4.3.0 and problems with default optimizations levels

2007-10-07 Thread patrik dot hagglund at bredband dot net
--- Comment #7 from patrik dot hagglund at bredband dot net 2007-10-07 17:56 --- Created an attachment (id=14315) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14315&action=view) example benchmark in libacovea-5.1.1 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32358

[Bug libfortran/33683] calculating lgamma instead of gamma

2007-10-07 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2007-10-07 18:43 --- I have tested this on x86-64-linux. It works here as well. After reading the man page myself, I think this is the answer and I would commit it as obvious. The only question is what do other platforms do? AIX hp

[Bug fortran/33542] gfortran does not detect ambigious specific names if they are the same as generic names

2007-10-07 Thread patchapp at dberlin dot org
--- Comment #8 from patchapp at dberlin dot org 2007-10-07 19:05 --- Subject: Bug number PR33542 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-10/msg00372.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/33664] crash on invalid program

2007-10-07 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2007-10-07 19:15 --- Subject: Bug number PR33664 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-10/msg00375.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/25095] Disallowed intrinsic in initialization statement

2007-10-07 Thread tobi at gcc dot gnu dot org
--- Comment #4 from tobi at gcc dot gnu dot org 2007-10-07 19:43 --- E.g. the following is legal: INTEGER :: I(350) INTEGER, PARAMETER :: K(500) = (/ i, i=1,500 /) REAL :: X DATA I(4+K(PRECISION(X))) / 1 / whereas DATA I(PRECISION(X)) / 1 / isn't. -- tobi at gcc dot gn

[Bug target/30243] [4.1/4.2/4.3 Regression][avr] signbit() causes an internal compiler error

2007-10-07 Thread eweddington at cso dot atmel dot com
--- Comment #3 from eweddington at cso dot atmel dot com 2007-10-07 19:46 --- Created an attachment (id=14316) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14316&action=view) Patch by Anatoly Sokolov Proposed patch by Anatoly Sokolov. -- http://gcc.gnu.org/bugzilla/show_bug

[Bug target/30243] [4.1/4.2/4.3 Regression][avr] signbit() causes an internal compiler error

2007-10-07 Thread eweddington at cso dot atmel dot com
--- Comment #4 from eweddington at cso dot atmel dot com 2007-10-07 19:48 --- Changing target milestone to 4.2.3. Hopefully the attached patch will be committed by then. -- eweddington at cso dot atmel dot com changed: What|Removed |Added

[Bug fortran/25095] Disallowed intrinsic in initialization statement

2007-10-07 Thread tobi at gcc dot gnu dot org
--- Comment #5 from tobi at gcc dot gnu dot org 2007-10-07 19:49 --- (In reply to comment #4) > E.g. the following is legal: iff PRECISION(X) <= 350 :-) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25095

[Bug c++/26698] [4.0/4.1/4.2/4.3 Regression] g++ accepts const-incorrect code due to conversion function

2007-10-07 Thread patchapp at dberlin dot org
--- Comment #12 from patchapp at dberlin dot org 2007-10-07 19:50 --- Subject: Bug number PR c++/26698 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-10/msg00379.html -- http://gcc.gnu.org/bugzi

[Bug target/30243] [4.1/4.2/4.3 Regression][avr] signbit() causes an internal compiler error

2007-10-07 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2007-10-07 19:51 --- I think this patch is incorrect (there is no specific ordering of modes as far as I know. I think it should be using GET_MODE_SIZE instead. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30243

[Bug target/33120] Large module object files when declare arrays on Mac OSX

2007-10-07 Thread tobi at gcc dot gnu dot org
--- Comment #1 from tobi at gcc dot gnu dot org 2007-10-07 19:52 --- Probably more of a target issue than a frontend issue. Please push back to the frontend with an explanation what the FE is doing wrong if the backend does the right thing. -- tobi at gcc dot gnu dot org changed:

Unsere Empfehlung des Hauses persoenlich fuer gcc-bugs@gcc.gnu.org

2007-10-07 Thread [EMAIL PROTECTED]
Holen sie sich jetzt 2400 EUR in Cash ab Und gehen Sie dabei einen sicheren und koeniglichen Weg !!! Alles mehrsprachig und einfach erklaert, starten Sie jetzt !!! Für jeden erhaeltlich, ganz einfach: Anklicken, Registrieren, abholen !!! WO ERHALTEN SIE SONST 2400 Euro in 12 Monaten aufgeteil

[Bug fortran/33375] ICE (segfault) gfortran.dg/common_6.f90

2007-10-07 Thread tobi at gcc dot gnu dot org
--- Comment #4 from tobi at gcc dot gnu dot org 2007-10-07 20:03 --- If we reject the common as syntactically wrong, it should never be resolved. -- tobi at gcc dot gnu dot org changed: What|Removed |Added --

[Bug libfortran/33672] Additional runtime checks needed for namelist reads

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

[Bug c++/33616] [4.1/4.2/4.3 regression] "lvalue required as unary '&' operand" with template pmf

2007-10-07 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=33616

[Bug tree-optimization/33619] [4.1/4.2/4.3 Regression] TER breaks some inline-asm code (again)

2007-10-07 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=33619

[Bug rtl-optimization/33685] New: [4.3 regression] invalid rtl sharing found in the insn

2007-10-07 Thread bero at arklinux dot org
gcc -DHAVE_CONFIG_H -I. -I.. -I../.. -DMAGIC=\"/usr/lib/rpm/magic\" -DHAVE_LIBZ=1 -O2 -march=i586 -mtune=i686 -fomit-frame-pointer -fweb -frename-registers -MT softmagic.lo -MD -MP -MF .deps/softmagic.Tpo -c softmagic.c -fPIC -DPIC -o .libs/softmagic.o softmagic.c: In function 'cvt_16': softmagic.

[Bug rtl-optimization/33685] [4.3 regression] invalid rtl sharing found in the insn

2007-10-07 Thread bero at arklinux dot org
--- Comment #1 from bero at arklinux dot org 2007-10-07 21:28 --- Created an attachment (id=14317) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14317&action=view) Preprocessed source, bzip2-ed -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33685

[Bug libfortran/33683] calculating lgamma instead of gamma

2007-10-07 Thread tkoenig at gcc dot gnu dot org
--- Comment #7 from tkoenig at gcc dot gnu dot org 2007-10-07 21:36 --- Subject: Bug 33683 Author: tkoenig Date: Sun Oct 7 21:36:09 2007 New Revision: 129116 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129116 Log: 2007-10-07 Thomas Koenig <[EMAIL PROTECTED]> PR li

[Bug libfortran/33683] calculating lgamma instead of gamma

2007-10-07 Thread tkoenig at gcc dot gnu dot org
--- Comment #8 from tkoenig at gcc dot gnu dot org 2007-10-07 21:45 --- Fixed. Let's close this and watch for occurences of gamma_5.f90 failing, then open a new bug report if that happens. -- tkoenig at gcc dot gnu dot org changed: What|Removed |A

[Bug libfortran/22423] Warnings when building libgfortran

2007-10-07 Thread tobi at gcc dot gnu dot org
--- Comment #13 from tobi at gcc dot gnu dot org 2007-10-07 21:48 --- The current set of warnings is: ../../../libgfortran/runtime/backtrace.c:66: warning: 'local_strcasestr' defined but not used ../../../libgfortran/runtime/environ.c:312: warning: 'init_choice' defined but not used ../

[Bug rtl-optimization/33669] [4.3 Regression] Revision 128957 miscompiles 481.wrf

2007-10-07 Thread zadeck at naturalbridge dot com
--- Comment #10 from zadeck at naturalbridge dot com 2007-10-07 21:57 --- Subject: Re: [4.3 Regression] Revision 128957 miscompiles 481.wrf This patch fixes pr33669. The failure only happens if you have a block with 2 or more uses of a multiword pseudo register that is local to thi

[Bug target/33685] [4.3 regression] invalid rtl sharing found in the insn

2007-10-07 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug middle-end/33662] [4.3 Regression] Wrong register allocation on SH

2007-10-07 Thread kkojima at gcc dot gnu dot org
--- Comment #1 from kkojima at gcc dot gnu dot org 2007-10-08 02:22 --- I've confirmed that the patch in the trail of pr33669 fixes this too. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33662

[Bug middle-end/33662] [4.3 Regression] Wrong register allocation on SH

2007-10-07 Thread zadeck at naturalbridge dot com
--- Comment #2 from zadeck at naturalbridge dot com 2007-10-08 03:53 --- *** This bug has been marked as a duplicate of 33669 *** -- zadeck at naturalbridge dot com changed: What|Removed |Added ---

[Bug rtl-optimization/33669] [4.3 Regression] Revision 128957 miscompiles 481.wrf

2007-10-07 Thread zadeck at naturalbridge dot com
--- Comment #11 from zadeck at naturalbridge dot com 2007-10-08 03:53 --- *** Bug 33662 has been marked as a duplicate of this bug. *** -- zadeck at naturalbridge dot com changed: What|Removed |Added ---

[Bug ada/33454] [4.3 Regression] Wrong system.ads for --with-cpu=default32

2007-10-07 Thread bje at gcc dot gnu dot org
--- Comment #3 from bje at gcc dot gnu dot org 2007-10-08 06:46 --- Subject: Bug 33454 Author: bje Date: Mon Oct 8 06:45:56 2007 New Revision: 129121 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129121 Log: PR ada/33454 Revert: 2007-08-31 Ben Elliston

[Bug ada/33454] [4.3 Regression] Wrong system.ads for --with-cpu=default32

2007-10-07 Thread bje at gcc dot gnu dot org
--- Comment #4 from bje at gcc dot gnu dot org 2007-10-08 06:47 --- This patch created more problems than it solved. Reverting for the time being. -- bje at gcc dot gnu dot org changed: What|Removed |Added -