[Bug rtl-optimization/32725] Unnecessary reg-reg moves

2007-07-12 Thread ubizjak at gmail dot com
--- Comment #5 from ubizjak at gmail dot com 2007-07-12 07:05 --- (In reply to comment #3) > regmove should have changed that but it does not probably because the final > constraint does not have a duplicate operand. Actually, I think you want to > look at anddi_1_rex64, not adddi_1_re

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

2007-07-12 Thread dfranke at gcc dot gnu dot org
--- Comment #10 from dfranke at gcc dot gnu dot org 2007-07-12 07:27 --- > BTW, if you revert a patch, you should add the testcase that is the reason > it. To avoid regressing again if the patch gets re-applied. Similarly, you > should xfail the other testcase that now fails. Joost, g

[Bug rtl-optimization/32729] Regression: Loop unrolling not performed with large constant loop bound

2007-07-12 Thread rakdver at gcc dot gnu dot org
--- Comment #5 from rakdver at gcc dot gnu dot org 2007-07-12 07:36 --- Patch: http://gcc.gnu.org/ml/gcc-patches/2007-07/msg01130.html -- rakdver at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/32736] New: Replace -fallow-leading-underscore by Bind(C)

2007-07-12 Thread burnus at gcc dot gnu dot org
We use in the library the _gfortran_ prefix; to do so, the -fallow-leading-underscore was created. The idea was to replace it as soon as we have ISO C Bindings. Well, we do now ... http://gcc.gnu.org/ml/gcc-cvs/2007-01/msg00712.html r121007 | fxcoudert | 2007-01-20 19:33:20 +0100 (Sa, 20 Jan 2007

[Bug target/32735] i686 sse2 generates more movdqa than necessary

2007-07-12 Thread ubizjak at gmail dot com
--- Comment #5 from ubizjak at gmail dot com 2007-07-12 08:22 --- (In reply to comment #0) > The loop for CallSumDeltas2 compiles to: > > .L7: > movdqa %xmm1, %xmm0 > pslldq $4, %xmm0 > addl$1, %eax > paddd %xmm1, %xmm0 > cmpl$100

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

2007-07-12 Thread alex_zuma1 at yahoo dot com
Dear sirs, I would like to apologize if my bug report is done in a poor way: I am a "novice" in Fortran programming. I get this segmentation fault error when I compile my code, that consists of a main program and three modules. -- Summary: internal compiler error: Segmentation fault

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

2007-07-12 Thread alex_zuma1 at yahoo dot com
--- Comment #1 from alex_zuma1 at yahoo dot com 2007-07-12 09:34 --- Created an attachment (id=13898) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13898&action=view) This is the main program -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32737

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

2007-07-12 Thread alex_zuma1 at yahoo dot com
--- Comment #2 from alex_zuma1 at yahoo dot com 2007-07-12 09:35 --- Created an attachment (id=13899) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13899&action=view) Module #1 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32737

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

2007-07-12 Thread alex_zuma1 at yahoo dot com
--- Comment #3 from alex_zuma1 at yahoo dot com 2007-07-12 09:35 --- Created an attachment (id=13900) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13900&action=view) Module #2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32737

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

2007-07-12 Thread alex_zuma1 at yahoo dot com
--- Comment #4 from alex_zuma1 at yahoo dot com 2007-07-12 09:36 --- Created an attachment (id=13901) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13901&action=view) Module #3 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32737

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

2007-07-12 Thread alex_zuma1 at yahoo dot com
--- Comment #5 from alex_zuma1 at yahoo dot com 2007-07-12 09:38 --- Created an attachment (id=13902) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13902&action=view) This is the command sequence I used in the prompt -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32737

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

2007-07-12 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2007-07-12 09:56 --- Probably related to PR32722 / PR32636. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

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

2007-07-12 Thread rguenth at gcc dot gnu dot org
--- Comment #15 from rguenth at gcc dot gnu dot org 2007-07-12 09:57 --- I bet this is the same as PR32722. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/32462] [4.3 regression] Linking libgcj.so fails on Solaris 10/x86

2007-07-12 Thread ro at gcc dot gnu dot org
--- Comment #8 from ro at gcc dot gnu dot org 2007-07-12 10:18 --- I've now identified the patch that caused this regression: 2007-04-03 Andrew Haley <[EMAIL PROTECTED]> * jvgenmain.c (main): Change main to use class$, not class$$. (do_mangle_classname): Likewise.

