This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug go/52583] Several new go testsuite failues on Solaris
- From: "ian at airs dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 15 Mar 2012 05:27:03 +0000
- Subject: [Bug go/52583] Several new go testsuite failues on Solaris
- Auto-submitted: auto-generated
- References: <bug-52583-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52583
--- Comment #2 from Ian Lance Taylor <ian at airs dot com> 2012-03-15 05:27:03 UTC ---
What's failing is not Printf or Println, but the filename and line number.
Those are retrieved using DWARF lookup on the PC, and evidently something is
going wrong in that area. It might be interesting to know if the test succeeds
using GOCFLAGS=-g, rather than the default -g -O2.