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

<    1   2