From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4370 invoked by alias); 4 Apr 2009 17:26:13 -0000 Received: (qmail 3411 invoked by uid 48); 4 Apr 2009 17:25:54 -0000 Date: Sat, 04 Apr 2009 17:26:00 -0000 Message-ID: <20090404172554.3410.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c/39613] gcc 20090331 produces an error at mce64.c in kernel 2.6.29 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "happyarch at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-04/txt/msg00299.txt.bz2 ------- Comment #7 from happyarch at gmail dot com 2009-04-04 17:25 ------- Hi, i have same problem. TIA ===================================================== CC arch/x86/kernel/cpu/mtrr/if.o arch/x86/kernel/cpu/mtrr/if.c: In function : arch/x86/kernel/cpu/mtrr/if.c:159: error: case label does not reduce to an integer constant arch/x86/kernel/cpu/mtrr/if.c:160: error: case label does not reduce to an integer constant arch/x86/kernel/cpu/mtrr/if.c:161: error: case label does not reduce to an integer constant arch/x86/kernel/cpu/mtrr/if.c:162: error: case label does not reduce to an integer constant arch/x86/kernel/cpu/mtrr/if.c:163: error: case label does not reduce to an integer constant arch/x86/kernel/cpu/mtrr/if.c:164: error: case label does not reduce to an integer constant arch/x86/kernel/cpu/mtrr/if.c:165: error: case label does not reduce to an integer constant arch/x86/kernel/cpu/mtrr/if.c:166: error: case label does not reduce to an integer constant arch/x86/kernel/cpu/mtrr/if.c:170: error: case label does not reduce to an integer constant arch/x86/kernel/cpu/mtrr/if.c:171: error: case label does not reduce to an integer constant arch/x86/kernel/cpu/mtrr/if.c:180: error: case label does not reduce to an integer constant arch/x86/kernel/cpu/mtrr/if.c:187: error: case label does not reduce to an integer constant arch/x86/kernel/cpu/mtrr/if.c:192: error: case label does not reduce to an integer constant arch/x86/kernel/cpu/mtrr/if.c:197: error: case label does not reduce to an integer constant arch/x86/kernel/cpu/mtrr/if.c:202: error: case label does not reduce to an integer constant arch/x86/kernel/cpu/mtrr/if.c:218: error: case label does not reduce to an integer constant arch/x86/kernel/cpu/mtrr/if.c:225: error: case label does not reduce to an integer constant arch/x86/kernel/cpu/mtrr/if.c:231: error: case label does not reduce to an integer constant arch/x86/kernel/cpu/mtrr/if.c:236: error: case label does not reduce to an integer constant arch/x86/kernel/cpu/mtrr/if.c:241: error: case label does not reduce to an integer constant arch/x86/kernel/cpu/mtrr/if.c:259: error: case label does not reduce to an integer constant arch/x86/kernel/cpu/mtrr/if.c:260: error: case label does not reduce to an integer constant make[3]: *** [arch/x86/kernel/cpu/mtrr/if.o] Error 1 make[2]: *** [arch/x86/kernel/cpu/mtrr] Error 2 make[1]: *** [arch/x86/kernel/cpu] Error 2 make: *** [arch/x86/kernel] Error 2 bash-4.0$ cc -v Using built-in specs. Target: x86_64-unknown-linux-gnu Configured with: ../gcc/configure --prefix=/usr --libexecdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++ --disable-bootstrap --disable-multilib Thread model: posix gcc version 4.5.0 20090404 (experimental) (GCC) bash-4.0$ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39613