Changes between Version 1 and Version 2 of Ticket #68683


Ignore:
Timestamp:
Nov 12, 2023, 12:05:47 PM (10 months ago)
Author:
catap (Kirill A. Korinsky)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68683 – Description

    v1 v2  
    4444
    4545Similar issue appears on all gcc since gcc8.
     46{{{
     47snow-leopard:tmp catap$ gcc-mp-7 -o test test.c
     48snow-leopard:tmp catap$ gcc-mp-8 -o test test.c
     49FATAL:/opt/local/bin/../libexec/as/x86_64/as: I don't understand 'm' flag!
     50snow-leopard:tmp catap$ gcc-mp-9 -o test test.c
     51FATAL:/opt/local/bin/../libexec/as/x86_64/as: I don't understand 'm' flag!
     52snow-leopard:tmp catap$ gcc-mp-10 -o test test.c
     53FATAL:/opt/local/bin/../libexec/as/x86_64/as: I don't understand 'm' flag!
     54snow-leopard:tmp catap$ gcc-mp-11 -o test test.c
     55FATAL:/opt/local/bin/../libexec/as/x86_64/as: I don't understand 'm' flag!
     56snow-leopard:tmp catap$ gcc-mp-12 -o test test.c
     57FATAL:/opt/local/bin/../libexec/as/x86_64/as: I don't understand 'm' flag!
     58snow-leopard:tmp catap$ gcc-mp-13 -o test test.c
     59FATAL:/opt/local/bin/../libexec/as/x86_64/as: I don't understand 'm' flag!
     60snow-leopard:tmp catap$
     61}}}