[Bug ada/25612] New: Ada bootstrap failure on x86_64 find_or_generate_expression, at tree-ssa-pre.c:2028

2005-12-31 Thread laurent at guerby dot net
-gnata ../../xgcc -c -I./ -I../rts -I. -I/cvs/gcc-svn/trunk/gcc/ada -B../../ -O2 -g -O2 -gnatpg -gnata -I- /cvs/gcc-svn/trunk/gcc/ada/gnatchop.adb +===GNAT BUG DETECTED==+ | 4.2.0 20051231 (experimental) (x86_64-suse-linux-gnu) GCC error

[Bug target/25213] [3.4 only] -fpic/-fPIC testsuite failures in gcc.dg/i386-387-3.c and i386-387-4.c

2005-12-31 Thread ghazi at gcc dot gnu dot org
--- Comment #4 from ghazi at gcc dot gnu dot org 2005-12-31 13:42 --- Fixed: http://gcc.gnu.org/ml/gcc-testresults/2005-12/msg01629.html -- ghazi at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/25613] New: sh compiler hangs when compiling some inline asm

2005-12-31 Thread vapier at gentoo dot org
attempting to build a package which tests a bunch of inline assembly snippets to see if the host supports it ... in this case, this snippet caused a hang: lantank # cat conftest.c int main() { unsigned long foo; asm(pklb %1, %0 : =r (foo) : rI (foo)); return 0; }

[Bug testsuite/25214] -fpic/-fPIC failures in gcc.dg/i386-local2.c

2005-12-31 Thread ghazi at gcc dot gnu dot org
--- Comment #7 from ghazi at gcc dot gnu dot org 2005-12-31 13:44 --- Fixed: http://gcc.gnu.org/ml/gcc-testresults/2005-12/msg01629.html -- ghazi at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/19750] [3.4] RTL checking failure in gcc.dg/titype-1.c

2005-12-31 Thread ghazi at gcc dot gnu dot org
--- Comment #2 from ghazi at gcc dot gnu dot org 2005-12-31 14:14 --- still fails with checking here: http://gcc.gnu.org/ml/gcc-testresults/2005-12/msg01585.html -- ghazi at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/19750] [3.4] RTL checking failure in gcc.dg/titype-1.c

2005-12-31 Thread ghazi at gcc dot gnu dot org
--- Comment #3 from ghazi at gcc dot gnu dot org 2005-12-31 14:21 --- Apparently fails without checking too: http://gcc.gnu.org/ml/gcc-testresults/2005-12/msg01501.html -- ghazi at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/19750] [3.4] failure in gcc.dg/titype-1.c

2005-12-31 Thread ghazi at gcc dot gnu dot org
--- Comment #4 from ghazi at gcc dot gnu dot org 2005-12-31 14:44 --- Confirmed, checking merely gives us a more informative answer. The compile dies on the same line without checking too. Without checking I get: Program received signal SIGSEGV, Segmentation fault. 0x0073aeef

[Bug c/25613] sh compiler hangs when compiling some inline asm

2005-12-31 Thread kkojima at gcc dot gnu dot org
--- Comment #1 from kkojima at gcc dot gnu dot org 2005-12-31 14:46 --- FYI, current trunk and 4.1.0 (20051127 prerelease) exit with error: impossible constraint in 'asm' messages for the given test case. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25613

[Bug testsuite/20772] x86 tests should run on both i?86 and x86_64

2005-12-31 Thread ghazi at gcc dot gnu dot org
--- Comment #26 from ghazi at gcc dot gnu dot org 2005-12-31 14:51 --- I can't find any more problems, there shouldn't be much of anything left to do here. If any straggler testcases remain, they can be fixed on a one-off basis. -- ghazi at gcc dot gnu dot org changed:

[Bug testsuite/20772] x86 tests should run on both i?86 and x86_64

2005-12-31 Thread ghazi at gcc dot gnu dot org
--- Comment #27 from ghazi at gcc dot gnu dot org 2005-12-31 14:52 --- Fixed as far as I can tell. -- ghazi at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/25607] wrong code at -O2 -ffast-math on opteron ?

2005-12-31 Thread jv244 at cam dot ac dot uk
--- Comment #3 from jv244 at cam dot ac dot uk 2005-12-31 14:56 --- Ok, is indeed a bug in valgrind. So I'm closing this report. Thanks. -- jv244 at cam dot ac dot uk changed: What|Removed |Added

