[Bug libfortran/26346] FAIL: gfortran.dg/secnds.f -O0 execution test

2006-02-17 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2006-02-18 07:58 --- This test can sometimes fail if you have a lot of background tasks running. Check the tolerance on the timing accuracy and see if increasing that allows the test to pass. I have seen it do this before. Or is th

[Bug libfortran/26136] List directed input with underfilled (logicals) array read incorrectly

2006-02-17 Thread jvdelisle at gcc dot gnu dot org
--- Comment #19 from jvdelisle at gcc dot gnu dot org 2006-02-18 07:54 --- Just so everyone understands. I am working one more modification to this patch to allow 63 character long names in the tests for logical true or false in namelist reads. The patch in Comment #18 works for all c

[Bug middle-end/26334] [4.1 Regression] ICE in lhd_set_decl_assembler_name

2006-02-17 Thread jakub at gcc dot gnu dot org
* stmt.c (decl_overlaps_hard_reg_set_p): Use DECL_HARD_REGISTER instead of DECL_REGISTER. * gcc.c-torture/compile/20060217-1.c: New test. Added: branches/gcc-4_1-branch/gcc/testsuite/gcc.c-torture/compile/20060217-1.c Modified: branches/gcc-4_1-branch/gcc/ChangeLog branches/gcc-4_1-br

[Bug ada/26348] New: Ada gnatlib a-textio.o ICE because of too much RAM, tree-vrp?

2006-02-17 Thread laurent at guerby dot net
I'm seeing bootstrap failing on x86 and amd64-linux: WORK Thu Feb 16 21:06:28 UTC 2006 (revision 51) FAIL Fri Feb 17 12:16:43 UTC 2006 (revision 80) FAIL Fri Feb 17 20:56:47 UTC 2006 (revision 111208) ... /home/guerby/work/gcc/build/build-head-20060217T133449/./gcc/xgcc -B/home/guerby/work

[Bug target/26347] hidden weak extern functions fail regardless of existence on alpha/linux

2006-02-17 Thread vapier at gentoo dot org
--- Comment #1 from vapier at gentoo dot org 2006-02-18 07:40 --- Created an attachment (id=10872) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10872&action=view) alpha-hidden-weak.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26347

[Bug target/26347] New: hidden weak extern functions fail regardless of existence on alpha/linux

2006-02-17 Thread vapier at gentoo dot org
noticed while playing with uClibc/alpha port ... a function that was defined as being hidden/weak causes build failures for alpha but no other target. testing mostly on my amd64 box cross-compiling for alpha/uclibc, but a native alpha/glibc compiler exhibits the same issues. tested gcc 3.4.5, 4.0

[Bug libfortran/26136] List directed input with underfilled (logicals) array read incorrectly

2006-02-17 Thread jvdelisle at gcc dot gnu dot org
--- Comment #18 from jvdelisle at gcc dot gnu dot org 2006-02-18 07:22 --- Created an attachment (id=10871) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10871&action=view) Updated patch. Updated patch to fix problem found in Comment #16 -- http://gcc.gnu.org/bugzilla/show_b

[Bug c/8268] no compile time array index checking

2006-02-17 Thread falk at debian dot org
--- Comment #18 from falk at debian dot org 2006-02-18 07:19 --- Created an attachment (id=10870) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10870&action=view) alternative patch Hi, I've also been working on a patch, although as an SSA pass. It probably catches more, but there

[Bug middle-end/23868] [4.1/4.2 regression] builtin_apply uses wrong mode for multi-hard-register return values

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

[Bug target/26223] [4.0/4.1/4.2 regression] ICE on long double with -mno-80387

2006-02-17 Thread mmitchel at gcc dot gnu dot org
--- Comment #7 from mmitchel at gcc dot gnu dot org 2006-02-18 06:50 --- This is too obscure to be a P1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/26266] [4.0/4.1/4.2 regression] Trouble with static const data members in template classes

2006-02-17 Thread mmitchel at gcc dot gnu dot org
--- Comment #9 from mmitchel at gcc dot gnu dot org 2006-02-18 06:49 --- I'm currently testing a patch for all of the critical problems in this PR; we'll be left with an accepts-invalid regression, which would only be P2. -- mmitchel at gcc dot gnu dot org changed: What

[Bug middle-end/26334] [4.1 Regression] ICE in lhd_set_decl_assembler_name

