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

Bug 48963

Summary: net-misc/iputils-021109 build failure with gcc-3.4: invalidly jumps into binding contour
Product: Gentoo Linux Reporter: Ed Catmur <ed>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: 021109-gcc34-2.patch

Description Ed Catmur 2004-04-25 12:50:43 UTC
This is not bug 47189.

tracepath.c: In function `main':
tracepath.c:246: error: jump to `restart' invalidly jumps into binding contour
make: *** [tracepath] Error 1

Patch attached.
Comment 1 Ed Catmur 2004-04-25 12:51:18 UTC
Created attachment 30035 [details, diff]
021109-gcc34-2.patch
Comment 2 Ed Catmur 2004-04-25 13:36:22 UTC
It appears this is a CFLAGS problem and can be avoided by removing -finline-limit=<n> from CFLAGS.

Closing INVALID.