[Bug libfortran/25561] Eventually get rid of the Alloc Stream Facility

2009-01-18 Thread jb at gcc dot gnu dot org
--- Comment #12 from jb at gcc dot gnu dot org 2009-01-18 09:30 --- Small patch on top of the big patch in comment #11 in order to fix a couple minor issues: http://gcc.gnu.org/ml/fortran/2009-01/msg00152.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25561

[Bug libfortran/38668] advance=no: no buffering, truncate and seek

2009-01-18 Thread jb at gcc dot gnu dot org
--- Comment #3 from jb at gcc dot gnu dot org 2009-01-18 09:38 --- My patch for PR25561 fixes this partially, with the patch the strace output is: write(3, a, 1)= 1 write(3, a, 1)= 1 write(3, a, 1)= 1 write(3, a,

[Bug target/38902] __builtin_strcpy doesn't work with -fstack-protector

2009-01-18 Thread doko at ubuntu dot com
--- Comment #3 from doko at ubuntu dot com 2009-01-18 10:01 --- yes, I do see this failure again as well. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38902

[Bug c++/31260] [4.2 Regression] ICE: segmentation fault with template code

2009-01-18 Thread reichelt at gcc dot gnu dot org
--- Comment #9 from reichelt at gcc dot gnu dot org 2009-01-18 11:47 --- Fixed on the 4.3 branch. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/38868] [4.4 Regression] r143152 breaks output routines in xplor-nih

2009-01-18 Thread dominiq at lps dot ens dot fr
--- Comment #27 from dominiq at lps dot ens dot fr 2009-01-18 12:00 --- Further reduced test case: PROGRAM testcase IMPLICIT NONE CHARACTER*4 ANER(18) CHARACTER*80 LINE aner = '' ANER(1)='A ' ANER(2)='' LINE=' '

[Bug middle-end/38868] [4.4 Regression] r143152 breaks output routines in xplor-nih

2009-01-18 Thread dominiq at lps dot ens dot fr
--- Comment #28 from dominiq at lps dot ens dot fr 2009-01-18 12:06 --- The difference between the results of -fdump-tree-optimized for the cases aner = '' ANER(1)='A ' ANER(2)='' and ANER(1)='A ' ANER(2)='' aner = '' is ('pre' with

[Bug middle-end/38868] [4.4 Regression] r143152 breaks output routines in xplor-nih

2009-01-18 Thread dominiq at lps dot ens dot fr
--- Comment #29 from dominiq at lps dot ens dot fr 2009-01-18 12:50 --- Created an attachment (id=17133) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17133action=view) Assembly corresponding to the test case in comment #27 When I compile the attached file with gfortran 4.3, the

[Bug libmudflap/38738] libmudflap could be enabled for Solaris when using GNU ld

2009-01-18 Thread rob1weld at aol dot com
--- Comment #3 from rob1weld at aol dot com 2009-01-18 12:52 --- (In reply to comment #1) for the pass-stratcliff.c failure, change: #ifndef __FreeBSD__ to #ifdef __gnu_linux__ And this should fix the issue there. For pass47-frag.c failure, you need to either do a { dg-warning

[Bug c++/35815] partial specialization of variadic templates with different order of parameter results in different semantics

2009-01-18 Thread tristan at wibberley dot org
--- Comment #1 from tristan at wibberley dot org 2009-01-18 12:55 --- with recent trunk, both macro branches compile without uttering a peep. -- tristan at wibberley dot org changed: What|Removed |Added

[Bug middle-end/38868] [4.4 Regression] r143152 breaks output routines in xplor-nih

2009-01-18 Thread dominiq at lps dot ens dot fr
--- Comment #30 from dominiq at lps dot ens dot fr 2009-01-18 13:13 --- If I compile the test in comment #27 with -O1 and all the other flags supposed to be turned on by -O2 (taken from http://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#Optimize-Options) the bug does not show up.

