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/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
/
fortran
Age
Commit message (
Expand
)
Author
Files
Lines
2004-07-18
re PR fortran/16465 (parser chokes with ffixed-line-length-7)
Tobias Schlüter
4
-22
/
+81
2004-07-17
langhooks.h (builtin_function): New langhook.
Joseph Myers
2
-0
/
+6
2004-07-16
re PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))
Tobias Schlüter
2
-1
/
+3
2004-07-16
re PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))
Tobias Schlüter
5
-18
/
+142
2004-07-15
re PR fortran/13792 (lbound/ubound generates internal compiler error)
Tobias Schlüter
2
-3
/
+6
2004-07-15
re PR fortran/15140 (assertion failed: (TREE_CODE (sym->backend_decl) == PARM...
Tobias Schlüter
2
-1
/
+3
2004-07-15
re PR fortran/15129 (assumed size characters passed to subroutines incorrect)
Tobias Schlüter
2
-1
/
+25
2004-07-15
re PR fortran/15324 (segfault / ICE with array of assumed length characters)
Tobias Schlüter
1
-1
/
+1
2004-07-15
re PR libfortran/15234 (libgfortran doesn't compile on Tru64 UNIX V4.0F)
Tobias Schlüter
2
-3
/
+27
2004-07-12
expr.c (gfc_check_assign_symbol): Handle pointer assignments.
Paul Brook
7
-140
/
+78
2004-07-11
re PR fortran/15986 (Forward referenced procedure not handled correctly)
Paul Brook
2
-1
/
+11
2004-07-11
re PR fortran/15754 (Accepts assignment of the form P = NULL())
Tobias Schlüter
1
-0
/
+4
2004-07-11
Revert accidental commit
Tobias Schlüter
2
-8
/
+0
2004-07-11
re PR fortran/16433 (wrong hexadecimal constant warning)
Tobias Schlüter
3
-1
/
+14
2004-07-11
re PR fortran/16433 (wrong hexadecimal constant warning)
Tobias Schlüter
2
-8
/
+18
2004-07-11
re PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))
Tobias Schlüter
2
-6
/
+15
2004-07-11
re PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))
Tobias Schlüter
2
-2
/
+9
2004-07-11
re PR fortran/16455 (print the location of a missing module fatal error)
Tobias Schlüter
1
-1
/
+1
2004-07-11
re PR fortran/16455 (print the location of a missing module fatal error)
Tobias Schlüter
2
-2
/
+8
2004-07-11
langhooks.h (estimate_num_insns, [...]): Remove hooks.
Joseph Myers
2
-38
/
+25
2004-07-11
trans-decl.c (gfc_create_module_variable): Nothing to do if symbol is in comm...
Tobias Schlüter
2
-2
/
+12
2004-07-10
trans-array.c (gfc_build_null_descriptor): New function.
Paul Brook
4
-31
/
+48
2004-07-11
re PR fortran/16336 (ICE with common block in module)
Tobias Schlüter
8
-43
/
+83
2004-07-11
re PR fortran/15481 ([meta-bugs] frontend adds superfluous symbols to namespa...
Tobias Schlüter
2
-11
/
+3
2004-07-10
* parse.c (decode_statement): Fix matching of BLOCK DATA.
Tobias Schlüter
2
-1
/
+3
2004-07-10
re PR fortran/15969 (ICE and assertion failure in trans-expr.c)
Tobias Schlüter
2
-7
/
+28
2004-07-10
re PR fortran/16336 (ICE with common block in module)
Tobias Schlüter
2
-1
/
+4
2004-07-10
expr.c (gfc_check_pointer_assign): Verify that rank of the LHS and RHS match.
Tobias Schlüter
2
-28
/
+36
2004-07-10
trans-common.c: Fix whitespace issues, make variable names more readable.
Tobias Schlüter
2
-113
/
+120
2004-07-10
re PR fortran/13415 (Internal error with pointer array in common)
Tobias Schlüter
3
-57
/
+56
2004-07-10
re PR fortran/14077 (Data statement within a module that doesn't initialize a...
Tobias Schlüter
2
-1
/
+9
2004-07-09
re PR fortran/13201 (PARAMETER variables of nonconstant shape are accepted)
Tobias Schlüter
4
-5
/
+35
2004-07-09
re PR fortran/15481 ([meta-bugs] frontend adds superfluous symbols to namespa...
Tobias Schlüter
1
-0
/
+15
2004-07-09
re PR fortran/15481 ([meta-bugs] frontend adds superfluous symbols to namespa...
Tobias Schlüter
4
-43
/
+36
2004-07-08
intrinsic.c (add_sym_4s): New function.
Paul Brook
2
-18
/
+51
2004-07-04
re PR libfortran/15280 (Fortran9x commandline not accessable)
Janne Blomqvist
8
-2
/
+130
2004-07-04
Make-lang.in: Generate and install gfortran man page.
Matthias Klose
3
-8
/
+28
2004-07-04
rtl.def (ADDRESSOF): Remove.
Richard Henderson
2
-1
/
+4
2004-07-03
decl.c (gfc_match_implicit_range): Don't use typespec.
Paul Brook
5
-81
/
+86
2004-07-01
* match.c (var_element): Remove unused variable.
Richard Henderson
2
-1
/
+2
2004-06-30
function.h (struct function): Remove x_whole_function_mode_p.
Richard Henderson
2
-5
/
+6
2004-06-30
tree.h (immediate_size_expand): Delete.
Richard Henderson
2
-3
/
+6
2004-06-30
re PR fortran/16161 ([gfortran] IMPLICIT CHARACTER not implemented)
Tobias Schlüter
4
-209
/
+238
2004-06-30
decl.c, [...]: Add 2004 to copyright years.
Tobias Schlüter
5
-5
/
+11
2004-06-29
Make sure types in assignments are compatible.
Steven Bosscher
9
-176
/
+264
2004-06-29
Fix ChangeLog entry
Tobias Schlüter
1
-2
/
+2
2004-06-29
Revert previous accidental commit.
Tobias Schlüter
3
-218
/
+209
2004-06-29
dump-parse-tree.c (show_common): New function.
Tobias Schlüter
5
-209
/
+246
2004-06-29
Andrew Vaught <andyv@firstinter.net>
Tobias Schlüter
11
-165
/
+298
2004-06-29
* io.c: Add 2004 to copyright years.
Tobias Schlüter
2
-1
/
+6
[next]