Changes between Initial Version and Version 1 of Ticket #34233


Ignore:
Timestamp:
Apr 27, 2012, 6:03:31 PM (12 years ago)
Author:
jeremyhu (Jeremy Huddleston Sequoia)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34233 – Description

    initial v1  
    33# 1 "/usr/include/stdio.h" 1 3 4
    44}}}
     5
     6{{{
     7~ $ /opt/local/libexec/apple-gcc42/gcc/i686-apple-darwin8/4.2.1/cc1 -E -quiet -isysroot /Developer/SDKs/MacOSX10.4u.sdk test.c | grep usr/include| head -n 1
     8# 1 "/usr/include/stdio.h" 1 3 4
     9}}}
     10
     11gcc42 (and the rest of the gcc ports) are ok:
     12{{{
     13~ $ /opt/local/libexec/gcc/i386-apple-darwin8.11.1/4.2.4/cc1 -E -quiet -isysroot /Developer/SDKs/MacOSX10.4u.sdk test.c | grep usr/include| head -n 1
     14# 1 "/Developer/SDKs/MacOSX10.4u.sdk/usr/include/stdio.h" 1 3 4
     15}}}
     16