[Bug middle-end/38868] [4.4 Regression] r143152 breaks output routines in xplor-nih

2009-01-18 Thread burnus at gcc dot gnu dot org
--- Comment #31 from burnus at gcc dot gnu dot org 2009-01-18 13:24 --- (In reply to comment #27) Further reduced test case: Using gfortran on x86-64-linux, I see with -m64 and all -O* a line which ends in xyz'. However, with -m32 and -On (n = 2) I only see: z'. I tried to

[Bug middle-end/38868] [4.4 Regression] r143152 breaks output routines in xplor-nih

2009-01-18 Thread burnus at gcc dot gnu dot org
--- Comment #32 from burnus at gcc dot gnu dot org 2009-01-18 13:25 --- Created an attachment (id=17134) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17134action=view) Assembler diff on x86-64-openSUSE Factory with -m32 -O1 (working) and -m32 -O2 (failing) Attached the assembler

[Bug fortran/38883] [4.4 Regression] ICE for MVBITS with derived type argument that has run-time subscripts

2009-01-18 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2009-01-18 14:28 --- Slightly reduced test case below. If the FROM= and TO= arguments (A()%I) are not the same, the program does not ICE. Neither does it if one changes the bound N2 to 2 (but it does if one changes the second argument to

[Bug middle-end/38905] New: [4.3 Regression] 464.h264ref in SPEC CPU 2006 miscompiled

2009-01-18 Thread hjl dot tools at gmail dot com
On Linux/x86-64, gcc 4.3.3 revision 143474 miscompiled 464.h264ref in SPEC CPU 2006 at -O2 -ffast-math: Running 464.h264ref ref base o2 default Error with '/export/gnu/import/svn/gcc-test/spec/2006/x86_64/spec/bin/specinvoke

[Bug middle-end/38905] [4.3 Regression] 464.h264ref in SPEC CPU 2006 miscompiled

2009-01-18 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added CC||rguenth at gcc dot gnu dot |

[Bug tree-optimization/38819] [4.2/4.3 Regression] trapping expression wrongly hoisted out of loop

2009-01-18 Thread rguenth at gcc dot gnu dot org
--- Comment #14 from rguenth at gcc dot gnu dot org 2009-01-18 15:49 --- Fixed for GCC 4.4, lowering priority. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/38819] [4.2/4.3 Regression] trapping expression wrongly hoisted out of loop

2009-01-18 Thread rguenth at gcc dot gnu dot org
--- Comment #15 from rguenth at gcc dot gnu dot org 2009-01-18 15:51 --- Subject: Bug 38819 Author: rguenth Date: Sun Jan 18 15:51:12 2009 New Revision: 143485 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=143485 Log: 2009-01-18 Richard Guenther rguent...@suse.de PR

[Bug target/38736] [4.4 Regression] -mavx can change the ABI via BIGGEST_ALIGNMENT

2009-01-18 Thread hjl at gcc dot gnu dot org
--- Comment #13 from hjl at gcc dot gnu dot org 2009-01-18 16:26 --- Subject: Bug 38736 Author: hjl Date: Sun Jan 18 16:26:26 2009 New Revision: 143486 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=143486 Log: gcc/ 2009-01-18 H.J. Lu hongjiu...@intel.com PR

[Bug middle-end/38868] [4.4 Regression] r143152 breaks output routines in xplor-nih

2009-01-18 Thread howarth at nitro dot med dot uc dot edu
--- Comment #33 from howarth at nitro dot med dot uc dot edu 2009-01-18 17:02 --- Could the additional .p2align assembly operands in the failing assembly have anything to do with this problem? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38868

[Bug libgcj/38804] libgcj multilib fails if not able to exec non native programs

2009-01-18 Thread rob1weld at aol dot com
--- Comment #11 from rob1weld at aol dot com 2009-01-18 17:04 --- (In reply to comment #10) Broken : gcc_build/i386-pc-solaris2.11/libgomp/config.log : No, it is not broken at all. __sync_val_compare_and_swap_4 cannot be used with x86 explicit -march=i686 is used as the default

[Bug target/38902] __builtin_strcpy doesn't work with -fstack-protector

2009-01-18 Thread hjl dot tools at gmail dot com
--- Comment #4 from hjl dot tools at gmail dot com 2009-01-18 17:05 --- bash-3.2$ cat /tmp/x.c extern void abort (); int foo (const char *, const char *); void bar (void) { char buffer[1024]=; __builtin_strcpy (buffer, 1234567890abcdefghijklmno); if (foo (buffer,

[Bug middle-end/38616] [4.3 Regression] Wrong code when -O3 or -O2 -fstack-protector used

2009-01-18 Thread hjl dot tools at gmail dot com
--- Comment #12 from hjl dot tools at gmail dot com 2009-01-18 17:07 --- It isn't fixed in 4.3.3. See PR 38902. I will search which revision fixes it on trunk. -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug middle-end/38905] [4.3 Regression] 464.h264ref in SPEC CPU 2006 miscompiled

2009-01-18 Thread hjl dot tools at gmail dot com
--- Comment #1 from hjl dot tools at gmail dot com 2009-01-18 17:16 --- It is caused by revision 142040: http://gcc.gnu.org/ml/gcc-cvs/2008-11/msg00541.html -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug middle-end/38905] [4.3 Regression] 464.h264ref in SPEC CPU 2006 miscompiled

2009-01-18 Thread hjl dot tools at gmail dot com
--- Comment #2 from hjl dot tools at gmail dot com 2009-01-18 17:19 --- (In reply to comment #1) It is caused by revision 142040: http://gcc.gnu.org/ml/gcc-cvs/2008-11/msg00541.html The patch is at http://gcc.gnu.org/ml/gcc-patches/2008-11/msg01040.html --

[Bug middle-end/38905] [4.3 Regression] 464.h264ref in SPEC CPU 2006 miscompiled

2009-01-18 Thread rguenther at suse dot de
--- Comment #3 from rguenther at suse dot de 2009-01-18 17:21 --- Subject: Re: [4.3 Regression] 464.h264ref in SPEC CPU 2006 miscompiled On Sun, 18 Jan 2009, hjl dot tools at gmail dot com wrote: --- Comment #2 from hjl dot tools at gmail dot com 2009-01-18 17:19 ---

[Bug middle-end/38905] [4.3 Regression] 464.h264ref in SPEC CPU 2006 miscompiled

2009-01-18 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38905

[Bug middle-end/38905] [4.3 Regression] 464.h264ref in SPEC CPU 2006 miscompiled

2009-01-18 Thread hjl dot tools at gmail dot com
--- Comment #4 from hjl dot tools at gmail dot com 2009-01-18 17:39 --- (In reply to comment #3) Can you check if it is fixed by -fno-strict-aliasing and/or --param max-fields-for-field-sensitive=0? I suspect we need to backport some PTA fixes :/ Either -fno-strict-aliasing or

[Bug middle-end/38905] [4.3 Regression] 464.h264ref in SPEC CPU 2006 miscompiled

2009-01-18 Thread rguenther at suse dot de
--- Comment #5 from rguenther at suse dot de 2009-01-18 17:42 --- Subject: Re: [4.3 Regression] 464.h264ref in SPEC CPU 2006 miscompiled On Sun, 18 Jan 2009, hjl dot tools at gmail dot com wrote: --- Comment #4 from hjl dot tools at gmail dot com 2009-01-18 17:39 ---

[Bug target/38902] __builtin_strcpy doesn't work with -fstack-protector

2009-01-18 Thread kees at outflux dot net
--- Comment #5 from kees at outflux dot net 2009-01-18 18:12 --- Created an attachment (id=17135) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17135action=view) multiple tests for the regression This contains a series of tests, none of which should fail. --

[Bug target/38902] [4.3 Regression] __builtin_strcpy doesn't work with -fstack-protector

2009-01-18 Thread hjl dot tools at gmail dot com
--- Comment #6 from hjl dot tools at gmail dot com 2009-01-18 18:26 --- Revision 142891 http://gcc.gnu.org/ml/gcc-cvs/2008-12/msg00591.html fixes this. -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug target/38902] [4.3 Regression] __builtin_strcpy doesn't work with -fstack-protector

2009-01-18 Thread hjl dot tools at gmail dot com
--- Comment #7 from hjl dot tools at gmail dot com 2009-01-18 18:27 --- (In reply to comment #5) Created an attachment (id=17135) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17135action=view) [edit] multiple tests for the regression This contains a series of tests, none of

[Bug target/38906] New: FAIL: gcc.target/i386/avx-vmovntdq-256-1.c (test for excess errors)

2009-01-18 Thread danglin at gcc dot gnu dot org
Executing on host: /home/dave/gnu/gcc/objdir/gcc/xgcc -B/home/dave/gnu/gcc/objdir/gcc/ /home/dave/gnu/ gcc/gcc/gcc/testsuite/gcc.target/i386/avx-vmovntdq-256-1.c -O2 -mavx -lm -o ./avx-vmovntdq-256-1. exe(timeout = 300) spawn /home/dave/gnu/gcc/objdir/gcc/xgcc

[Bug middle-end/38905] [4.3 Regression] 464.h264ref in SPEC CPU 2006 miscompiled

2009-01-18 Thread hjl dot tools at gmail dot com
--- Comment #6 from hjl dot tools at gmail dot com 2009-01-18 19:09 --- (In reply to comment #5) I would guess that 2008-11-25 Daniel Berlin dber...@dberlin.org Richard Guenther rguent...@suse.de PR tree-optimization/37869 *

[Bug fortran/38883] [4.4 Regression] ICE for MVBITS with derived type argument that has run-time subscripts

2009-01-18 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2009-01-18 19:16 --- Some more data: Using printf(Node: tmp = %s\n, tree_code_name[TREE_CODE (tmp)]); printf(Node: desc = %s\n, tree_code_name[TREE_CODE (gfc_get_element_type (TREE_TYPE (desc)))]); gcc_assert (tmp ==

[Bug middle-end/38905] [4.3 Regression] 464.h264ref in SPEC CPU 2006 miscompiled

2009-01-18 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2009-01-18 19:34 --- It works for me with -O2 -ffast-math and the openSUSE 11.1 compiler which also has this patch applied (but is based on rev. 141291). I'm trying with plain 4.3 branch now - any special configure options used? --

[Bug target/38906] FAIL: gcc.target/i386/avx-vmovntdq-256-1.c (test for excess errors)

2009-01-18 Thread hjl dot tools at gmail dot com
--- Comment #1 from hjl dot tools at gmail dot com 2009-01-18 19:34 --- It is expected with binutils 2.19. You can need the Linux binutils 2.19.51.0.1 or above to support it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38906

[Bug middle-end/38868] [4.4 Regression] r143152 breaks output routines in xplor-nih

2009-01-18 Thread howarth at nitro dot med dot uc dot edu
--- Comment #34 from howarth at nitro dot med dot uc dot edu 2009-01-18 19:49 --- I also see the testcase in Comment 27 fail when compiled at -O2 or higher with i686-apple-darwin10. As with i686-apple-darwin9, the problem only occurs with -m32 and not -m64. --

[Bug middle-end/38905] [4.3 Regression] 464.h264ref in SPEC CPU 2006 miscompiled

2009-01-18 Thread hjl dot tools at gmail dot com
--- Comment #8 from hjl dot tools at gmail dot com 2009-01-18 19:52 --- (In reply to comment #7) It works for me with -O2 -ffast-math and the openSUSE 11.1 compiler which also has this patch applied (but is based on rev. 141291). I'm trying with plain 4.3 branch now - any special

[Bug target/38906] FAIL: gcc.target/i386/avx-vmovntdq-256-1.c (test for excess errors)

2009-01-18 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #2 from dave at hiauly1 dot hia dot nrc dot ca 2009-01-18 20:18 --- Subject: Re: FAIL: gcc.target/i386/avx-vmovntdq-256-1.c (test for excess errors) It is expected with binutils 2.19. You can need the Linux binutils 2.19.51.0.1 or above to support it. Why doesn't the

[Bug middle-end/38905] [4.3 Regression] 464.h264ref in SPEC CPU 2006 miscompiled

2009-01-18 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2009-01-18 20:36 --- Created an attachment (id=17136) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17136action=view) first alias patch I can reproduce this with the plain branch. Attached is the first extra alias patch in the

[Bug middle-end/38905] [4.3 Regression] 464.h264ref in SPEC CPU 2006 miscompiled

2009-01-18 Thread rguenth at gcc dot gnu dot org
--- Comment #10 from rguenth at gcc dot gnu dot org 2009-01-18 20:36 --- Created an attachment (id=17137) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17137action=view) second alias patch Second alias related patch in the openSUSE compiler. --

[Bug fortran/38863] WHERE with multiple elemental defined assignments gives wrong answer

2009-01-18 Thread mikael at gcc dot gnu dot org
--- Comment #1 from mikael at gcc dot gnu dot org 2009-01-18 20:40 --- I suspect the following is invalid as the arguments to the defined assignment alias. WHERE(LDA) TLA2L = TLA2L(1:3,1:2)%L !removing this line fixes problem TLA2L = TLA2L(1:3,1:2)%I

[Bug middle-end/38905] [4.3 Regression] 464.h264ref in SPEC CPU 2006 miscompiled

2009-01-18 Thread rguenth at gcc dot gnu dot org
--- Comment #11 from rguenth at gcc dot gnu dot org 2009-01-18 20:52 --- The testcase from PR36765 fails on the 4.3 branch. Does it fail without the patch for PR37868? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38905

[Bug tree-optimization/36765] [4.3 Regression] Revision 137573 miscompiles 464.h264ref in SPEC CPU 2006

2009-01-18 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2009-01-18 20:54 --- The testcase from comment #4 fails on the branch. Re-opening, possibly related to PR38905. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/38905] [4.3 Regression] 464.h264ref in SPEC CPU 2006 miscompiled

2009-01-18 Thread rguenth at gcc dot gnu dot org
--- Comment #12 from rguenth at gcc dot gnu dot org 2009-01-18 20:56 --- I'm testing the patch for PR36765 - that was a h264ref miscompile on the trunk. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/38905] [4.3 Regression] 464.h264ref in SPEC CPU 2006 miscompiled

2009-01-18 Thread hjl dot tools at gmail dot com
--- Comment #13 from hjl dot tools at gmail dot com 2009-01-18 21:05 --- Patches in comment #9 plus comment #10 fix 464.h264ref with test input. I am running with reference input on both ia32 and x86-64. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38905

[Bug middle-end/38905] [4.3 Regression] 464.h264ref in SPEC CPU 2006 miscompiled

2009-01-18 Thread hjl dot tools at gmail dot com
--- Comment #14 from hjl dot tools at gmail dot com 2009-01-18 21:11 --- (In reply to comment #11) The testcase from PR36765 fails on the 4.3 branch. Does it fail without the patch for PR37868? gcc.c-torture/execute/pr36765.c works with -O2 at revision 142026 and fails at

[Bug fortran/38907] New: ICE when contained function has same name as module function and used in expression

2009-01-18 Thread dick dot hendrickson at gmail dot com
The following program gives an internal compiler error. If the line RDA = -1 is commented out, there is a different ICE. If the unary + before the function reference in the assignment to RDA(1,2) is removed the ICE goes away. Dick Hendrickson module sa0054_stuff ! fails on Windows XP !

[Bug middle-end/38905] [4.3 Regression] 464.h264ref in SPEC CPU 2006 miscompiled

2009-01-18 Thread rguenth at gcc dot gnu dot org
--- Comment #15 from rguenth at gcc dot gnu dot org 2009-01-18 21:22 --- I have verified that the patch for PR36765 fixes h264ref on the branch. *** This bug has been marked as a duplicate of 36765 *** -- rguenth at gcc dot gnu dot org changed: What|Removed

[Bug tree-optimization/36765] [4.3 Regression] Revision 137573 miscompiles 464.h264ref in SPEC CPU 2006

2009-01-18 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2009-01-18 21:22 --- *** Bug 38905 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36765

[Bug tree-optimization/36765] [4.3 Regression] Revision 137573 miscompiles 464.h264ref in SPEC CPU 2006

2009-01-18 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Known to work|4.2.0 4.4.0 |4.2.0 4.3.2 4.4.0 Priority|P3 |P1

[Bug tree-optimization/38401] TreeSSA-PRE load after store missed optimization

2009-01-18 Thread steven at gcc dot gnu dot org
-- steven at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |steven at gcc dot gnu dot |dot org

[Bug fortran/38863] WHERE with multiple elemental defined assignments gives wrong answer

2009-01-18 Thread dick dot hendrickson at gmail dot com
--- Comment #2 from dick dot hendrickson at gmail dot com 2009-01-18 21:37 --- Subject: Re: WHERE with multiple elemental defined assignments gives wrong answer On Sun, Jan 18, 2009 at 2:40 PM, mikael at gcc dot gnu dot org gcc-bugzi...@gcc.gnu.org wrote: --- Comment #1 from

[Bug bootstrap/38903] Bootstrap failure on Cygwin vs. libiberty.

2009-01-18 Thread dave dot korn dot cygwin at gmail dot com
--- Comment #2 from dave dot korn dot cygwin at gmail dot com 2009-01-18 21:40 --- Fixed on HEAD by r.143487; sorry, forgot to put the PR/ reference in the SVN logfile. -- dave dot korn dot cygwin at gmail dot com changed: What|Removed |Added

[Bug fortran/38907] ICE when contained function has same name as module function and used in expression

2009-01-18 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2009-01-18 21:44 --- Confirmed for both ICEs. -- kargl at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/38907] [regression 4.3/4.4] ICE when contained function has same name as module function and used in expression

