Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 269311

Summary: [PATCH] app-emulation/vice fails to compile with gcc-4.4
Product: Gentoo Linux Reporter: Martin Väth <martin>
Component: [OLD] GamesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal CC: esigra
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 249226    
Attachments: Fix compilation with gcc-4.4

Description Martin Väth 2009-05-10 21:14:57 UTC
Currently no version of vice compiles with gcc-4.4 for a simple reason:
gcc-4.4 no longer allows to use
#elif /* without any test */
instead of
#else
The only file concerned is joy.c. The trivial patch is attached
Comment 1 Martin Väth 2009-05-10 21:15:48 UTC
Created attachment 190872 [details, diff]
Fix compilation with gcc-4.4
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2009-05-11 16:53:09 UTC
Applied and e-mailed just about every e-mail in AUTHORS file..