[Bug fortran/25615] New: Internal compiler error in compiling a module which have the same name procedure.

2005-12-31 Thread iguchi at coral dot t dot u-tokyo dot ac dot jp
In cygwin platform, I got the following internal compiler error. $ gfortran --version GNU Fortran 95 (GCC) 4.2.0 20051126 (experimental) Copyright (C) 2005 Free Software Foundation, Inc. GNU Fortran comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU

[Bug fortran/25396] Operator overloading for array-valued functions gets shape incorrectly

2005-12-31 Thread tobi at gcc dot gnu dot org
--- Comment #7 from tobi at gcc dot gnu dot org 2005-12-31 16:39 --- Fixed. BTW, Erik, you can use svn merge to backport patches to the older branches. That would save you svn adding them on all branches. -- tobi at gcc dot gnu dot org changed: What|Removed

[Bug tree-optimization/25612] [4.2 Regression] Ada bootstrap failure on x86_64 find_or_generate_expression, at tree-ssa-pre.c:2028

2005-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-31 17:19 --- the ICE is on the SSA_NAME for the PARM_DECL for the chain variable for nested function I might have a fix, I think the normal issue as not treating this PARM_DECL live at the beginging of the first BB is the

[Bug inline-asm/25613] [4.0 Regression] sh compiler hangs when compiling some inline asm

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25613

[Bug fortran/25538] internal compiler error: in build_function_decl, at fortran/trans-decl.c:1130

2005-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-12-31 18:12 --- (In reply to comment #2) Confirmed, I almost think this is a dup of bug 25024. It is at least related. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25538

[Bug fortran/25615] Internal compiler error in compiling a module which have the same name procedure.

2005-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-31 18:12 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/25615] Internal compiler error in compiling a module which have the same name procedure.

2005-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-12-31 18:13 --- Related to PR 24327, bug 25024, and PR 25538. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/25055] [4.1] numeric STOP code should be limited to five digits

2005-12-31 Thread kargl at gcc dot gnu dot org
--- Comment #5 from kargl at gcc dot gnu dot org 2005-12-31 18:55 --- Subject: Bug 25055 Author: kargl Date: Sat Dec 31 18:55:30 2005 New Revision: 109199 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109199 Log: 2005-12-31 Steven G. Kargl [EMAIL PROTECTED] PR

[Bug fortran/25106] [4.0/4.1] statement label is zero

2005-12-31 Thread kargl at gcc dot gnu dot org
--- Comment #8 from kargl at gcc dot gnu dot org 2005-12-31 18:55 --- Subject: Bug 25106 Author: kargl Date: Sat Dec 31 18:55:30 2005 New Revision: 109199 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109199 Log: 2005-12-31 Steven G. Kargl [EMAIL PROTECTED] PR

[Bug fortran/25055] [4.1] numeric STOP code should be limited to five digits

2005-12-31 Thread kargl at gcc dot gnu dot org
--- Comment #6 from kargl at gcc dot gnu dot org 2005-12-31 19:04 --- fixed. -- kargl at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug fortran/25106] [4.0/4.1] statement label is zero

2005-12-31 Thread kargl at gcc dot gnu dot org
--- Comment #9 from kargl at gcc dot gnu dot org 2005-12-31 19:05 --- Fixed in 4.1 and trunk. This will not be fixed (by me) in 4.0. -- kargl at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/25612] [4.2 Regression] Ada bootstrap failure on x86_64 find_or_generate_expression, at tree-ssa-pre.c:2028

2005-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-12-31 19:21 --- Patch posted: http://gcc.gnu.org/ml/gcc-patches/2005-12/msg01966.html -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/25324] Wrong DW_TAG_compile_unit generated when compiling preprocessed fortran code

2005-12-31 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 tree-optimization/25612] [4.2 Regression] Ada bootstrap failure on x86_64 find_or_generate_expression, at tree-ssa-pre.c:2028

2005-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-12-31 19:38 --- Subject: Bug 25612 Author: pinskia Date: Sat Dec 31 19:38:05 2005 New Revision: 109200 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109200 Log: 2005-12-31 Andrew Pinski [EMAIL PROTECTED] PR

