Ergebnis für URL: http://gcc.gnu.org/wiki/GFortran
   #[1]GCC Wiki: GFortran [2]Start [3]Wiki Markup [4]Print View [5]Online fortran 95
   tutorials [6]Search [7]Index [8]Glossary [9]Help

   [10]GCC Wiki
   Search: ____________________ Titles Text
     * [11]Login

   [12]Self
     * [13]GFortran

     * [14]HomePage
     * [15]RecentChanges
     * [16]FindPage
     * [17]HelpContents
     * [18]GFortran
     ____________________________________________________________________________

     * Immutable Page
     * [19]Comments
     * [20]Info
     * [21]Attachments
     * More Actions: [Raw Text________________] Do

gfortran -- the GNU Fortran compiler, part of GCC

   Gfortran is the name of the GNU Fortran project, developing a free [22]Fortran
   95/2003/2008/2018 compiler for GCC, the GNU Compiler Collection. The gfortran
   development effort uses an open development environment in order to attract a
   larger team of developers and to ensure that gfortran can work on multiple
   architectures and diverse environments.

   This wiki contains links to binary packages for gfortran, up-to-date status of
   the compiler, recently fixed bugs, etc. You can find here our [23]"getting
   started" web page for new users of gfortran.

   The [24]official homepage for gfortran also contains a limited amount of general
   information about the project, its goals and the ways you can contribute.

   A [25]Guide to Building gcc/gfortran is available.

   Contents
    1. [26]gfortran -- the GNU Fortran compiler, part of GCC
         1. [27]Quick links
         2. [28]Using gfortran
         3. [29]For gfortran developers
         4. [30]Manuals and other documentation
         5. [31]Reporting bugs
         6. [32]gfortran compliance test coverage matrix (initial version)

Quick links

     * [33]What's new in gfortran: [34]4.1, [35]4.2, [36]4.3, [37]4.4, [38]4.5,
       [39]4.6, [40]4.7, [41]4.8, [42]4.9, [43]5, [44]6, [45]7, [46]8, [47]9
     * Download
          + [48]Binaries for Windows, Linux, MacOS and much more!
          + Vendor-provided [49]packages for common OS distributions
          + [50]Source code
     * [51]Platforms where gfortran is known to work
     * [52]Manuals and other documentation
     * [53]Reporting bugs
     * [54]Michael Metcalf's article on Fortran language features in Wikipedia
     * [55]OpenMP in gfortran information web page
     * [56]gfortran.org
     * [57]Fortran GUI Interface (Fortran interface for Gtk)
     * GNU Fortran-related mailing lists and news groups
          + [58]GNU Fortran list (general purpose and developing) ([59]Archive)
          + [60]GNU Fortran user list (less active than the one above)
          + comp.lang.fortran [61]news group (Fortran in general) -
            [62]comp.lang.fortran [63]rhinocerus.net
          + [64]Fortran 90 mailing list (Fortran in general, less active than
            comp.lang.fortran)
          + [65]#gfortran on irc.oftc.net
     * [66]Bugs fixed in 2004, [67]Bugs submitted in 2004
     * [68]Bugs fixed in 2005, [69]Bugs submitted in 2005
     * [70]Bugs fixed in 2006, [71]Bugs submitted in 2006
     * [72]Bugs fixed in 2007, [73]Bugs submitted in 2007
     * [74]Bugs fixed in 2008, [75]Bugs submitted in 2008
     * [76]Bugs fixed in 2009, [77]Bugs submitted in 2009
     * [78]Bugs fixed in 2010, [79]Bugs submitted in 2010
     * [80]Bugs fixed in 2011, [81]Bugs submitted in 2011
     * [82]Bugs fixed in 2012, [83]Bugs submitted in 2012
     * [84]Bugs fixed in 2013, [85]Bugs submitted in 2013
     * [86]Bugs fixed in 2014, [87]Bugs submitted in 2014
     * [88]Bugs fixed in 2015, [89]Bugs submitted in 2015
     * [90]Bugs fixed in 2016, [91]Bugs submitted in 2016
     * [92]Bugs fixed in 2017, [93]Bugs submitted in 2017
     * [94]Bugs fixed in 2018, [95]Bugs submitted in 2018, [96]All bugs closed in
       2018
     * [97]Bugs fixed in 2019, [98]Bugs submitted in 2019, [99]All bugs closed in
       2019
     * [100]Bugs fixed in 2020, [101]Bugs submitted in 2020, [102]All bugs closed in
       2020
     * [103]Bugs fixed in 2021, [104]Bugs submitted in 2021, [105]All bugs closed in
       2021
     * [106]Bugs fixed in 2022, [107]Bugs submitted in 2022, [108]All bugs closed in
       2022
     * [109]Bugs fixed in 2023, [110]Bugs submitted in 2023, [111]All bugs closed in
       2023
     * [112]Fortran 95 tutorials available online
     * [113]ftagshtml A call graph generator for Fortran and C
     * [114]f90cache A Fortran 90 compiler cache (works like ccache)

   There is also a list of bugs that we [115]do not want to fix, at least at
   present.