[Bug libgcj/32465] [4.3 Regression] Linking 64-bit libgcj.so fails on Solaris 10/x86: non-PIC code despite -fPIC

2007-07-12 Thread ro at gcc dot gnu dot org
--- Comment #7 from ro at gcc dot gnu dot org 2007-07-12 10:20 --- Like PR libgcj/32462, this is also caused by this patch: 2007-04-03 Andrew Haley <[EMAIL PROTECTED]> * jvgenmain.c (main): Change main to use class$, not class$$. (do_mangle_classname): Likewise.

[Bug rtl-optimization/32729] Regression: Loop unrolling not performed with large constant loop bound

2007-07-12 Thread rakdver at gcc dot gnu dot org
--- Comment #6 from rakdver at gcc dot gnu dot org 2007-07-12 10:24 --- Subject: Bug 32729 Author: rakdver Date: Thu Jul 12 10:24:19 2007 New Revision: 126576 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126576 Log: PR rtl-optimization/32729 * cfghooks.c (can_d

[Bug target/32462] [4.3 regression] Linking libgcj.so fails on Solaris 10/x86

2007-07-12 Thread aph at gcc dot gnu dot org
--- Comment #9 from aph at gcc dot gnu dot org 2007-07-12 10:49 --- This is somewhat bewildering: if the visibility attribute is not supported, who does setting the visibility make any difference to the build? Nonetheless, I have no objection to something like static void hide (tree de

[Bug fortran/29804] segfault with -fbounds-check on allocatable derived type components

2007-07-12 Thread fxcoudert at gcc dot gnu dot org
--- Comment #9 from fxcoudert at gcc dot gnu dot org 2007-07-12 10:59 --- Subject: Bug 29804 Author: fxcoudert Date: Thu Jul 12 10:58:49 2007 New Revision: 126578 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126578 Log: PR fortran/29804 * gfortran.dg/alloc_com

[Bug fortran/29804] segfault with -fbounds-check on allocatable derived type components

2007-07-12 Thread fxcoudert at gcc dot gnu dot org
--- Comment #10 from fxcoudert at gcc dot gnu dot org 2007-07-12 11:16 --- I can't see this bug on i686-linux nor x86_64-linux, even with valgrind. I committed the testcase into our testsuite, so that we can see if it ever reappears. -- fxcoudert at gcc dot gnu dot org changed:

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

2007-07-12 Thread burnus at gcc dot gnu dot org
--- Comment #6 from burnus at gcc dot gnu dot org 2007-07-12 11:22 --- Some information you left out: The gfortran version and the platform; both are shown with "gfortran -v". Besides you need to compile in the order of dependence: gfortran -c parametri.f95 thom_mod.f95 spline.f95 inter

[Bug c++/30854] [4.3 Regression] Wrong number of arguments printed for constructor

2007-07-12 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2007-07-12 12:05 --- Subject: Bug 30854 Author: jakub Date: Thu Jul 12 12:05:39 2007 New Revision: 126582 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126582 Log: PR c++/30854 * error.c (dump_expr) : Pass true as

[Bug tree-optimization/32722] [4.3 Regression] Bootstrap failure with -fno-tree-store-copy-prop

2007-07-12 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2007-07-12 12:14 --- And as of r126576 this one is hidden again. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32722

[Bug c++/30854] [4.3 Regression] Wrong number of arguments printed for constructor

2007-07-12 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2007-07-12 12:15 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug fortran/32550] openmp: COPYPRIVATE of pointer variables fails

2007-07-12 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2007-07-12 12:17 --- Subject: Bug 32550 Author: jakub Date: Thu Jul 12 12:16:54 2007 New Revision: 126583 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126583 Log: PR fortran/32550 * trans.h (GFC_POINTER_TYPE_P):

[Bug fortran/32550] openmp: COPYPRIVATE of pointer variables fails

2007-07-12 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2007-07-12 12:20 --- Fixed in 4.3. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Known to fail|4.2.1

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

2007-07-12 Thread alex_zuma1 at yahoo dot com
--- Comment #7 from alex_zuma1 at yahoo dot com 2007-07-12 12:56 --- (In reply to comment #6) Concerning the compiling sequence: I am aware that the program interpfxlv needs the three modules (parametri, thom_mod and spline) to work, but I was wondering if there is a way to tell gfortra

