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 Mar 27, 2006, Tom Tromey <tromey@redhat.com> wrote:

>>>>>> "Alexandre" == Alexandre Oliva <aoliva@redhat.com> writes:
Alexandre> unsigned_type_node is not defined by the Java front end, so
Alexandre> coverage.c shouldn't reference it directly.

> FWIW I wouldn't mind if gcj went ahead and defined unsigned_type_node.
> I thought we ran into this same problem elsewhere before.

That might work, but if gcov code already has get_gcov_unsigned_t(),
we might as well use it, no?

> I'd like it even better if the list of required types was defined
> somewhere -- perhaps the manual, or the source by simply removing
> declarations for non-global types from the headers.

Indeed, that would be nice.

-- 
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}


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