public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/60707] New: FAIL: gfortran.dg/pr45636.f90  -O   scan-tree-dump-times forwprop2 "memset" 0
@ 2014-03-29 19:48 danglin at gcc dot gnu.org
  2014-03-31  8:27 ` [Bug tree-optimization/60707] " rguenth at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: danglin at gcc dot gnu.org @ 2014-03-29 19:48 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 60707
           Summary: FAIL: gfortran.dg/pr45636.f90  -O
                    scan-tree-dump-times forwprop2 "memset" 0
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: danglin at gcc dot gnu.org
              Host: hppa2.0w-hp-hpux11.11
            Target: hppa2.0w-hp-hpux11.11
             Build: hppa2.0w-hp-hpux11.11

Executing on host: /test/gnu/gcc/objdir/gcc/testsuite/gfortran/../../gfortran
-B
/test/gnu/gcc/objdir/gcc/testsuite/gfortran/../../
-B/test/gnu/gcc/objdir/hppa2.
0w-hp-hpux11.11/./libgfortran/
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/pr456
36.f90  -fno-diagnostics-show-caret -fdiagnostics-color=never   -O  -O2
-fdump-t
ree-forwprop2 -S  -o pr45636.s    (timeout = 300)
spawn /test/gnu/gcc/objdir/gcc/testsuite/gfortran/../../gfortran
-B/test/gnu/gcc
/objdir/gcc/testsuite/gfortran/../../
-B/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.
11/./libgfortran/ /test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/pr45636.f90
-fno-d
iagnostics-show-caret -fdiagnostics-color=never -O -O2 -fdump-tree-forwprop2 -S 
-o pr45636.s
PASS: gfortran.dg/pr45636.f90  -O  (test for excess errors)
FAIL: gfortran.dg/pr45636.f90  -O   scan-tree-dump-times forwprop2 "memset" 0

Tree dump:

;; Function main (main, funcdef_no=1, decl_uid=832, symbol_order=1) (executed
on
ce)

main (integer(kind=4) argc, character(kind=1) * * argv)
{
  character(kind=1) a[1:4];
  character(kind=1) b[1:4];
  static integer(kind=4) options.0[9] = {68, 1023, 0, 0, 1, 1, 0, 0, 31};

  <bb 2>:
  _gfortran_set_args (argc_2(D), argv_3(D));
  _gfortran_set_options (9, &options.0[0]);
  __builtin_memcpy (&a, &"a "[1]{lb: 1 sz: 1}, 2);
  __builtin_memset (&MEM[(void *)&a + 2B], 32, 2);
  MEM[(c_char * {ref-all})&b] = 98;
  __builtin_memset (&MEM[(void *)&b + 1B], 32, 3);
  sub (&a, &b, 4, 4);
  a ={v} {CLOBBER};
  b ={v} {CLOBBER};
  return 0;

}


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

* [Bug tree-optimization/60707] FAIL: gfortran.dg/pr45636.f90  -O   scan-tree-dump-times forwprop2 "memset" 0
  2014-03-29 19:48 [Bug tree-optimization/60707] New: FAIL: gfortran.dg/pr45636.f90 -O scan-tree-dump-times forwprop2 "memset" 0 danglin at gcc dot gnu.org
@ 2014-03-31  8:27 ` rguenth at gcc dot gnu.org
  2014-03-31 18:33 ` dave.anglin at bell dot net
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-03-31  8:27 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Already xfailed for mips.  You may want to check history to see if it's
applicable to xfail on hppa as well.


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

* [Bug tree-optimization/60707] FAIL: gfortran.dg/pr45636.f90  -O   scan-tree-dump-times forwprop2 "memset" 0
  2014-03-29 19:48 [Bug tree-optimization/60707] New: FAIL: gfortran.dg/pr45636.f90 -O scan-tree-dump-times forwprop2 "memset" 0 danglin at gcc dot gnu.org
  2014-03-31  8:27 ` [Bug tree-optimization/60707] " rguenth at gcc dot gnu.org
@ 2014-03-31 18:33 ` dave.anglin at bell dot net
  2014-08-07 21:45 ` danglin at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: dave.anglin at bell dot net @ 2014-03-31 18:33 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from dave.anglin at bell dot net ---
On 3/31/2014 4:27 AM, rguenth at gcc dot gnu.org wrote:
> Already xfailed for mips.  You may want to check history to see if it's
> applicable to xfail on hppa as well.
I just noticed that this bug may have been recently fixed.  Test
didn't fail on last hppa2.0w-hp-hpux11.11 build.

