This is the mail archive of the gcc-bugs@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]

[Bug fortran/42042] New: Symbol __x86_64__ no longer defined?


Test code:

!  checking gcc/4.4.1 and gcc/4.4.2 for __x86_64__ defined
#ifndef __x86_64__
   print *, '__x86_64__ not defined'
#endif
   print *, 'End of Test'
   end

Output for 4.4.2 and 4.4.1:

> aprun -n 1 ./x
 __x86_64__ not defined
 End of Test
Application 2193686 resources: utime 0, stime 0


Output for 4.3.3:

> aprun -n 1 ./x
 End of Test
Application 2193693 resources: utime 0, stime 0

The symbol appears to no longer be defined.  Is this intentional?


-- 
           Summary: Symbol __x86_64__ no longer defined?
           Product: gcc
           Version: 4.4.2
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: longb at cray dot com
 GCC build triplet: x86_64-suse-linux
  GCC host triplet: x86_64-suse-linux
GCC target triplet: x86_64-suse-linux


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42042


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