aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/f95-lang.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-16re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-3/+1
2014-11-11re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-0/+4
2014-11-04Fix type mismatches in intrinsic functions.Bernd Schmidt1-6/+6
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+4
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-10-09f95-lang.c (gfc_init_builtin_functions): Add more floating-point built-ins.Francois-Xavier Coudert1-0/+57
2014-09-20trans-expr.c (gfc_reset_vptr): Fix comment whitespace.Joost VandeVondele1-2/+2
2014-08-15re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-2/+2
2014-06-25langhooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR): Define.Jakub Jelinek1-0/+2
2014-06-24gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP, [...]): Make sur...Jakub Jelinek1-0/+7
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek1-2/+24
2014-06-10re PR fortran/60928 (gfortran issue with allocatable components and OpenMP)Jakub Jelinek1-1/+3
2014-05-22Cosmetic fixes for DEF_FUNCTION_TYPE_* macros.Thomas Schwinge1-3/+9
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-1/+1
2014-03-08re PR fortran/60447 (Empty .s file created when using -E flag)Tobias Burnus1-0/+3
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+0
2013-11-04* f95-lang.c (ATTR_LEAF_LIST): Define.Ian Lance Taylor1-1/+2
2013-10-11target.c: New file.Jakub Jelinek1-1/+17
2013-08-19target.def (TARGET_LIBC_HAS_FUNCTION): New target hook.Alexander Ivchenko1-2/+2
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