2006-02-17 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2006-02-18 06:46 --- Due to the fact that the problem occurs with inline asm, not ordinary C code, I'm making this P2, rather than P2. I've pre-approved a patch for this problem. -- mmitchel at gcc dot gnu dot org changed:

[Bug libobjc/26309] [4.1/4.2 Regression] libobjc bootstrap failure on Tru64 UNIX V4.0F

2006-02-17 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2006-02-18 06:45 --- Objective-C is not release-criticial, and neither is Tru64. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/26295] [4.0/4.1/4.2 Regression] Invalid namespace pointer seg fault

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

[Bug target/26290] [4.1 Regression]: some loop optimizations no longer run at -O2

2006-02-17 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2006-02-18 06:43 --- Not a showstopper, but definitely disappointing. I'd be very interested in analysis of what's going wrong. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug rtl-optimization/25600] unsigned>>31?-1:0 should be optimized to int>>31

2006-02-17 Thread sayle at gcc dot gnu dot org
--- Comment #2 from sayle at gcc dot gnu dot org 2006-02-18 05:22 --- Subject: Bug 25600 Author: sayle Date: Sat Feb 18 05:22:46 2006 New Revision: 111226 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111226 Log: PR middle-end/25600 * fold-const.c (fold_binary)

[Bug libfortran/26136] List directed input with underfilled (logicals) array read incorrectly

2006-02-17 Thread jvdelisle at gcc dot gnu dot org
--- Comment #17 from jvdelisle at gcc dot gnu dot org 2006-02-18 05:15 --- Indeed you have found something I missed. I am on it. BTW Your namelist.input.3 is correct, keeping in mind that gfortran does not initialize variables and the result of an incomplete array is null value, meani

[Bug tree-optimization/25879] [4.2 Regression] TDF_CHAIN makes -fdump-tree-all-all useless

2006-02-17 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-02-18 05:03 --- Mine. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned

[Bug rtl-optimization/25636] [4.2 Regression] opts.c is being miscompiled, write to read only memory

2006-02-17 Thread pinskia at gcc dot gnu dot org
--- Comment #35 from pinskia at gcc dot gnu dot org 2006-02-18 04:57 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFI

[Bug target/19061] IA64 GCC pointer confusion results in optimization error

2006-02-17 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-02-18 04:55 --- Patch posted: http://gcc.gnu.org/ml/gcc-patches/2006-02/msg01489.html -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug rtl-optimization/26345] [4.2 Regression] -fmove-loop-invariants loses POINTER attribute

2006-02-17 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-02-18 04:55 --- Confirmed, patch posted: http://gcc.gnu.org/ml/gcc-patches/2006-02/msg01489.html -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/26341] [4.2 Regression] 930217-1.c and 931013-3.c ICE at -O2 and above in add_virtual_operand

2006-02-17 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-02-18 04:53 --- Fixed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26341

[Bug tree-optimization/26341] [4.2 Regression] 930217-1.c and 931013-3.c ICE at -O2 and above in add_virtual_operand

2006-02-17 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-02-18 04:53 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c/8268] no compile time array index checking

2006-02-17 Thread mueller at gcc dot gnu dot org
--- Comment #17 from mueller at gcc dot gnu dot org 2006-02-18 02:51 --- Created an attachment (id=10869) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10869&action=view) patch I'm currently testing this patch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8268

[Bug target/9552] accepts invalid code for attribute section

2006-02-17 Thread nomura at netapp dot com
--- Comment #24 from nomura at netapp dot com 2006-02-18 02:30 --- The problem in my case was that during configuration of the cross gcc, the host linker was being picked for the capability test of HAVE_LD_RO_RW_SECTION_MIXING. ld is selected around the "in_tree_ld" part of configure.

[Bug tree-optimization/26341] [4.2 Regression] 930217-1.c and 931013-3.c ICE at -O2 and above in add_virtual_operand

2006-02-17 Thread dberlin at gcc dot gnu dot org
--- Comment #3 from dberlin at gcc dot gnu dot org 2006-02-18 00:09 --- Subject: Bug 26341 Author: dberlin Date: Sat Feb 18 00:09:51 2006 New Revision: 111217 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111217 Log: 2006-02-17 Daniel Berlin <[EMAIL PROTECTED]> Fix P

[Bug target/24838] g++.dg/tls/static-1.C execution test fails

2006-02-17 Thread sje at cup dot hp dot com
--- Comment #1 from sje at cup dot hp dot com 2006-02-18 00:04 --- I believe this is the same as PR 24476 and like that problem, will work now with the latest CVS binutils. I don't know if we want to resolve this or wait until there is a binutils release that contains the fix to resolve