[Bug tree-optimization/25612] [4.2 Regression] Ada bootstrap failure on x86_64 find_or_generate_expression, at tree-ssa-pre.c:2028

2005-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-12-31 19:38 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug fortran/20892] dummy procedure can't be generic

2005-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-12-31 19:59 --- And now just accepts the code without an ICE. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/20884] subroutine accepted in operator interface

2005-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-12-31 20:01 --- This no longer ICEs but it is still accepted. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/20860] equivalencing derived type var with default initialization

2005-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-12-31 20:07 --- Fixed in 4.1.0: In file t.f90:8 EQUIVALENCE(dd,J) 1 Error: Derived type variable 'dd' at (1) with default initializer cannot be an EQUIVALENCE object And this is a dup of bug 20902. *** This bug

[Bug fortran/20902] can't equivalence derived types with default initialization

2005-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2005-12-31 20:07 --- *** Bug 20860 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20902

[Bug fortran/20854] dummy argument of public procedure may not be of private type

2005-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-12-31 20:11 --- Error: 'a' is a PRIVATE type and cannot be a dummy argument of 'try', which is PUBLIC at (1) Fixed in 4.1.0. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/24144] segmentation fault in gfortran with character functions.

2005-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-12-31 20:14 --- Fixed in 4.1.0 and above. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/25530] (unsigned / 2)*2 is not changed into unsigned 1

2005-12-31 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

[Bug middle-end/25529] (unsigned * 2)/2 is not changed into unsigned 0x7FFFFFFF

2005-12-31 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

[Bug target/23067] Incorrect struct layout on darwin

2005-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #24 from pinskia at gcc dot gnu dot org 2005-12-31 22:21 --- /* { dg-require-effective-target ilp32 } */ That is required for the testcases by the way to make sure that they are only run on the 32bit powerpc-darwin. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23067

[Bug c++/25294] [4.0/4.1/4.2 Regression] Bogus unterminated comment error from #pragma comment

2005-12-31 Thread jakub at gcc dot gnu dot org
--- Comment #7 from jakub at gcc dot gnu dot org 2005-12-31 23:46 --- Subject: Bug 25294 Author: jakub Date: Sat Dec 31 23:45:58 2005 New Revision: 109201 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109201 Log: PR c++/25294 * directives.c (do_pragma): If pragma

[Bug c++/25294] [4.0/4.1/4.2 Regression] Bogus unterminated comment error from #pragma comment

2005-12-31 Thread jakub at gcc dot gnu dot org
--- Comment #8 from jakub at gcc dot gnu dot org 2006-01-01 00:00 --- Subject: Bug 25294 Author: jakub Date: Sun Jan 1 00:00:56 2006 New Revision: 109202 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109202 Log: PR c++/25294 * directives.c (do_pragma): If pragma

[Bug c++/25294] [4.0/4.1/4.2 Regression] Bogus unterminated comment error from #pragma comment

2005-12-31 Thread jakub at gcc dot gnu dot org
--- Comment #9 from jakub at gcc dot gnu dot org 2006-01-01 00:10 --- Fixed with ugly hack in 4.1 and on the trunk, will be hopefully soon replaced with pragma handling merge from gomp-20050608-branch. -- jakub at gcc dot gnu dot org changed: What|Removed

[Bug tree-optimization/24169] Address (full struct) escapes even though the called function does not cause it to escape

2005-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-01 00:41 --- Just a clarification here, I just want the SFT for k.j to be considered call clobbered for this testcase. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24169

[Bug tree-optimization/23969] no flow-sensitive alias info for pretmp.28_145 in D.1305_17 = *pretmp.28_145;

2005-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-01 01:10 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/25594] LAPACK regression in schkbl.f

2005-12-31 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2006-01-01 02:45 --- Subject: Bug 25594 Author: jvdelisle Date: Sun Jan 1 02:45:22 2006 New Revision: 109211 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109211 Log: 2005-12-31 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug libfortran/25419] gfortran read does not take comma for default on one entry

2005-12-31 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2006-01-01 02:45 --- Subject: Bug 25419 Author: jvdelisle Date: Sun Jan 1 02:45:22 2006 New Revision: 109211 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109211 Log: 2005-12-31 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug fortran/5900] [g77 gfortran] Lapack regressions since g77 2.95.2

