public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug lto/56804] New: lto1: internal compiler error: bytecode stream: found non-null terminated string
@ 2013-04-01 22:18 vchou79 at gmail dot com
  2013-04-01 22:21 ` [Bug lto/56804] " vchou79 at gmail dot com
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: vchou79 at gmail dot com @ 2013-04-01 22:18 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 56804
           Summary: lto1: internal compiler error: bytecode stream: found
                    non-null terminated string
    Classification: Unclassified
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: vchou79@gmail.com


bash-4.1$ x86_64-w64-mingw32-gcc -I. -flto -c -save-temps -o lto-bug.o
lto-bug.c 
lto-bug.c: In function 'check_vpx_codec_dec_init_ver':
lto-bug.c:3:50: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
 long check_vpx_codec_dec_init_ver(void) { return (long)
vpx_codec_dec_init_ver; }
                                                  ^
bash-4.1$ x86_64-w64-mingw32-gcc -L. -flto -save-temps -o lto-bug.exe lto-bug.o
-lvpx
lto1: internal compiler error: bytecode stream: found non-null terminated
string
0xa58590 bp_unpack_string(data_in*, bitpack_d*)
        ../../gcc-4_9-trunk/gcc/data-streamer-in.c:112
0x7da427 unpack_ts_translation_unit_decl_value_fields
        ../../gcc-4_9-trunk/gcc/tree-streamer-in.c:383
0x7da427 unpack_value_fields
        ../../gcc-4_9-trunk/gcc/tree-streamer-in.c:465
0x7dafcd streamer_read_tree_bitfields(lto_input_block*, data_in*, tree_node*)
        ../../gcc-4_9-trunk/gcc/tree-streamer-in.c:510
0x5feb03 lto_read_tree
        ../../gcc-4_9-trunk/gcc/lto-streamer-in.c:1012
0x5feb03 lto_input_tree(lto_input_block*, data_in*)
        ../../gcc-4_9-trunk/gcc/lto-streamer-in.c:1082
0x7d8344 lto_input_ts_decl_minimal_tree_pointers
        ../../gcc-4_9-trunk/gcc/tree-streamer-in.c:641
0x7d8344 streamer_read_tree_body(lto_input_block*, data_in*, tree_node*)
        ../../gcc-4_9-trunk/gcc/tree-streamer-in.c:981
0x5feb11 lto_read_tree
        ../../gcc-4_9-trunk/gcc/lto-streamer-in.c:1015
0x5feb11 lto_input_tree(lto_input_block*, data_in*)
        ../../gcc-4_9-trunk/gcc/lto-streamer-in.c:1082
0x7d84ee lto_input_ts_type_common_tree_pointers
        ../../gcc-4_9-trunk/gcc/tree-streamer-in.c:765
0x7d84ee streamer_read_tree_body(lto_input_block*, data_in*, tree_node*)
        ../../gcc-4_9-trunk/gcc/tree-streamer-in.c:999
0x5feb11 lto_read_tree
        ../../gcc-4_9-trunk/gcc/lto-streamer-in.c:1015
0x5feb11 lto_input_tree(lto_input_block*, data_in*)
        ../../gcc-4_9-trunk/gcc/lto-streamer-in.c:1082
0x7d7f19 lto_input_ts_common_tree_pointers
        ../../gcc-4_9-trunk/gcc/tree-streamer-in.c:601
0x7d7f19 streamer_read_tree_body(lto_input_block*, data_in*, tree_node*)
        ../../gcc-4_9-trunk/gcc/tree-streamer-in.c:972
0x5feb11 lto_read_tree
        ../../gcc-4_9-trunk/gcc/lto-streamer-in.c:1015
0x5feb11 lto_input_tree(lto_input_block*, data_in*)
        ../../gcc-4_9-trunk/gcc/lto-streamer-in.c:1082
0x41f69f lto_read_decls
        ../../gcc-4_9-trunk/gcc/lto/lto.c:2086
0x41f69f lto_file_finalize
        ../../gcc-4_9-trunk/gcc/lto/lto.c:2339
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
lto-wrapper: x86_64-w64-mingw32-gcc returned 1 exit status
[Leaving LTRANS lto-bug.exe.ltrans.out]
[Leaving LTRANS /tmp/cc2HMJtw.args]
/home/slave/local/xmingw-4_9-trunk-w64-seh/lib/gcc/x86_64-w64-mingw32/4.9.0/../../../../x86_64-w64-mingw32/bin/ld:
lto-wrapper failed
collect2: error: ld returned 1 exit status
bash-4.1$ cat lto-bug.c
#include <vpx/vpx_decoder.h>
#include <vpx/vp8dx.h>
long check_vpx_codec_dec_init_ver(void) { return (long) vpx_codec_dec_init_ver;
}
int main(void) { return 0; }


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug lto/56804] lto1: internal compiler error: bytecode stream: found non-null terminated string
  2013-04-01 22:18 [Bug lto/56804] New: lto1: internal compiler error: bytecode stream: found non-null terminated string vchou79 at gmail dot com
@ 2013-04-01 22:21 ` vchou79 at gmail dot com
  2013-04-01 23:18 ` vchou79 at gmail dot com
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: vchou79 at gmail dot com @ 2013-04-01 22:21 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #1 from Vincent <vchou79 at gmail dot com> 2013-04-01 22:21:14 UTC ---
Created attachment 29770
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29770
preprocessed sources


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug lto/56804] lto1: internal compiler error: bytecode stream: found non-null terminated string
  2013-04-01 22:18 [Bug lto/56804] New: lto1: internal compiler error: bytecode stream: found non-null terminated string vchou79 at gmail dot com
  2013-04-01 22:21 ` [Bug lto/56804] " vchou79 at gmail dot com
