Changes between Initial Version and Version 1 of Ticket #70331


Ignore:
Timestamp:
Jul 6, 2024, 9:13:29 AM (3 months ago)
Author:
jmroot (Joshua Root)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70331

    • Property Keywords gcc14 removed
  • Ticket #70331 – Description

    initial v1  
    11Macbook Air m1, sonoma 14.5
    22apple command line tools installed:
     3{{{
    34clang -v
    45Apple clang version 15.0.0 (clang-1500.3.9.4)
    56Target: arm64-apple-darwin23.5.0
     7}}}
    68----------------
    79
    810Take the program:
    9 
     11{{{
    1012#include <iostream>
    1113int
    1214main(int argc, char * argv[]){
    1315}
    14 
     16}}}
    1517compile:
    1618
    17 g++-mp-14 j.cc
    18 
     19`g++-mp-14 j.cc`
     20{{{
    1921In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/wchar.h:90,
    2022                 from /opt/local/include/gcc14/c++/cwchar:44,
     
    3436      |             ^~~~~~~~~~~~~~~~
    3537/opt/local/lib/gcc14/gcc/arm64-apple-darwin23/14.1.0/include-fixed/stdio.h:384:119: error: macro "__API_AVAILABLE4" requires 5 arguments, but only 4 given
     38}}}