Using gfortran

     * [116]List of Applications that gfortran compiles
     * [117]Building common software packages with gfortran
     * [118]Test results
     * [119]Coarray support in gfortran as specified in the Fortran 2008 standard

For gfortran developers

     * [120]Quickstart guide to hacking gfortran
     * For those despairing of git: Some help can be found in the [121]GitCookbook.
     * Bug Bashing (status 6th May 2024; incl. some double counting)
          + [122]Regressions 89 bugs 12 assigned
          + [123]PRs where a valid program is rejected or wrong code is produced 2
            bugs, 0 assigned (Fortran 95 with default options)
          + [124]Serious bugs 4 bugs 1 assigned; includes Fortran 95 bugs from above
            plus selected other bugs with high priority
          + [125]PRs where wrong code is produced 161 bugs 16 assigned [often
            triggered for special cases only]
          + [126]PRs where a valid Fortran program is not accepted (internal
            compiler error, wrongly rejected), wrong code is produced or where the
            compile time or memory is excessively high 400 bugs 35 assigned
          + [127]PRs where invalid code is accepted or gives an internal compiler
            error 157 bugs 5 assigned
          + [128]PRs which show where the diagnostics can be improved 157 bugs 1
            assigned
          + [129]All reports (bug reports, feature requests etc.): 1281 reports
     * [130]Graphical bug count timeline (Bugzilla account unfortunately required)
     * [131]Projects for inclusion into gfortran-4.6: please add your own projects
       there, with an approximate date of merging and state of readiness
     * [132]Action list for gfortran-4.5: summary of gfortran get-together of
       2008-11-28
     * [133]Fortran 2003 implementation status of the GNU Fortran Compiler
       ([134]time line)
     * [135]Fortran 2008 implementation status of the GNU Fortran Compiler
     * [136]Fortran 2018 implementation status of the GNU Fortran Compiler
     * [137]Implementation status of '''TS 29113''' on further interoperability of
       Fortran with C
     * [138]Beginner's guide to writing testcases - see also on the main Wiki
       [139]HowToPrepareATestcase
     * [140]SymbolVersioning for runtime libraries.
     * [141]LibgfortranAbiCleanup
     * [142]ArrayDescriptorUpdate
     * [143]Tracking unreviewed patches
     * [144]GFortranScalarizer documents the scalarizer gfortran uses internally to
       translate array fortran statements into scalar code enclosed in a loop.
     ____________________________________________________________________________

     *

Manuals and other documentation

   GFortran documentation is included with the GCC documentation, which is available
   from the GCC website. There is documentation for released compilers, and also
   documentation for the latest snapshot from the development tree. The manuals are
   re-generated nightly.
     * Documentation for the [145]current development snapshot ([146]PDF);
       [147]optimization flags ([148]PDF)
     * Documentation for the [149]5.1 release ([150]PDF); [151]optimization flags
       ([152]PDF)
     * Documentation for the [153]4.9.2 release ([154]PDF); [155]optimization flags
       ([156]PDF)
     * Documentation for the [157]4.8.4 release ([158]PDF); [159]optimization flags
       ([160]PDF)
     * Documentation for the [161]4.7.4 release ([162]PDF); [163]optimization flags
       ([164]PDF)
     * Documentation for the [165]4.6.4 release ([166]PDF); [167]optimization flags
       ([168]PDF)
     * Documentation for the [169]4.5.4 release ([170]PDF); [171]optimization flags
       ([172]PDF)
     * Documentation for the [173]4.4.7 release ([174]PDF); [175]optimization flags
       ([176]PDF)
     * Documentation for the [177]4.3.6 release ([178]PDF); [179]optimization flags
       ([180]PDF)
     * Documentation for the [181]4.2.4 release ([182]PDF); [183]optimization flags
       ([184]PDF)
     * Documentation for the [185]4.1.2 release ([186]PDF); [187]optimization flags
       ([188]PDF)
     * Documentation of the [189]GNU Fortran Internals ([190]PDF).
     * [191]Doxygen documentation of the compiler, points to the full Doxygen
       documentation, including sources, globals and symbols. This allows you to
       follow the frontend code in some considerable detail.
     * [192]GFortranUsage contains helpful info about using gfortran
     * [193]Frequently encountered problems
     * [194]g77 was the predecessor to gfortran. As of gcc-4.0, it is no longer
       actively supported
     * Draft versions of the Fortran standards can be downloaded from the standards
       committee websites; see [195]GFortranStandards for details.
     * Floating point accuracy: [196]Semantics of Floating Point Math in GCC,
       [197]x87 note, [198]Math_Optimization_Flags, [199]Goldberg paper [200]2,
       [201]Monniaux paper
     ____________________________________________________________________________

     *