@ 2013-04-01 23:18 ` vchou79 at gmail dot com
  2013-04-02  9:15 ` rguenth at gcc dot gnu.org
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: vchou79 at gmail dot com @ 2013-04-01 23:18 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #2 from Vincent <vchou79 at gmail dot com> 2013-04-01 23:17:55 UTC ---
introduced by http://gcc.gnu.org/viewcvs/gcc?view=revision&revision=196864


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug lto/56804] lto1: internal compiler error: bytecode stream: found non-null terminated string
  2013-04-01 22:18 [Bug lto/56804] New: lto1: internal compiler error: bytecode stream: found non-null terminated string vchou79 at gmail dot com
  2013-04-01 22:21 ` [Bug lto/56804] " vchou79 at gmail dot com
  2013-04-01 23:18 ` vchou79 at gmail dot com
@ 2013-04-02  9:15 ` rguenth at gcc dot gnu.org
  2013-04-02  9:45 ` vchou79 at gmail dot com
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-04-02  9:15 UTC (permalink / raw)
  To: gcc-bugs


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |x86_64-w64-mingw32
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2013-04-02
     Ever Confirmed|0                           |1

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> 2013-04-02 09:15:19 UTC ---
You need to re-build all LTO objects after the change.  Please make sure
that happened.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug lto/56804] lto1: internal compiler error: bytecode stream: found non-null terminated string
  2013-04-01 22:18 [Bug lto/56804] New: lto1: internal compiler error: bytecode stream: found non-null terminated string vchou79 at gmail dot com
                   ` (2 preceding siblings ...)
  2013-04-02  9:15 ` rguenth at gcc dot gnu.org
@ 2013-04-02  9:45 ` vchou79 at gmail dot com
  2013-04-02 13:25 ` rguenth at gcc dot gnu.org
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: vchou79 at gmail dot com @ 2013-04-02  9:45 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #4 from Vincent <vchou79 at gmail dot com> 2013-04-02 09:45:29 UTC ---
After rebuild all LTO objects the same happened.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug lto/56804] lto1: internal compiler error: bytecode stream: found non-null terminated string
  2013-04-01 22:18 [Bug lto/56804] New: lto1: internal compiler error: bytecode stream: found non-null terminated string vchou79 at gmail dot com
                   ` (3 preceding siblings ...)
  2013-04-02  9:45 ` vchou79 at gmail dot com
