gcj -fprofile-arcs segfaults

Alexandre Oliva aoliva@redhat.com
Tue Feb 28 08:47:00 GMT 2006


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?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: gcov-java.patch
Type: text/x-patch
Size: 2778 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20060228/b8c7b52d/attachment.bin>
-------------- next part --------------

-- 
Alexandre Oliva         http://www.lsd.ic.unicamp.br/~oliva/
Secretary for FSF Latin America        http://www.fsfla.org/
Red Hat Compiler Engineer   aoliva@{redhat.com, gcc.gnu.org}
Free Software Evangelist  oliva@{lsd.ic.unicamp.br, gnu.org}


More information about the Gcc-patches mailing list