Reporting bugs

   You can report bugs in [202]GCC bugzilla. You can look for existing bugs, track
   bug fixing progress, and report new bugs there. The list of all open gfortran
   bugs (including enhancement requests and low-priority bugs) can be found
   [203]here. Before submitting a bug report, please update your version of gfortran
   to the latest available release of GCC. For example, if you find a bug with
   gfortran 4.0.2, then upgrade to at least GCC 4.1.0 and see if the bug is still
   present.

   There is a separate page for the [204]most wanted gfortran bugs, which contains a
   list of bugs that block gfortran from building major packages. Some ideas for
   [205]enhancing gfortran can also be of interest...

   Use the gfortran mailing list, [206]fortran@gcc.gnu.org , to ask the gfortran
   community your questions, and report bugs if you are uncertain on how to handle
   bugzilla. We'll be glad to help!
     ____________________________________________________________________________

gfortran compliance test coverage matrix (initial version)

     * [207]Test Matrix
     ____________________________________________________________________________

   [208]CategoryCategory

   None: GFortran (last edited 2024-05-06 10:25:02 by [209]PaulThomas)

     * Immutable Page
     * [210]Comments
     * [211]Info
     * [212]Attachments
     * More Actions: [Raw Text________________] Do

     * [213]MoinMoin Powered
     * [214]Python Powered
     * [215]GPL licensed
     * [216]Valid HTML 4.01

