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
/
trans-intrinsic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-31
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-2
/
+67
2011-05-18
re PR fortran/48700 (memory leak with MOVE_ALLOC)
Janus Weil
1
-1
/
+14
2011-05-07
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-5
/
+5
2011-05-06
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-7
/
+34
2011-05-04
tree.h (build_function_type_array): Declare.
Nathan Froyd
1
-5
/
+4
2011-05-04
trans-array.c (gfc_trans_array_constructor_value): Use size_int for bounds of...
Richard Guenther
1
-6
/
+6
2011-05-03
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-12
/
+195
2011-04-18
convert each use of gfc_free (p) to free (p)
Jim Meyering
1
-1
/
+1
2011-04-18
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-1
/
+133
2011-04-15
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-4
/
+0
2011-04-11
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-18
/
+68
2011-04-06
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-1
/
+1
2011-04-05
trans-intrinsic.c (gfc_build_intrinsic_lib_fndecls): Use build_function_type_...
Nathan Froyd
1
-17
/
+20
2011-04-04
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-5
/
+145
2011-03-27
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-1
/
+23
2011-03-12
re PR fortran/47552 (CTIME: Valgrind warning "depends on uninitialised value")
Francois-Xavier Coudert
1
-1
/
+1
2010-11-09
re PR fortran/46313 ([OOP] class container naming collisions)
Janus Weil
1
-10
/
+10
2010-10-06
trans-intrinsic.c (gfc_conv_intrinsic_funcall): Also free symbol's subcompone...
Mikael Morin
1
-1
/
+1
2010-10-06
trans-array.c (gfc_conv_tmp_array_ref): Add factorized call to gfc_advance_se...
Mikael Morin
1
-5
/
+2
2010-09-11
mathbuiltins.def: Do not defined huge_val built-in.
Francois-Xavier Coudert
1
-16
/
+6
2010-09-10
gfortran.h (gfc_expr): Remove inline_noncopying_intrinsic attribute.
Mikael Morin
1
-10
/
+90
2010-09-09
trans-array.c (gfc_trans_create_temp_array): Don't set dim array.
Mikael Morin
1
-0
/
+3
2010-09-08
re PR fortran/38282 (Bit intrinsics: ILEN and IBCHNG)
Francois-Xavier Coudert
1
-7
/
+236
2010-09-07
trans.h (gfor_fndecl_clz128, [...]): Remove.
François-Xavier Coudert
1
-11
/
+111
2010-09-07
re PR fortran/45564 (gfortran.dg/achar_4.f90 ICE: verify_gimple failed: type ...
Mikael Morin
1
-2
/
+2
2010-09-06
re PR fortran/38282 (Bit intrinsics: ILEN and IBCHNG)
Tobias Burnus
1
-1
/
+19
2010-09-05
re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)
Tobias Burnus
1
-337
/
+435
2010-09-03
re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)
Tobias Burnus
1
-3
/
+6
2010-09-02
trans-intrinsic.c (gfc_conv_intrinsic_aint): Fix whitespace.
Francois-Xavier Coudert
1
-2
/
+10
2010-09-01
trans-intrinsic.c (gfc_build_intrinsic_lib_fndecls): Resize array quad_decls.
Francois-Xavier Coudert
1
-3
/
+2
2010-09-01
trans-expr.c (gfc_conv_power_op): Handle floating-point types other than long...
Francois-Xavier Coudert
1
-23
/
+27
2010-08-31
re PR fortran/38282 (Bit intrinsics: ILEN and IBCHNG)
Francois-Xavier Coudert
1
-0
/
+90
2010-08-27
re PR fortran/32049 (Support on x86_64 also kind=16)
Francois-Xavier Coudert
1
-8
/
+121
2010-08-27
re PR fortran/33197 (Fortran 2008: math functions)
Tobias Burnus
1
-10
/
+113
2010-08-21
re PR fortran/36158 (Transformational function BESSEL_YN(n1,n2,x) and BESSEL_...
Tobias Burnus
1
-1
/
+6
2010-08-17
re PR fortran/45304 (Functions/subroutines without arguments always treated l...
Jakub Jelinek
1
-1
/
+1
2010-08-07
interface.c (compare_actual_formal): Use XALLOCAVEC instead of alloca.
Nathan Froyd
1
-13
/
+13
2010-07-29
re PR fortran/45004 ([OOP] Segfault with allocatable scalars and move_alloc)
Janus Weil
1
-0
/
+38
2010-07-15
trans.h (gfc_build_compare_string): Add CODE argument.
Jakub Jelinek
1
-1
/
+2
2010-07-13
tree.h (build_function_call_expr): Delete.
Nathan Froyd
1
-5
/
+5
2010-07-08
re PR fortran/44649 ([OOP] F2008: storage_size intrinsic (also working for po...
Janus Weil
1
-0
/
+58
2010-07-06
trans-decl.c: Include diagnostic-core.h besides toplev.h.
Tobias Burnus
1
-1
/
+2
2010-07-05
vec.h (VEC_splice, [...]): New macros.
Nathan Froyd
1
-15
/
+16
2010-06-29
re PR fortran/44696 ([OOP] ASSOCIATED fails on polymorphic variables)
Janus Weil
1
-0
/
+2
2010-06-12
trans-decl.c (gfc_build_intrinsic_function_decls): Fix return type.
Francois-Xavier Coudert
1
-3
/
+3
2010-06-11
* trans-intrinsic.c (gfc_build_intrinsic_lib_fndecls): Fix comment.
Francois-Xavier Coudert
1
-1
/
+1
2010-06-11
mathbuiltins.def: Add builtins that do not directly correspond to a Fortran i...
Francois-Xavier Coudert
1
-343
/
+161
2010-05-23
gfortran.h: Do not include system.h.
Tobias Burnus
1
-1
/
+1
2010-05-21
tree.h: Include real.h and fixed-value.h as basic datatypes.
Steven Bosscher
1
-1
/
+0
2010-05-20
trans-expr.c: Do not include convert.h, ggc.h, real.h, and gimple.h.
Steven Bosscher
1
-2
/
+1
[next]