2009-01-18 Thread kargl at gcc dot gnu dot org
--- Comment #2 from kargl at gcc dot gnu dot org 2009-01-18 21:47 --- Both variations of the program work with 4.2.5, so this is a regression. -- kargl at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/38907] [regression 4.3/4.4] ICE when contained function has same name as module function and used in expression

2009-01-18 Thread kargl at gcc dot gnu dot org
-- kargl at gcc dot gnu dot org changed: What|Removed |Added CC||sgk at troutmask dot apl dot |

[Bug target/38902] [4.3 Regression] __builtin_strcpy doesn't work with -fstack-protector

2009-01-18 Thread hjl dot tools at gmail dot com
--- Comment #8 from hjl dot tools at gmail dot com 2009-01-18 22:02 --- This is introduced by revision 128537: http://gcc.gnu.org/ml/gcc-cvs/2007-09/msg00531.html http://gcc.gnu.org/ml/gcc-patches/2007-09/msg00084.html -- hjl dot tools at gmail dot com changed: What

[Bug middle-end/38616] [4.3 Regression] Wrong code when -O3 or -O2 -fstack-protector used

2009-01-18 Thread hjl dot tools at gmail dot com
--- Comment #13 from hjl dot tools at gmail dot com 2009-01-18 22:06 --- PR 38902 has a much better testcase. *** This bug has been marked as a duplicate of 38902 *** -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug target/38902] [4.3 Regression] __builtin_strcpy doesn't work with -fstack-protector

