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

[Bug target/32288] Our C++ program (gcc 4.1.1 under Aix 5.3) crashes with a core dump



------- Comment #4 from pinskia at gcc dot gnu dot org  2007-06-12 14:01 -------
And why do you think GCC is at fault?  It is hard to debug this huge sources
really.  Have you tried to pin point exactly where the issue.  Do you have any
uninitialized variables?  Are you going over array bounds?  Do you take an
address of a local variable and keep it around even after it goes out of scope?


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32288


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