Need to check whether it is also fixed on linux.

Looking at history, I didn't get a clear answer as to whether xfail 
should apply to hppa as well.


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

* [Bug tree-optimization/60707] FAIL: gfortran.dg/pr45636.f90  -O   scan-tree-dump-times forwprop2 "memset" 0
  2014-03-29 19:48 [Bug tree-optimization/60707] New: FAIL: gfortran.dg/pr45636.f90 -O scan-tree-dump-times forwprop2 "memset" 0 danglin at gcc dot gnu.org
  2014-03-31  8:27 ` [Bug tree-optimization/60707] " rguenth at gcc dot gnu.org
  2014-03-31 18:33 ` dave.anglin at bell dot net
@ 2014-08-07 21:45 ` danglin at gcc dot gnu.org
  2014-08-07 21:47 ` danglin at gcc dot gnu.org
  2014-08-07 21:49 ` danglin at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: danglin at gcc dot gnu.org @ 2014-08-07 21:45 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from John David Anglin <danglin at gcc dot gnu.org> ---
Author: danglin
Date: Thu Aug  7 21:44:55 2014
New Revision: 213740

URL: https://gcc.gnu.org/viewcvs?rev=213740&root=gcc&view=rev
Log:
    PR tree-optimization/60707
    * gfortran.dg/pr45636.f90: xfail on 32-bit hppa*-*-*.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/pr45636.f90


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

* [Bug tree-optimization/60707] FAIL: gfortran.dg/pr45636.f90  -O   scan-tree-dump-times forwprop2 "memset" 0
  2014-03-29 19:48 [Bug tree-optimization/60707] New: FAIL: gfortran.dg/pr45636.f90 -O scan-tree-dump-times forwprop2 "memset" 0 danglin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2014-08-07 21:45 ` danglin at gcc dot gnu.org
@ 2014-08-07 21:47 ` danglin at gcc dot gnu.org
  2014-08-07 21:49 ` danglin at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: danglin at gcc dot gnu.org @ 2014-08-07 21:47 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from John David Anglin <danglin at gcc dot gnu.org> ---
Author: danglin
Date: Thu Aug  7 21:46:47 2014
New Revision: 213741

URL: https://gcc.gnu.org/viewcvs?rev=213741&root=gcc&view=rev
Log:
    PR tree-optimization/60707
    * gfortran.dg/pr45636.f90: xfail on 32-bit hppa*-*-*.


Modified:
    branches/gcc-4_9-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_9-branch/gcc/testsuite/gfortran.dg/pr45636.f90


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

* [Bug tree-optimization/60707] FAIL: gfortran.dg/pr45636.f90  -O   scan-tree-dump-times forwprop2 "memset" 0
  2014-03-29 19:48 [Bug tree-optimization/60707] New: FAIL: gfortran.dg/pr45636.f90 -O scan-tree-dump-times forwprop2 "memset" 0 danglin at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2014-08-07 21:47 ` danglin at gcc dot gnu.org
@ 2014-08-07 21:49 ` danglin at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: danglin at gcc dot gnu.org @ 2014-08-07 21:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from John David Anglin <danglin at gcc dot gnu.org> ---
Author: danglin
Date: Thu Aug  7 21:49:09 2014
New Revision: 213742

URL: https://gcc.gnu.org/viewcvs?rev=213742&root=gcc&view=rev
Log:
    PR tree-optimization/60707
    * gfortran.dg/pr45636.f90: xfail on 32-bit hppa*-*-*.


Modified:
    branches/gcc-4_8-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_8-branch/gcc/testsuite/gfortran.dg/pr45636.f90


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

end of thread, other threads:[~2014-08-07 21:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-29 19:48 [Bug tree-optimization/60707] New: FAIL: gfortran.dg/pr45636.f90 -O scan-tree-dump-times forwprop2 "memset" 0 danglin at gcc dot gnu.org
2014-03-31  8:27 ` [Bug tree-optimization/60707] " rguenth at gcc dot gnu.org
2014-03-31 18:33 ` dave.anglin at bell dot net
2014-08-07 21:45 ` danglin at gcc dot gnu.org
2014-08-07 21:47 ` danglin at gcc dot gnu.org
2014-08-07 21:49 ` danglin at gcc dot gnu.org

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).