[Bug c++/29883] i686-pc-cygwin/3.4.4 - internal compiler error: Segmentation fault

2006-11-17 Thread mtrojanovich at doubleclick dot net
--- Comment #2 from mtrojanovich at doubleclick dot net 2006-11-18 06:31 --- My first error is in how I'm compiling the library file... Since that in itself is faulted I'm dropping severity. It's user error, but it is also user error that causes an internal compiler error. -- mtro

[Bug c/29884] gcc-4.1.1, gcc-4.0.1 generate segfaulting SSE code

2006-11-17 Thread sergstesh at yahoo dot com
--- Comment #3 from sergstesh at yahoo dot com 2006-11-18 06:18 --- Created an attachment (id=12639) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12639&action=view) .i source file not causing segfault This is .i source file with line #157..167 commented out, and there is no segfa

[Bug c/29884] gcc-4.1.1, gcc-4.0.1 generate segfaulting SSE code

2006-11-17 Thread sergstesh at yahoo dot com
--- Comment #2 from sergstesh at yahoo dot com 2006-11-18 06:15 --- Created an attachment (id=12638) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12638&action=view) .i source causing segfault This is the .i file which causes segfault. Line #157..167 are not commented out. --

[Bug c/29884] gcc-4.1.1, gcc-4.0.1 generate segfaulting SSE code

2006-11-17 Thread sergstesh at yahoo dot com
--- Comment #1 from sergstesh at yahoo dot com 2006-11-18 06:10 --- Created an attachment (id=12637) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12637&action=view) the "C" file causing the failure If I run this file, it fails with: " checkpoint 1 &signal_spectrum_L[0]=80491e0 &

[Bug c++/29883] i686-pc-cygwin/3.4.4 - internal compiler error: Segmentation fault

2006-11-17 Thread mtrojanovich at doubleclick dot net
--- Comment #1 from mtrojanovich at doubleclick dot net 2006-11-18 06:02 --- Created an attachment (id=12636) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12636&action=view) Employee base class that caused the error. No other files related. -- http://gcc.gnu.org/bugzilla/sh

[Bug c/29884] New: gcc-4.1.1, gcc-4.0.1 generate segfaulting SSE code

2006-11-17 Thread sergstesh at yahoo dot com
Hello, this bug is most likely related to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29818 , but now it's gcc-4.1.1, gcc-4.0.1, not gcc-3.4.6. Actually, it's the same code using which I discovered http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29818 , just this is the full version of the code,

[Bug c++/29883] New: i686-pc-cygwin/3.4.4 - internal compiler error: Segmentation fault

2006-11-17 Thread mtrojanovich at doubleclick dot net
29258 looks similar but is unconfirmed. Perhaps this will be straightforward to confirm. COMMAND THAT GENERATED THE ERROR. COMPILING WITH... $ g++ -Wall -o Employee.h Employee.h -mno-cygwin Employee.h:169: internal compiler error: Segmentation fault Please submit a full bug report, with preproces

[Bug tree-optimization/29877] out of SSA (TER) extends variable life of variable beyond original declared

2006-11-17 Thread shinwell at gcc dot gnu dot org
--- Comment #3 from shinwell at gcc dot gnu dot org 2006-11-18 04:57 --- Created an attachment (id=12635) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12635&action=view) Proposed patch 2006-11-17 Mark Shinwell <[EMAIL PROTECTED]> gcc/ * tree-outof-ssa.c (check

[Bug libgcj/29151] [win32] Runtime.exec(String[] cmdarray, String[] envp) -> envp doesn't work

2006-11-17 Thread membar at gcc dot gnu dot org
-- membar at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |membar at gcc dot gnu dot |dot org

[Bug fortran/29882] gfortran testsuite doesn't recognize warnings and errors

