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]

Synthetic register related: Seg fault


I have managed to beat the code into shape.  I am minimally satisfied that 
the overal design changes implement the functionality I am trying to create. 

Now I have to excise the dumb stunts.

I have modified five to seven hundred lines of code, spread out over i368.c, 
i386.h, i386.md, and i386-protos.(h?), not counting necessary global 
replacements.  This isn't much code, nothing is terribly creative, and all of 
the new code is merely duplication with a slight twist.  

For the most part, this is just straightforward bashing on the places where 
it looked like it needed to be changed.

The whole thing (amazingly) compiles, and I believe it gets past the first 
MAKE step for make bootstrap.

What would be the best approach to hunting down flaws that cause things like 
this Segmentation fault?

Andy


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