This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/57970] segfault in sched-deps.c
- From: "egallager at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 02 Aug 2017 14:17:14 +0000
- Subject: [Bug rtl-optimization/57970] segfault in sched-deps.c
- Auto-submitted: auto-generated
- References: <bug-57970-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57970
Eric Gallager <egallager at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |egallager at gcc dot gnu.org
--- Comment #6 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Chris King from comment #5)
> Would a unit test case be acceptable? That should be an easy way to evince
> this bug and I'd be glad to write one.
It might not've been when you wrote this, but I guess now that David Malcolm
has added unit testing capabilities to gcc, maybe...
(See gcc/selftest.h and gcc/selftest.c for info)