[Bug fortran/40539] New: Inversion of logical function compiled with ifort not correct.

2009-06-24 Thread alexander dot v dot kobotov at intel dot com
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

[Bug fortran/40539] Inversion of logical function compiled with ifort not correct.

2009-06-24 Thread alexander dot v dot kobotov at intel dot com
--- 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

[Bug fortran/40539] Inversion of logical function compiled with ifort not correct.

2009-06-24 Thread alexander dot v dot kobotov at intel dot com
--- 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

[Bug fortran/40539] Inversion of logical function compiled with ifort not correct.

2009-06-24 Thread alexander dot v dot kobotov at intel dot com
--- 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

[Bug other/43834] New: problems when linking in XCode 3.2.2 (gcc build 5659) - static constants are messed?

2010-04-21 Thread alexander dot v dot kobotov at intel dot com
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

[Bug other/43834] problems when linking in XCode 3.2.2 (gcc build 5659) - static constants are messed?

2010-04-21 Thread alexander dot v dot kobotov at intel dot com
--- 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