Changes between Initial Version and Version 1 of Ticket #70331
- Timestamp:
- Jul 6, 2024, 9:13:29 AM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #70331
- Property Keywords gcc14 removed
-
Ticket #70331 – Description
initial v1 1 1 Macbook Air m1, sonoma 14.5 2 2 apple command line tools installed: 3 {{{ 3 4 clang -v 4 5 Apple clang version 15.0.0 (clang-1500.3.9.4) 5 6 Target: arm64-apple-darwin23.5.0 7 }}} 6 8 ---------------- 7 9 8 10 Take the program: 9 11 {{{ 10 12 #include <iostream> 11 13 int 12 14 main(int argc, char * argv[]){ 13 15 } 14 16 }}} 15 17 compile: 16 18 17 g++-mp-14 j.cc 18 19 `g++-mp-14 j.cc` 20 {{{ 19 21 In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/wchar.h:90, 20 22 from /opt/local/include/gcc14/c++/cwchar:44, … … 34 36 | ^~~~~~~~~~~~~~~~ 35 37 /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 }}}