aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-intrinsic.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-27auto-inc-dec.c (try_merge): Remove break after return.Jakub Jelinek1-4/+0
2016-09-23trans-intrinsic.c (gfc_conv_intrinsic_caf_get): Use the old caf- interface wh...Andre Vehreschild1-4/+3
2016-09-20trans-intrinsic.c (conv_expr_ref_to_caf_ref): Adjust fall through comment.Marek Polacek1-1/+1
2016-09-19libcaf.h: Add caf_reference_type.Andre Vehreschild1-46/+743
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers1-3/+3
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-1/+1
2016-07-22expr.c (gfc_find_stat_co): Fixed whitespaces.Andre Vehreschild1-7/+7
2016-07-05Second review of STAT= patch + testsAlessandro Fanfarillo1-9/+39
2016-06-19Use gfc_add_*_component defines where appropriateBernhard Reutner-Fischer1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-12re PR fortran/45859 ([Coarray, F2008, IR] Rejects valid actuals to coarray du...Tobias Burnus1-2/+2
2015-12-09trans.c (gfc_allocate_using_lib,gfc_deallocate_with_status): Introducing __as...Tobias Burnus1-0/+25
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus1-0/+152
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-5/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-6/+5
2015-10-18re PR fortran/67177 (MOVE_ALLOC not automatically allocating deferred charact...Paul Thomas1-0/+29
2015-10-16tree-nested.h (build_addr): Adjust prototype.Richard Biener1-8/+8
2015-10-07re PR fortran/65889 ([6 Regressions] [OOP] ICE with sizeof a polymorphic vari...Andre Vehreschild1-3/+8
2015-08-29trans.c (gfc_call_malloc, [...]): Simplify code.Francois-Xavier Coudert1-1/+1
2015-08-28re PR fortran/53668 (Cray-pointer diagnostic enhancement)Francois-Xavier Coudert1-1/+45
2015-08-16re PR fortran/54656 (ICE with software REAL(16) for NORM2)Francois-Xavier Coudert1-0/+5
2015-08-16trans-intrinsic.c (conv_intrinsic_ieee_is_negative): Use type generic BUILT_I...Francois-Xavier Coudert1-8/+7
2015-08-01re PR fortran/67091 ([OOP] Bad result for type-bound procedures returning poi...Paul Thomas1-0/+2
2015-07-17Fix fortran double address operator with co_reduceAlessandro Fanfarillo1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-5/+1
2015-04-23PF fortran/60322Andre Vehreschild1-3/+20
2015-03-24re PR fortran/64787 (Invalid code on sourced allocation of class(*) character...Andre Vehreschild1-6/+6
2015-03-17re PR fortran/64432 (SYSTEM_CLOCK(COUNT_RATE=rate) wrong result for integer(4...Jerry DeLisle1-36/+94
2015-01-17re PR fortran/64578 ([OOP] Seg-fault and ICE with unlimited polymorphic array...Paul Thomas1-49/+53
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-1/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-22trans-intrinsic.c (gfc_conv_intrinsic_caf_get, [...]): Fix vector handling.Tobias Burnus1-8/+14
2014-12-17re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-27/+27
2014-12-16re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-3/+3
2014-12-13error.c (gfc_error): Add variant which takes a va_list.Tobias Burnus1-3/+3
2014-12-03re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-1/+2
2014-12-02re PR fortran/64137 (Fortran FE builds invalid GENERIC)Richard Biener1-2/+2
2014-11-30gfortran.h (gfc_option_t): Remove warn_aliasing,Tobias Burnus1-1/+1
2014-11-25error.c (gfc_internal_error): Convert to common diagnostics.Tobias Burnus1-2/+2
2014-10-24check.c (check_co_collective): Reject coindexed A args.Tobias Burnus1-10/+62
2014-10-19re PR fortran/48979 (FRACTION und EXPONENT return invalid results for infinit...Francois-Xavier Coudert1-30/+79
2014-10-09f95-lang.c (gfc_init_builtin_functions): Add more floating-point built-ins.Francois-Xavier Coudert1-0/+336
2014-09-25check.c (check_co_collective): Renamed fromTobias Burnus1-12/+25
2014-09-20trans-intrinsic.c (conv_intrinsic_atomic_op): Fix issue with generating tempo...Alessandro Fanfarillo1-1/+1
2014-09-20trans-expr.c (gfc_reset_vptr): Fix comment whitespace.Joost VandeVondele1-3/+3
2014-08-31trans-decl.c (gfc_build_builtin_function_decls): Add may_require_tmp dummy ar...Tobias Burnus1-9/+20