[Bug target/32462] [4.3 regression] Linking libgcj.so fails on Solaris 10/x86

2007-07-12 Thread ro at techfak dot uni-bielefeld dot de
--- Comment #10 from ro at techfak dot uni-bielefeld dot de 2007-07-12 14:15 --- Subject: Re: [4.3 regression] Linking libgcj.so fails on Solaris 10/x86 aph at gcc dot gnu dot org writes: > --- Comment #9 from aph at gcc dot gnu dot org 2007-07-12 10:49 --- > This is somewha

[Bug target/32462] [4.3 regression] Linking libgcj.so fails on Solaris 10/x86

2007-07-12 Thread ro at gcc dot gnu dot org
--- Comment #11 from ro at gcc dot gnu dot org 2007-07-12 14:26 --- Mine. -- ro at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc d

[Bug libgcj/32465] [4.3 Regression] Linking 64-bit libgcj.so fails on Solaris 10/x86: non-PIC code despite -fPIC

2007-07-12 Thread ro at gcc dot gnu dot org
--- Comment #8 from ro at gcc dot gnu dot org 2007-07-12 14:27 --- Mine. Patch here: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32462#c10 -- ro at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/32462] [4.3 regression] Linking libgcj.so fails on Solaris 10/x86

2007-07-12 Thread aph at gcc dot gnu dot org
--- Comment #12 from aph at gcc dot gnu dot org 2007-07-12 14:34 --- You should probably bootstrap. Post the patch to the list. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32462

[Bug target/25413] wrong alignment or incorrect address computation in vectorized code on Pentium 4 SSE

2007-07-12 Thread dorit at gcc dot gnu dot org
--- Comment #9 from dorit at gcc dot gnu dot org 2007-07-12 14:42 --- Subject: Bug 25413 Author: dorit Date: Thu Jul 12 14:42:08 2007 New Revision: 126591 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126591 Log: 2007-07-12 Dorit Nuzman <[EMAIL PROTECTED]> Devang

[Bug fortran/32738] New: Error: Function 'tree_size' at (1) has no IMPLICIT type

2007-07-12 Thread michael dot a dot richmond at nasa dot gov
When I compile the file listed below using the latest snapshot version of gfortran, I get the following messages: c.f90:46.18: use cluster_tree 1 Warning: Although not referenced, '' at (1) has ambiguous interfaces c.f90:48.13: print *, tree_size(1) 1 Error: Fun

[Bug rtl-optimization/32739] New: ICE for H8SX when compiled with optimization

2007-07-12 Thread Sushil dot Kothawade at kpitcummins dot com
Hi, Compiling following testcase for "h8sx" target with optimization (-O1 onwards), gives ICE (internal compiler error) . The testcase works fine for other H8 targets. // Start Of Testcase === #include typedef union {

[Bug libfortran/32736] Replace -fallow-leading-underscore by Bind(C)

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

[Bug c++/32740] New: parser error when passing the template arg to STL

2007-07-12 Thread raviprakashg at hotmail dot com
//File template_test.cpp # include # include class V { public: template static void RPG(const std::vector& listIn, std::vector& listOut); } ; template inline void V::RPG(const std::vector& listIn, std::vector& listOut) { for

[Bug target/32462] [4.3 regression] Linking libgcj.so fails on Solaris 10/x86

2007-07-12 Thread pinskia at gmail dot com
--- Comment #13 from pinskia at gmail dot com 2007-07-12 15:47 --- Subject: Re: [4.3 regression] Linking libgcj.so fails on Solaris 10/x86 On 12 Jul 2007 14:15:06 -, ro at techfak dot uni-bielefeld dot de <[EMAIL PROTECTED]> wrote: > static void > -hide (tree decl) > -{ > +hide (t

[Bug c++/32740] parser error when passing the template arg to STL

2007-07-12 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-07-12 15:48 --- >std::vector::const_iterator You forgot the typename keyword. See http://gcc.gnu.org/gcc-3.4/changes.html. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/32740] parser error when passing the template arg to STL

2007-07-12 Thread raviprakashg at hotmail dot com
--- Comment #2 from raviprakashg at hotmail dot com 2007-07-12 15:59 --- Thank you. -- raviprakashg at hotmail dot com changed: What|Removed |Added Status|RE

