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
/
fortran
/
interface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-13
error.c (gfc_error): Add variant which takes a va_list.
Tobias Burnus
1
-6
/
+6
2014-12-11
re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...
Manuel López-Ibáñez
1
-82
/
+82
2014-12-05
re PR fortran/60414 (internal compiler error: tree check)
Andre Vehreschild
1
-4
/
+0
2014-12-03
re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...
Manuel López-Ibáñez
1
-13
/
+17
2014-11-30
gfortran.h (gfc_option_t): Remove warn_aliasing,
Tobias Burnus
1
-9
/
+8
2014-11-25
error.c (gfc_internal_error): Convert to common diagnostics.
Tobias Burnus
1
-1
/
+1
2014-10-06
libgfortran.h (GFC_STD_F2015): Add.
Tobias Burnus
1
-1
/
+7
2014-09-02
re PR fortran/62270 (-Wlogical-not-parentheses warnings)
Marek Polacek
1
-1
/
+1
2014-06-25
interface.c (check_intents): Fix diagnostic with coindexed coarrays.
Tobias Burnus
1
-9
/
+18
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-12-18
re PR fortran/59493 ([OOP] ICE: Segfault on Class(*) pointer association)
Janus Weil
1
-1
/
+1
2013-12-10
re PR fortran/35831 ([F95] Shape mismatch check missing for dummy procedure a...
Janus Weil
1
-2
/
+31
2013-11-25
re PR fortran/59143 ([OOP] Bogus warning with array-valued type-bound procedure)
Janus Weil
1
-0
/
+18
2013-11-23
re PR fortran/59228 (ICE-on-invalid with assumed type and ASYNCHRONOUS)
Janus Weil
1
-1
/
+1
2013-10-23
re PR fortran/58793 (Wrong value for _vtab for intrinsic types with CLASS(*):...
Tobias Burnus
1
-0
/
+9
2013-10-16
re PR fortran/58652 (ICE with move_alloc and unlimited polymorphic)
Tobias Burnus
1
-2
/
+3
2013-09-20
re PR fortran/58099 ([F03] over-zealous procedure-pointer error checking)
Janus Weil
1
-1
/
+2
2013-08-23
re PR fortran/57843 ([OOP] Type-bound assignment is resolved to non-polymorph...
Janus Weil
1
-48
/
+38
2013-07-30
re PR fortran/57530 ([OOP] Wrongly rejects type_pointer => class_target (whi...
Tobias Burnus
1
-0
/
+6
2013-07-27
re PR fortran/57991 (Enhance "Same actual argument associated" warning (-Wali...
Tobias Burnus
1
-1
/
+2
2013-07-25
re PR fortran/57639 ([OOP] ICE with polymorphism (and illegal code))
Janus Weil
1
-1
/
+6
2013-07-23
decl.c: Fix comment typos.
Ondřej Bílka
1
-2
/
+2
2013-05-31
re PR fortran/54190 (TYPE(*)/assumed-rank: Type/rank check too relaxed for du...
Janus Weil
1
-33
/
+73
2013-05-30
re PR fortran/57458 (TS29113: Wrongly rejects noncontiguous argument to assum...
Tobias Burnus
1
-5
/
+6
2013-05-28
re PR fortran/57217 ([OOP] Accepts invalid TBP overriding - lacking arguments...
Janus Weil
1
-1
/
+2
2013-04-17
re PR fortran/56814 (Bogus Interface mismatch in dummy procedure)
Janus Weil
1
-2
/
+9
2013-04-16
re PR fortran/39505 (Consider a 'no arg check' directive)
Tobias Burnus
1
-0
/
+9
2013-04-12
re PR fortran/56261 ([OOP] seg fault call procedure pointer on polymorphic ar...
Janus Weil
1
-1
/
+1
2013-04-11
Replace enum gfc_try with bool type.
Janne Blomqvist
1
-163
/
+159
2013-04-03
re PR fortran/56284 ([OOP] ICE with alternate return in type-bound procedure)
Janus Weil
1
-0
/
+3
2013-01-29
re PR fortran/54107 ([F03] Memory hog with abstract interface)
Janus Weil
1
-20
/
+31
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-3
/
+1
2012-12-23
re PR fortran/54884 (Externally used PRIVATE module procedure wrongly marked ...
Tobias Burnus
1
-13
/
+0
2012-12-20
array.c (resolve_array_list): Apply C4106.
Paul Thomas
1
-20
/
+57
2012-10-28
re PR fortran/54958 (Wrongly rejects ac-implied-DO variables which also occur...
Tobias Burnus
1
-2
/
+2
2012-10-12
re PR fortran/40453 ([F95] Enhanced (recursive) argument checking)
Janus Weil
1
-0
/
+13
2012-10-06
re PR fortran/45521 ([F08] GENERIC resolution with ALLOCATABLE/POINTER and PR...
Janus Weil
1
-17
/
+22
2012-10-04
expr.c (scalarize_intrinsic_call): Plug memory leak.
Tobias Burnus
1
-13
/
+9
2012-10-02
re PR fortran/54778 ([OOP] an ICE on invalid OO code)
Janus Weil
1
-1
/
+2
2012-09-17
error.c (error_print): Move increment out of the assert.
Tobias Burnus
1
-4
/
+4
2012-09-16
re PR fortran/54594 ([OOP] Type-bound ASSIGNMENTs (elemental + array version)...
Janus Weil
1
-4
/
+8
2012-08-14
gfortran.h (gfc_get_proc_ptr_comp): New prototype.
Mikael Morin
1
-2
/
+2
2012-08-06
re PR fortran/35831 ([F95] Shape mismatch check missing for dummy procedure a...
Janus Weil
1
-53
/
+158
2012-07-31
interface.c (gfc_procedure_use): Return gfc_try instead of
Tobias Burnus
1
-9
/
+13
2012-07-25
trans-types.c (gfc_real16_is_float128): Fix spelling in a comment.
Tobias Burnus
1
-1
/
+1
2012-07-20
re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)
Tobias Burnus
1
-3
/
+22
2012-07-19
interface.c (compare_parameter, [...]): Fix handling of polymorphic arguments.
Tobias Burnus
1
-6
/
+16
2012-07-17
re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc)
Janus Weil
1
-2
/
+2
2012-07-08
gfortran.h: Do not include coretypes.h here.
Steven Bosscher
1
-0
/
+1
2012-06-27
re PR fortran/41951 ([OOP] Not diagnosing ambiguous operators (TB vs. INTERFA...
Janus Weil
1
-20
/
+34
[prev]
[next]