Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38354 - GCC 3.3 doesn't accept multi-string literal used in xor.h in 2.4.21-alpha-r2
Summary: GCC 3.3 doesn't accept multi-string literal used in xor.h in 2.4.21-alpha-r2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: Alpha Linux
: High critical (vote)
Assignee: Alpha Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-15 16:34 UTC by Rick Altherr
Modified: 2004-02-06 09:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch from 2.5 kernel series that corrects xor.h (xor-h-gcc-3.3.patch,33.98 KB, patch)
2004-01-15 16:35 UTC, Rick Altherr
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rick Altherr 2004-01-15 16:34:42 UTC
include/asm-alpha/xor.h includes a multi-line string literal for the assembler routine.  Multi-line literals are not accepted by GCC 3.3.x.

Reproducible: Always
Steps to Reproduce:
1. make mrproper
2. make menuconfig
3. configure with RAID 5 support
4. make boot

Actual Results:  
GCC fails while compiling xor.c

Expected Results:  
Kernel should have built successfully
Comment 1 Rick Altherr 2004-01-15 16:35:36 UTC
Created attachment 23891 [details, diff]
Patch from 2.5 kernel series that corrects xor.h
Comment 2 Aron Griffis (RETIRED) gentoo-dev 2004-02-06 09:26:07 UTC
Fixed in 2.4.21-alpha-r3, thanks!  (and it will carry forward if necessary)