2009-01-18 Thread hjl dot tools at gmail dot com
--- Comment #9 from hjl dot tools at gmail dot com 2009-01-18 22:06 --- *** Bug 38616 has been marked as a duplicate of this bug. *** -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug tree-optimization/36765] [4.3 Regression] Revision 137573 miscompiles 464.h264ref in SPEC CPU 2006

2009-01-18 Thread hjl dot tools at gmail dot com
--- Comment #9 from hjl dot tools at gmail dot com 2009-01-18 22:09 --- This patch: http://gcc.gnu.org/ml/gcc/2009-01/msg00260.html works on Linux/x86-64. -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug target/38736] [4.4 Regression] -mavx can change the ABI via BIGGEST_ALIGNMENT

2009-01-18 Thread hjl dot tools at gmail dot com
--- Comment #14 from hjl dot tools at gmail dot com 2009-01-18 22:12 --- Fixed. -- hjl dot tools at gmail dot com changed: What|Removed |Added Status|NEW

[Bug fortran/38907] [4.3/4.4 Regression ] ICE when contained function has same name as module function and used in expression

2009-01-18 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2009-01-18 22:27 --- Confirm. Thanks for the report! Valgrind shows: ==20941== Conditional jump or move depends on uninitialised value(s) ==20941==at 0x46C602: gfc_resolve_expr (resolve.c:4353) ==20941==by 0x46BC22:

[Bug c++/38908] New: Unexplained 'anonymous' is used uninitialized in this function warning in cc1plus -m64

2009-01-18 Thread simon_baldwin at yahoo dot com
GNU C++ (GCC) version 4.4.0 20090118 (experimental) (x86_64-unknown-linux-gnu) compiled by GNU C version 4.0.3 (Ubuntu 4.0.3-1ubuntu5), GMP version 4.2.2, MPFR version 2.3.1. GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 Compiler executable checksum

[Bug rtl-optimization/38740] [4.4 Regression] Incorrect delayed branch optimization

2009-01-18 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #11 from dave at hiauly1 dot hia dot nrc dot ca 2009-01-18 23:02 --- Subject: Re: [4.4 Regression] Incorrect delayed branch optimization Attached slightly reduced testcase. Dave --- Comment #12 from dave at hiauly1 dot hia dot nrc dot ca 2009-01-18 23:02

[Bug target/38909] New: FAIL: gcc.target/i386/sse4_2-popcntl.c (test for excess errors)

2009-01-18 Thread danglin at gcc dot gnu dot org
Executing on host: /Users/dave/gnu/gcc/objdir/gcc/xgcc -B/Users/dave/gnu/gcc/obj dir/gcc/ /Users/dave/gnu/gcc/gcc/gcc/testsuite/gcc.target/i386/sse4_2-popcntl.c -O2 -msse4.2 -fno-show-column -lm -o ./sse4_2-popcntl.exe(timeout = 300 )