[Bug target/9552] accepts invalid code for attribute section

2006-02-17 Thread nomura at netapp dot com
--- Comment #23 from nomura at netapp dot com 2006-02-17 23:58 --- > Looks like in gcc-3.4.0, gcc/gcc/configure.ac picks up the wrong ld for me, > which probably leads to the wrong value being set for > HAVE_LD_RO_RW_SECTION_MIXING. This problem also occurs when cross compiling freebsd

[Bug middle-end/16045] ICE fold check: original tree changed by fold

2006-02-17 Thread ghazi at gcc dot gnu dot org
--- Comment #8 from ghazi at gcc dot gnu dot org 2006-02-17 23:50 --- Backported to 4.0. -- ghazi at gcc dot gnu dot org changed: What|Removed |Added CC|

[Bug middle-end/16045] ICE fold check: original tree changed by fold

2006-02-17 Thread ghazi at gcc dot gnu dot org
--- Comment #7 from ghazi at gcc dot gnu dot org 2006-02-17 23:49 --- Subject: Bug 16045 Author: ghazi Date: Fri Feb 17 23:49:13 2006 New Revision: 111215 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111215 Log: Backport: 2005-08-18 Andrew Pinski <[EMAIL PROT

[Bug other/26327] memory leaks

2006-02-17 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-17 23:17 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug fortran/19777] -fbounds-check catches non-existent bounds violation

2006-02-17 Thread anlauf at gmx dot de
--- Comment #9 from anlauf at gmx dot de 2006-02-17 23:04 --- (In reply to comment #8) [...] > does not trigger the Array out-of-bounds-condition any more in our code. > Therefore we are glad to have this fix! > > Tested on gcc-4.1-20060210 x86_64-unknown-linux-gnu Negative. The follo

[Bug libfortran/26346] New: FAIL: gfortran.dg/secnds.f -O0 execution test

2006-02-17 Thread danglin at gcc dot gnu dot org
Executing on host: /home/gnu/gcc-3.4/objdir/gcc/testsuite/../gfortran -B/home/gn u/gcc-3.4/objdir/gcc/testsuite/../ /xxx/gnu/gcc-3.4/gcc/gcc/testsuite/gfortran.d g/secnds.f -O0 -O0 -L/home/gnu/gcc-3.4/objdir/hppa2.0w-hp-hpux11.00/./libgfo rtran/.libs -L/home/gnu/gcc-3.4/objdir/hppa2.0w-hp-hpux1

[Bug libobjc/26309] [4.1/4.2 Regression] libobjc bootstrap failure on Tru64 UNIX V4.0F

2006-02-17 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 testsuite/26344] [4.2 Regression] three testsuite failures in gcc.dg/tree-ssa/

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

[Bug target/26255] [4.0 regression] internal compiler error: in reload_cse_simplify_operands, at postreload.c:391

2006-02-17 Thread danglin at gcc dot gnu dot org
--- Comment #11 from danglin at gcc dot gnu dot org 2006-02-17 22:21 --- Fixed by patches. -- danglin at gcc dot gnu dot org changed: What|Removed |Added Sta

[Bug target/26255] [4.0 regression] internal compiler error: in reload_cse_simplify_operands, at postreload.c:391

2006-02-17 Thread danglin at gcc dot gnu dot org
--- Comment #10 from danglin at gcc dot gnu dot org 2006-02-17 22:19 --- Subject: Bug 26255 Author: danglin Date: Fri Feb 17 22:19:05 2006 New Revision: 111214 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111214 Log: PR target/26255 * pa.md: Create separate HI

[Bug target/26255] [4.0 regression] internal compiler error: in reload_cse_simplify_operands, at postreload.c:391

2006-02-17 Thread danglin at gcc dot gnu dot org
--- Comment #9 from danglin at gcc dot gnu dot org 2006-02-17 22:10 --- Subject: Bug 26255 Author: danglin Date: Fri Feb 17 22:09:58 2006 New Revision: 111213 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111213 Log: PR target/26255 * gcc.c-torture/compile/pr262

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2006-02-17 Thread jakub at gcc dot gnu dot org
--- Comment #39 from jakub at gcc dot gnu dot org 2006-02-17 21:49 --- Subject: Bug 11953 Author: jakub Date: Fri Feb 17 21:49:22 2006 New Revision: 111212 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111212 Log: PR libstdc++/11953 * gthr-posix.h (_REENTRANT):