@ 2013-04-02 13:25 ` rguenth at gcc dot gnu.org
  2013-04-02 23:48 ` vchou79 at gmail dot com
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-04-02 13:25 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> 2013-04-02 13:25:12 UTC ---
Works for me.  Are you sure -lvpx doesn't contain LTO bytecode?  Can you
reproduce it with -r -nostdlib?  Please provide the output of appending
-v to the link line - also look for the inputs to the WPA stage
(the lto1 command with -fwpa, there is a response file at the end,
save it with -save-temps and inspect it - there are all objects with
LTO bytecode listed).


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug lto/56804] lto1: internal compiler error: bytecode stream: found non-null terminated string
  2013-04-01 22:18 [Bug lto/56804] New: lto1: internal compiler error: bytecode stream: found non-null terminated string vchou79 at gmail dot com
                   ` (4 preceding siblings ...)
  2013-04-02 13:25 ` rguenth at gcc dot gnu.org
@ 2013-04-02 23:48 ` vchou79 at gmail dot com
  2013-04-03  8:05 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: vchou79 at gmail dot com @ 2013-04-02 23:48 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #6 from Vincent <vchou79 at gmail dot com> 2013-04-02 23:48:41 UTC ---
bash-4.1$ cat test.res 
3
test.o 4
459 b27d8a298c16d07e PREVAILING_DEF_IRONLY_EXP check_vpx_codec_dec_init_ver
475 b27d8a298c16d07e PREVAILING_DEF_IRONLY_EXP main
463 b27d8a298c16d07e RESOLVED_IR vpx_codec_dec_init_ver
478 b27d8a298c16d07e RESOLVED_IR vpx_codec_control_
./libvpx.a@0x5b54 10
887 aa0ed57284137d70 PREVAILING_DEF_IRONLY_EXP vpx_codec_dec_init_ver
907 aa0ed57284137d70 PREVAILING_DEF_IRONLY_EXP vpx_codec_peek_stream_info
919 aa0ed57284137d70 PREVAILING_DEF_IRONLY_EXP vpx_codec_get_stream_info
927 aa0ed57284137d70 PREVAILING_DEF_IRONLY_EXP vpx_codec_decode
942 aa0ed57284137d70 PREVAILING_DEF_IRONLY_EXP vpx_codec_get_frame
951 aa0ed57284137d70 PREVAILING_DEF_IRONLY_EXP vpx_codec_register_put_frame_cb
962 aa0ed57284137d70 PREVAILING_DEF_IRONLY_EXP vpx_codec_register_put_slice_cb
972 aa0ed57284137d70 PREVAILING_DEF_IRONLY_EXP vpx_codec_get_mem_map
983 aa0ed57284137d70 PREVAILING_DEF_IRONLY_EXP vpx_codec_set_mem_map
994 aa0ed57284137d70 RESOLVED_IR vpx_codec_destroy
./libvpx.a@0x11d60 10
873 3ff73b4c7c71e571 PREVAILING_DEF_IRONLY_EXP vpx_codec_version
877 3ff73b4c7c71e571 PREVAILING_DEF_IRONLY_EXP vpx_codec_version_str
881 3ff73b4c7c71e571 PREVAILING_DEF_IRONLY_EXP vpx_codec_version_extra_str
884 3ff73b4c7c71e571 PREVAILING_DEF_IRONLY_EXP vpx_codec_iface_name
890 3ff73b4c7c71e571 PREVAILING_DEF_IRONLY_EXP vpx_codec_err_to_string
900 3ff73b4c7c71e571 PREVAILING_DEF_IRONLY_EXP vpx_codec_error
907 3ff73b4c7c71e571 PREVAILING_DEF_IRONLY_EXP vpx_codec_error_detail
911 3ff73b4c7c71e571 PREVAILING_DEF_IRONLY_EXP vpx_codec_destroy
917 3ff73b4c7c71e571 PREVAILING_DEF_IRONLY_EXP vpx_codec_get_caps
923 3ff73b4c7c71e571 PREVAILING_DEF_IRONLY_EXP vpx_codec_control_


bash-4.1$ nm test.o
0000000000000000 b .bss
0000000000000000 d .data
0000000000000000 r .gnu.lto_.decls.b27d8a298c16d07e
0000000000000000 r .gnu.lto_.inline.b27d8a298c16d07e
0000000000000000 r .gnu.lto_.opts
0000000000000000 r .gnu.lto_.refs.b27d8a298c16d07e
0000000000000000 r .gnu.lto_.symbol_nodes.b27d8a298c16d07e
0000000000000000 r .gnu.lto_.symtab.b27d8a298c16d07e
0000000000000000 r .gnu.lto_check_vpx_codec_dec_init_ver.b27d8a298c16d07e
0000000000000000 r .gnu.lto_main.b27d8a298c16d07e
0000000000000000 r
.gnu.lto_vpx_codec_control_VP8D_GET_FRAME_CORRUPTED.b27d8a298c16d07e
0000000000000000 r
.gnu.lto_vpx_codec_control_VP8D_GET_LAST_REF_UPDATES.b27d8a298c16d07e
0000000000000000 r
.gnu.lto_vpx_codec_control_VP8D_GET_LAST_REF_USED.b27d8a298c16d07e
0000000000000000 r
.gnu.lto_vpx_codec_control_VP8_COPY_REFERENCE.b27d8a298c16d07e
0000000000000000 r
.gnu.lto_vpx_codec_control_VP8_SET_DBG_COLOR_B_MODES.b27d8a298c16d07e
0000000000000000 r
.gnu.lto_vpx_codec_control_VP8_SET_DBG_COLOR_MB_MODES.b27d8a298c16d07e
0000000000000000 r
.gnu.lto_vpx_codec_control_VP8_SET_DBG_COLOR_REF_FRAME.b27d8a298c16d07e
0000000000000000 r
.gnu.lto_vpx_codec_control_VP8_SET_DBG_DISPLAY_MV.b27d8a298c16d07e
0000000000000000 r .gnu.lto_vpx_codec_control_VP8_SET_POSTPROC.b27d8a298c16d07e
0000000000000000 r
.gnu.lto_vpx_codec_control_VP8_SET_REFERENCE.b27d8a298c16d07e
0000000000000000 p .pdata
0000000000000000 r .rdata$zzz
0000000000000000 t .text
0000000000000000 r .xdata
0000000000000001 C __gnu_lto_v1
                 U __main
00000000000001c8 T check_vpx_codec_dec_init_ver
00000000000001d5 T main
                 U vpx_codec_control_
000000000000016c t vpx_codec_control_VP8D_GET_FRAME_CORRUPTED
000000000000013e t vpx_codec_control_VP8D_GET_LAST_REF_UPDATES
000000000000019a t vpx_codec_control_VP8D_GET_LAST_REF_USED
000000000000002e t vpx_codec_control_VP8_COPY_REFERENCE
00000000000000e4 t vpx_codec_control_VP8_SET_DBG_COLOR_B_MODES
00000000000000b7 t vpx_codec_control_VP8_SET_DBG_COLOR_MB_MODES
000000000000008a t vpx_codec_control_VP8_SET_DBG_COLOR_REF_FRAME
0000000000000111 t vpx_codec_control_VP8_SET_DBG_DISPLAY_MV
000000000000005c t vpx_codec_control_VP8_SET_POSTPROC
0000000000000000 t vpx_codec_control_VP8_SET_REFERENCE
                 U vpx_codec_dec_init_ver


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug lto/56804] lto1: internal compiler error: bytecode stream: found non-null terminated string
  2013-04-01 22:18 [Bug lto/56804] New: lto1: internal compiler error: bytecode stream: found non-null terminated string vchou79 at gmail dot com
                   ` (5 preceding siblings ...)
  2013-04-02 23:48 ` vchou79 at gmail dot com
@ 2013-04-03  8:05 ` rguenth at gcc dot gnu.org
  2013-04-03 10:55 ` vchou79 at gmail dot com
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-04-03  8:05 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #7 from Richard Biener <rguenth at gcc dot gnu.org> 2013-04-03 08:05:15 UTC ---
(In reply to comment #6)
> bash-4.1$ cat test.res 
> 3
> test.o 4
> 459 b27d8a298c16d07e PREVAILING_DEF_IRONLY_EXP check_vpx_codec_dec_init_ver
> 475 b27d8a298c16d07e PREVAILING_DEF_IRONLY_EXP main
> 463 b27d8a298c16d07e RESOLVED_IR vpx_codec_dec_init_ver
> 478 b27d8a298c16d07e RESOLVED_IR vpx_codec_control_
> ./libvpx.a@0x5b54 10

Thus libvpx.a contains objects with LTO bytecode.  Please make sure
to re-build those as well.

> 887 aa0ed57284137d70 PREVAILING_DEF_IRONLY_EXP vpx_codec_dec_init_ver
> 907 aa0ed57284137d70 PREVAILING_DEF_IRONLY_EXP vpx_codec_peek_stream_info
> 919 aa0ed57284137d70 PREVAILING_DEF_IRONLY_EXP vpx_codec_get_stream_info
> 927 aa0ed57284137d70 PREVAILING_DEF_IRONLY_EXP vpx_codec_decode
> 942 aa0ed57284137d70 PREVAILING_DEF_IRONLY_EXP vpx_codec_get_frame
> 951 aa0ed57284137d70 PREVAILING_DEF_IRONLY_EXP vpx_codec_register_put_frame_cb
> 962 aa0ed57284137d70 PREVAILING_DEF_IRONLY_EXP vpx_codec_register_put_slice_cb
> 972 aa0ed57284137d70 PREVAILING_DEF_IRONLY_EXP vpx_codec_get_mem_map
> 983 aa0ed57284137d70 PREVAILING_DEF_IRONLY_EXP vpx_codec_set_mem_map
> 994 aa0ed57284137d70 RESOLVED_IR vpx_codec_destroy
> ./libvpx.a@0x11d60 10
> 873 3ff73b4c7c71e571 PREVAILING_DEF_IRONLY_EXP vpx_codec_version
> 877 3ff73b4c7c71e571 PREVAILING_DEF_IRONLY_EXP vpx_codec_version_str
> 881 3ff73b4c7c71e571 PREVAILING_DEF_IRONLY_EXP vpx_codec_version_extra_str
> 884 3ff73b4c7c71e571 PREVAILING_DEF_IRONLY_EXP vpx_codec_iface_name
> 890 3ff73b4c7c71e571 PREVAILING_DEF_IRONLY_EXP vpx_codec_err_to_string
> 900 3ff73b4c7c71e571 PREVAILING_DEF_IRONLY_EXP vpx_codec_error
> 907 3ff73b4c7c71e571 PREVAILING_DEF_IRONLY_EXP vpx_codec_error_detail
> 911 3ff73b4c7c71e571 PREVAILING_DEF_IRONLY_EXP vpx_codec_destroy
> 917 3ff73b4c7c71e571 PREVAILING_DEF_IRONLY_EXP vpx_codec_get_caps
> 923 3ff73b4c7c71e571 PREVAILING_DEF_IRONLY_EXP vpx_codec_control_
> 
> 
> bash-4.1$ nm test.o
> 0000000000000000 b .bss
> 0000000000000000 d .data
> 0000000000000000 r .gnu.lto_.decls.b27d8a298c16d07e
> 0000000000000000 r .gnu.lto_.inline.b27d8a298c16d07e
> 0000000000000000 r .gnu.lto_.opts
> 0000000000000000 r .gnu.lto_.refs.b27d8a298c16d07e
> 0000000000000000 r .gnu.lto_.symbol_nodes.b27d8a298c16d07e
> 0000000000000000 r .gnu.lto_.symtab.b27d8a298c16d07e
> 0000000000000000 r .gnu.lto_check_vpx_codec_dec_init_ver.b27d8a298c16d07e
> 0000000000000000 r .gnu.lto_main.b27d8a298c16d07e
> 0000000000000000 r
> .gnu.lto_vpx_codec_control_VP8D_GET_FRAME_CORRUPTED.b27d8a298c16d07e
> 0000000000000000 r
> .gnu.lto_vpx_codec_control_VP8D_GET_LAST_REF_UPDATES.b27d8a298c16d07e
> 0000000000000000 r
> .gnu.lto_vpx_codec_control_VP8D_GET_LAST_REF_USED.b27d8a298c16d07e
> 0000000000000000 r
> .gnu.lto_vpx_codec_control_VP8_COPY_REFERENCE.b27d8a298c16d07e
> 0000000000000000 r
> .gnu.lto_vpx_codec_control_VP8_SET_DBG_COLOR_B_MODES.b27d8a298c16d07e
> 0000000000000000 r
> .gnu.lto_vpx_codec_control_VP8_SET_DBG_COLOR_MB_MODES.b27d8a298c16d07e
> 0000000000000000 r
> .gnu.lto_vpx_codec_control_VP8_SET_DBG_COLOR_REF_FRAME.b27d8a298c16d07e
> 0000000000000000 r
> .gnu.lto_vpx_codec_control_VP8_SET_DBG_DISPLAY_MV.b27d8a298c16d07e
> 0000000000000000 r .gnu.lto_vpx_codec_control_VP8_SET_POSTPROC.b27d8a298c16d07e
> 0000000000000000 r
> .gnu.lto_vpx_codec_control_VP8_SET_REFERENCE.b27d8a298c16d07e
> 0000000000000000 p .pdata
> 0000000000000000 r .rdata$zzz
> 0000000000000000 t .text
> 0000000000000000 r .xdata
> 0000000000000001 C __gnu_lto_v1
>                  U __main
> 00000000000001c8 T check_vpx_codec_dec_init_ver
> 00000000000001d5 T main
>                  U vpx_codec_control_
> 000000000000016c t vpx_codec_control_VP8D_GET_FRAME_CORRUPTED
> 000000000000013e t vpx_codec_control_VP8D_GET_LAST_REF_UPDATES
> 000000000000019a t vpx_codec_control_VP8D_GET_LAST_REF_USED
> 000000000000002e t vpx_codec_control_VP8_COPY_REFERENCE
> 00000000000000e4 t vpx_codec_control_VP8_SET_DBG_COLOR_B_MODES
> 00000000000000b7 t vpx_codec_control_VP8_SET_DBG_COLOR_MB_MODES
> 000000000000008a t vpx_codec_control_VP8_SET_DBG_COLOR_REF_FRAME
> 0000000000000111 t vpx_codec_control_VP8_SET_DBG_DISPLAY_MV
> 000000000000005c t vpx_codec_control_VP8_SET_POSTPROC
> 0000000000000000 t vpx_codec_control_VP8_SET_REFERENCE
>                  U vpx_codec_dec_init_ver


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug lto/56804] lto1: internal compiler error: bytecode stream: found non-null terminated string
  2013-04-01 22:18 [Bug lto/56804] New: lto1: internal compiler error: bytecode stream: found non-null terminated string vchou79 at gmail dot com
                   ` (6 preceding siblings ...)
  2013-04-03  8:05 ` rguenth at gcc dot gnu.org
@ 2013-04-03 10:55 ` vchou79 at gmail dot com
  2013-04-03 11:10 ` vchou79 at gmail dot com
  2013-04-03 17:20 ` vchou79 at gmail dot com
  9 siblings, 0 replies; 11+ messages in thread