2005-12-31 Thread jvdelisle at gcc dot gnu dot org
--- Comment #55 from jvdelisle at gcc dot gnu dot org 2006-01-01 02:50 --- $ gfc -v Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../main/configure --prefix=/home/jerry/gcc/usr --enable-languages=c,fortran --disable-libmudflap Thread model: posix gcc version 4.2.0

[Bug libfortran/25139] [4.1/4.2 regression] Invalid argument error on I/O

2005-12-31 Thread jvdelisle at gcc dot gnu dot org
--- Comment #35 from jvdelisle at gcc dot gnu dot org 2006-01-01 03:49 --- Subject: Bug 25139 Author: jvdelisle Date: Sun Jan 1 03:49:00 2006 New Revision: 109212 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109212 Log: 2005-12-31 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug libfortran/25510] Add ERROR_INTERNAL and ERROR_INTERNAL_UNIT

2005-12-31 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2006-01-01 03:49 --- Subject: Bug 25510 Author: jvdelisle Date: Sun Jan 1 03:49:00 2006 New Revision: 109212 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109212 Log: 2005-12-31 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug libfortran/25139] [4.1/4.2 regression] Invalid argument error on I/O

2005-12-31 Thread jvdelisle at gcc dot gnu dot org
--- Comment #36 from jvdelisle at gcc dot gnu dot org 2006-01-01 03:53 --- Subject: Bug 25139 Author: jvdelisle Date: Sun Jan 1 03:53:12 2006 New Revision: 109213 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109213 Log: 2005-12-31 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug libfortran/25550] file data corrupted after reading end of file

2005-12-31 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2006-01-01 04:16 --- Subject: Bug 25550 Author: jvdelisle Date: Sun Jan 1 04:16:39 2006 New Revision: 109214 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109214 Log: 2005-12-31 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug libfortran/25550] file data corrupted after reading end of file

2005-12-31 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2006-01-01 04:20 --- Subject: Bug 25550 Author: jvdelisle Date: Sun Jan 1 04:20:41 2006 New Revision: 109215 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109215 Log: 2005-12-31 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug libfortran/25419] gfortran read does not take comma for default on one entry

2005-12-31 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2006-01-01 05:04 --- Subject: Bug 25419 Author: jvdelisle Date: Sun Jan 1 05:04:06 2006 New Revision: 109216 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109216 Log: 2005-12-31 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug libfortran/25594] LAPACK regression in schkbl.f

2005-12-31 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2006-01-01 05:04 --- Subject: Bug 25594 Author: jvdelisle Date: Sun Jan 1 05:04:06 2006 New Revision: 109216 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109216 Log: 2005-12-31 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug libfortran/25419] gfortran read does not take comma for default on one entry

2005-12-31 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2006-01-01 05:06 --- Subject: Bug 25419 Author: jvdelisle Date: Sun Jan 1 05:06:05 2006 New Revision: 109217 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109217 Log: 2005-12-28 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug libfortran/25139] [4.1/4.2 regression] Invalid argument error on I/O

2005-12-31 Thread jvdelisle at gcc dot gnu dot org
--- Comment #37 from jvdelisle at gcc dot gnu dot org 2006-01-01 05:14 --- Fixed on 4.1 and 4.2 -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/25419] gfortran read does not take comma for default on one entry

2005-12-31 Thread jvdelisle at gcc dot gnu dot org
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2006-01-01 05:16 --- Fixed on 4.1 and 4.2 -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/25510] Add ERROR_INTERNAL and ERROR_INTERNAL_UNIT

2005-12-31 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2006-01-01 05:16 --- Completed on 4.1 and 4.2 -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/25550] file data corrupted after reading end of file

2005-12-31 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2006-01-01 05:19 --- Fixed on 4.1 and 4.2 -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/25419] gfortran read does not take comma for default on one entry

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25419

[Bug libfortran/25510] Add ERROR_INTERNAL and ERROR_INTERNAL_UNIT

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25510

[Bug libfortran/25550] file data corrupted after reading end of file

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25550

[Bug libfortran/25594] LAPACK regression in schkbl.f

2005-12-31 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2006-01-01 05:21 --- Fixed on 4.2 and avoided on 4.1 -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug java/24572] [4.0 regression] ICE in gimplify_expr, at gimplify.c:3983

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24572

