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
/
expr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-19
expr.c (gfc_is_coarray): New function.
Tobias Burnus
1
-0
/
+67
2011-07-17
re PR fortran/49624 (ICE with pointer-bound remapping)
Tobias Burnus
1
-1
/
+2
2011-07-16
expr.c (gfc_ref_this_image): New function.
Tobias Burnus
1
-6
/
+16
2011-07-09
re PR fortran/48926 (gfortran.dg/coarray/image_index_1.f90 -fcoarray=single ...
Uros Bizjak
1
-1
/
+1
2011-07-02
re PR fortran/49562 ([OOP] assigning value to type-bound function)
Janus Weil
1
-3
/
+2
2011-06-20
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-2
/
+17
2011-05-11
re PR fortran/48889 (f951: internal compiler error: in gfc_is_constant_expr, ...
Tobias Burnus
1
-5
/
+9
2011-04-28
re PR fortran/48112 (generic interface to external function in module)
Tobias Burnus
1
-5
/
+13
2011-04-20
remove useless if-before-free tests
Jim Meyering
1
-2
/
+1
2011-04-19
Replace gfc_getmem with XCNEW, XCNEWVEC or xcalloc
Janne Blomqvist
1
-1
/
+1
2011-04-18
convert each use of gfc_free (p) to free (p)
Jim Meyering
1
-12
/
+12
2011-04-04
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-1
/
+6
2011-03-06
re PR fortran/47850 (ICE in gfc_conv_array_initializer)
Paul Thomas
1
-4
/
+6
2011-02-08
re PR fortran/45290 ([F08] pointer initialization)
Janus Weil
1
-1
/
+13
2011-01-21
re PR fortran/47377 (internal compiler error: in fold_convert_loc, at fold-co...
Tobias Burnus
1
-0
/
+9
2011-01-08
re PR fortran/46896 (Wrong code with transpose(a) passed to subroutine)
Paul Thomas
1
-2
/
+10
2011-01-07
re PR fortran/47189 ([OOP] calling STORAGE_SIZE on a NULL-initialized class p...
Janus Weil
1
-0
/
+26
2010-12-29
re PR fortran/46838 ([OOP] Initialization of polymorphic allocatable components)
Janus Weil
1
-2
/
+4
2010-11-10
re PR fortran/46331 (Compilation time long with simple function in array cons...
Jerry DeLisle
1
-33
/
+28
2010-11-05
re PR fortran/45451 ([OOP] Inconsistent status of ALLOCATABLE components insi...
Janus Weil
1
-0
/
+4
2010-11-02
2010-11-02 Steven G.
Steven G. Kargl
1
-3
/
+6
2010-10-23
re PR fortran/46122 (PROTECTED check too strict)
Tobias Burnus
1
-1
/
+1
2010-10-21
re PR fortran/46100 ([Fortran 2008] Non-variable pointer expression as actual...
Tobias Burnus
1
-1
/
+12
2010-09-23
re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))
Daniel Kraft
1
-45
/
+188
2010-09-09
dummy_optional_arg.f90: New test.
Steven G. Kargl
1
-0
/
+6
2010-08-19
re PR fortran/29785 (Fortran 2003: POINTER Rank Remapping)
Daniel Kraft
1
-12
/
+74
2010-08-19
re PR fortran/45290 ([F08] pointer initialization)
Janus Weil
1
-1
/
+29
2010-08-15
re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))
Daniel Kraft
1
-1
/
+0
2010-07-28
gfortran.h (gfc_build_intrinsic_call): New method.
Daniel Kraft
1
-0
/
+44
2010-07-12
expr.c (gfc_get_int_expr): Don't initialize mpfr data twice.
Mikael Morin
1
-1
/
+1
2010-07-11
re PR fortran/44869 ([OOP] generic TBPs not initialized properly)
Janus Weil
1
-2
/
+3
2010-07-08
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-0
/
+16
2010-07-06
re PR fortran/44742 (ICE in gfc_conv_array_initializer)
Tobias Burnus
1
-3
/
+3
2010-06-21
re PR fortran/40632 (Support F2008's contiguous attribute)
Tobias Burnus
1
-0
/
+102
2010-05-30
gfortran.h (CLASS_DATA): New macro for accessing the $data component of a cla...
Janus Weil
1
-8
/
+6
2010-05-19
re PR fortran/42360 (intent(out)-dummy-not-set warning for types depends on o...
Daniel Franke
1
-1
/
+27
2010-05-17
class.c (gfc_add_component_ref,gfc_class_null_initializer, [...]): Moved here...
Janus Weil
1
-56
/
+0
2010-05-15
re PR fortran/43207 ([OOP] invalid (pointer) assignment to and from abstract ...
Janus Weil
1
-0
/
+26
2010-05-13
re PR fortran/35779 (error pointer wrong in PARAMETER)
Daniel Franke
1
-12
/
+8
2010-04-14
re PR fortran/43747 (ICE in find_array_section, at fortran/expr.c:1551)
Jerry DeLisle
1
-1
/
+13
2010-04-13
[multiple changes]
Jerry DeLisle
1
-398
/
+532
2010-04-10
re PR fortran/43591 (PPC: internal compiler error: in gfc_traverse_expr, at f...
Tobias Burnus
1
-1
/
+8
2010-04-09
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-1
/
+102
2010-04-01
ioparm.def: Update copyright.
Paul Thomas
1
-1
/
+2
2010-03-17
re PR fortran/43331 (Cray pointers generate bogus IL for the middle-end)
Tobias Burnus
1
-10
/
+0
2010-01-31
re PR fortran/38324 (Wrong lbound given to allocatable components)
Paul Thomas
1
-0
/
+52
2010-01-24
re PR fortran/41044 (internal compiler error: in gfc_conv_intrinsic_function)
Paul Thomas
1
-11
/
+31
2010-01-09
re PR fortran/20923 (gfortran slow for large array constructors)
Jerry DeLisle
1
-11
/
+5
2009-12-14
re PR fortran/42354 (Invalidly accepts C_LOC in init expressions)
Daniel Franke
1
-31
/
+30
2009-12-11
re PR fortran/40290 (Spurious warning on REAL*COMPLEX with -Wconversion)
Daniel Franke
1
-8
/
+9
[next]