Bug creation and email sending has been disabled, file new bugs at gcc.gnu.org/bugzilla

Bug 26

Summary: Patching fails for gcc-4.8-20121118 snapshot
Product: GDC Reporter: Moritz Maxeiner <moritzmaxeiner>
Component: gdcAssignee: Iain Buclaw <ibuclaw>
Status: RESOLVED INVALID    
Severity: minor    
Priority: ---    
Version: development   
Hardware: All   
OS: All   

Description Moritz Maxeiner 2012-11-23 20:42:33 CET
setup-gcc.sh fails to patch with the latest gcc trunk snapshot (gcc-4.8-20121118).

Output:
patching file gcc/config/i386/linux64.h
patching file gcc/config/i386/t-linux64
Hunk #1 FAILED at 34.
1 out of 1 hunk FAILED -- saving rejects to file gcc/config/i386/t-linux64.rej
Comment 1 Iain Buclaw 2012-11-24 10:59:20 CET
I suppose you got a copy of gdc sources from somewhere else other than the main repository.  We don't patch any backend target files...
Comment 2 Moritz Maxeiner 2012-11-24 11:10:19 CET
Sorry, I do use the main repo, but I found the problem to be a patch that's
necessary to make gcc compatible with Archinux's lib/lib32 on x86_64 (it uses by default lib64/lib). Again, I'm sorry for overlooking that, I just forgot that this patch existed (gdc building is automated for me).

I marked this "issue" as invalid, sorry for wasting your time.