[Bug fortran/32741] New: [4.3 regression]: gcc 4.3 revision 126570 failed 459.GemsFDTD in SPEC CPU 2006

2007-07-12 Thread hjl at lucon dot org
This patch: http://gcc.gnu.org/ml/gcc-cvs/2007-07/msg00365.html causes a regression. -- Summary: [4.3 regression]: gcc 4.3 revision 126570 failed 459.GemsFDTD in SPEC CPU 2006 Product: gcc Version: unknown Status: UNCONFIRMED

[Bug fortran/32741] [4.3 regression]: gcc 4.3 revision 126570 failed 459.GemsFDTD in SPEC CPU 2006

2007-07-12 Thread hjl at lucon dot org
--- Comment #1 from hjl at lucon dot org 2007-07-12 17:03 --- Created an attachment (id=13903) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13903&action=view) A testcase [EMAIL PROTECTED] 648]$ make /usr/gcc-4.3/bin/gfortran p.f90 -c /usr/gcc-4.3/bin/gfortran e.f90 -c /usr/gcc-4.

[Bug target/32462] [4.3 regression] Linking libgcj.so fails on Solaris 10/x86

2007-07-12 Thread ro at techfak dot uni-bielefeld dot de
--- Comment #14 from ro at techfak dot uni-bielefeld dot de 2007-07-12 17:16 --- Subject: Re: [4.3 regression] Linking libgcj.so fails on Solaris 10/x86 pinskia at gmail dot com writes: > This is way too conservative, see PR 26989 for the reasons why? But how do you propose to hand

[Bug target/32462] [4.3 regression] Linking libgcj.so fails on Solaris 10/x86

2007-07-12 Thread aph at gcc dot gnu dot org
--- Comment #15 from aph at gcc dot gnu dot org 2007-07-12 17:27 --- #ifdef HAVE_GAS_HIDDEN is fine. There is no real bad consequence to not hiding those symbols; it's just that the DSO exports a lot of unnecessary junk. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32462

[Bug target/32462] [4.3 regression] Linking libgcj.so fails on Solaris 10/x86

2007-07-12 Thread ro at techfak dot uni-bielefeld dot de
--- Comment #16 from ro at techfak dot uni-bielefeld dot de 2007-07-12 17:30 --- Subject: Re: [4.3 regression] Linking libgcj.so fails on Solaris 10/x86 aph at gcc dot gnu dot org writes: > #ifdef HAVE_GAS_HIDDEN is fine. There is no real bad consequence to not > hiding > those sym

[Bug fortran/32741] [4.3 regression]: gcc 4.3 revision 126570 failed 459.GemsFDTD in SPEC CPU 2006

2007-07-12 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2007-07-12 17:39 --- >From the error message this seems to be a duplicate of 32727. Note that the patch (for PR32634) has been reverted and therefore SPEC should not fail anymore. Thanks for the report. *** This bug has been marked as a

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

2007-07-12 Thread burnus at gcc dot gnu dot org
--- Comment #11 from burnus at gcc dot gnu dot org 2007-07-12 17:39 --- *** Bug 32741 has been marked as a duplicate of this bug. *** -- burnus at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/3456] bootstrapping gcc-3.0 with threadmodel=posix fails on IRIX64 6.5

2007-07-12 Thread ro at gcc dot gnu dot org
--- Comment #7 from ro at gcc dot gnu dot org 2007-07-12 17:43 --- Patch here: http://gcc.gnu.org/ml/gcc-patches/2007-07/msg01185.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3456

[Bug fortran/32738] Error: Function 'tree_size' at (1) has no IMPLICIT type

2007-07-12 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2007-07-12 18:24 --- New error message, but probably same reason. As I wrote in another PR: This seems to be a duplicate of PR 32727. Note that the offending patch (for PR32634) has been reverted and therefore this should not fail anymor

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

2007-07-12 Thread burnus at gcc dot gnu dot org
--- Comment #8 from burnus at gcc dot gnu dot org 2007-07-12 18:41 --- > Concerning the compiling sequence: I am aware that the program interpfxlv > needs the three modules (parametri, thom_mod and spline) to work, but I was > wondering if there is a way to tell gfortran to follow the r

