public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/60192] New: Test case gcc.dg/tree-ssa/sra-12.c fails on ARM
@ 2014-02-14  9:04 bernd.edlinger at hotmail dot de
  2014-02-14  9:09 ` [Bug middle-end/60192] " rguenth at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bernd.edlinger at hotmail dot de @ 2014-02-14  9:04 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 60192
           Summary: Test case gcc.dg/tree-ssa/sra-12.c fails on ARM
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: bernd.edlinger at hotmail dot de

FAIL: gcc.dg/tree-ssa/sra-12.c scan-tree-dump-times release_ssa "l;" 0

$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/home/ed/gnu/arm-linux-gnueabihf/libexec/gcc/armv7l-unknown-linux-gnueabihf/4.9.0/lto-wrapper
Target: armv7l-unknown-linux-gnueabihf
Configured with: ../gcc-4.9-20140209/configure
--prefix=/home/ed/gnu/arm-linux-gnueabihf
--enable-languages=c,c++,objc,obj-c++,fortran,ada,go --with-arch=armv7-a
--with-tune=cortex-a9 --with-fpu=vfpv3-d16 --with-float=hard
Thread model: posix
gcc version 4.9.0 20140209 (experimental) (GCC)

$ cat ../gcc-4.9-20140209/LAST_UPDATED 
Obtained from SVN: trunk revision 207646

cat  sra-12.c.036t.release_ssa 

;; Function foo (foo, funcdef_no=0, decl_uid=4136, symbol_order=0)

Released 2 names, 22.22%, removed 2 holes
foo (struct S * p)
{
  int l$i;
  struct S l;
  int _4;

  <bb 2>:
  l = *p_2(D);
  l$i_5 = MEM[(struct S *)p_2(D)];
  _4 = l$i_5 + 1;
  MEM[(struct S *)&l] = _4;
  *p_2(D) = l;
  l ={v} {CLOBBER};
  return;

}


Test fails because "l;" is found in above file.


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

end of thread, other threads:[~2021-08-30  3:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-14  9:04 [Bug middle-end/60192] New: Test case gcc.dg/tree-ssa/sra-12.c fails on ARM bernd.edlinger at hotmail dot de
2014-02-14  9:09 ` [Bug middle-end/60192] " rguenth at gcc dot gnu.org
2014-03-13 14:38 ` ramana at gcc dot gnu.org
2021-08-30  3:19 ` [Bug testsuite/60192] " pinskia 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).