public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "thopre01 at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/65369] [5 Regression] nettle test failure on powerpc64le-linux-gnu when built with -O3
Date: Thu, 12 Mar 2015 11:11:00 -0000	[thread overview]
Message-ID: <bug-65369-4-C229aX4QV5@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-65369-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65369

--- Comment #12 from Thomas Preud'homme <thopre01 at gcc dot gnu.org> ---
(In reply to Markus Trippelsdorf from comment #11)
>    0x0000000010000a00 <+1024>:  bl      0x100005b0 <_init+112>
>    0x0000000010000a04 <+1028>:  ld      r2,24(r1)
>    0x0000000010000a08 <+1032>:  lwz     r9,224(r1)
>    0x0000000010000a0c <+1036>:  addi    r3,r1,200
>    0x0000000010000a10 <+1040>:  addi    r4,r1,380
>    0x0000000010000a14 <+1044>:  stw     r9,380(r1)
>    0x0000000010000a18 <+1048>:  lwz     r9,228(r1)
>    0x0000000010000a1c <+1052>:  stw     r9,384(r1)
>    0x0000000010000a20 <+1056>:  lwz     r9,232(r1)
>    0x0000000010000a24 <+1060>:  stw     r9,388(r1)
>    0x0000000010000a28 <+1064>:  lwz     r9,236(r1)
>    0x0000000010000a2c <+1068>:  stw     r9,392(r1)
>    0x0000000010000a30 <+1072>:  lwz     r9,240(r1)
>    0x0000000010000a34 <+1076>:  stw     r9,396(r1)
>    0x0000000010000a38 <+1080>:  lwz     r9,244(r1)
>    0x0000000010000a3c <+1084>:  stw     r9,400(r1)
>    0x0000000010000a40 <+1088>:  lwz     r9,248(r1)
>    0x0000000010000a44 <+1092>:  stw     r9,404(r1)
>    0x0000000010000a48 <+1096>:  lwz     r9,252(r1)
>    0x0000000010000a4c <+1100>:  stw     r9,408(r1)
>    0x0000000010000a50 <+1104>:  lwz     r9,256(r1)
>    0x0000000010000a54 <+1108>:  stw     r9,412(r1)
>    0x0000000010000a58 <+1112>:  lwz     r9,260(r1)
>    0x0000000010000a5c <+1116>:  stw     r9,416(r1)
>    0x0000000010000a60 <+1120>:  lwz     r9,264(r1)
>    0x0000000010000a64 <+1124>:  stw     r9,420(r1)
>    0x0000000010000a68 <+1128>:  lwz     r9,268(r1)
>    0x0000000010000a6c <+1132>:  stw     r9,424(r1)
>    0x0000000010000a70 <+1136>:  lwz     r9,272(r1)
>    0x0000000010000a74 <+1140>:  stw     r9,428(r1)
>    0x0000000010000a78 <+1144>:  lwz     r9,276(r1)
>    0x0000000010000a7c <+1148>:  stw     r9,432(r1)
>    0x0000000010000a80 <+1152>:  lwz     r9,280(r1)
>    0x0000000010000a84 <+1156>:  stw     r9,436(r1)
>    0x0000000010000a88 <+1160>:  lwz     r9,284(r1)
>    0x0000000010000a8c <+1164>:  stw     r9,440(r1)
>    0x0000000010000a90 <+1168>:  bl      0x10000cb0 <md4_transform>
>    0x0000000010000a94 <+1172>:  li      r3,0
>    0x0000000010000a98 <+1176>:  b       0x10000784 <main+388>
>    0x0000000010000a9c <+1180>:  bl      0x100005e0 <_init+160>
>    0x0000000010000aa0 <+1184>:  ld      r2,24(r1)
> ---Type <return> to continue, or q <return> to quit---
>    0x0000000010000aa4 <+1188>:  cmpdi   cr7,r3,0
>    0x0000000010000aa8 <+1192>:  beq     cr7,0x10000988 <main+904>
>    0x0000000010000aac <+1196>:  li      r3,1
>    0x0000000010000ab0 <+1200>:  b       0x10000998 <main+920>
>    0x0000000010000ab4 <+1204>:  bl      0x100005f0 <_init+176>
> => 0x0000000010000ab8 <+1208>:  ld      r2,24(r1)
>    0x0000000010000abc <+1212>:  .long 0x0
>    0x0000000010000ac0 <+1216>:  .long 0x1000000
>    0x0000000010000ac4 <+1220>:  .long 0x1280

Alright, so the last 8 bytes of buffer and digest differ. I'll unwind this
tomorrow. Thanks!


  parent reply	other threads:[~2015-03-12 11:11 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-09 23:14 [Bug target/65369] New: " doko at gcc dot gnu.org
2015-03-09 23:24 ` [Bug target/65369] " pinskia at gcc dot gnu.org
2015-03-10  9:00 ` rguenth at gcc dot gnu.org
2015-03-10 15:01 ` law at redhat dot com
2015-03-10 21:56 ` msebor at gcc dot gnu.org
2015-03-11  4:04 ` msebor at gcc dot gnu.org
2015-03-11  4:10 ` doko at gcc dot gnu.org
2015-03-11 21:36 ` msebor at gcc dot gnu.org
2015-03-12  2:50 ` msebor at gcc dot gnu.org
2015-03-12 11:11 ` trippels at gcc dot gnu.org
2015-03-12 11:11 ` thopre01 at gcc dot gnu.org
2015-03-12 11:11 ` thopre01 at gcc dot gnu.org [this message]
2015-03-12 11:11 ` trippels at gcc dot gnu.org
2015-03-12 11:11 ` thopre01 at gcc dot gnu.org
2015-03-12 13:54 ` amodra at gmail dot com
2015-03-12 14:01 ` amodra at gmail dot com
2015-03-12 14:04 ` trippels at gcc dot gnu.org
2015-03-12 15:10 ` jakub at gcc dot gnu.org
2015-03-12 15:22 ` jakub at gcc dot gnu.org
2015-03-12 15:34 ` trippels at gcc dot gnu.org
2015-03-12 15:38 ` jakub at gcc dot gnu.org
2015-03-12 15:40 ` msebor at gcc dot gnu.org
2015-03-12 15:42 ` jakub at gcc dot gnu.org
2015-03-12 15:44 ` trippels at gcc dot gnu.org
2015-03-12 15:48 ` jakub at gcc dot gnu.org
2015-03-12 15:54 ` msebor at gcc dot gnu.org
2015-03-12 16:32 ` trippels at gcc dot gnu.org
2015-03-13  4:42 ` thopre01 at gcc dot gnu.org
2015-03-13  6:38 ` amodra at gmail dot com
2015-03-13  6:46 ` trippels at gcc dot gnu.org
2015-03-13  9:46 ` rguenth at gcc dot gnu.org
2015-03-13 14:01 ` amodra at gmail dot com
2015-03-13 14:22 ` amodra at gmail dot com
2015-03-13 14:51 ` trippels at gcc dot gnu.org
2015-03-13 15:25 ` wschmidt at gcc dot gnu.org
2015-03-13 16:25 ` jakub at gcc dot gnu.org
2015-03-13 16:45 ` jakub at gcc dot gnu.org
2015-03-13 16:46 ` jakub at gcc dot gnu.org
2015-03-14  9:57 ` jakub at gcc dot gnu.org
2015-03-14  9:57 ` jakub at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-65369-4-C229aX4QV5@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).