[Bug tree-optimization/32199] jc1: out of memory allocating 4072 bytes after a total of 805021000 bytes

2007-07-12 Thread danglin at gcc dot gnu dot org
--- Comment #4 from danglin at gcc dot gnu dot org 2007-07-12 18:50 --- I tried increasing the kernel maxdsiz limits to 2 GB. However, we still die after allocating roughly the same number of bytes. In 32-bit PA runtime, malloc allocates memory using brk and sbrk from the data segment.

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

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

[Bug tree-optimization/32199] jc1: out of memory allocating 4072 bytes after a total of 805021000 bytes

2007-07-12 Thread dberlin at gcc dot gnu dot org
--- Comment #5 from dberlin at gcc dot gnu dot org 2007-07-12 19:15 --- I have a few upcoming patches that should seriously reduce memory usage of points-to. If they work on mainline, i will backport them to 4.2 Please be patient, sorry for this :) -- http://gcc.gnu.org/bugzilla/sho

[Bug tree-optimization/32199] jc1: out of memory allocating 4072 bytes after a total of 805021000 bytes

2007-07-12 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #6 from dave at hiauly1 dot hia dot nrc dot ca 2007-07-12 19:21 --- Subject: Re: jc1: out of memory allocating 4072 bytes after a total of 805021000 bytes > I have a few upcoming patches that should seriously reduce memory usage of > points-to. Sounds good. Dave --

[Bug c/32742] New: ICE vector(vuse_vec,base) index domain error

2007-07-12 Thread michelin60 at gmail dot com
--enable-clocale=gnu --enable-bootstrap --enable-languages=c,fortran --enable-altivec --disable-checking --disable-nls --disable-decimal-float --disable-werror --disable-multilib --with-ibmlongdouble --with-cpu=7450 --enable-clocale=gnu --with-system-zlib Thread model: posix gcc version 4.3.0 20070712

[Bug c/32742] ICE vector(vuse_vec,base) index domain error

2007-07-12 Thread michelin60 at gmail dot com
--- Comment #1 from michelin60 at gmail dot com 2007-07-12 19:39 --- Created an attachment (id=13904) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13904&action=view) standard *.i file *.i file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32742

[Bug tree-optimization/32742] [4.3 Regression] ICE vector(vuse_vec,base) index domain error

2007-07-12 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-07-12 19:39 --- Already fixed by: http://gcc.gnu.org/ml/gcc-patches/2007-07/msg01186.html http://gcc.gnu.org/ml/gcc-cvs/2007-07/msg00451.html -- pinskia at gcc dot gnu dot org changed: What|Removed

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

2007-07-12 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2007-07-12 19:52 --- Subject: Bug 32601 Author: burnus Date: Thu Jul 12 19:52:03 2007 New Revision: 126598 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126598 Log: 2007-07-12 Christopher D. Rickett <[EMAIL PROTECTED]>

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

2007-07-12 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2007-07-12 19:52 --- Subject: Bug 32599 Author: burnus Date: Thu Jul 12 19:52:03 2007 New Revision: 126598 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126598 Log: 2007-07-12 Christopher D. Rickett <[EMAIL PROTECTED]>

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

2007-07-12 Thread ro at gcc dot gnu dot org
--- Comment #2 from ro at gcc dot gnu dot org 2007-07-12 19:55 --- Same problem on i386-pc-solaris2.10 as of r126588. Compilation succeeds with -O. -- ro at gcc dot gnu dot org changed: What|Removed |Added -

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

2007-07-12 Thread pault at gcc dot gnu dot org
--- Comment #12 from pault at gcc dot gnu dot org 2007-07-12 20:05 --- Subject: Bug 32727 Author: pault Date: Thu Jul 12 20:04:59 2007 New Revision: 126600 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126600 Log: 2007-07-12 Paul Thomas <[EMAIL PROTECTED]> PR fortran

[Bug fortran/32634] renamed, use associated generic interface rejected

2007-07-12 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2007-07-12 20:05 --- Subject: Bug 32634 Author: pault Date: Thu Jul 12 20:04:59 2007 New Revision: 126600 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126600 Log: 2007-07-12 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/32741] [4.3 regression]: gcc 4.3 revision 126570 failed 459.GemsFDTD in SPEC CPU 2006

