• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: -fast + ppc_intrinsics.h bug found
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: -fast + ppc_intrinsics.h bug found


  • Subject: Re: -fast + ppc_intrinsics.h bug found
  • From: Brian Barnes <email@hidden>
  • Date: Sat, 7 Feb 2004 13:39:33 -0500

On Feb 7, 2004, at 12:21 PM, Dave Camp wrote:

Are you sure the problem is not C++ name mangling? Try bracketing the #include with

#ifdef __cplusplus
extern "C" {
#endif

....

#ifdef __cplusplus
}
#endif

Nope -- first off, it's a C program to start with :) and second, the exact nature of the problem is where ppc_intrinsics.h is included (when -fast is on). If it's in a precompiled header, then the symbols are undefined. If it's in any other piece of code, like a regular c file, then it works. This only seems to happen with -fast on.


[>] Brian
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.

References: 
 >-fast + ppc_intrinsics.h bug found (From: Brian Barnes <email@hidden>)

  • Prev by Date: -fast + ppc_intrinsics.h bug found
  • Next by Date: What happened to 'self'?
  • Previous by thread: -fast + ppc_intrinsics.h bug found
  • Next by thread: What happened to 'self'?
  • Index(es):
    • Date
    • Thread