Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48963 - net-misc/iputils-021109 build failure with gcc-3.4: invalidly jumps into binding contour
Summary: net-misc/iputils-021109 build failure with gcc-3.4: invalidly jumps into bind...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-25 12:50 UTC by Ed Catmur
Modified: 2004-04-25 13:36 UTC (History)
0 users

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


Attachments
021109-gcc34-2.patch (021109-gcc34-2.patch,347 bytes, patch)
2004-04-25 12:51 UTC, Ed Catmur
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.