[Bug bootstrap/35804] Bootstrap of combined gcc + binutils, with --enable-shared, with sysroot fails

2009-01-18 Thread amodra at bigpond dot net dot au
--- Comment #8 from amodra at bigpond dot net dot au 2009-01-18 23:36 --- I believe that this is a user error and that this bugzilla should be closed. Your problem with ld cannot find /tools/lib/libc.so.6 inside /tools is simply that your glibc is built wrongly for your sysroot.

[Bug target/38909] FAIL: gcc.target/i386/sse4_2-popcntl.c (test for excess errors)

2009-01-18 Thread howarth at nitro dot med dot uc dot edu
--- Comment #1 from howarth at nitro dot med dot uc dot edu 2009-01-19 00:11 --- This is a pre-existing problem in gcc 4.3 branch which should be fixable with a backport of... Author: uros Date: Sat Nov 22 14:16:57 2008 New Revision: 142121 URL:

[Bug target/38909] FAIL: gcc.target/i386/sse4_2-popcntl.c (test for excess errors)

2009-01-18 Thread howarth at nitro dot med dot uc dot edu
--- Comment #2 from howarth at nitro dot med dot uc dot edu 2009-01-19 00:14 --- Original patch proposal was at... http://gcc.gnu.org/ml/gcc-patches/2008-11/msg01175.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38909

