This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcj -fprofile-arcs segfaults



On Feb 28, 2006, at 3:47 AM, Alexandre Oliva wrote:


unsigned_type_node is not defined by the Java front end, so coverage.c
shouldn't reference it directly.  This patch fixes it, hopefully
without breaking anything.  I'm not sufficiently familiar with gcov to
tell whether the potential type change introduced by this change could
break anything.

Regression-tested by running check-gcc check-g++ with
RUNTESTFLAGS=gcov.exp on amd64-linux-gnu, both -m64 and -m32.

Ok to install?
This is PR 8260.

-- Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]