index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gfortran.fortran-torture
Age
Commit message (
Expand
)
Author
Files
Lines
2004-07-15
re PR fortran/13792 (lbound/ubound generates internal compiler error)
Tobias Schlüter
1
-0
/
+3
2004-07-11
trans-decl.c (gfc_create_module_variable): Nothing to do if symbol is in comm...
Tobias Schlüter
1
-0
/
+6
2004-07-11
re PR fortran/16336 (ICE with common block in module)
Tobias Schlüter
1
-0
/
+14
2004-07-10
trans-array.c (gfc_build_null_descriptor): New function.
Paul Brook
1
-3
/
+3
2004-07-10
re PR fortran/15969 (ICE and assertion failure in trans-expr.c)
Tobias Schlüter
1
-0
/
+16
2004-07-10
* gfortran.fortran-torture/execute/module_init_1.f90: Fix test.
Tobias Schlüter
1
-2
/
+2
2004-07-10
re PR fortran/14077 (Data statement within a module that doesn't initialize a...
Tobias Schlüter
1
-0
/
+9
2004-07-09
name_clash2.f90: Remove outdated comment.
Tobias Schlüter
1
-1
/
+0
2004-07-09
re PR fortran/15481 ([meta-bugs] frontend adds superfluous symbols to namespa...
Tobias Schlüter
1
-0
/
+6
2004-07-05
re PR libfortran/15472 (implicit open for unformatted file causes run-time er...
Bud Davis
1
-0
/
+81
2004-07-03
decl.c (gfc_match_implicit_range): Don't use typespec.
Paul Brook
1
-0
/
+32
2004-07-02
re PR fortran/16290 (Test intrinsic_set_exponent.f90 fails on irix6.5)
David Billinghurst
1
-4
/
+4
2004-06-30
re PR fortran/16161 ([gfortran] IMPLICIT CHARACTER not implemented)
Tobias Schlüter
1
-0
/
+5
2004-06-30
re PR fortran/16289 (Test intrinsic_nearest.f90 not portable?)
David Billinghurst
1
-3
/
+2
2004-06-29
module.c (mio_gmp_real): Correct writing of negative numbers.
Tobias Schlüter
1
-0
/
+7
2004-06-29
re PR fortran/15963 (Error when comparing characters in restricted expression)
Tobias Schlüter
1
-0
/
+10
2004-06-27
Document failure.
Paul Brook
1
-0
/
+2
2004-06-27
* gfortran.fortran-torture/execute/specfics.f90: Use correct typing.
Paul Brook
1
-0
/
+1
2004-06-26
re PR libfortran/16196 (gfortran fails to create file with OPEN(...,status='R...
Bud Davis
1
-0
/
+5
2004-06-25
* gfortran.fortran-torture/execute/der_init_3.f90: Fix syntax error.
Tobias Schlüter
1
-1
/
+1
2004-06-22
re PR fortran/15750 (IOLENGTH form of INQUIRE statement not implemented)
Janne Blomqvist
2
-0
/
+31
2004-06-22
select_1.f90: Rename function to fix type error.
Tobias Schlüter
2
-8
/
+8
2004-06-19
re PR libfortran/16080 (segmentation fault when reading empty string)
Bud Davis
1
-0
/
+15
2004-06-15
re PR fortran/15962 (constant expression not recognized as such)
Tobias Schlüter
1
-0
/
+17
2004-06-14
re PR fortran/15211 (ICE with LEN intrinsic)
Tobias Schlüter
1
-0
/
+9
2004-06-14
re PR fortran/14928 (minloc intrinsic does not understand mask)
Tobias Schlüter
1
-0
/
+8
2004-06-13
Makefile.am (gfor_helper_src): Add runtime/normalize.f90.
Paul Brook
1
-0
/
+24
2004-06-12
* gfortran.fortran-torture/execute/contained_3.f90: New test.
Paul Brook
1
-0
/
+22
2004-06-12
re PR libfortran/14923 (gfortran misses the DATE_AND_TIME intrinsic)
Tobias Schlüter
1
-0
/
+26
2004-06-12
re PR fortran/14957 (testsuite issues)
Tobias Schlüter
1
-2
/
+2
2004-06-12
re PR fortran/12841 (passing null to a subroutine)
Tobias Schlüter
1
-0
/
+13
2004-06-12
args.c: Implement GETARG and IARGC.
Bud Davis
1
-0
/
+24
2004-06-12
re PR libfortran/12839 (incorrect IO of Inf)
Bud Davis
1
-0
/
+79
2004-06-10
re PR fortran/14957 (testsuite issues)
Tobias Schlüter
1
-2
/
+2
2004-06-09
re PR fortran/13249 (Error when using COMMON)
Tobias Schlüter
1
-0
/
+10
2004-06-09
re PR fortran/13372 (ICE in trans-types.c (gfc_typenode_for_spec), see #13201)
Tobias Schlüter
1
-0
/
+8
2004-06-09
re PR libfortran/14897 ('T' edit descriptor output incorrect)
Bud Davis
1
-0
/
+11
2004-06-09
re PR libfortran/15755 (gfortran: backspace call causes bus error)
Bud Davis
1
-0
/
+14
2004-06-09
* gfortran.fortran-torture/execure/intrinsic_associated.f90
Paul Brook
1
-20
/
+17
2004-06-04
gfortran.h (gfc_actual_arglist): New field missing_arg_type.
Tobias Schlüter
1
-0
/
+21
2004-06-02
re PR fortran/15557 (Not Implemented: Substring reference in DATA statement)
Tobias Schlüter
1
-0
/
+19
2004-05-30
re PR fortran/15620 (Statement functions and optimization cause IC)
Paul Brook
2
-0
/
+44
2004-05-30
iresolve.c (gfc_resolve_random_number): Clean up conditional.
Steven G. Kargl
1
-0
/
+33
2004-05-29
trans-common.c (find_equivalence): Find multiple rules.
Paul Brook
1
-0
/
+15
2004-05-23
expr.c (check_inquiry): Remove bogus tests.
Paul Brook
1
-0
/
+8
2004-05-23
gfortran.h (struct gfc_symbol): Add equiv_built.
Paul Brook
2
-0
/
+118
2004-05-19
f95-lang.c (gfc_init_builtin_functions): Use vold_list_node.
Feng Wang
1
-2
/
+34
2004-05-18
re PR fortran/13930 (derived type with intent(in) attribute not accepted)
Paul Brook
1
-0
/
+15
2004-05-18
cmplx.f90: Add test for bug in constant folding.
Tobias Schlüter
1
-0
/
+3
2004-05-15
re PR libfortran/15311 (Incorrect handling of A edit descriptor)
Bud Davis
1
-0
/
+14
[next]