[Bug target/22209] [4.1 regression] libgfortran unresolvable symbols on irix6.5

2006-02-17 Thread sayle at gcc dot gnu dot org
--- Comment #12 from sayle at gcc dot gnu dot org 2006-02-17 21:39 --- Subject: Bug 22209 Author: sayle Date: Fri Feb 17 21:38:59 2006 New Revision: 111211 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111211 Log: 2006-02-17 Roger Sayle <[EMAIL PROTECTED]> Richard

[Bug testsuite/26344] [4.2 Regression] three testsuite failures in gcc.dg/tree-ssa/

2006-02-17 Thread law at redhat dot com
--- Comment #6 from law at redhat dot com 2006-02-17 21:19 --- Subject: Re: New: [4.2 Regression] three testsuite failures in gcc.dg/tree-ssa/ On Fri, 2006-02-17 at 18:21 +, pinskia at gcc dot gnu dot org wrote: > FAIL: gcc.dg/tree-ssa/20030730-1.c scan-tree-dump-times if

[Bug libfortran/26252] FAIL: gfortran.fortran-torture/execute/nan_inf_fmt.f90 execution

2006-02-17 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #2 from dave at hiauly1 dot hia dot nrc dot ca 2006-02-17 20:51 --- Subject: Re: FAIL: gfortran.fortran-torture/execute/nan_inf_fmt.f90 execution > I can't reproduce that on hppa2.0w-hp-hpux11.23. I don't know if it's a > difference between hpux version, or hppa1 and hppa2

[Bug rtl-optimization/26345] [4.2 Regression] -fmove-loop-invariants loses POINTER attribute

2006-02-17 Thread ebotcazou at gcc dot gnu dot org
--- Comment #4 from ebotcazou at gcc dot gnu dot org 2006-02-17 20:40 --- > I don't know how I missed your proposed patch for PR 19061. I tested it on > the test case in that bug and on my bootstrap bug that I reported here and > both look good. Great! My (limited) understanding is t

[Bug libfortran/26253] fallback scalbn doesn't handle denormals correctly

2006-02-17 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2006-02-17 20:33 --- This is a problem in libgfortran scalbn fallback version not handling correctly denormals. A i686-linux testcase is included below. I switch this to severity "minor". $ cat a.c #include #include double gfortra

[Bug libstdc++/26297] boostrap fails with invalid cast compiling libstdc++ with --disable-nls on AIX

2006-02-17 Thread dje at gcc dot gnu dot org
--- Comment #7 from dje at gcc dot gnu dot org 2006-02-17 20:05 --- AIX 4.2 probably cannot be supported by current versions of GCC. If libstdc++ doesn't work on AIX 4.2, then it doesn't work. I do not have access to any AIX 4.2 system and AIX 4.2 was removed from IBM support a long ti

[Bug libstdc++/26297] boostrap fails with invalid cast compiling libstdc++ with --disable-nls on AIX

2006-02-17 Thread pcarlini at suse dot de
--- Comment #6 from pcarlini at suse dot de 2006-02-17 19:55 --- David, can you please have a look? Certainly we have succesful reports: http://gcc.gnu.org/buildstat.html In the meanwhile, submitter should check that is following the target-specific installation notes: http://gcc.

[Bug tree-optimization/26197] [4.2 regression] ICE in is_old_name, at tree-into-ssa.c:466

2006-02-17 Thread rakdver at gcc dot gnu dot org
--- Comment #9 from rakdver at gcc dot gnu dot org 2006-02-17 19:54 --- SFT for D.2477.a is SFT.12. Before vectorizer is run, SFT.12 has is_alias_tag == false and may_aliases = {TMT.32}; thus, we would only add a vuse for TMT.32 to the statement, and this is subsumed by the VDEF. Vector

[Bug rtl-optimization/26272] [4.2 Regression] gcc.c-torture/execute/built-in-setjmp.c fails at -O2 and above on powerpc-darwin

2006-02-17 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-02-17 19:52 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug rtl-optimization/26272] [4.2 Regression] gcc.c-torture/execute/built-in-setjmp.c fails at -O2 and above on powerpc-darwin

2006-02-17 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-02-17 19:52 --- Subject: Bug 26272 Author: pinskia Date: Fri Feb 17 19:52:28 2006 New Revision: 111206 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111206 Log: 2006-02-17 Andrew Pinski <[EMAIL PROTECTED]> PR ta

