This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/52236] segfault in program that results from compiling sha512-hash.c
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 13 Feb 2012 17:40:38 +0000
- Subject: [Bug c/52236] segfault in program that results from compiling sha512-hash.c
- Auto-submitted: auto-generated
- References: <bug-52236-4@http.gcc.gnu.org/bugzilla/>
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.).