From: vchou79 at gmail dot com @ 2013-04-03 10:55 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #8 from Vincent <vchou79 at gmail dot com> 2013-04-03 10:55:02 UTC ---
(In reply to comment #7)
> (In reply to comment #6)
> > bash-4.1$ cat test.res 
> > 3
> > test.o 4
> > 459 b27d8a298c16d07e PREVAILING_DEF_IRONLY_EXP check_vpx_codec_dec_init_ver
> > 475 b27d8a298c16d07e PREVAILING_DEF_IRONLY_EXP main
> > 463 b27d8a298c16d07e RESOLVED_IR vpx_codec_dec_init_ver
> > 478 b27d8a298c16d07e RESOLVED_IR vpx_codec_control_
> > ./libvpx.a@0x5b54 10
> 
> Thus libvpx.a contains objects with LTO bytecode.  Please make sure
> to re-build those as well.
> 
Those are rebuilt, tested more 3 times, but issue persists, the changes to
back-end @r196864 caused it.
The preprocessed sources alone isn't adequate to trigger this bug.
libvpx.a is required, do you need this archive ?


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug lto/56804] lto1: internal compiler error: bytecode stream: found non-null terminated string
  2013-04-01 22:18 [Bug lto/56804] New: lto1: internal compiler error: bytecode stream: found non-null terminated string vchou79 at gmail dot com
                   ` (7 preceding siblings ...)
  2013-04-03 10:55 ` vchou79 at gmail dot com
@ 2013-04-03 11:10 ` vchou79 at gmail dot com
  2013-04-03 17:20 ` vchou79 at gmail dot com
  9 siblings, 0 replies; 11+ messages in thread
From: vchou79 at gmail dot com @ 2013-04-03 11:10 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #9 from Vincent <vchou79 at gmail dot com> 2013-04-03 11:10:21 UTC ---
Created attachment 29790
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29790
LICENSE for preprocessed sources.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug lto/56804] lto1: internal compiler error: bytecode stream: found non-null terminated string
  2013-04-01 22:18 [Bug lto/56804] New: lto1: internal compiler error: bytecode stream: found non-null terminated string vchou79 at gmail dot com
                   ` (8 preceding siblings ...)
  2013-04-03 11:10 ` vchou79 at gmail dot com