[Bug libstdc++/26132] tr1/hashtable: rehash not implemented

2006-02-17 Thread pcarlini at suse dot de
-- pcarlini at suse dot de changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |pcarlini at suse dot de |dot org |

[Bug libfortran/26252] FAIL: gfortran.fortran-torture/execute/nan_inf_fmt.f90 execution

2006-02-17 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2006-02-17 19:34 --- I can't reproduce that on hppa2.0w-hp-hpux11.23. I don't know if it's a difference between hpux version, or hppa1 and hppa2 (well, I don't know what these two are really), but I'd guess it's the OS version. I don'

[Bug middle-end/13757] -fstack-check causes segfaults

2006-02-17 Thread andrew dot lundgren at level3 dot com
--- Comment #5 from andrew dot lundgren at level3 dot com 2006-02-17 19:27 --- I am experiencing the same bug with GCC 4.0.1 & 4.0.2 on SLES 9 with: gcc -v Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc-4.0.2/configure --enable-threads=posix --prefix=/usr/local/

[Bug rtl-optimization/26345] [4.2 Regression] -fmove-loop-invariants loses POINTER attribute

2006-02-17 Thread sje at cup dot hp dot com
--- Comment #3 from sje at cup dot hp dot com 2006-02-17 19:18 --- I don't know how I missed your proposed patch for PR 19061. I tested it on the test case in that bug and on my bootstrap bug that I reported here and both look good. I used ToT sources for both tests and had to put your

[Bug bootstrap/26161] Configure tests for pthread.h sometimes need to use -pthread

2006-02-17 Thread fxcoudert at gcc dot gnu dot org
--- Comment #8 from fxcoudert at gcc dot gnu dot org 2006-02-17 19:07 --- Fixed. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|ASSI

[Bug bootstrap/26161] Configure tests for pthread.h sometimes need to use -pthread

2006-02-17 Thread fxcoudert at gcc dot gnu dot org
--- Comment #7 from fxcoudert at gcc dot gnu dot org 2006-02-17 19:01 --- Subject: Bug 26161 Author: fxcoudert Date: Fri Feb 17 19:01:04 2006 New Revision: 111205 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111205 Log: PR bootstrap/26161 * configure.ac: Remov

[Bug rtl-optimization/26345] [4.2 Regression] -fmove-loop-invariants loses POINTER attribute

2006-02-17 Thread ebotcazou at gcc dot gnu dot org
--- Comment #2 from ebotcazou at gcc dot gnu dot org 2006-02-17 18:44 --- Did you try my fix for PR target/19061? -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug testsuite/26344] [4.2 Regression] three testsuite failures in gcc.dg/tree-ssa/

2006-02-17 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-02-17 18:43 --- (In reply to comment #4) > Just tar up the mess and pass them to me directly. I will once the testsuite has finished running. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26344

[Bug libfortran/26136] List directed input with underfilled (logicals) array read incorrectly

2006-02-17 Thread hjl at lucon dot org
--- Comment #16 from hjl at lucon dot org 2006-02-17 18:42 --- The patch http://gcc.gnu.org/ml/gcc-patches/2006-02/msg01387.html is incomplete: [EMAIL PROTECTED] namelist-3]$ cat namelist.input.1 &dynamics non_hydrostatic = .true., time_step_sound

[Bug rtl-optimization/26345] [4.2 Regression] -fmove-loop-invariants loses POINTER attribute

2006-02-17 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/26316] [4.2 Regression] loop-invariant miscompiles openmp.c

2006-02-17 Thread rakdver at gcc dot gnu dot org
--- Comment #13 from rakdver at gcc dot gnu dot org 2006-02-17 18:38 --- Patch: http://gcc.gnu.org/ml/gcc-patches/2006-02/msg01461.html -- rakdver at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/26345] -fmove-loop-invariants loses POINTER attribute

2006-02-17 Thread sje at cup dot hp dot com
--- Comment #1 from sje at cup dot hp dot com 2006-02-17 18:38 --- Created an attachment (id=10868) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10868&action=view) Test Case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26345

[Bug tree-optimization/26345] New: -fmove-loop-invariants loses POINTER attribute

2006-02-17 Thread sje at cup dot hp dot com
As of SVN version 110852, I cannot bootstrap IA64 HP-UX compiler. The compiler dies while compiling tree-into-ssa.c. I have a preprocessed cut-down version of this file that I will attach to this defect. I proposed a workaround/patch earlier, it is at http://gcc.gnu.org/ml/gcc-patches/2006-02/ms

