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 c/52236] segfault in program that results from compiling sha512-hash.c


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2012-02-13
                 CC|                            |jakub at gcc dot gnu.org
     Ever Confirmed|0                           |1

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-02-13 17:40:38 UTC ---
Please read http://gcc.gnu.org/bugs.html, you should provide a self-contained
and if possible small testcase, it could very well be a bug in the application
you are using.  If you suspect a gcc bug, you can use use either a debugger or
brute-force - e.g. binary search in between objects compiled with various
compilation flags or various versions of the compiler (-O0 vs. standard flags,
or standard flags + -fno-strict-aliasing, etc.).


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