Joshua Isom wrote:
# New Ticket Created by Joshua Isom # Please include the string: [perl #44389] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=44389 >


The new attribute configure code seems to get a false positive with warn_unused_result on Apple's gcc 3.3.


Confirmed. Over the last few weeks, my log of my 'make' output on Darwin has tended to run in the range of 70-73K. Tonight it ran to
over 7.1M.

-rw-r--r--   1 jimk  jimk    70806 Jul 14 17:43 14.07.2007.make.04.txt
-rw-r--r--   1 jimk  jimk    71898 Jul 15 10:30 15.07.2007.make.txt
-rw-r--r--   1 jimk  jimk    73181 Jul 22 21:17 21.07.2007.make.txt
-rw-r--r--   1 jimk  jimk  7167507 Aug  3 21:43 03.08.2007.make.txt

I certainly hope someone can patch this; it's not an area in which I have any expertise. Thank you very much.
Summary of my parrot 0.4.14 (r20463) configuration:
  configdate='Sat Aug  4 01:28:41 2007 GMT'
  Platform:
    osname=darwin, archname=darwin-2level
    jitcapable=1, jitarchname=ppc-darwin,
    jitosname=DARWIN, jitcpuarch=ppc
    execcapable=1
    perl=/usr/local/bin/perl
  Compiler:
    cc='/usr/bin/gcc-3.3', ccflags='-fno-common -no-cpp-precomp  -pipe 
-I/usr/local/include -pipe -fno-common -Wno-long-double  -DHASATTRIBUTE_CONST 
-DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NORETURN 
-DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT',
  Linker and Libraries:
    ld='/usr/bin/g++-3.3', ldflags=' -L/usr/local/lib 
-L/Users/jimk/work/parrot/blib/lib -flat_namespace ',
    cc_ldflags='',
    libs='-lm'
  Dynamic Linking:
    share_ext='.dylib', ld_share_flags='-dynamiclib -undefined suppress',
    load_ext='.bundle', ld_load_flags='-bundle -undefined suppress'
  Types:
    iv=long, intvalsize=4, intsize=4, opcode_t=long, opcode_t_size=4,
    ptrsize=4, ptr_alignment=1 byteorder=4321, 
    nv=double, numvalsize=8, doublesize=8

Reply via email to