| Summary: | [4.9 regression] libstdc++.so.6: undefined symbol: htab_hash_pointer | ||
|---|---|---|---|
| Product: | gcc | Reporter: | Dmitry G. Dyachenko <dimhen> |
| Component: | bootstrap | Assignee: | Not yet assigned to anyone <unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | gary, gbenson |
| Priority: | P3 | ||
| Version: | 4.9.0 | ||
| Target Milestone: | --- | ||
| Host: | Target: | ||
| Build: | Known to work: | ||
| Known to fail: | Last reconfirmed: | ||
|
Description
Dmitry G. Dyachenko
2013-09-10 18:04:21 UTC
Forget to mention: FAIL from c#1 was with make -j5 / 4 CPU with -enable-checking=release and 'make' FAIL differ checking for x86_64-unknown-linux-gnu-gcc... /home/dimhen/build/gcc_current/./gcc/xgcc -B/home/dimhen/build/gcc_current/./gcc/ -B/usr/local/gcc_current/x86_64-unknown-linux-gnu/bin/ -B/usr/local/gcc_current/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/gcc_current/x86_64-unknown-linux-gnu/include -isystem /usr/local/gcc_current/x86_64-unknown-linux-gnu/sys-include checking for C compiler default output file name... configure: error: in `/home/dimhen/build/gcc_current/x86_64-unknown-linux-gnu/libsanitizer': configure: error: C compiler cannot create executables See `config.log' for more details. make[2]: *** [configure-stage1-target-libsanitizer] Error 77 config.log contains configure:3517: checking for C compiler default output file name configure:3539: /home/dimhen/build/gcc_current/./gcc/xgcc -B/home/dimhen/build/gcc_current/./gcc/ -B/usr/local/gcc_current/x86_64-unknown-linux-gnu/bin/ -B/usr/local/gcc_current/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/gcc_current/x86_64-unknown-linux-gnu/include -isystem /usr/local/gcc_current/x86_64-unknown-linux-gnu/sys-include -g -O2 conftest.c >&5 /home/dimhen/build/gcc_current/./gcc/xgcc: symbol lookup error: /home/dimhen/build/gcc_current/x86_64-unknown-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so.6: undefined symbol: htab_hash_pointer configure:3543: $? = 127 Author: paolo Date: Tue Sep 10 18:45:29 2013 New Revision: 202480 URL: http://gcc.gnu.org/viewcvs?rev=202480&root=gcc&view=rev Log: 2013-09-10 Paolo Carlini <paolo.carlini@oracle.com> PR bootstrap/58386 Revert: 2013-09-10 Gary Benson <gbenson@redhat.com> * cp-demangle.c: Include hashtab.h. (struct d_print_info): New field saved_scopes. (d_print_init): Initialize the above. (d_print_free): New function. (cplus_demangle_print_callback): Call the above. (struct d_saved_scope): New structure. (d_store_scope): New function. (d_free_scope) Likewise. (d_restore_scope) Likewise. (d_hash_saved_scope) Likewise. (d_equal_saved_scope) Likewise. (d_print_comp): New variable saved_scope. [DEMANGLE_COMPONENT_REFERENCE, DEMANGLE_COMPONENT_RVALUE_REFERENCE]: Capture scope the first time the component is traversed, and use the captured scope for subsequent traversals. Modified: trunk/libiberty/ChangeLog trunk/libiberty/cp-demangle.c trunk/libiberty/testsuite/demangle-expected Patch reverted. |