This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/50719] segmentation fault when attempting to build libav with gcc trunk
- From: "ro at CeBiTec dot Uni-Bielefeld.DE" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 14 Oct 2011 15:16:02 +0000
- Subject: [Bug target/50719] segmentation fault when attempting to build libav with gcc trunk
- Auto-submitted: auto-generated
- References: <bug-50719-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50719
--- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2011-10-14 15:16:02 UTC ---
> --- Comment #1 from Sean McGovern <gseanmcg at gmail dot com> 2011-10-14 13:31:13 UTC ---
> Rainer, any ideas?
Not without considerably more details:
* how was gcc configured? (as/ld, gas/ld, gas/gld, which versions?)
* how was the testcase compiled? (it needs at least -lm for lrint)
It succeeds for me in r179656 (as/ld build).
Rainer