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