Summary: | [4.3 Regression] Build failure when host cc is GCC-2.95.3 or earlier | ||
---|---|---|---|
Product: | gcc | Reporter: | gschafer |
Component: | target | Assignee: | Jakub Jelinek <jakub> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gcc-bugs |
Priority: | P1 | Keywords: | build |
Version: | 4.3.0 | ||
Target Milestone: | 4.3.0 | ||
URL: | http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00765.html | ||
Host: | i686-pc-linux-gnu | Target: | i686-pc-linux-gnu |
Build: | i686-pc-linux-gnu | Known to work: | |
Known to fail: | Last reconfirmed: | 2008-02-19 13:27:30 |
Description
gschafer
2008-02-17 21:44:17 UTC
Confirmed. Intel assembler syntax was introduced with GCC 3.0. Subject: Bug 35239 Author: jakub Date: Tue Feb 19 13:34:29 2008 New Revision: 132430 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132430 Log: PR target/35239 * config/i386/cpuid.h (__cpuid, __get_cpuid_max): Use special 32-bit inline asm without asm alternatives for host GCC < 3.0. Modified: trunk/gcc/ChangeLog trunk/gcc/config/i386/cpuid.h Subject: Bug 35239 Author: jakub Date: Tue Feb 19 13:35:11 2008 New Revision: 132431 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132431 Log: PR target/35239 * config/i386/cpuid.h (__cpuid, __get_cpuid_max): Use special 32-bit inline asm without asm alternatives for host GCC < 3.0. Modified: branches/gcc-4_3-branch/gcc/ChangeLog branches/gcc-4_3-branch/gcc/config/i386/cpuid.h Fixed on the trunk and 4.3. |