P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: alexander dot v dot kobotov at intel dot com
GCC host triplet: Linux 2.6.16.46-0.12-smp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40539
--- Comment #1 from alexander dot v dot kobotov at intel dot com
2009-06-24 12:12 ---
Created an attachment (id=18056)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18056&action=view)
The reproducer sources zipped
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40539
--- Comment #4 from alexander dot v dot kobotov at intel dot com
2009-06-24 15:04 ---
Created an attachment (id=18059)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18059&action=view)
LSAME asm and object for Intel64 arch.
lsame.f from reproducer compiled with Intel 9.1
--- Comment #5 from alexander dot v dot kobotov at intel dot com
2009-06-24 16:02 ---
Thanks a lot, there is indeed different values for true:
For GFORTRAN: true = 1, false = 0
For Intel Fortran: true = -1, false = 0.
In IF expression both true values works, but NOT operand in GFORTRAN
ssed?
Product: gcc
Version: 4.2.1
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: other
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: alexander dot v dot kobotov at intel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43834
--- Comment #1 from alexander dot v dot kobotov at intel dot com
2010-04-21 14:18 ---
Created an attachment (id=20452)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20452&action=view)
Object files and good output and bad output.
File linked correctly is in a.out.good
Fi