[Bug fortran/25041] gfortran internal compiler error: Segmentation fault when compiling 'rksuite_90'

2005-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-01 06:53 --- This is actually a dup of bug 24266. *** This bug has been marked as a duplicate of 24266 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/24266] ICE when writing to array of strings that is an elements of a user defined type

2005-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-01-01 06:53 --- *** Bug 25041 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/25619] New: ICE in gimplify_expr with chacter type

2005-12-31 Thread pinskia at gcc dot gnu dot org
Testcase: subroutine option_stopwatch_s(default_clock) character, intent(in) :: default_clock call option_stopwatch_a((/default_clock/)) end subroutine option_stopwatch_s -- pc64:~> ~/checkin/bin/gfortran t.f90 -fdump-tree-all t.f90: In function ‘option_stopwatch_s’: t.f90:3: internal compi

[Bug fortran/25618] New: ICE with allocate on the return value of a function, character with a len of an argument

2005-12-31 Thread pinskia at gcc dot gnu dot org
Testcase: FUNCTION reallocate_hnv(p,n,LEN) CHARACTER(LEN=LEN), POINTER :: reallocate_hnv ALLOCATE(reallocate_hnv) END FUNCTION reallocate_hnv Very much related to PR 25597. -- Summary: ICE with allocate on the return value of a function, character w

[Bug fortran/19276] [meta-bug] CHARACTER related bugs in gfortran

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|SUSPENDED |NEW Last reconfirmed|2005-01-05 19:52:01 |2006-01-01 06:28:

[Bug fortran/25597] ICE with allocate on the return value of a function, character array with a len of an argument

2005-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-01-01 06:27 --- (In reply to comment #4) > A little further reduced: Actually that is a different bug. Anyways the reduced testcase looks like: FUNCTION reallocate_hnv(p,n,LEN) CHARACTER(LEN=LEN), DIMENSION(:), POINTER :: re

[Bug fortran/24813] ICE on LEN on a parameter character array

2005-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-01 06:26 --- Even better reduced testcase: CHARACTER (LEN=5),DIMENSION(2),PARAMETER :: Funcs = (/'abs ',& 'atan '/) CHARACTER (LEN=LEN(Funcs)):: fun fun = '' End -

[Bug fortran/25597] ICE with allocate on the return value of a function, character with a len of an argument

2005-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-01 06:09 --- A little further reduced: FUNCTION reallocate_hnv(p,n,LEN) CHARACTER(LEN=LEN), POINTER :: reallocate_hnv ALLOCATE(reallocate_hnv) END FUNCTION reallocate_hnv -- pinskia at gcc dot gnu dot org changed:

[Bug fortran/25532] [gfortran, regression] ICE in gfc_conv_component_ref, at fortran/trans-expr.c:269

2005-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2006-01-01 06:02 --- Confirmed as fixed so closing as such. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/20857] accepts non-variable as actual argument for intent(inout) dummy arg

2005-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-01-01 05:58 --- *** Bug 18578 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/18578] intent(inout) violation is not detected

2005-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-01 05:58 --- Yes this is a dup of bug 20857. *** This bug has been marked as a duplicate of 20857 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/24936] [4.1/4.2 Regression] Internal error

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 Target Milestone|--- |4.1.0 http://gcc

[Bug fortran/15502] [meta-bug] bugs needed for SPEC CPU 2K and 2K5/6 and 95

2005-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-01 05:48 --- (In reply to comment #3) > Well, can anybody file them? I don't have access to the SPEC suite. Almost nobody has acess to SPEC 2k6 since it has not been released officially yet. -- http://gcc.gnu.org/bugzilla/s

[Bug testsuite/25617] gcc.dg/tree-ssa/loadpre6.c fails because of warning

2005-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-01 05:43 --- The line in the testcase is: extern void *malloc (int) __attribute__ ((malloc)); The correct definition is: extern void *malloc (__SIZE_TYPE__) __attribute__ ((malloc)); -- http://gcc.gnu.org/bugzilla/show_bug.

[Bug testsuite/25617] New: gcc.dg/tree-ssa/loadpre6.c fails because of warning

2005-12-31 Thread pinskia at gcc dot gnu dot org
FAIL: gcc.dg/tree-ssa/loadpre6.c (test for excess errors) Excess errors: /home/pinskia/src/checkin/trunk/gcc/testsuite/gcc.dg/tree-ssa/loadpre6.c:53: warning: conflicting types for built-in function 'malloc' -- Summary: gcc.dg/tree-ssa/loadpre6.c fails because of warning Pr

[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

[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] 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/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 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 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/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 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 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 fortran/25584] gfortran: internal compiler error: Segmentation fault

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=25584

[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 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/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/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/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/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/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/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/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/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/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/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/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/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/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/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 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 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 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/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/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/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/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/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 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 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 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 Regression

[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 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 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 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 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 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 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/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/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/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/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/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/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 #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=gcc&view=rev&rev=109217 Log: 2005-12-28 Jerry DeLisle <[EMAIL PROTECTED]>

[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=gcc&view=rev&rev=109216 Log: 2005-12-31 Jerry DeLisle <[EMAIL PROTECTED]>

[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=gcc&view=rev&rev=109216 Log: 2005-12-31 Jerry DeLisle <[EMAIL PROTECTED]>

[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=gcc&view=rev&rev=109215 Log: 2005-12-31 Jerry DeLisle <[EMAIL PROTECTED]>

[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=gcc&view=rev&rev=109214 Log: 2005-12-31 Jerry DeLisle <[EMAIL PROTECTED]>

[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=gcc&view=rev&rev=109213 Log: 2005-12-31 Jerry DeLisle <[EMAIL PROTECTED]>

[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=gcc&view=rev&rev=109212 Log: 2005-12-31 Jerry DeLisle <[EMAIL PROTECTED]>

[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=gcc&view=rev&rev=109212 Log: 2005-12-31 Jerry DeLisle <[EMAIL PROTECTED]>

[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 200

[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=gcc&view=rev&rev=109211 Log: 2005-12-31 Jerry DeLisle <[EMAIL PROTECTED]>

[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=gcc&view=rev&rev=109211 Log: 2005-12-31 Jerry DeLisle <[EMAIL PROTECTED]>

[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 Status|UNCONFIRM

[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 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 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=gcc&view=rev&rev=109202 Log: PR c++/25294 * directives.c (do_pragma): If pragm

[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=gcc&view=rev&rev=109201 Log: PR c++/25294 * directives.c (do_pragma): If pragm

[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

gcc-bugs@gcc.gnu.org

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 reconfi

gcc-bugs@gcc.gnu.org

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 reconfi

[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 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/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/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 has

[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/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 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 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=gcc&view=rev&rev=109200 Log: 2005-12-31 Andrew Pinski <[EMAIL PROTECTED]> PR tr

[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 #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/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 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 #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=gcc&view=rev&rev=109199 Log: 2005-12-31 Steven G. Kargl <[EMAIL PROTECTED]> PR fortran/2

[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=gcc&view=rev&rev=109199 Log: 2005-12-31 Steven G. Kargl <[EMAIL PROTECTED]> PR fortran/2

[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/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 Status|UNCON

  1   2   >