[Bug testsuite/26344] [4.2 Regression] three testsuite failures in gcc.dg/tree-ssa/

2006-02-17 Thread law at redhat dot com
--- Comment #4 from law at redhat dot com 2006-02-17 18:35 --- Subject: Re: New: [4.2 Regression] three testsuite failures in gcc.dg/tree-ssa/ On Fri, 2006-02-17 at 18:21 +, pinskia at gcc dot gnu dot org wrote: > FAIL: gcc.dg/tree-ssa/20030730-1.c scan-tree-dump-times if

[Bug testsuite/26344] [4.2 Regression] three testsuite failures in gcc.dg/tree-ssa/

2006-02-17 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-02-17 18:25 --- Shows up on ia64 also: http://gcc.gnu.org/ml/gcc-testresults/2006-02/msg00886.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26344

[Bug testsuite/26344] [4.2 Regression] three testsuite failures in gcc.dg/tree-ssa/

2006-02-17 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-02-17 18:24 --- Maybe even between 72 and 75. Which means the following change cause this: 2006-02-16 Jeff Law <[EMAIL PROTECTED]> + * tree-vrp.c (set_value_range_to_nonnegative): New function. + (vrp_expr_co

[Bug testsuite/26344] [4.2 Regression] three testsuite failures in gcc.dg/tree-ssa/

2006-02-17 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-17 18:22 --- They were introduced between 29 and 75. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26344

[Bug testsuite/26344] [4.2 Regression] three testsuite failures in gcc.dg/tree-ssa/

2006-02-17 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26344

[Bug testsuite/26344] New: [4.2 Regression] three testsuite failures in gcc.dg/tree-ssa/

2006-02-17 Thread pinskia at gcc dot gnu dot org
FAIL: gcc.dg/tree-ssa/20030730-1.c scan-tree-dump-times if 0 FAIL: gcc.dg/tree-ssa/20030730-2.c scan-tree-dump-times if 0 FAIL: gcc.dg/tree-ssa/20030807-2.c scan-tree-dump-times if 0 Looking at them, they look only to be problems in the testcases and not actually missed optimizations. Also hap

[Bug c++/20333] [3.4/4.0/4.1 Regression] ICE on invalid code, typename outside of a template

2006-02-17 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2006-02-17 18:06 --- *** Bug 26343 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/26343] compiler segfaults on typename

2006-02-17 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-17 18:06 --- This is a dup of bug 20333 which was fixed in 3.4.4, you must have tested a non released 3.4.4. *** This bug has been marked as a duplicate of 20333 *** -- pinskia at gcc dot gnu dot org changed: Wha

[Bug c++/24605] [4.0/4.1/4.2 Regression] internal compiler error: Segmentation fault while compiling c++ file

2006-02-17 Thread ron_hylton at hotmail dot com
--- Comment #13 from ron_hylton at hotmail dot com 2006-02-17 18:05 --- > > Are you sure you have enough virtual memory to compile this test case? > I just tried main branch r11 and the test case compiled fine. I have 2 GB vm (and 2 GB ram) so I doubt the previous problem was vm

[Bug libfortran/26331] two testsuite failures on i386-netbsdelf3.0

2006-02-17 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2006-02-17 17:42 --- In fact, both these bugs originate from the same bug of the netbsd frexp(), as reported in comment #1. Closing this as INVALID since there's nothing we can do. -- fxcoudert at gcc dot gnu dot org changed:

[Bug c++/26343] New: compiler segfaults on typename

2006-02-17 Thread julian dot rueth at informatik dot uni-ulm dot de
gcc 3.4.3 (and also 3.4.4) segfault on x86_64; segfault doesn't occur on a i686 using gcc 3.3.4. Please contact me if you need any further detail. $ gcc -v -save-temps main.cpp Reading specs from /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/specs Configured with: /var/tmp/portage/gcc-3.4.3-r1/work/gcc-

[Bug ada/26315] [4.2 Regression] ACATS failures c43208b c85006a c85006d cd92001

2006-02-17 Thread charlet at gcc dot gnu dot org
--- Comment #4 from charlet at gcc dot gnu dot org 2006-02-17 16:11 --- Now fixed. -- charlet at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug ada/26315] [4.2 Regression] ACATS failures c43208b c85006a c85006d cd92001

