------- Comment #3 from rguenth at gcc dot gnu dot org 2010-01-29 14:00 ------- Created an attachment (id=19750) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19750&action=view) testcase
inside stage3/gcc: obj/gcc> /abuild/rguenther/obj/./prev-gcc/cc1 -fpreprocessed dse.i -quiet -dumpbase dse.c -mtune=generic -auxbase-strip dse.o -g -O2 -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werror -Wold-style-definition -Wc++-compat -version -fno-common -o dse.s1 obj/gcc> /abuild/rguenther/obj/./prev-gcc/cc1 -fpreprocessed dse.i -quiet -dumpbase dse.c -mtune=generic -auxbase-strip dse.o -g -O2 -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werror -Wold-style-definition -Wc++-compat -version -fno-common -o dse.s2 obj/gcc> cmp dse.s1 dse.s2 dse.s1 dse.s2 differ: char 285950, line 18387 --- dse.s1 2010-01-29 14:58:22.000000000 +0100 +++ dse.s2 2010-01-29 14:58:26.000000000 +0100 @@ -18384,8 +18384,8 @@ .quad .LVL1531-.Ltext0 .quad .LVL1532-1-.Ltext0 .value 0x2 - .byte 0x77 - .sleb128 32 + .byte 0x73 + .sleb128 24 .quad .LVL1536-.Ltext0 .quad .LVL1538-.Ltext0 .value 0x1 @@ -18397,8 +18397,8 @@ .quad .LVL1576-.Ltext0 .quad .LVL1577-1-.Ltext0 .value 0x2 - .byte 0x77 - .sleb128 32 + .byte 0x73 + .sleb128 24 .quad 0x0 .quad 0x0 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42896