This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/50858] [4.7 Regression] segfault at ../../gcc/libiberty/hashtab.c:981
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 24 Oct 2011 23:48:00 +0000
- Subject: [Bug c++/50858] [4.7 Regression] segfault at ../../gcc/libiberty/hashtab.c:981
- Auto-submitted: auto-generated
- References: <bug-50858-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50858
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-on-invalid-code
CC|paolo.carlini at oracle dot |
|com |
--- Comment #7 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-10-24 23:48:00 UTC ---
Note however that this an ice on *invalid*, ie, if I revert my patch for
PR38174 the testcase is just smoothly rejected because the overload is
ambiguous, is not accepted. In other terms, if chromium at the moment doesn't
build for you, it will still not build after this PR is fixed.