References

   1. https://gcc.gnu.org/wiki/GFortran?diffs=1&show_att=1&action=rss_rc&unique=0&page=GFortran&ddiffs=1
   2. https://gcc.gnu.org/wiki/HomePage
   3. https://gcc.gnu.org/wiki/GFortran?action=raw
   4. https://gcc.gnu.org/wiki/GFortran?action=print
   5. https://gcc.gnu.org/wiki/GFortran?action=AttachFile&do=view&target=Online+fortran+95+tutorials
   6. https://gcc.gnu.org/wiki/FindPage
   7. https://gcc.gnu.org/wiki/TitleIndex
   8. https://gcc.gnu.org/wiki/WordIndex
   9. https://gcc.gnu.org/wiki/HelpOnFormatting
  10. https://gcc.gnu.org/wiki/HomePage
  11. https://gcc.gnu.org/wiki/GFortran?action=login
  12. https://gcc.gnu.org/wiki/HomePage
  13. https://gcc.gnu.org/wiki/GFortran
  14. https://gcc.gnu.org/wiki/HomePage
  15. https://gcc.gnu.org/wiki/RecentChanges
  16. https://gcc.gnu.org/wiki/FindPage
  17. https://gcc.gnu.org/wiki/HelpContents
  18. https://gcc.gnu.org/wiki/GFortran
  19. https://gcc.gnu.org/wiki/GFortran
  20. https://gcc.gnu.org/wiki/GFortran?action=info
  21. https://gcc.gnu.org/wiki/GFortran?action=AttachFile
  22. https://gcc.gnu.org/wiki/GFortranStandards
  23. https://gcc.gnu.org/wiki/GFortranGettingStarted
  24. https://gcc.gnu.org/fortran/
  25. https://gcc.gnu.org/wiki/Guide%20to%20Building%20gcc/gfortran
  26. https://gcc.gnu.org/wiki/GFortran#gfortran_.2BIBQ_the_GNU_Fortran_compiler.2C_part_of_GCC
  27. https://gcc.gnu.org/wiki/GFortran#Quick_links
  28. https://gcc.gnu.org/wiki/GFortran#Using_gfortran
  29. https://gcc.gnu.org/wiki/GFortran#For_gfortran_developers
  30. https://gcc.gnu.org/wiki/GFortran#Manuals_and_other_documentation
  31. https://gcc.gnu.org/wiki/GFortran#Reporting_bugs
  32. https://gcc.gnu.org/wiki/GFortran#gfortran_compliance_test_coverage_matrix_.28initial_version.29
  33. https://gcc.gnu.org/wiki/GFortran/News
  34. https://gcc.gnu.org/wiki/GFortran/News#GCC4.1
  35. https://gcc.gnu.org/wiki/GFortran/News#GCC4.2
  36. https://gcc.gnu.org/wiki/GFortran/News#GCC4.3
  37. https://gcc.gnu.org/wiki/GFortran/News#GCC4.4
  38. https://gcc.gnu.org/wiki/GFortran/News#GCC4.5
  39. https://gcc.gnu.org/wiki/GFortran/News#GCC4.6
  40. https://gcc.gnu.org/wiki/GFortran/News#GCC4.7
  41. https://gcc.gnu.org/wiki/GFortran/News#GCC4.8
  42. https://gcc.gnu.org/wiki/GFortran/News#GCC4.9
  43. https://gcc.gnu.org/wiki/GFortran/News#GCC5
  44. https://gcc.gnu.org/wiki/GFortran/News#GCC6
  45. https://gcc.gnu.org/wiki/GFortran/News#GCC7
  46. https://gcc.gnu.org/wiki/GFortran/News#GCC8
  47. https://gcc.gnu.org/wiki/GFortran/News#GCC9
  48. https://gcc.gnu.org/wiki/GFortranBinaries
  49. https://gcc.gnu.org/wiki/GFortranDistros
  50. https://gcc.gnu.org/wiki/GFortranSource
  51. https://gcc.gnu.org/wiki/GFortranPlatforms
  52. https://gcc.gnu.org/wiki/GFortran#manuals
  53. https://gcc.gnu.org/wiki/GFortran#bugs
  54. http://en.wikipedia.org/wiki/Fortran_language_features
  55. http://sites.google.com/site/gfortransite/
  56. http://www.gfortran.org/
  57. https://github.com/jerryd/gtk-fortran
  58. https://gcc.gnu.org/lists.html
  59. https://gcc.gnu.org/ml/fortran/
  60. http://groups.google.com/group/gnu-fortran
  61. http://en.wikipedia.org/wiki/Usenet_newsgroup
  62. http://groups.google.com/group/comp.lang.fortran
  63. http://www.rhinocerus.net/forum/lang-fortran/
  64. https://www.jiscmail.ac.uk/cgi-bin/webadmin?A0=comp-fortran-90
  65. irc://irc.oftc.net/gfortran
  66. https://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&component=fortran&component=libfortran&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=RESOLVED&resolution=FIXED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=2004-01-01&chfieldto=2004-12-31&chfield=resolution&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&query_based_on=2004&field0-0-0=noop&type0-0-0=noop&value0-0-0=
  67. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&cf_known_to_fail_type=allwords&cf_known_to_work_type=allwords&chfield=%5BBug%20creation%5D&chfieldfrom=2004-01-01&chfieldto=2004-12-31&component=fortran&component=libfortran&order=Bug%20Number&query_format=advanced
  68. https://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&component=fortran&component=libfortran&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=RESOLVED&resolution=FIXED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=2005-01-01&chfieldto=2005-12-31&chfield=resolution&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&query_based_on=2005&field0-0-0=noop&type0-0-0=noop&value0-0-0=
  69. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&cf_known_to_fail_type=allwords&cf_known_to_work_type=allwords&chfield=%5BBug%20creation%5D&chfieldfrom=2005-01-01&chfieldto=2005-12-31&component=fortran&component=libfortran&order=Bug%20Number&query_format=advanced
  70. https://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&component=fortran&component=libfortran&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=RESOLVED&resolution=FIXED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=2006-01-01&chfieldto=2006-12-31&chfield=resolution&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&query_based_on=2006&field0-0-0=noop&type0-0-0=noop&value0-0-0=
  71. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&cf_known_to_fail_type=allwords&cf_known_to_work_type=allwords&chfield=%5BBug%20creation%5D&chfieldfrom=2006-01-01&chfieldto=2006-12-31&component=fortran&component=libfortran&order=Bug%20Number&query_format=advanced
  72. https://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&component=fortran&component=libfortran&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=RESOLVED&resolution=FIXED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=2007-01-01&chfieldto=2007-12-31&chfield=resolution&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&query_based_on=2007&field0-0-0=noop&type0-0-0=noop&value0-0-0=
  73. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&cf_known_to_fail_type=allwords&cf_known_to_work_type=allwords&chfield=%5BBug%20creation%5D&chfieldfrom=2007-01-01&chfieldto=2007-12-31&component=fortran&component=libfortran&order=Bug%20Number&query_format=advanced
  74. https://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&component=fortran&component=libfortran&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=RESOLVED&resolution=FIXED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=2008-01-01&chfieldto=2008-12-31&chfield=resolution&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&query_based_on=2008&field0-0-0=noop&type0-0-0=noop&value0-0-0=
  75. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&cf_known_to_fail_type=allwords&cf_known_to_work_type=allwords&chfield=%5BBug%20creation%5D&chfieldfrom=2008-01-01&chfieldto=2008-12-31&component=fortran&component=libfortran&order=Bug%20Number&query_format=advanced
  76. https://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&component=fortran&component=libfortran&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=RESOLVED&resolution=FIXED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=2009-01-01&chfieldto=2009-12-31&chfield=resolution&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&query_based_on=2009&field0-0-0=noop&type0-0-0=noop&value0-0-0=
  77. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&cf_known_to_fail_type=allwords&cf_known_to_work_type=allwords&chfield=%5BBug%20creation%5D&chfieldfrom=2009-01-01&chfieldto=2009-12-31&component=fortran&component=libfortran&order=Bug%20Number&query_format=advanced
  78. https://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&component=fortran&component=libfortran&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=RESOLVED&resolution=FIXED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=2010-01-01&chfieldto=2010-12-31&chfield=resolution&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&query_based_on=2010&field0-0-0=noop&type0-0-0=noop&value0-0-0=
  79. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&cf_known_to_fail_type=allwords&cf_known_to_work_type=allwords&chfield=%5BBug%20creation%5D&chfieldfrom=2010-01-01&chfieldto=2010-12-31&component=fortran&component=libfortran&order=Bug%20Number&query_format=advanced
  80. https://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&component=fortran&component=libfortran&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=RESOLVED&resolution=FIXED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=2011-01-01&chfieldto=2011-12-31&chfield=resolution&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&query_based_on=2011&field0-0-0=noop&type0-0-0=noop&value0-0-0=
  81. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&cf_known_to_fail_type=allwords&cf_known_to_work_type=allwords&chfield=%5BBug%20creation%5D&chfieldfrom=2011-01-01&chfieldto=2011-12-31&component=fortran&component=libfortran&order=Bug%20Number&query_format=advanced
  82. https://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&component=fortran&component=libfortran&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=RESOLVED&resolution=FIXED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=2012-01-01&chfieldto=2012-12-31&chfield=resolution&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&query_based_on=2012&field0-0-0=noop&type0-0-0=noop&value0-0-0=
  83. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&cf_known_to_fail_type=allwords&cf_known_to_work_type=allwords&chfield=%5BBug%20creation%5D&chfieldfrom=2012-01-01&chfieldto=2012-12-31&component=fortran&component=libfortran&order=Bug%20Number&query_format=advanced
  84. https://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&component=fortran&component=libfortran&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=RESOLVED&resolution=FIXED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=2013-01-01&chfieldto=2013-12-31&chfield=resolution&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&query_based_on=2013&field0-0-0=noop&type0-0-0=noop&value0-0-0=
  85. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&cf_known_to_fail_type=allwords&cf_known_to_work_type=allwords&chfield=%5BBug%20creation%5D&chfieldfrom=2013-01-01&chfieldto=2013-12-31&component=fortran&component=libfortran&order=Bug%20Number&query_format=advanced
  86. https://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&component=fortran&component=libfortran&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=RESOLVED&resolution=FIXED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=2014-01-01&chfieldto=2014-12-31&chfield=resolution&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&query_based_on=2014&field0-0-0=noop&type0-0-0=noop&value0-0-0=
  87. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&cf_known_to_fail_type=allwords&cf_known_to_work_type=allwords&chfield=%5BBug%20creation%5D&chfieldfrom=2014-01-01&chfieldto=2014-12-31&component=fortran&component=libfortran&order=Bug%20Number&query_format=advanced
  88. https://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&component=fortran&component=libfortran&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=RESOLVED&resolution=FIXED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=2015-01-01&chfieldto=2015-12-31&chfield=resolution&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&query_based_on=2015&field0-0-0=noop&type0-0-0=noop&value0-0-0=
  89. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&cf_known_to_fail_type=allwords&cf_known_to_work_type=allwords&chfield=%5BBug%20creation%5D&chfieldfrom=2015-01-01&chfieldto=2015-12-31&component=fortran&component=libfortran&order=Bug%20Number&query_format=advanced
  90. https://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&component=fortran&component=libfortran&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=RESOLVED&resolution=FIXED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=2016-01-01&chfieldto=2016-12-31&chfield=resolution&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&query_based_on=2016&field0-0-0=noop&type0-0-0=noop&value0-0-0=
  91. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&cf_known_to_fail_type=allwords&cf_known_to_work_type=allwords&chfield=%5BBug%20creation%5D&chfieldfrom=2016-01-01&chfieldto=2016-12-31&component=fortran&component=libfortran&order=Bug%20Number&query_format=advanced
  92. https://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&component=fortran&component=libfortran&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=RESOLVED&resolution=FIXED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=2017-01-01&chfieldto=2017-12-31&chfield=resolution&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&query_based_on=2013&field0-0-0=noop&type0-0-0=noop&value0-0-0=
  93. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&cf_known_to_fail_type=allwords&cf_known_to_work_type=allwords&chfield=%5BBug%20creation%5D&chfieldfrom=2017-01-01&chfieldto=2017-12-31&component=fortran&component=libfortran&order=Bug%20Number&query_format=advanced
  94. https://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&component=fortran&component=libfortran&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=RESOLVED&resolution=FIXED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=2018-01-01&chfieldto=2018-12-31&chfield=resolution&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&query_based_on=2018&field0-0-0=noop&type0-0-0=noop&value0-0-0=
  95. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&cf_known_to_fail_type=allwords&cf_known_to_work_type=allwords&chfield=%5BBug%20creation%5D&chfieldfrom=2018-01-01&chfieldto=2018-12-31&component=fortran&component=libfortran&order=Bug%20Number&query_format=advanced
  96. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&cf_known_to_fail_type=allwords&cf_known_to_work_type=allwords&chfield=resolution&chfieldfrom=2018-01-01&chfieldto=2018-12-31&component=fortran&component=libfortran&known_name=2018&list_id=225369&query_based_on=2018&query_format=advanced&resolution=FIXED&resolution=INVALID&resolution=WONTFIX&resolution=DUPLICATE&resolution=WORKSFORME&resolution=MOVED
  97. https://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&component=fortran&component=libfortran&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=RESOLVED&resolution=FIXED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=2019-01-01&chfieldto=2019-12-31&chfield=resolution&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&query_based_on=2019&field0-0-0=noop&type0-0-0=noop&value0-0-0=
  98. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&cf_known_to_fail_type=allwords&cf_known_to_work_type=allwords&chfield=%5BBug%20creation%5D&chfieldfrom=2019-01-01&chfieldto=2019-12-31&component=fortran&component=libfortran&order=Bug%20Number&query_format=advanced
  99. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&cf_known_to_fail_type=allwords&cf_known_to_work_type=allwords&chfield=resolution&chfieldfrom=2019-01-01&chfieldto=2019-12-31&component=fortran&component=libfortran&known_name=2019&list_id=225369&query_based_on=2019&query_format=advanced&resolution=FIXED&resolution=INVALID&resolution=WONTFIX&resolution=DUPLICATE&resolution=WORKSFORME&resolution=MOVED
 100. https://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&component=fortran&component=libfortran&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=RESOLVED&resolution=FIXED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=2020-01-01&chfieldto=2020-12-31&chfield=resolution&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&query_based_on=2020&field0-0-0=noop&type0-0-0=noop&value0-0-0=
 101. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&cf_known_to_fail_type=allwords&cf_known_to_work_type=allwords&chfield=%5BBug%20creation%5D&chfieldfrom=2020-01-01&chfieldto=2020-12-31&component=fortran&component=libfortran&order=Bug%20Number&query_format=advanced
 102. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&cf_known_to_fail_type=allwords&cf_known_to_work_type=allwords&chfield=resolution&chfieldfrom=2020-01-01&chfieldto=2020-12-31&component=fortran&component=libfortran&known_name=2020&list_id=225369&query_based_on=2020&query_format=advanced&resolution=FIXED&resolution=INVALID&resolution=WONTFIX&resolution=DUPLICATE&resolution=WORKSFORME&resolution=MOVED
 103. https://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&component=fortran&component=libfortran&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=RESOLVED&resolution=FIXED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=2021-01-01&chfieldto=2021-12-31&chfield=resolution&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&query_based_on=2021&field0-0-0=noop&type0-0-0=noop&value0-0-0=
 104. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&cf_known_to_fail_type=allwords&cf_known_to_work_type=allwords&chfield=%5BBug%20creation%5D&chfieldfrom=2021-01-01&chfieldto=2021-12-31&component=fortran&component=libfortran&order=Bug%20Number&query_format=advanced
 105. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&cf_known_to_fail_type=allwords&cf_known_to_work_type=allwords&chfield=resolution&chfieldfrom=2021-01-01&chfieldto=2021-12-31&component=fortran&component=libfortran&known_name=2021&list_id=225369&query_based_on=2021&query_format=advanced&resolution=FIXED&resolution=INVALID&resolution=WONTFIX&resolution=DUPLICATE&resolution=WORKSFORME&resolution=MOVED
 106. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&cf_known_to_fail_type=allwords&cf_known_to_work_type=allwords&chfield=bug_status&chfieldfrom=2022-01-01&chfieldto=2022-12-31&chfieldvalue=RESOLVED&component=fortran&list_id=421633&query_format=advanced
 107. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&cf_known_to_fail_type=allwords&cf_known_to_work_type=allwords&chfield=%5BBug%20creation%5D&chfieldfrom=2022-01-01&chfieldto=2022-12-31&component=fortran&component=libfortran&order=Bug%20Number&query_format=advanced
 108. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&cf_known_to_fail_type=allwords&cf_known_to_work_type=allwords&chfield=resolution&chfieldfrom=2022-01-01&chfieldto=2022-12-31&component=fortran&component=libfortran&known_name=2021&list_id=225369&query_based_on=2021&query_format=advanced&resolution=FIXED&resolution=INVALID&resolution=WONTFIX&resolution=DUPLICATE&resolution=WORKSFORME&resolution=MOVED
 109. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&cf_known_to_fail_type=allwords&cf_known_to_work_type=allwords&chfield=bug_status&chfieldfrom=2023-01-01&chfieldto=2023-12-31&chfieldvalue=RESOLVED&component=fortran&list_id=421633&query_format=advanced
 110. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&cf_known_to_fail_type=allwords&cf_known_to_work_type=allwords&chfield=%5BBug%20creation%5D&chfieldfrom=2023-01-01&chfieldto=2023-12-31&component=fortran&component=libfortran&order=Bug%20Number&query_format=advanced
 111. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&cf_known_to_fail_type=allwords&cf_known_to_work_type=allwords&chfield=resolution&chfieldfrom=2023-01-01&chfieldto=2023-12-31&component=fortran&component=libfortran&known_name=2021&list_id=225369&query_based_on=2021&query_format=advanced&resolution=FIXED&resolution=INVALID&resolution=WONTFIX&resolution=DUPLICATE&resolution=WORKSFORME&resolution=MOVED
 112. https://gcc.gnu.org/wiki/Fortran%2095%20tutorials%20available%20online
 113. http://ftagshtml.sourceforge.net/
 114. http://people.irisa.fr/Edouard.Canot/f90cache
 115. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&cf_known_to_fail_type=allwords&cf_known_to_work_type=allwords&component=fortran&list_id=229580&order=Importance&product=gcc&query_format=advanced&resolution=WONTFIX
 116. https://gcc.gnu.org/wiki/GfortranApps
 117. https://gcc.gnu.org/wiki/GfortranBuild
 118. https://gcc.gnu.org/wiki/GFortranResults
 119. https://gcc.gnu.org/wiki/Coarray
 120. https://gcc.gnu.org/wiki/GFortranHacking
 121. https://gcc.gnu.org/wiki/GitCookbook
 122. https://gcc.gnu.org/bugzilla/buglist.cgi?short_desc_type=allwordssubstr&short_desc=regress&component=fortran&component=libfortran&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED
 123. https://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&component=fortran&component=libfortran&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=blocked&type0-0-0=equals&value0-0-0=32834
 124. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&field0-0-0=blocked&type0-0-0=anywordssubstr&value0-0-0=42361+32834&field0-1-0=bug_id&type0-1-0=notequals&value0-1-0=32834
 125. https://gcc.gnu.org/bugzilla/buglist.cgi?component=fortran&component=libfortran&keywords_type=anywords&keywords=wrong-code&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED
 126. https://gcc.gnu.org/bugzilla/buglist.cgi?component=fortran&component=libfortran&keywords_type=anywords&keywords=ice-on-valid-code,rejects-valid,wrong-code,compile-time-hog,memory-hog,link-failure&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED
 127. https://gcc.gnu.org/bugzilla/buglist.cgi?component=fortran&component=libfortran&keywords_type=anywords&keywords=accepts-invalid,ice-on-invalid-code&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED
 128. https://gcc.gnu.org/bugzilla/buglist.cgi?component=fortran&component=libfortran&keywords_type=anywords&keywords=diagnostic&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED
 129. https://gcc.gnu.org/bugzilla/buglist.cgi?component=fortran&component=libfortran&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED
 130. https://gcc.gnu.org/bugzilla/chart.cgi?category=-All-&label0=Fortran&label1=Fortran%20-%20accepts-invalid&label2=Fortran%20-%20diagnostic&label3=Fortran%20-%20wrong-code&line0=120&line1=122&line2=123&line3=124&name=32&subcategory=-All-&action=wrap&width=700&height=450
 131. https://gcc.gnu.org/wiki/GFortran46
 132. https://gcc.gnu.org/wiki/GFortran45_actions
 133. https://gcc.gnu.org/wiki/Fortran2003Status
 134. https://gcc.gnu.org/wiki/Fortran2003
 135. https://gcc.gnu.org/wiki/Fortran2008Status
 136. https://gcc.gnu.org/wiki/Fortran2018Status
 137. https://gcc.gnu.org/wiki/TS29113Status
 138. https://gcc.gnu.org/wiki/TestCaseWriting
 139. https://gcc.gnu.org/wiki/HowToPrepareATestcase
 140. https://gcc.gnu.org/wiki/SymbolVersioning
 141. https://gcc.gnu.org/wiki/LibgfortranAbiCleanup
 142. https://gcc.gnu.org/wiki/ArrayDescriptorUpdate
 143. https://gcc.gnu.org/wiki/GFortranPatchTracker
 144. https://gcc.gnu.org/wiki/GFortranScalarizer
 145. https://gcc.gnu.org/onlinedocs/gfortran/
 146. https://gcc.gnu.org/onlinedocs/gfortran.pdf
 147. https://gcc.gnu.org/onlinedocs/gcc/
 148. https://gcc.gnu.org/onlinedocs/gcc.pdf
 149. https://gcc.gnu.org/onlinedocs/gcc-5.1.0/gfortran/
 150. https://gcc.gnu.org/onlinedocs/gcc-5.1.0/gfortran.pdf
 151. https://gcc.gnu.org/onlinedocs/gcc-5.1.0/gcc/
 152. https://gcc.gnu.org/onlinedocs/gcc-5.1.0/gcc.pdf
 153. https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gfortran/
 154. https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gfortran.pdf
 155. https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gcc/
 156. https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gcc.pdf
 157. https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gfortran/
 158. https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gfortran.pdf
 159. https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gcc/
 160. https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gcc.pdf
 161. https://gcc.gnu.org/onlinedocs/gcc-4.7.4/gfortran/
 162. https://gcc.gnu.org/onlinedocs/gcc-4.7.4/gfortran.pdf
 163. https://gcc.gnu.org/onlinedocs/gcc-4.7.4/gcc/
 164. https://gcc.gnu.org/onlinedocs/gcc-4.7.4/gcc.pdf
 165. https://gcc.gnu.org/onlinedocs/gcc-4.6.4/gfortran/
 166. https://gcc.gnu.org/onlinedocs/gcc-4.6.4/gfortran.pdf
 167. https://gcc.gnu.org/onlinedocs/gcc-4.6.4/gcc/
 168. https://gcc.gnu.org/onlinedocs/gcc-4.6.4/gcc.pdf
 169. https://gcc.gnu.org/onlinedocs/gcc-4.5.4/gfortran/
 170. https://gcc.gnu.org/onlinedocs/gcc-4.5.4/gfortran.pdf
 171. https://gcc.gnu.org/onlinedocs/gcc-4.5.4/gcc/
 172. https://gcc.gnu.org/onlinedocs/gcc-4.5.4/gcc.pdf
 173. https://gcc.gnu.org/onlinedocs/gcc-4.4.7/gfortran/
 174. https://gcc.gnu.org/onlinedocs/gcc-4.4.7/gfortran.pdf
 175. https://gcc.gnu.org/onlinedocs/gcc-4.4.7/gcc/
 176. https://gcc.gnu.org/onlinedocs/gcc-4.4.7/gcc.pdf
 177. https://gcc.gnu.org/onlinedocs/gcc-4.3.6/gfortran/
 178. https://gcc.gnu.org/onlinedocs/gcc-4.3.6/gfortran.pdf
 179. https://gcc.gnu.org/onlinedocs/gcc-4.3.6/gcc/
 180. https://gcc.gnu.org/onlinedocs/gcc-4.3.6/gcc.pdf
 181. https://gcc.gnu.org/onlinedocs/gcc-4.2.4/gfortran/
 182. https://gcc.gnu.org/onlinedocs/gcc-4.2.4/gfortran.pdf
 183. https://gcc.gnu.org/onlinedocs/gcc-4.2.4/gcc/
 184. https://gcc.gnu.org/onlinedocs/gcc-4.2.4/gcc.pdf
 185. https://gcc.gnu.org/onlinedocs/gcc-4.1.2/gfortran/
 186. https://gcc.gnu.org/onlinedocs/gcc-4.1.2/gfortran.pdf
 187. https://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/
 188. https://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc.pdf
 189. https://gcc.gnu.org/onlinedocs/gfc-internals/
 190. https://gcc.gnu.org/onlinedocs/gfc-internals.pdf
 191. http://quatramaran.ens.fr/~coudert/gfortran/documentation/index.html
 192. https://gcc.gnu.org/wiki/GFortranUsage
 193. https://gcc.gnu.org/wiki/GfortranFAQ
 194. https://gcc.gnu.org/wiki/GFortranG77
 195. https://gcc.gnu.org/wiki/GFortranStandards
 196. https://gcc.gnu.org/wiki/FloatingPointMath
 197. https://gcc.gnu.org/wiki/x87note
 198. https://gcc.gnu.org/wiki/Math_Optimization_Flags
 199. http://www.validlab.com/goldberg/paper.pdf
 200. http://www.google.de/search?q=Goldberg+What+Every+Computer+Scientist+Should+Know+About+Floating-Point+Arithmetic
 201. http://hal.archives-ouvertes.fr/hal-00128124
 202. https://gcc.gnu.org/bugzilla/
 203. https://gcc.gnu.org/bugzilla/buglist.cgi?query_format=&short_desc_type=allwordssubstr&short_desc=&component=fortran&component=libfortran&known_to_fail_type=allwordssubstr&known_to_work_type=allwordssubstr&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=
 204. https://gcc.gnu.org/wiki/GfortranWanted
 205. https://gcc.gnu.org/wiki/GfortranImprovements
 206. mailto:fortran@gcc.gnu.org
 207. https://gcc.gnu.org/wiki/GFortranTestMatrix
 208. https://gcc.gnu.org/wiki/CategoryCategory
 209. https://gcc.gnu.org/wiki/PaulThomas
 210. https://gcc.gnu.org/wiki/GFortran
 211. https://gcc.gnu.org/wiki/GFortran?action=info
 212. https://gcc.gnu.org/wiki/GFortran?action=AttachFile
 213. http://moinmo.in/
 214. http://moinmo.in/Python
 215. http://moinmo.in/GPL
 216. http://validator.w3.org/check?uri=referer


Usage: http://www.kk-software.de/kklynxview/get/URL
e.g. http://www.kk-software.de/kklynxview/get/http://www.kk-software.de
Errormessages are in German, sorry ;-)