------- Comment #10 from geoffk at gcc dot gnu dot org 2006-10-06 23:05 ------- (In reply to comment #9) > Geoff, > Are the variadic functions really worth worrying about? Currently gcc > trunk > can only > be built with the cctools from Xcode 2.4 or later (which basically limits the > builds to > MacOS X 10.4 machines unless a odcctools build of cctools is used). So for > stock > configurations, gcc trunk will be unusable on MacOS X 10.3.9. Perhaps we > should > declare gcc 4.2 as MacOS X 10.4 or later? > Jack > ps I am referring the requirement of the newer cctools for literal16.
You're confusing host and target. cctools runs on the host, but printf$LDBL128 is a function that exists (or not) on the target. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25477