[Bug fortran/38823] Diagnose and treat (-2.0)**2.0 properly

2009-01-18 Thread kargl at gcc dot gnu dot org
--- Comment #14 from kargl at gcc dot gnu dot org 2009-01-19 00:36 --- http://gcc.gnu.org/ml/fortran/2009-01/msg00231.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38823

[Bug c/38869] [4.4 Regression] valgrind find problem with -O -mtune=generic

2009-01-18 Thread vmakarov at redhat dot com
--- Comment #8 from vmakarov at redhat dot com 2009-01-19 00:37 --- H.J. is right. The problem is that IRA does not reinitialize some of its data after changing ABI. config/i386/i386.c::ix86_maybe_switch_abi calls only init_regs (this is the single port which does it). Function

[Bug testsuite/38910] New: [Regression] gcc 4.4.0 - Testsuite charset.exp not checking my locale

2009-01-18 Thread rob1weld at aol dot com
I built gcc this way: # gcc/xgcc -v Using built-in specs. Target: i386-pc-solaris2.11 Configured with: ../gcc_trunk/configure --enable-languages=ada,c,c++,fortran,java,objc,obj-c++ --enable-shared --disable-static --enable-decimal-float --with-long-double-128 --enable-nls --with-included-gettext

[Bug target/38909] FAIL: gcc.target/i386/sse4_2-popcntl.c (test for excess errors)

