This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, fortran] PR fortran/53732


On 05.07.2012 12:32, Dominique Dhumieres wrote:
Mikael,

After the previous fix, the test fails with

real*8 arr(4, 4, 4, 4)
       1
Warning: Nonstandard type declaration REAL*8 at (1)

Replacing

real*8 arr(4, 4, 4, 4)

with

real(8) :: arr(4, 4, 4, 4)

fixes the failures (due to the compilation with -pedantic-errors).

Dominique


Thanks, fixed and committed as revision 189292. And I really checked the test was working this time.

Mikael


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]