2006-02-17 Thread charlet at gcc dot gnu dot org
--- Comment #3 from charlet at gcc dot gnu dot org 2006-02-17 16:05 --- Subject: Bug 26315 Author: charlet Date: Fri Feb 17 16:05:46 2006 New Revision: 83 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=83 Log: 2006-02-17 Eric Botcazou <[EMAIL PROTECTED]> PR ad

[Bug ada/13408] [4.1/4.2 Regression] acats numeric tests cxg* fail on pa/hpux

2006-02-17 Thread danglin at gcc dot gnu dot org
--- Comment #12 from danglin at gcc dot gnu dot org 2006-02-17 15:45 --- Patch is here: http://gcc.gnu.org/ml/gcc/2006-02/msg00251.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13408

[Bug tree-optimization/26341] [4.2 Regression] 930217-1.c and 931013-3.c ICE at -O2 and above in add_virtual_operand

2006-02-17 Thread dberlin at dberlin dot org
--- Comment #2 from dberlin at gcc dot gnu dot org 2006-02-17 14:42 --- Subject: Re: [4.2 Regression] 930217-1.c and 931013-3.c ICE at -O2 and above in add_virtual_operand On Fri, 2006-02-17 at 14:24 +, pinskia at gcc dot gnu dot org wrote: > > --- Comment #1 from pins

[Bug tree-optimization/26341] [4.2 Regression] 930217-1.c and 931013-3.c ICE at -O2 and above in add_virtual_operand

2006-02-17 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-17 14:24 --- From: http://gcc.gnu.org/ml/gcc-testresults/2006-02/msg00880.html Confirmed independently also. The testcase: struct s { int f; }; struct s f () { int addr; return *(struct s *) &addr; } -- pinskia at gcc

[Bug tree-optimization/26341] [4.2 Regression] 930217-1.c and 931013-3.c ICE at -O2 and above in add_virtual_operand

2006-02-17 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26341

[Bug tree-optimization/26341] New: [4.2 Regression] 930217-1.c and 931013-3.c ICE at -O2 and above in add_virtual_operand

2006-02-17 Thread pinskia at gcc dot gnu dot org
FAIL: gcc.c-torture/compile/930217-1.c -O2 (test for excess errors) Excess errors: /Users/regress/tbox/svn-gcc/gcc/testsuite/gcc.c-torture/compile/930217-1.c:16: internal compiler error: in add_virtual_operand, at tree-ssa-operands.c:1873 -- Summary: [4.2 Regression] 930217-1.c and

[Bug ada/26338] [4.2 Regression] ACATS cxg2001 ICE in add_virtual_operand, at tree-ssa-operands.c:1873

2006-02-17 Thread abel at ispras dot ru
--- Comment #1 from abel at ispras dot ru 2006-02-17 14:08 --- I've see the same ICE on ia64 with rev. 76 and gcc.c-torture/compile/930217-1.c. The backtrace is as follows: (gdb) bt #0 fancy_abort (file=0x40a4d260 "/home/bonzo/develop/loop/trunk/gcc/tree-ssa-operands.c", li

[Bug c++/26337] aliasing causes stale data to be used

2006-02-17 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-02-17 12:48 --- Reopening to ... -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c/21920] alias violating

2006-02-17 Thread pinskia at gcc dot gnu dot org
--- Comment #85 from pinskia at gcc dot gnu dot org 2006-02-17 12:49 --- *** Bug 26337 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/26337] aliasing causes stale data to be used

2006-02-17 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-02-17 12:49 --- Mark as a dup of bug 21920. *** This bug has been marked as a duplicate of 21920 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug ada/26338] [4.2 Regression] ACATS cxg2001 ICE in add_virtual_operand, at tree-ssa-operands.c:1873

2006-02-17 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/26334] [4.1 Regression] ICE in lhd_set_decl_assembler_name

2006-02-17 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/26300] [4.1 Regression] ICE in trunc_int_for_mode

2006-02-17 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-02-17 12:31 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug ada/26338] New: [4.2 Regression] ACATS cxg2001 ICE in add_virtual_operand, at tree-ssa-operands.c:1873

2006-02-17 Thread laurent at guerby dot net
PASS: Wed Feb 15 21:37:04 UTC 2006 (revision 18) FAIL: Thu Feb 16 21:06:28 UTC 2006 (revision 51) Note that at r51 it ICE on x86 but PASS on amd64-linux. +===GNAT BUG DETECTED==+ | 4.2.0 20060216 (experimental) (i686-pc-linux-gnu) GC