[Bug target/25254] ICE with -mcmodel=medium -mlarge-data-threshold=1

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25254

[Bug libfortran/25594] [4.2 Regression] LAPACK regression in schkbl.f

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Known to fail||4.2.0 Known to work||4.1.0 4.0.2

[Bug driver/20425] -print-search-dirs doesn't honor mutil-os/multilib settings

2005-12-31 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=20425

[Bug c++/25411] Optimization with -O2 -finline-functions gives wrong code

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25411

[Bug middle-end/25457] [4.2 Regression] reorg.c:966: warning: unused variable 'insn'

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||build Summary|reorg.c:966: warning: unused|[4.2

[Bug fortran/18197] bus error on returning from a function

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18197

[Bug c++/25331] FAIL: tmpdir-g++.dg-struct-layout-1/t028 cp_compat_[xy]_tst.o compile

2005-12-31 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=25331

[Bug libfortran/25039] [4.1 only] comma short-circuit field width

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25039

[Bug fortran/25264] write to internal unit from the string itself gives wrong result ?

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25264

[Bug libfortran/25349] T edit descriptor broken for output on files

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25349

[Bug fortran/20836] Public derived type with private derived type component

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20836

[Bug libfortran/25305] [4.0 regression]: libfortran failed fma3d in SPEC CPU 2K

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25305

[Bug fortran/25423] Error with nested where statements

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25423

[Bug libfortran/25307] internal read with end=label aborts

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25307

[Bug libfortran/25463] T edit descriptor and ADVANCE=no

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25463

[Bug fortran/25458] [4.1] Kind of constants in generic intrinsics

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25458

[Bug fortran/20889] type in a structure-constructor differs from type in derived-type-def

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20889

[Bug fortran/25018] Segfault with simple expression

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25018

[Bug fortran/19362] ICE in fold_convert, at fold-const.c:1998

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19362

[Bug fortran/20244] internal compiler error: in fold_convert, at fold-const.c:2003

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20244

[Bug fortran/20864] different types not diagnosed correctly

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20864

[Bug fortran/25391] Module derived type issue

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25391

[Bug fortran/20862] format statement outside procedure

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20862

[Bug fortran/25069] namelist group name already used

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25069

[Bug fortran/25053] FORMAT and NML keywords conflict

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25053

[Bug fortran/25063] EOR cannot appear in WRITE statement

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25063

[Bug fortran/25064] namelist I/O statement shouldn't have an I/O list

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25064

[Bug fortran/25066] SIZE tag not allowed in WRITE statement

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25066

[Bug fortran/25067] segfault on READ statement with FMT=* and REC

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25067

[Bug fortran/23152] namelist can't contain an assumed size array

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23152

[Bug fortran/18883] ICE in gfc_finish_var_decl

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18883

[Bug tree-optimization/25394] [4.2 Regression] libgcc2.c:2033: ICE: tree check: expected tree that contains 'decl common' structure, have 'name_memory_tag'

2005-12-31 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=25394

[Bug target/25572] ppc64 -mminimal-toc trashes r30

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Known to fail|3.3.3 4.0.0 3.4.0 4.1.0 |3.3.3 4.0.0 3.4.0 |4.2.0 |

[Bug testsuite/25441] -fpic/-fPIC failure in gcc.dg/pr23911.c

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25441

[Bug testsuite/25442] -fpic/-fPIC failures in gcc.dg/ipa/ipa-1.c ipa-2.c ipa-3.c ipa-4.c ipa-5.c

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25442

[Bug testsuite/25444] -fpic/-fPIC failure in gcc.dg/tree-ssa/pr14841.c

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25444

[Bug libfortran/24541] libgfortran.so in 4.1 is incompatible with 4.0

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24541

[Bug libfortran/25598] gfortran - Fortran runtime error: Invalid argument

2005-12-31 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2006-01-01 05:36 --- I have started looking into this one. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/25598] [4.1/4.2 Regression] gfortran - Fortran runtime error: Invalid argument

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Summary|gfortran - Fortran runtime |[4.1/4.2 Regression] |error: Invalid argument

[Bug libfortran/25598] [4.1/4.2 Regression] gfortran - Fortran runtime error: Invalid argument

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25598

  1   2   >