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]
Other format: [Raw text]

Re: -Wabi is misdesigned (answers the wrong question)


On Fri, Oct 24, 2003 at 11:30:04AM -0700, Joe Buck wrote:
> Another alternative is the following: if we had a dump format that
> would contain a description of the layout of each class that is encountered,
> then we could simply run the compiler twice, once with the 3.2 ABI,
> once with the 3.4 ABI, and then diff the dumps.

Debug info has this.  Just need a bit o code to use, say, libdwarf
to read and compare them.


r~


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