[Bug c++/26337] aliasing causes stale data to be used

2006-02-17 Thread ebotcazou at gcc dot gnu dot org
--- Comment #2 from ebotcazou at gcc dot gnu dot org 2006-02-17 12:04 --- The code is invalid ISO C because "*((uint32_t *) &sy" breaks aliasing rules. > Our workarounds include (i) not using the optimiser, -fno-strict-aliasing should be sufficient. > or (ii) using a >

[Bug c++/26337] New: aliasing causes stale data to be used

2006-02-17 Thread gcc-bugzilla at gcc dot gnu dot org
We are targetting the compilers for a system-on-chip solution we are developing based on an ARM 926 which is without an FPU so we have defaulted on SOFTWARE FLOATING POINT. #define TARGET_DEFAULT (ARM_FLAG_SOFT_FLOAT | ARM_FLAG_APCS_32 | \

[Bug libfortran/26331] two testsuite failures on i386-netbsdelf3.0

2006-02-17 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2006-02-17 11:43 --- (In reply to comment #0) > gfortran.fortran-torture/execute/intrinsic_set_exponent.f90 This one is a problem in netbsd libc, now known as lib/32861 (http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=32861)

[Bug middle-end/26334] [4.1 Regression] ICE in lhd_set_decl_assembler_name

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

[Bug middle-end/26334] [4.1 Regression] ICE in lhd_set_decl_assembler_name

2006-02-17 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2006-02-17 11:24 --- *** Bug 26336 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26334

[Bug middle-end/26336] [4.1 Regression] ICE in lhd_set_decl_assembler_name

2006-02-17 Thread jakub at gcc dot gnu dot org
--- Comment #1 from jakub at gcc dot gnu dot org 2006-02-17 11:24 --- Oops, sorry for the dups. *** This bug has been marked as a duplicate of 26334 *** -- jakub at gcc dot gnu dot org changed: What|Removed |Added -

[Bug middle-end/26334] [4.1 Regression] ICE in lhd_set_decl_assembler_name

2006-02-17 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2006-02-17 11:24 --- *** Bug 26335 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26334

[Bug middle-end/26335] [4.1 Regression] ICE in lhd_set_decl_assembler_name

2006-02-17 Thread jakub at gcc dot gnu dot org
--- Comment #1 from jakub at gcc dot gnu dot org 2006-02-17 11:24 --- Oops, sorry for the dups. *** This bug has been marked as a duplicate of 26334 *** -- jakub at gcc dot gnu dot org changed: What|Removed |Added -

[Bug ada/20753] [4.0/4.1 Regression] ACATS ce3810b segfaults at runtime

2006-02-17 Thread ebotcazou at gcc dot gnu dot org
--- Comment #20 from ebotcazou at gcc dot gnu dot org 2006-02-17 11:23 --- Fixed on every 4.x branch. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/26336] New: [4.1 Regression] ICE in lhd_set_decl_assembler_name

2006-02-17 Thread jakub at gcc dot gnu dot org
struct U { unsigned int u[256]; }; struct S { int u, v, w, x; int s[255]; }; int foo (struct U *x, struct S *y) { register int i; for (i = 0; i < 255; i++) { unsigned int v, w = x->u[i + 1]; __asm__ ("" : "=r" (v) : "0" (w) : "cc"); y->s[i] = v; } return 0; }

[Bug middle-end/26335] New: [4.1 Regression] ICE in lhd_set_decl_assembler_name

2006-02-17 Thread jakub at gcc dot gnu dot org
struct U { unsigned int u[256]; }; struct S { int u, v, w, x; int s[255]; }; int foo (struct U *x, struct S *y) { register int i; for (i = 0; i < 255; i++) { unsigned int v, w = x->u[i + 1]; __asm__ ("" : "=r" (v) : "0" (w) : "cc"); y->s[i] = v; } return 0; }

[Bug ada/20753] [4.0/4.1 Regression] ACATS ce3810b segfaults at runtime

2006-02-17 Thread ebotcazou at gcc dot gnu dot org
--- Comment #19 from ebotcazou at gcc dot gnu dot org 2006-02-17 11:21 --- Subject: Bug 20753 Author: ebotcazou Date: Fri Feb 17 11:21:46 2006 New Revision: 80 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=80 Log: Backport from mainline: 2006-02-13 Gee

  1   2   >