This is the mail archive of the gcc@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]

Re: gcc-2.8.0 mailing list ?



  In message <9712271745.aa04767@baerlap.north.de>you write:
  > Is there a list like this for gcc-2.8 ?
Yes, but it is a private list.


  > Is there a web page or other information ?
http://www.gnu.org/software/gcc/gcc.html

  > Does egcs/gcc-2.8 support profiling under Solaris-x86 ?
Don't know -- if it's not supported, then that might be a good
beginner project for someone that needs support for profiling
on that platform.  I see lots of stuff that relates to profiling
for solaris-x86, so hopefully it actually works.

  > Does egcs/gcc-2.8 under Solaris-x86 generate 'out of the box' debugging
  > information for c++ that is understandable by gdb ?
It defaults to the same debug symbols as the native compiler on that
system, dwarf1 I believe.  And dwarf1's support for C++ is marginal
at best.

It also supports gdb and dwarf2 as command line options, which should
work much better with C++.


jeff


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