public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/66428] New: [6 regression] FAIL: g++.dg/abi/aarch64_guard1.C  -std=gnu++98  scan-tree-dump original "_ZGVZ3foovE1x & 1"
@ 2015-06-05  9:35 schwab@linux-m68k.org
  2015-06-05  9:36 ` [Bug target/66428] " schwab@linux-m68k.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: schwab@linux-m68k.org @ 2015-06-05  9:35 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 66428
           Summary: [6 regression] FAIL: g++.dg/abi/aarch64_guard1.C
                    -std=gnu++98  scan-tree-dump original "_ZGVZ3foovE1x &
                    1"
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: schwab@linux-m68k.org
                CC: ramana at gcc dot gnu.org
  Target Milestone: ---
            Target: aarch64-*-*

$ gcc/xg++ -Bgcc/ ../gcc/testsuite/g++.dg/abi/aarch64_guard1.C -O
-fdump-tree-original -S -o aarch64_guard1.s
$ grep _ZGVZ3foovE1x aarch64_guard1.C.003t.original
  if (<<cleanup_point ((int) __atomic_load_1 (&_ZGVZ3foovE1x, 2) & 1) == 0>>)
      if (<<cleanup_point __cxa_guard_acquire (&_ZGVZ3foovE1x) != 0>>)
  TARGET_EXPR <D.3169, 0>;, x = bar ();;, D.3169 = 1;;, __cxa_guard_release
(&_ZGVZ3foovE1x); >>>>>;

0925e39e497b5f218c4979b49afbdabcd3828e88 is the first bad commit
commit 0925e39e497b5f218c4979b49afbdabcd3828e88
Author: ramana <ramana@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Jun 4 09:19:51 2015 +0000

    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224118
138bc75d-0d04-0410-961f-82ee72b054a4


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

* [Bug target/66428] [6 regression] FAIL: g++.dg/abi/aarch64_guard1.C  -std=gnu++98  scan-tree-dump original "_ZGVZ3foovE1x & 1"
  2015-06-05  9:35 [Bug target/66428] New: [6 regression] FAIL: g++.dg/abi/aarch64_guard1.C -std=gnu++98 scan-tree-dump original "_ZGVZ3foovE1x & 1" schwab@linux-m68k.org
@ 2015-06-05  9:36 ` schwab@linux-m68k.org
  2015-06-10  7:38 ` ramana at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: schwab@linux-m68k.org @ 2015-06-05  9:36 UTC (permalink / raw)
  To: gcc-bugs

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

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |6.0


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

* [Bug target/66428] [6 regression] FAIL: g++.dg/abi/aarch64_guard1.C  -std=gnu++98  scan-tree-dump original "_ZGVZ3foovE1x & 1"
  2015-06-05  9:35 [Bug target/66428] New: [6 regression] FAIL: g++.dg/abi/aarch64_guard1.C -std=gnu++98 scan-tree-dump original "_ZGVZ3foovE1x & 1" schwab@linux-m68k.org
  2015-06-05  9:36 ` [Bug target/66428] " schwab@linux-m68k.org
@ 2015-06-10  7:38 ` ramana at gcc dot gnu.org
  2015-06-10  7:44 ` ramana at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ramana at gcc dot gnu.org @ 2015-06-10  7:38 UTC (permalink / raw)
  To: gcc-bugs

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

Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2015-06-10
           Assignee|unassigned at gcc dot gnu.org      |ramana at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> ---
mine.


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

* [Bug target/66428] [6 regression] FAIL: g++.dg/abi/aarch64_guard1.C  -std=gnu++98  scan-tree-dump original "_ZGVZ3foovE1x & 1"
  2015-06-05  9:35 [Bug target/66428] New: [6 regression] FAIL: g++.dg/abi/aarch64_guard1.C -std=gnu++98 scan-tree-dump original "_ZGVZ3foovE1x & 1" schwab@linux-m68k.org
  2015-06-05  9:36 ` [Bug target/66428] " schwab@linux-m68k.org
  2015-06-10  7:38 ` ramana at gcc dot gnu.org
@ 2015-06-10  7:44 ` ramana at gcc dot gnu.org
  2015-06-10  7:46 ` ramana at gcc dot gnu.org
  2015-06-11  7:21 ` schwab@linux-m68k.org
  4 siblings, 0 replies; 6+ messages in thread
From: ramana at gcc dot gnu.org @ 2015-06-10  7:44 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> ---
Author: ramana
Date: Wed Jun 10 07:43:31 2015
New Revision: 224313

URL: https://gcc.gnu.org/viewcvs?rev=224313&root=gcc&view=rev
Log:
Handle aarch64_guard1.C test

Sorry about missing this hunk in the original submission, was in my tree but I
hadn't spotted this as I was playing between the original AArch64
TARGET_RELAXED_ORDER and this patch.

Applied as obvious.

2015-06-09  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>

        PR target/66200
        PR target/66428
        PR c++/66192
        * g++.dg/abi/aarch64_guard1.C: Adjust test.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/abi/aarch64_guard1.C


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

* [Bug target/66428] [6 regression] FAIL: g++.dg/abi/aarch64_guard1.C  -std=gnu++98  scan-tree-dump original "_ZGVZ3foovE1x & 1"
  2015-06-05  9:35 [Bug target/66428] New: [6 regression] FAIL: g++.dg/abi/aarch64_guard1.C -std=gnu++98 scan-tree-dump original "_ZGVZ3foovE1x & 1" schwab@linux-m68k.org
                   ` (2 preceding siblings ...)
  2015-06-10  7:44 ` ramana at gcc dot gnu.org
@ 2015-06-10  7:46 ` ramana at gcc dot gnu.org
  2015-06-11  7:21 ` schwab@linux-m68k.org
  4 siblings, 0 replies; 6+ messages in thread
From: ramana at gcc dot gnu.org @ 2015-06-10  7:46 UTC (permalink / raw)
  To: gcc-bugs

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

Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> ---
fixed.


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

* [Bug target/66428] [6 regression] FAIL: g++.dg/abi/aarch64_guard1.C  -std=gnu++98  scan-tree-dump original "_ZGVZ3foovE1x & 1"
  2015-06-05  9:35 [Bug target/66428] New: [6 regression] FAIL: g++.dg/abi/aarch64_guard1.C -std=gnu++98 scan-tree-dump original "_ZGVZ3foovE1x & 1" schwab@linux-m68k.org
                   ` (3 preceding siblings ...)
  2015-06-10  7:46 ` ramana at gcc dot gnu.org
@ 2015-06-11  7:21 ` schwab@linux-m68k.org
  4 siblings, 0 replies; 6+ messages in thread
From: schwab@linux-m68k.org @ 2015-06-11  7:21 UTC (permalink / raw)
  To: gcc-bugs

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

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |singhai at gcc dot gnu.org

--- Comment #4 from Andreas Schwab <schwab@linux-m68k.org> ---
*** Bug 66497 has been marked as a duplicate of this bug. ***


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

end of thread, other threads:[~2015-06-11  7:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-05  9:35 [Bug target/66428] New: [6 regression] FAIL: g++.dg/abi/aarch64_guard1.C -std=gnu++98 scan-tree-dump original "_ZGVZ3foovE1x & 1" schwab@linux-m68k.org
2015-06-05  9:36 ` [Bug target/66428] " schwab@linux-m68k.org
2015-06-10  7:38 ` ramana at gcc dot gnu.org
2015-06-10  7:44 ` ramana at gcc dot gnu.org
2015-06-10  7:46 ` ramana at gcc dot gnu.org
2015-06-11  7:21 ` schwab@linux-m68k.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).