@ 2013-04-03 17:20 ` vchou79 at gmail dot com
  9 siblings, 0 replies; 11+ messages in thread
From: vchou79 at gmail dot com @ 2013-04-03 17:20 UTC (permalink / raw)
  To: gcc-bugs


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

Vincent <vchou79 at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |WORKSFORME

--- Comment #11 from Vincent <vchou79 at gmail dot com> 2013-04-03 17:20:22 UTC ---
You're 100% correct.
It wasn't rebuilt properly because of ccache was enabled previously.
Closing bug as "works for me".
Thanks


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-04-03 17:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-01 22:18 [Bug lto/56804] New: lto1: internal compiler error: bytecode stream: found non-null terminated string vchou79 at gmail dot com
2013-04-01 22:21 ` [Bug lto/56804] " vchou79 at gmail dot com
2013-04-01 23:18 ` vchou79 at gmail dot com
2013-04-02  9:15 ` rguenth at gcc dot gnu.org
2013-04-02  9:45 ` vchou79 at gmail dot com
2013-04-02 13:25 ` rguenth at gcc dot gnu.org
2013-04-02 23:48 ` vchou79 at gmail dot com
2013-04-03  8:05 ` rguenth at gcc dot gnu.org
2013-04-03 10:55 ` vchou79 at gmail dot com
2013-04-03 11:10 ` vchou79 at gmail dot com
2013-04-03 17:20 ` vchou79 at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).