2009-01-18 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #3 from dave at hiauly1 dot hia dot nrc dot ca 2009-01-19 01:25 --- Subject: Re: FAIL: gcc.target/i386/sse4_2-popcntl.c (test for excess errors) --- Comment #1 from howarth at nitro dot med dot uc dot edu 2009-01-19 00:11 --- This is a pre-existing problem in

[Bug target/38906] FAIL: gcc.target/i386/avx-vmovntdq-256-1.c (test for excess errors)

2009-01-18 Thread hjl dot tools at gmail dot com
--- Comment #3 from hjl dot tools at gmail dot com 2009-01-19 02:33 --- (In reply to comment #2) Subject: Re: FAIL: gcc.target/i386/avx-vmovntdq-256-1.c (test for excess errors) It is expected with binutils 2.19. You can need the Linux binutils 2.19.51.0.1 or above to support

[Bug bootstrap/37660] [4.4 Regression] Error Building libssp, recent update

2009-01-18 Thread dannysmith at users dot sourceforge dot net
--- Comment #8 from dannysmith at users dot sourceforge dot net 2009-01-19 04:22 --- (In reply to comment #7) Created an attachment (id=17132) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17132action=view) [edit] Move _ctors* and _chkstk* to import lib Danny, this is the

[Bug bootstrap/37660] [4.4 Regression] Error Building libssp, recent update

2009-01-18 Thread dave dot korn dot cygwin at gmail dot com
--- Comment #9 from dave dot korn dot cygwin at gmail dot com 2009-01-19 04:54 --- (In reply to comment #8) (In reply to comment #7) Created an attachment (id=17132) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17132action=view) [edit] Move _ctors* and _chkstk* to import lib

[Bug bootstrap/35804] Bootstrap of combined gcc + binutils, with --enable-shared, with sysroot fails

2009-01-18 Thread bonzini at gnu dot org
--- Comment #9 from bonzini at gnu dot org 2009-01-19 06:05 --- I agree with Alan. -- bonzini at gnu dot org changed: What|Removed |Added Status|UNCONFIRMED