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
2012-01-06
2012-01-06 Tobias Burnus <burnus@net-b.de>
Tobias Burnus
1
-6
/
+10
2011-12-31
re PR fortran/51502 (Potentially wrong code generation due to wrong implict_p...
Thomas Koenig
1
-2
/
+17
2011-12-11
re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso...
Paul Thomas
1
-6
/
+15
2011-12-06
re PR fortran/51435 (Bad association status after null() of derived type comp...
Tobias Burnus
1
-0
/
+3
2011-11-09
re PR fortran/50960 ([OOP] vtables not marked as constant)
Janus Weil
1
-1
/
+2
2011-11-08
re PR fortran/50409 (SIGSEGV in gfc_simplify_expr)
Francois-Xavier Coudert
1
-2
/
+2
2011-10-14
re PR fortran/50570 (Incorrect error for assignment to intent(in) pointer)
Janus Weil
1
-1
/
+1
2011-10-09
re PR fortran/50659 ([F03] ICE with PROCEDURE statement)
Janus Weil
1
-9
/
+9
2011-10-07
expr.c (gfc_get_corank): Return 0 if input expression is not a coarray.
Mikael Morin
1
-0
/
+6
2011-09-22
re PR fortran/41733 (Proc-pointer conformance checks: Elemental-proc-ptr => n...
Janus Weil
1
-1
/
+9
2011-08-25
re PR fortran/50050 (Internal compiler error free_expr0 at expr.c:3709 via gf...
Mikael Morin
1
-2
/
+4
2011-08-24
re PR fortran/50163 (ICE: initialization expression)
Tobias Burnus
1
-0
/
+3
2011-08-22
re PR fortran/50050 (Internal compiler error free_expr0 at expr.c:3709 via gf...
Mikael Morin
1
-8
/
+20
2011-08-21
re PR fortran/47659 (-Wconversion[-extra] should emit warning for constant ex...
Thomas Koenig
1
-0
/
+47
2011-07-30
re PR fortran/48876 (ICE when initializing character variable with zero-lengt...
Thomas Koenig
1
-0
/
+3
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
[next]