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
/
primary.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-26
re PR fortran/42048 ([F03] Erroneous syntax error message on TBP call)
Janus Weil
1
-10
/
+22
2009-09-30
re PR fortran/40996 ([F03] ALLOCATABLE scalars)
Tobias Burnus
1
-14
/
+60
2009-09-05
re PR fortran/41258 (internal compiler error: in find_typebound_proc_uop, at ...
Paul Thomas
1
-1
/
+5
2009-08-27
re PR fortran/37425 (Fortran 2003: GENERIC bindings as operators)
Daniel Kraft
1
-1
/
+4
2009-08-25
re PR fortran/41139 (a procedure pointer call as actual argument)
Janus Weil
1
-4
/
+3
2009-08-21
re PR fortran/41106 ([F03] Procedure Pointers with CHARACTER results)
Janus Weil
1
-1
/
+3
2009-08-13
re PR fortran/40941 (gfc_typespec: put derived and cl into union)
Janus Weil
1
-12
/
+12
2009-07-13
re PR fortran/40588 (Small bug in match_charkind_name)
Tobias Burnus
1
-1
/
+1
2009-07-10
re PR fortran/39334 (Recusive parameter kind produces segfault)
Paul Thomas
1
-0
/
+3
2009-07-09
re PR fortran/40646 ([F03] array-valued procedure pointer components)
Janus Weil
1
-1
/
+4
2009-06-28
re PR fortran/34112 (Add $!DEC ATTRIBUTE support for 32bit Windows' STDCALL)
Tobias Burnus
1
-5
/
+5
2009-05-25
re PR fortran/40176 (Fortran 2003: Procedure pointers with array return value)
Janus Weil
1
-2
/
+3
2009-05-18
re PR fortran/40164 (Fortran 2003: "Arrays of procedure pointers" (using PPCs))
Janus Weil
1
-1
/
+1
2009-05-06
re PR fortran/39630 ([F03] Procedure Pointer Components)
Janus Weil
1
-17
/
+34
2009-04-24
gfortran.h (gfc_get_typebound_proc): Removed as macro, now a function.
Daniel Kraft
1
-6
/
+4
2009-04-09
re PR fortran/36704 (Procedure pointer as function result)
Janus Weil
1
-1
/
+30
2009-04-03
re PR fortran/39594 (compiler falls over in gfc_get_symbol_decl)
Tobias Burnus
1
-0
/
+7
2008-12-15
re PR fortran/38113 (on warning/error: skip whitespaces, move position marker...
Mikael Morin
1
-1
/
+2
2008-12-02
re PR fortran/36704 (Procedure pointer as function result)
Janus Weil
1
-2
/
+1
2008-09-13
re PR fortran/35770 (implicit character(s) hides type of internal function)
Daniel Kraft
1
-1
/
+4
2008-09-05
re PR fortran/36746 (Rejects variable which is implictly typed as derived typ...
Daniel Kraft
1
-4
/
+4
2008-09-02
gfortran.h (struct gfc_namespace): New member `implicit_loc'.
Daniel Kraft
1
-1
/
+10
2008-09-01
gfc-internals.texi (F2003 OOP), [...]): New chapter and section to document t...
Daniel Kraft
1
-1
/
+0
2008-08-31
gfortran.h (enum gfc_statement): New entry `ST_GENERIC'.
Daniel Kraft
1
-16
/
+14
2008-08-28
gfortran.h (enum expr_t): New value `EXPR_COMPCALL'.
Daniel Kraft
1
-13
/
+63
2008-08-25
gfortran.h (gfc_find_component): Add new arguments.
Daniel Kraft
1
-6
/
+8
2008-08-23
gfortran.h (gfc_component): Add field "symbol_attribute attr"...
Janus Weil
1
-3
/
+3
2008-07-29
trans-expr.c (conv_parent_component_references): New function to build missin...
Paul Thomas
1
-105
/
+145
2008-07-24
re PR fortran/33141 (Intrinsic procedures: Improve warning/error with -std=*)
Daniel Kraft
1
-2
/
+2
2008-07-21
fmt_g0_3.f08: Fix typo in expected error message.
Ralf Wildenhues
1
-2
/
+2
2008-07-19
gfortran.h (protected): Remove macro.
Kaveh R. Ghazi
1
-1
/
+1
2008-07-02
re PR fortran/32580 (iso_c_binding c_f_procpointer / procedure pointers)
Janus Weil
1
-0
/
+27
2008-06-20
arith.c (hollerith2representation): Fix for -Wc++-compat.
Kaveh R. Ghazi
1
-7
/
+6
2008-05-18
intrinsic.c (char_conversions, ncharconv): New static variables.
Francois-Xavier Coudert
1
-3
/
+3
2008-05-16
primary.c: New private structure "gfc_structure_ctor_component".
Daniel Kraft
1
-41
/
+206
2008-05-06
arith.c: (gfc_arith_concat...
Francois-Xavier Coudert
1
-8
/
+15
2008-05-06
openmp.c (gfc_match_omp_eos): Use gfc_next_ascii_char and gfc_peek_ascii_char.
Francois-Xavier Coudert
1
-75
/
+98
2008-04-30
intrinsic.c (add_functions): Add SELECTED_CHAR_KIND intrinsic.
François-Xavier Coudert
1
-0
/
+3
2008-03-28
re PR fortran/34714 (ICE-on-invalid in gfc_conv_descriptor_dtype)
Daniel Franke
1
-2
/
+12
2008-02-24
arith.c: Update copyright years.
Tobias Schlüter
1
-1
/
+1
2008-02-03
re PR fortran/32760 (Error defining subroutine named PRINT)
Paul Thomas
1
-0
/
+8
2008-01-20
re PR fortran/34784 (implicit character(s) hides type of selected_int_kind in...
Paul Thomas
1
-0
/
+5
2008-01-19
re PR fortran/34760 (PRIVATE variable not allowed as STAT variable in ALLOCATE)
Tobias Burnus
1
-7
/
+17
2008-01-04
re PR fortran/34557 (Rejects valid: EQUIVALENCE of character substrings)
Tobias Burnus
1
-0
/
+2
2007-12-08
re PR fortran/34342 (BOZ extensions not diagnosed as such with -std=f95)
Tobias Burnus
1
-5
/
+6
2007-12-06
re PR fortran/34333 (if(nan == nan) wrongly returns TRUE, when nan is a param...
Tobias Burnus
1
-3
/
+14
2007-11-22
primary.c (gfc_match_structure_constructor): Allow constructor for types with...
Tobias Burnus
1
-1
/
+1
2007-11-18
re PR fortran/34137 (Module function with ENTRY rejected)
Tobias Burnus
1
-2
/
+1
2007-10-02
re PR fortran/33566 (fortran : wrong rank of derived type parameters array co...
Paul Thomas
1
-7
/
+6
2007-09-22
re PR fortran/33337 (ICE in gfc_finish_var_decl, at fortran/trans-decl.c:510)
Paul Thomas
1
-7
/
+6
[next]