2006-11-17 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-11-18 02:26 --- (In reply to comment #2) > There might be a bug about GCC testsuite also. And there is PR 25241. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/9814] gcc fails to optimise if (l&2) l|=2 away

2006-11-17 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-11-18 01:34 --- (In reply to comment #8) > Shouldn't this be fixed by Roger Sayle's recent fold-const.c patch? No, in fact the generic (the one where 2 is turned into a variable) is not optimized either. -- pinskia at gcc dot g

[Bug tree-optimization/9814] gcc fails to optimise if (l&2) l|=2 away

2006-11-17 Thread steven at gcc dot gnu dot org
--- Comment #8 from steven at gcc dot gnu dot org 2006-11-18 01:27 --- Shouldn't this be fixed by Roger Sayle's recent fold-const.c patch? -- steven at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug rtl-optimization/29881] union causes inefficient code

2006-11-17 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-11-18 00:14 --- The problem here I think is unions. Here is how I would have written this code (without using unions in fact): void array_sample_fun(__m128 *dst, const __m128 *src, int length) { __m128 af = _mm_set1_ps(1.

[Bug fortran/29882] gfortran testsuite doesn't recognize warnings and errors

2006-11-17 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-11-18 00:04 --- I think this is a known issue. There might be a bug about GCC testsuite also. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29882

[Bug fortran/29882] gfortran testsuite doesn't recognize warnings and errors

2006-11-17 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2006-11-17 23:45 --- Are you saying that it matches the message text emitted and thinks its OK, but does not recognize that it was an error vs a warning? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29882

[Bug fortran/29882] New: gfortran testsuite doesn't recognize warnings and errors

2006-11-17 Thread fxcoudert at gcc dot gnu dot org
gfortran.dg/io_constraints_2.f90 issues an error on line 33 instead of a warning, but it still PASSES. -- Summary: gfortran testsuite doesn't recognize warnings and errors Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal

[Bug rtl-optimization/29881] New: inefficient/incorrect xmm registers usage

2006-11-17 Thread spd at poczta dot fm
hello! I'm writing fast approximations of some complex math functions. I'm trying do them as low-level as possible, far from hand-written assembly though. I often check the assembly code to verify the quality of it. During one of the checkups i found that gcc (i checked 3.4.5/win32 and 4.0/4.1/fc5

[Bug rtl-optimization/29879] [4.3 Regression] ICE: verify_flow_info: loop_father but no loops

2006-11-17 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Summary|[Regression] ICE: |[4.3 Regression] ICE: |verify_flow_info:

[Bug driver/27845] Can't build 64-bit 4.2.0 with 4.1.1 on darwin-ppc

2006-11-17 Thread lucier at math dot purdue dot edu
--- Comment #3 from lucier at math dot purdue dot edu 2006-11-17 22:00 --- Subject: Re: Can't build 64-bit 4.2.0 with 4.1.1 on darwin-ppc This problem no longer occurs. (This is not the correct way to build a 64-bit 4.2.0, either, but this specific problem no longer occurs.) Thank

[Bug tree-optimization/29879] [Regression] ICE: verify_flow_info: loop_father but no loops

2006-11-17 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2006-11-17 21:15 --- *** Bug 29880 has been marked as a duplicate of this bug. *** -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added --

[Bug libfortran/29880] ICE: Failed bootstrap on libgfortran.

2006-11-17 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2006-11-17 21:15 --- *** This bug has been marked as a duplicate of 29879 *** -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added -

[Bug libfortran/29880] New: ICE: Failed bootstrap on libgfortran.

2006-11-17 Thread 3dw4rd at verizon dot net
Configure: ../gcc/configure --prefix=/home/ed/bin-4.3 --with-gmp=/usr/local --with-mpfr=/usr/local --enable-languages=c,c++,fortran This is mainline revision 118945. Here is the last stuff: /home/ed/obj-4.3/./gcc/xgcc -B/home/ed/obj-4.3/./gcc/ -B/home/ed/bin-4.3/x86_64-unknown-linux-gnu/bin/ -

[Bug fortran/24285] format(1000(a,$))

2006-11-17 Thread fxcoudert at gcc dot gnu dot org
--- Comment #6 from fxcoudert at gcc dot gnu dot org 2006-11-17 21:09 --- Created an attachment (id=12633) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12633&action=view) Patch fixing this PR This patch allows $ at other places than the end of the format, and makes gfortran issu

[Bug tree-optimization/29879] [Regression] ICE: verify_flow_info: loop_father but no loops

2006-11-17 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2006-11-17 21:07 --- Confirmed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added CC|

[Bug tree-optimization/29879] New: [Regression] ICE: verify_flow_info: loop_father but no loops

2006-11-17 Thread burnus at gcc dot gnu dot org
The following program gives with current gcc SVN 4.3.0 20061117 an ICE when compiled with "-O2 -funroll-loops": ice.c: In function 'main': ice.c:14: error: verify_flow_info: Block 2 has loop_father, but there are no loops ice.c:14: internal compiler error: verify_flow_i

[Bug other/29878] Clarify gcc jc1 cc1 cc1plus installation problem No such file or directory error

2006-11-17 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-11-17 19:55 --- gcc: installation problem, cannot exec 'jc1': Check GNU Java Compiler 'gcj' is installed. Except this is not really a GCC issue because when java is not enabled, you get an error about java not being installed. Wha

[Bug tree-optimization/29877] out of SSA (TER) extends variable life of variable beyond original declared

2006-11-17 Thread amacleod at redhat dot com
--- Comment #2 from amacleod at redhat dot com 2006-11-17 19:28 --- A .i file would have been handy. IN any case thats easily worked around. The issue here isn't that the lifetoime of something is being extended since the tree optimizers already made __res function scope. The problem i

[Bug rtl-optimization/20070] If-conversion can't match equivalent code, and cross-jumping only works for literal matches

2006-11-17 Thread amylaar at gcc dot gnu dot org
--- Comment #27 from amylaar at gcc dot gnu dot org 2006-11-17 18:58 --- We've been using this patch: http://gcc.gnu.org/ml/gcc-patches/2006-02/msg01488.html successfully in a 4.1.1 based compiler. It is not optimal, though: the check for equality of the regsets in struct_equiv_init is

[Bug other/29878] New: Clarify gcc jc1 cc1 cc1plus installation problem No such file or directory error

2006-11-17 Thread jg at jguk dot org
Hello, I'd like to submit a patch to clarify the error message below, as "jc1" would never be a directory. I'll also do the same for cc1 and cc1plus and a Fortran equivalent if there is one. As part of that patch I'd like to make the error message give a clearer indication that the GNU Java Compi

[Bug tree-optimization/29877] out of SSA (TER) extends variable life of variable beyond original declared

2006-11-17 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-11-17 18:31 --- TER causes this ... -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Summ

[Bug tree-optimization/29877] New: Tree optimization extends variable life of variable beyond original declared

2006-11-17 Thread diego dot dompe at ridgerun dot com
There is a bug on the tree optimization code generated by gcc that produces corruption of variables on some corner cases of code generated by Linux kernel for ARM. I originally found the bug on codesourcery releases but was able to reproduced it on gcc 4.1 that I builded. Detailed explanation and

[Bug fortran/29876] New: ICE on bad operator in ONLY clause of USE statement

2006-11-17 Thread fxcoudert at gcc dot gnu dot org
The first error below is expected, but the second one should not be printed out that way :) $ cat translation_tests.f90 module foo end module foo program test use foo, only : bar, operator(.none.) end program test $ gfortran translation_tests.f90 translation_tests.f90:5.17: use foo, only :

[Bug fortran/29821] ICE in gfc_typenode_for_spec, at fortran/trans-types.c:666ans-types.c:666

2006-11-17 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-11-17 16:22 --- A patch is on its way - the error is in expr.c(find_array_section); the code presently returns FAILURE if the elements of the array section are not constant. This is not correct for any of the simplify functions, whic

[Bug ada/29802] [4.2 Regression] wrong directory in makefile for ada and libada when srcdir=.

2006-11-17 Thread bonzini at gnu dot org
--- Comment #12 from bonzini at gnu dot org 2006-11-17 15:30 --- now fixed on all affected branches. -- bonzini at gnu dot org changed: What|Removed |Added St

[Bug ada/29802] [4.2 Regression] wrong directory in makefile for ada and libada when srcdir=.

2006-11-17 Thread bonzini at gcc dot gnu dot org
--- Comment #11 from bonzini at gnu dot org 2006-11-17 15:30 --- Subject: Bug 29802 Author: bonzini Date: Fri Nov 17 15:29:54 2006 New Revision: 118941 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118941 Log: 2006-11-16 Paolo Bonzini <[EMAIL PROTECTED]> * Makefile.t

[Bug ada/27936] [4.2/4.3 regression] gnatbind fails to link

2006-11-17 Thread ebotcazou at gcc dot gnu dot org
--- Comment #13 from ebotcazou at gcc dot gnu dot org 2006-11-17 15:14 --- Sorry for long delay. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/27936] [4.2/4.3 regression] gnatbind fails to link

2006-11-17 Thread ebotcazou at gcc dot gnu dot org
--- Comment #12 from ebotcazou at gcc dot gnu dot org 2006-11-17 15:11 --- Subject: Bug 27936 Author: ebotcazou Date: Fri Nov 17 15:11:17 2006 New Revision: 118940 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118940 Log: PR ada/27936 * ada-tree.h (DECL_READONL

[Bug fortran/29779] [4.3 Regression] vectorizer fortran testcases failing

2006-11-17 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-11-17 15:11 --- (In reply to comment #7) > indeed it does, thanks! > are you going to submit it to mainline? Should be submitted this weekend, today is a party day for me, launch and all :). -- http://gcc.gnu.org/bugzilla/show

[Bug ada/27936] [4.2/4.3 regression] gnatbind fails to link

2006-11-17 Thread ebotcazou at gcc dot gnu dot org
--- Comment #11 from ebotcazou at gcc dot gnu dot org 2006-11-17 15:10 --- Subject: Bug 27936 Author: ebotcazou Date: Fri Nov 17 15:10:28 2006 New Revision: 118939 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118939 Log: PR ada/27936 * trans.c (add_decl_expr):

[Bug tree-optimization/29788] [4.1 Regression] ICE in var_ann, at tree-flow-inline.h:130

2006-11-17 Thread pinskia at gcc dot gnu dot org
--- Comment #17 from pinskia at gcc dot gnu dot org 2006-11-17 15:10 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNE

[Bug tree-optimization/29788] [4.1 Regression] ICE in var_ann, at tree-flow-inline.h:130

2006-11-17 Thread pinskia at gcc dot gnu dot org
--- Comment #16 from pinskia at gcc dot gnu dot org 2006-11-17 15:09 --- Subject: Bug 29788 Author: pinskia Date: Fri Nov 17 15:09:12 2006 New Revision: 118938 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118938 Log: 2006-11-17 Andrew Pinski <[EMAIL PROTECTED]> PR

[Bug fortran/25707] support for Fortran 2003 USE statements, INTRINSIC and NONINTRINSIC

2006-11-17 Thread fxcoudert at gcc dot gnu dot org
--- Comment #6 from fxcoudert at gcc dot gnu dot org 2006-11-17 11:16 --- Fixed on mainline (rev. 118930) -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/29802] [4.2/4.3 Regression] wrong directory in makefile for ada and libada when srcdir=.

2006-11-17 Thread bonzini at gcc dot gnu dot org
--- Comment #10 from bonzini at gnu dot org 2006-11-17 10:32 --- Subject: Bug 29802 Author: bonzini Date: Fri Nov 17 10:31:47 2006 New Revision: 118927 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118927 Log: 2006-11-16 Paolo Bonzini <[EMAIL PROTECTED]> * Makefile.t

[Bug tree-optimization/29801] [4.3 regression] ICE in set_lattice_value (tree-ssa-ccp.c)

2006-11-17 Thread rakdver at gcc dot gnu dot org
--- Comment #7 from rakdver at gcc dot gnu dot org 2006-11-17 10:29 --- Subject: Bug 29801 Author: rakdver Date: Fri Nov 17 10:29:07 2006 New Revision: 118926 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118926 Log: PR tree-optimization/29801 * tree-ssa-ccp.c (

[Bug middle-end/29584] [4.0/4.1 Regression] internal compiler error on optimization

2006-11-17 Thread jakub at gcc dot gnu dot org
--- Comment #10 from jakub at gcc dot gnu dot org 2006-11-17 09:01 --- Subject: Bug 29584 Author: jakub Date: Fri Nov 17 09:01:31 2006 New Revision: 118923 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118923 Log: PR middle-end/29584 * tree-ssa-dom.c (simplify_s

[Bug middle-end/29584] [4.0/4.1 Regression] internal compiler error on optimization

2006-11-17 Thread jakub at gcc dot gnu dot org
--- Comment #9 from jakub at gcc dot gnu dot org 2006-11-17 08:59 --- Subject: Bug 29584 Author: jakub Date: Fri Nov 17 08:59:08 2006 New Revision: 118922 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118922 Log: PR middle-end/29584 * tree-ssa-forwprop.c (simpli

[Bug middle-end/29584] [4.0/4.1 Regression] internal compiler error on optimization

2006-11-17 Thread jakub at gcc dot gnu dot org
--- Comment #8 from jakub at gcc dot gnu dot org 2006-11-17 08:58 --- Subject: Bug 29584 Author: jakub Date: Fri Nov 17 08:57:45 2006 New Revision: 118921 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118921 Log: PR middle-end/29584 * tree-ssa-forwprop.c (simpli