2007-07-12 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2007-07-12 20:24 --- (In reply to comment #2) > From the error message this seems to be a duplicate of 32727. > Note that the patch (for PR32634) has been reverted and therefore SPEC should > not fail anymore. > Thanks for the report. > >

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

2007-07-12 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2007-07-12 20:24 --- Fixed. -- burnus at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED

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

2007-07-12 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2007-07-12 20:25 --- Fixed. -- burnus at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED

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

2007-07-12 Thread pault at gcc dot gnu dot org
--- Comment #13 from pault at gcc dot gnu dot org 2007-07-12 20:26 --- Thanks for the very prompt report. I would use your cp2k testcase but it does not compile on Cygwin - it runs out of memory during compilation. When I have a moment, I'll break itup. Fixed on trunk Paul -- paul

[Bug fortran/32634] renamed, use associated generic interface rejected

2007-07-12 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2007-07-12 20:27 --- Fixed... again, I hope. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/32704] -static-libgfortran is undocumented

2007-07-12 Thread dfranke at gcc dot gnu dot org
--- Comment #2 from dfranke at gcc dot gnu dot org 2007-07-12 20:29 --- Subject: Bug 32704 Author: dfranke Date: Thu Jul 12 20:28:57 2007 New Revision: 126601 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126601 Log: 2007-07-12 Daniel Franke <[EMAIL PROTECTED]> PR fo

[Bug fortran/32704] -static-libgfortran is undocumented

2007-07-12 Thread dfranke at gcc dot gnu dot org
--- Comment #3 from dfranke at gcc dot gnu dot org 2007-07-12 20:31 --- Documented. Closing. -- dfranke at gcc dot gnu dot org changed: What|Removed |Added St

[Bug c/32743] New: GCC generates incorrect DWARF CFI for SSE stack alignment

2007-07-12 Thread jimb at codesourcery dot com
This is with GCC trunk r126556 (2007-07-11). Note that the instruction at 0x08048388 means that the offset from %esp to the CFA is not a constant, but the .debug_frame information for 0x0804838e and beyond claims the CFA is a constant distance from either %esp or %ebp. The proper behavior would b

[Bug bootstrap/32744] New: [4.3 regression] ICE in build2_stat, at tree.c:3077 bootstrapping on Tru64 UNIX

2007-07-12 Thread gcc-bugzilla at gcc dot gnu dot org
On both alpha-dec-osf4.0f and alpha-dec-osf5.1b, current mainline (as of r126588) fails to bootstrap: /vol/gccsrc/obj/gcc-4.3.0-20070712/4.0f-gcc/./gcc/xgcc -B/vol/gccsrc/obj/gcc-4.3.0-20070712/4.0f-gcc/./gcc/ -B/vol/gcc/alpha-dec-osf4.0f/bin/ -B/vol/gcc/alpha-dec-osf4.0f/lib/ -isystem /vol/gcc

[Bug c++/32734] bogus "template with C linkage" from erroneous #line directives

2007-07-12 Thread pitaman at austin dot rr dot com
--- Comment #5 from pitaman at austin dot rr dot com 2007-07-12 20:55 --- Subject: Re: bogus "template with C linkage" from erroneous #line directives That directory did not exist - once I had built Xerces I manually copied the files there. Alan On Jul 11, 2007, at 8:25 PM, pinski

[Bug target/32522] [4.3 Regression] Bootstrap failure on Alpha due to pointer-plus changes

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

[Bug bootstrap/32744] [4.3 regression] ICE in build2_stat, at tree.c:3077 bootstrapping on Tru64 UNIX

2007-07-12 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-07-12 21:01 --- Almost a month after the patch broke alpha bootstrap, I guess that means nobody cares that much. *** This bug has been marked as a duplicate of 32522 *** -- pinskia at gcc dot gnu dot org changed: Wh

[Bug c/32743] GCC generates incorrect DWARF CFI for SSE stack alignment

2007-07-12 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-07-12 21:04 --- I think this is really the same as PR 29628. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32743

[Bug bootstrap/32744] [4.3 regression] ICE in build2_stat, at tree.c:3077 bootstrapping on Tru64 UNIX

2007-07-12 Thread ro at techfak dot uni-bielefeld dot de
--- Comment #2 from ro at techfak dot uni-bielefeld dot de 2007-07-12 21:18 --- Subject: Re: [4.3 regression] ICE in build2_stat, at tree.c:3077 bootstrapping on Tru64 UNIX pinskia at gcc dot gnu dot org writes: > Almost a month after the patch broke alpha bootstrap, I guess that mea

