This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: Compiling problem


On 06/20/2012 10:41 AM, Dominique Dhumieres wrote:
...
What can this be???

A [4.7/4.8 Regression]!-(


Could you fill a bug report on gcc Bugzilla?

Dominique

PS 4.4 to 4.6 work


Real odd one.

 gfortran array_error.f90
array_error.f90: In function ‘test’:
array_error.f90:1:0: error: mismatching comparison operand types
real(kind=8)
integer(kind=8)
if (D.1951 > 0) goto <D.1952>; else goto <D.1953>;

array_error.f90:1: confused by earlier errors, bailing out


First time I ever saw a compiler confused.


:)

Jerry


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