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
/
f95-lang.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-11
Replace enum gfc_try with bool type.
Janne Blomqvist
1
-1
/
+1
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-3
/
+1
2013-01-04
Update Copyright years for files modified in 2011 and/or 2012.
Jakub Jelinek
1
-1
/
+1
2012-11-14
f95-lang.c (ATTR_NOTHROW_LEAF_MALLOC_LIST): New macro.
Jan Hubicka
1
-10
/
+4
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
1
-1
/
+1
2012-05-22
PR c++/53322 - -Wunused-local-typedefs is not enabled by Wall or Wunused
Dodji Seketeli
1
-1
/
+0
2012-04-30
cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.c
Jan Hubicka
1
-2
/
+2
2012-03-15
Enable BUILT_IN_IROUND.
Janne Blomqvist
1
-1
/
+13
2012-03-12
lto-lang.c (builtin_type_for_size): Use lto_type_for_size.
Richard Guenther
1
-1
/
+1
2012-03-09
Make-lang.in (convert.o): Depend on convert.h.
Steven Bosscher
1
-1
/
+2
2012-03-06
f95-lang.c (yyerror, yylex): Remove.
Steven Bosscher
1
-116
/
+16
2012-01-17
re PR fortran/51869 (Realloc on assignment wrongly assumes that MALLOC return...
Tobias Burnus
1
-0
/
+6
2011-10-11
Convert standard builtin functions from being arrays to using a functional in...
Michael Meissner
1
-5
/
+4
2011-10-09
Make-lang.in (F95_PARSER_OBJS, [...]): Add dependency on iso-c-binding.def an...
Tobias Burnus
1
-0
/
+1
2011-07-06
tree.c (build_common_tree_nodes_2): Merge with build_common_tree_nodes.
Richard Guenther
1
-2
/
+1
2011-06-07
tree.c (build_common_tree_nodes): Also initialize size_type_node.
Richard Guenther
1
-3
/
+0
2011-05-07
langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to...
Eric Botcazou
1
-4
/
+4
2011-04-14
utils.c (gnat_poplevel): Use block_chainon.
Nathan Froyd
1
-3
/
+3
2011-04-13
ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...
Nathan Froyd
1
-1
/
+1
2011-04-05
The parameters for functions from the frexp family were the wrong way round.
Duncan Sands
1
-3
/
+2
2011-02-24
re PR fortran/47839 (ICE in dwarf2out.c:add_AT_specification)
Richard Guenther
1
-5
/
+12
2010-11-20
Fix size_type_node and sizetype in Fortran frontend
Janne Blomqvist
1
-9
/
+4
2010-11-17
invoke.texi (-dy): Remove.
Joseph Myers
1
-2
/
+2
2010-10-08
Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.
Joseph Myers
1
-0
/
+2
2010-10-06
re PR middle-end/45838 (FAIL: libgomp.c/pr34513.c execution test)
Jakub Jelinek
1
-92
/
+106
2010-10-04
f95-lang.c (current_translation_unit): New global variable.
Richard Guenther
1
-2
/
+10
2010-09-29
optc-gen.awk: Generate global_options initializer instead of individual varia...
Joseph Myers
1
-1
/
+1
2010-09-28
builtin-attrs.def (ATTR_LEAF): New attribute.
Jan Hubicka
1
-4
/
+6
2010-09-11
mathbuiltins.def: Do not defined huge_val built-in.
Francois-Xavier Coudert
1
-7
/
+0
2010-09-05
re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)
Tobias Burnus
1
-4
/
+5
2010-09-01
* f95-lang.c: Fix comment: POPAR -> POPPAR.
Uros Bizjak
1
-1
/
+1
2010-08-31
re PR fortran/38282 (Bit intrinsics: ILEN and IBCHNG)
Francois-Xavier Coudert
1
-1
/
+13
2010-08-27
re PR fortran/32049 (Support on x86_64 also kind=16)
Francois-Xavier Coudert
1
-1
/
+1
2010-07-27
langhooks-def.h (lhd_init_options, [...]): New.
Joseph Myers
1
-0
/
+2
2010-07-26
re PR target/44132 (emutls is broken under a range of circumstances.)
Richard Henderson
1
-0
/
+30
2010-07-15
tree.h (DECL_CHAIN): Define.
Nathan Froyd
1
-3
/
+3
2010-06-15
re PR fortran/44536 (OMP: missing error with default(none))
Jakub Jelinek
1
-0
/
+2
2010-06-11
mathbuiltins.def: Add builtins that do not directly correspond to a Fortran i...
Francois-Xavier Coudert
1
-0
/
+3
2010-06-09
re PR fortran/43040 (Wrong decl for mathbuiltins -> wrong code with LTO)
Francois-Xavier Coudert
1
-2
/
+0
2010-06-08
utils.c (init_gnat_to_gnu): Use typed GC allocation.
Laurynas Biveinis
1
-2
/
+1
2010-05-26
* fortran/f95-lang.c: Do not include libfuncs.h, expr.h, and except.h.
Steven Bosscher
1
-5
/
+0
2010-05-17
tree.c (build_function_type_list_1): Remove bogus assert condition.
Nathan Froyd
1
-181
/
+123
2010-04-21
re PR fortran/43836 (ice with -fexceptions and -fopenmp)
Jakub Jelinek
1
-1
/
+2
2010-04-18
fold-const.c (fold_comparison): Use ssizetype.
Eric Botcazou
1
-1
/
+1
2009-09-28
except.h (struct eh_region_d): Add use_cxa_end_cleanup.
Richard Henderson
1
-1
/
+1
2009-09-14
Squash commit of EH in gimple
Richard Henderson
1
-2
/
+1
2009-09-13
langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.
Richard Guenther
1
-4
/
+0
2009-09-03
[multiple changes]
Diego Novillo
1
-1
/
+1
2009-09-01
tree-flow.h (mark_addressable): Move declaration ...
Richard Guenther
1
-80
/
+0
2009-07-17
re PR c/40401 (ICE: verify_gimple failed)
Richard Guenther
1
-3
/
+0
[next]