[Bug c++/32734] bogus "template with C linkage" from erroneous #line directives

2007-07-12 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2007-07-12 21:20 --- Don't copy into /usr/include, use /usr/local/include instead. Anyways the underlaying issue has been fixed for 4.2.0. -- pinskia at gcc dot gnu dot org changed: What|Removed |

[Bug c++/32734] bogus "template with C linkage" from erroneous #line directives

2007-07-12 Thread pitaman at austin dot rr dot com
--- Comment #7 from pitaman at austin dot rr dot com 2007-07-12 21:56 --- Subject: Re: bogus "template with C linkage" from erroneous #line directives Good to know it. Thanks for the response. Alan On Jul 12, 2007, at 4:20 PM, pinskia at gcc dot gnu dot org wrote: > > > --- Com

[Bug bootstrap/32745] New: [4.3 regression] ICE in set_expression_vuses at tree-ssa-pre.c:265 on Solaris 10/SPARC

2007-07-12 Thread gcc-bugzilla at gcc dot gnu dot org
Bootstrapping mainline on sparc-sun-solaris2.10 as of r126588 fails building the sparcv9 stage2 libgcc: /vol/gccsrc/obj/gcc-4.3.0-20070712/10-gcc/./gcc/xgcc -B/vol/gccsrc/obj/gcc-4.3.0-20070712/10-gcc/./gcc/ -B/vol/gcc/sparc-sun-solaris2.10/bin/ -B/vol/gcc/sparc-sun-solaris2.10/lib/ -isystem

[Bug fortran/31639] [4.1/4.2/4.3] ICE in gfc_conv_constant, at fortran/trans-const.c:348 with len

2007-07-12 Thread dfranke at gcc dot gnu dot org
--- Comment #5 from dfranke at gcc dot gnu dot org 2007-07-12 22:15 --- Subject: Bug 31639 Author: dfranke Date: Thu Jul 12 22:15:11 2007 New Revision: 126605 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126605 Log: gcc/fortran: 2007-07-12 Daniel Franke <[EMAIL PROTECTED]>

[Bug bootstrap/32745] [4.3 regression] ICE in set_expression_vuses at tree-ssa-pre.c:265 on Solaris 10/SPARC

2007-07-12 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-07-12 22:24 --- Already fixed. *** This bug has been marked as a duplicate of 32742 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/32742] [4.3 Regression] ICE vector(vuse_vec,base) index domain error

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

[Bug c++/32746] New: tree-ssa-operands int.comp error

2007-07-12 Thread rosana07a at gmail dot com
-decimal-float --enable-shared --enable-tls --enable-threads=posix --enable-bootstrap --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++,fortran --with-cpu=pentium3 --with-system-zlib Thread model: posix gcc version 4.3.0 20070712 (experimental) /var/tmp/gcc/testsuite/g

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

2007-07-12 Thread rosana07a at gmail dot com
--- Comment #1 from rosana07a at gmail dot com 2007-07-12 22:30 --- Created an attachment (id=13905) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13905&action=view) pr24665.ii -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32746

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

2007-07-12 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|major |normal GCC build triplet|i686| GCC host t

[Bug testsuite/25241] DejaGNU does not distinguish between errors and warnings

2007-07-12 Thread manu at gcc dot gnu dot org
--- Comment #58 from manu at gcc dot gnu dot org 2007-07-12 22:57 --- Subject: Bug 25241 Author: manu Date: Thu Jul 12 22:57:32 2007 New Revision: 126606 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126606 Log: 2007-07-12 Manuel Lopez-Ibanez <[EMAIL PROTECTED]> J

[Bug testsuite/25241] DejaGNU does not distinguish between errors and warnings

2007-07-12 Thread manu at gcc dot gnu dot org
--- Comment #59 from manu at gcc dot gnu dot org 2007-07-12 23:05 --- This is fixed for the C front-end. The C++ front-end just needs to define the prefixes and fix all failures in the same way that has been done for the C front-end. The Fortran front-end would require more changes,

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

