Re: Dealing with default recursive procedures in Fortran

2018-04-16 Thread Michael Matz
Hi, On Thu, 12 Apr 2018, Thomas König wrote: > with Fortran 2018, recursive is becoming the default. This will likely > have a serious impact on many user codes, which often declare large > arrays which could then overflow stacks, leading to segfaults without > further explanation. -fopenmp alre

style of code examples in changes.html

2018-04-16 Thread Martin Sebor
Hi David & Gerald, I noticed that the coding examples in the updates I committed to changes.html use a different formatting style than David's. I just copied mine from GCC 7 changes.html, and those I copied from David's for that version :) Should we make an effort to make them all look the same?