On Tue, 24 Jul 2018, Andrew Haley wrote:
On 07/24/2018 09:44 AM, Andrew Haley wrote:On 07/24/2018 09:43 AM, Andrew Janke wrote:warning: unhandled dyld version (15)Oops.Your next trick: Run "gcc -v foo.c" to see what command is used to launch cc1 Then run cc1 on its own in gdb.
There is the -wrapper option for that: gcc ... -wrapper gdb,--args -- Marc Glisse