2007-07-12 Thread belyshev at depni dot sinp dot msu dot ru
Testcase is as simple as this, compile with -O2 (can be triggered in a cross compiler): void foo (unsigned u) { if (u != 0x34303365) bar (); } Result may vary, either segfault in get_last_value_validate(), or ICE in copy_rtx, at rtl.c:314, or abort() in libc after free, depending on how com

[Bug libmudflap/19319] Mudflap produce many violations on simple, correct c++ program

2007-07-12 Thread awl03 at doc dot ic dot ac dot uk
--- Comment #30 from awl03 at doc dot ic dot ac dot uk 2007-07-12 23:58 --- > This patch applies fine to CVS head, but it does not appear to help > significantly with the C++ test cases like the ones in the test suite. If I run the pass58-frag.cxx test case without the patch it produce

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

2007-07-12 Thread hjl at lucon dot org
Revision 126278 fails: FAIL: gfortran.dg/array_constructor_6.f90 -O3 -fomit-frame-pointer -funroll-loops execution test FAIL: gfortran.dg/array_constructor_6.f90 -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test and revision 126120 works. -- Summary:

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

2007-07-12 Thread hjl at lucon dot org
Revision 126060 fails: AIL: gfortran.dg/auto_array_1.f90 -O3 -fomit-frame-pointer -funroll-loops execution test FAIL: gfortran.dg/auto_array_1.f90 -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test and revision 126007 works. -- Summary: [4.3 regression

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

2007-07-12 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Ke

[Bug c/32750] New: Bogus warning "00000003fffffffc shortened to 00000000fffffffc"

2007-07-12 Thread hlinnaka at iki dot fi
The attached test case produces this warning: $ gcc -save-temps -O2 shortened.c -o shortened shortened.s: Assembler messages: shortened.s:21: Warning: 0003fffc shortened to fffc This only happens with -O2, not with -O0 or -O1. I can reproduce this on the following versions (t

[Bug target/25413] wrong alignment or incorrect address computation in vectorized code on Pentium 4 SSE

2007-07-12 Thread dirtyepic at gentoo dot org
--- Comment #10 from dirtyepic at gentoo dot org 2007-07-13 00:13 --- any chance of a 4.2 backport? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25413

[Bug c/32750] Bogus warning "00000003fffffffc shortened to 00000000fffffffc"

2007-07-12 Thread hlinnaka at iki dot fi
--- Comment #1 from hlinnaka at iki dot fi 2007-07-13 00:21 --- Created an attachment (id=13906) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13906&action=view) Test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32750

[Bug target/32750] Bogus warning "00000003fffffffc shortened to 00000000fffffffc"

2007-07-12 Thread hlinnaka at iki dot fi
--- Comment #2 from hlinnaka at iki dot fi 2007-07-13 00:24 --- Created an attachment (id=13907) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13907&action=view) Preprocessed file from the testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32750

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

2007-07-12 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Ke

[Bug c++/29001] ICE on invalid return from operator new

2007-07-12 Thread pcarlini at suse dot de
--- Comment #2 from pcarlini at suse dot de 2007-07-13 01:19 --- Seems also easy... -- pcarlini at suse dot de changed: What|Removed |Added AssignedTo|unassigned

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

2007-07-12 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2007-07-13 00:30 --- There has not been any patch to the Fortran front-end during that time, making it plausible that it's a middle-end or target bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32749

[Bug target/32276] [4.3 Regression]: libmudflap.c++/pass41-frag.cxx

2007-07-12 Thread hjl at lucon dot org
--- Comment #2 from hjl at lucon dot org 2007-07-13 00:55 --- On Linux/x86-64, Gcc 4.3 revision 120783 is OK: http://gcc.gnu.org/ml/gcc-testresults/2007-01/msg00613.html and revision 120903 fails. -- hjl at lucon dot org changed: What|Removed |Ad

[Bug c++/32561] [4.3 regression] ICE with duplicate template parameter

2007-07-12 Thread pcarlini at suse dot de
--- Comment #1 from pcarlini at suse dot de 2007-07-13 00:56 --- Seems easy to fix... -- pcarlini at suse dot de changed: What|Removed |Added AssignedTo|unassigne

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

2007-07-12 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-07-13 02:26 --- Reduced testcase: struct RegisterLayout { int intmask; }; struct Controller_t { static inline void disableInterrupt() { *mpMaskRegister = 0; }; static int * const mpMaskRegister; }; ex

  1   2   >