aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2014-04-22re PR fortran/60881 (ICE on dummy argument that extends a type with scalar an...Tobias Burnus2-2/+10
2014-04-17genmodes.c (struct mode_data): Add need_bytesize_adj field.Jakub Jelinek2-1/+6
2014-04-13re PR fortran/58085 (Wrong indexing of an array in ASSOCIATE)Paul Thomas5-11/+33
2014-04-12re PR fortran/58880 ([OOP] ICE on valid with FINAL function and type extension)Tobias Burnus2-6/+43
2014-04-11Improve RANDOM_SEED documentation example.Janne Blomqvist2-24/+32
2014-04-10moved this ChangeLog entry to fortran/ChangeLogBernd Edlinger1-0/+7
2014-04-10re PR lto/60567 (lto1 ICE in add_symbol_to_partition, at lto/lto-partition.c:...Jakub Jelinek1-0/+5
2014-04-10class.c (gfc_build_class_symbol): Append "_t" to target class names to make t...Bernd Edlinger1-2/+2
2014-04-05check.c (gfc_check_cmplx): Fix typo.Tobias Burnus2-2/+6
2014-04-04re PR fortran/60191 (test case gfortran.dg/dynamic_dispatch_1/3.f03 fail on A...Bernd Edlinger1-18/+8
2014-03-28Add PR60576 to the ChangeLog entry.Jakub Jelinek1-1/+1
2014-03-28re PR fortran/60576 (FAIL: gfortran.dg/assumed_rank_7.f90)Mikael Morin2-1/+12
2014-03-28re PR fortran/60677 (FAIL: gfortran.dg/ichar_3.f90 -O (test for excess erro...Mikael Morin2-2/+8
2014-03-27re PR fortran/60522 (WHERE construct causes an ICE in gfc_trans_where_2)Thomas Koenig2-2/+31
2014-03-27re PR fortran/58880 ([OOP] ICE on valid with FINAL function and type extension)Tobias Burnus2-2/+10
2014-03-26re PR fortran/34928 (Extension: volatile common blocks)Dominique d'Humieres2-0/+18
2014-03-22re PR debug/60603 (.debug_macinfo/.debug_macro has wrong line numbers for bui...Jakub Jelinek2-0/+7
2014-03-21re PR fortran/60148 (strings in NAMELIST do not honor DELIM= in open statement)Jerry DeLisle2-0/+11
2014-03-20re PR fortran/60543 (Function with side effect removed by the optimizer.)Tobias Burnus3-6/+11
2014-03-19re PR fortran/60543 (Function with side effect removed by the optimizer.)Tobias Burnus10-58/+95
2014-03-18re PR fortran/55207 ([F08] Variables declared in the main program should impl...Janus Weil2-5/+9
2014-03-18re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90)Jakub Jelinek8-65/+131
2014-03-15re PR fortran/55207 ([F08] Variables declared in the main program should impl...Janus Weil2-3/+11
2014-03-14re PR fortran/60392 (Problem with TRANSPOSE and CONTIGUOUS dummy arguments)Mikael Morin2-1/+50
2014-03-08re PR fortran/60447 (Empty .s file created when using -E flag)Tobias Burnus3-8/+11
2014-03-08gfortran.texi (Fortran 2003 Status): Mention finalization, deferred-length ch...Tobias Burnus2-6/+20
2014-03-06re PR fortran/51976 ([F2003] Support deferred-length character components of ...Paul Thomas11-28/+202
2014-03-01re PR fortran/60341 (ICE compiling Nonmem 6.2.0)Mikael Morin2-0/+8
2014-02-28re PR fortran/60359 ([OOP] symbol `__io_MOD___copy_character_1' is already de...Janus Weil2-16/+22
2014-02-21re PR fortran/60302 (ICE with c_f_pointer and android cross compiler)Janus Weil2-7/+14
2014-02-21re PR fortran/60234 ([OOP] ICE in generate_finalization_wrapper at fortran/cl...Janus Weil6-18/+39
2014-02-19re PR fortran/60232 ([OOP] The rank of the element in the structure construct...Janus Weil2-3/+10
2014-02-18re PR fortran/49397 ([F03] ICE with proc pointer assignment)Tobias Burnus3-2/+21
2014-02-18re PR fortran/60231 (ICE on undefined generic)Janus Weil2-3/+24
2014-02-17re PR fortran/55907 (ICE with -fno-automatic -finit-local-zero)Janus Weil2-1/+7
2014-02-15re PR fortran/59599 (Compiler internal error on intrinsic ichar)Mikael Morin2-1/+9
2014-02-11re PR fortran/52370 (Spurious "may be used uninitialized" warning for check o...Jakub Jelinek2-0/+10
2014-02-09re PR fortran/57522 ([F03] ASSOCIATE construct creates array descriptor with ...Paul Thomas3-0/+22
2014-02-09re PR fortran/59026 (ELEMENTAL procedure with VALUE arguments emits wrong code)Paul Thomas2-1/+12
2014-02-08re PR fortran/58470 ([OOP] ICE on invalid with FINAL procedure and type exten...Janus Weil3-6/+10
2014-02-07re PR translation/52289 (translatable string typo: "must not be have")Benno Schulenberg2-1/+7
2014-02-02re PR fortran/57033 (ICE on extended derived type and default initialization)Mikael Morin2-1/+8
2014-02-01re PR fortran/59906 (error: size of variable '<anonymous>' is too large)Paul Thomas3-1/+22
2014-01-28re PR fortran/59414 ([OOP] ICE in in gfc_conv_expr_descriptor on ALLOCATE ins...Paul Thomas2-0/+49
2014-01-26re PR fortran/58007 ([OOP] ICE in free_pi_tree(): Unresolved fixup - resolve_...Mikael Morin2-0/+8
2014-01-18re PR fortran/58007 ([OOP] ICE in free_pi_tree(): Unresolved fixup - resolve_...Mikael Morin2-81/+70
2014-01-12re PR fortran/58026 ([F03] Bad error recovery for allocatable component of un...Janus Weil2-6/+9
2014-01-09cpp.c (gfc_cpp_handle_option): Add missing break.Tobias Burnus3-1/+7
2014-01-08re PR fortran/58182 (ICE with global binding name used as a FUNCTION)Janus Weil2-3/+8
2014-01-07re PR fortran/59589 ([OOP] Memory leak when deallocating polymorphic)Janus Weil2-24/+28