The testcase...

Executing on host: /sw/src/fink.build/gcc45-4.5.1-1000/darwin_objdir/gcc/xgcc
-B/sw/src/fink.build/gcc45-4.5.1-1000/darwin_objdir/gcc/
/sw/src/fink.build/gcc45-4.5.1-1000/gcc-4.5.1/gcc/testsuite/gcc.dg/framework-1.c
  -F. -S  -o framework-1.s    (timeout = 300)
In file included from
/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:43:0,^M
                 from
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:20,^M
                 from
/System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20,^M
                 from
/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:21,^M
                 from
/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:20,^M
                 from
/sw/src/fink.build/gcc45-4.5.1-1000/gcc-4.5.1/gcc/testsuite/gcc.dg/framework-1.c:4:^M
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBundle.h:147:1:
error: format string argument not a string type^M
compiler exited with status 1
output is:
In file included from
/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:43:0,^M
                 from
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:20,^M
                 from
/System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20,^M
                 from
/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:21,^M
                 from
/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:20,^M
                 from
/sw/src/fink.build/gcc45-4.5.1-1000/gcc-4.5.1/gcc/testsuite/gcc.dg/framework-1.c:4:^M
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBundle.h:147:1:
error: format string argument not a string type^M

FAIL: gcc.dg/framework-1.c (test for excess errors)

is due to the absence of support for the cfstring_format_type format_type in
c-format.c. This should be implemented by porting over those changes from
Apple's gcc-5646.1 source tree that are wrapped with "APPLE LOCAL radar
5096648" comments.


-- 
           Summary: cfstring_format_type supported needed darwin10
           Product: gcc
           Version: 4.5.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: howarth at nitro dot med dot uc dot edu
 GCC build triplet: *-apple-darwin10
  GCC host triplet: *-apple-darwin10
GCC target triplet: *-apple-darwin10


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

Reply via email to