aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-intrinsic.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-10Require wi::to_wide for treesRichard Sandiford1-6/+9
2017-09-10re PR fortran/34640 (ICE when assigning item of a derived-component to a poin...Paul Thomas1-4/+8
2017-03-22re PR fortran/79602 (translation: globally replace '%s' with %qs)Dominique d'Humieres1-1/+1
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild1-1/+43
2017-01-13Revert r244448Janne Blomqvist1-26/+27
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist1-27/+26
2017-01-07re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f...Andre Vehreschild1-10/+16
2017-01-03PR 78534 Revert r244011Janne Blomqvist1-26/+27
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist1-27/+26
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-30libcaf.h: Add new action types for (de-)registration of allocatable component...Andre Vehreschild1-22/+78
2016-10-27re PR fortran/78092 (ICE when calling SIZEOF on CLASS(*) entry)Steven G. Kargl1-1/+3
2016-10-24trans-intrinsic.c (gfc_conv_intrinsic_minmax): Use VAR_P (x) instead of TREE_...Jakub Jelinek1-2/+2
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-10-13re PR fortran/72832 ([OOP] ALLOCATE with SOURCE fails to allocate requested d...Andre Vehreschild1-2/+13
2016-09-30trans-array.c (gfc_array_allocate): Use the token from coarray's .token member.Andre Vehreschild1-3/+24
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