December 21, 2023 [Issue 24294] New: ImportC: required GCC version? | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24294 Issue ID: 24294 Summary: ImportC: required GCC version? Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement Priority: P1 Component: dmd Assignee: nobody@puremagic.com Reporter: kdevel@vogtner.de With GCC 4.3.2 installed using the ImportC feature (example in issue #24293) fails: $ dmd xmysqltest1.d cc1: error: unrecognized command line option "-Wno-builtin-macro-redefined" xmysqltest1.d(2): Error: C preprocess command cpp failed for file cmysql.c, exit status 1 GCC 4.6.4 and higher support the requested switch. -- |
Copyright © 1999-2021 by the D Language Foundation