https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108572

            Bug ID: 108572
           Summary: -gz=none produces gcc: error: -gz=zstd is not
                    supported in this configuration
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: driver
          Assignee: unassigned at gcc dot gnu.org
          Reporter: mark at gcc dot gnu.org
  Target Milestone: ---

gcc (GCC) 13.0.1 20230117 (Red Hat 13.0.1-0)

$ echo "int main () {}" | gcc -xc -gz=none -
gcc: error: -gz=zstd is not supported in this configuration

OK, apparently -gz=zstd needs a newer binutils, but I am using -gz=none not
-gz=zstd

Reply via email to