[Bug bootstrap/26485] New: gcc 3.4.5 bootstrap fails w/ "unrecognizable insn" on intel mac

2006-02-27 Thread gcc at junk dot kraney dot com
Product: gcc Version: 3.4.5 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at junk dot kraney dot com GCC host triplet: i686-apple-darwin8

[Bug c/26484] New: GCC 3.4.5 fails to build on intel mac

2006-02-27 Thread gcc at junk dot kraney dot com
] Error 2 the problem is in gcc/config/darwin.h, in the TARGET_OPTION_TRANSLATE_TABLE macro. This macro ends with ", SUBTARGET_OPTION_TRANSLATE_TABLE", but SUBTARGET... is empty, so gcc doesn't like the trailing comma. -- Summary: GCC 3.4.5 fails to build on inte