public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/27221] g++.dg/ext/alignof2.C  fails on powerpc-darwin (and powerpc-aix)
       [not found] <bug-27221-4@http.gcc.gnu.org/bugzilla/>
@ 2013-12-19 16:18 ` dominiq at lps dot ens.fr
  0 siblings, 0 replies; 4+ messages in thread
From: dominiq at lps dot ens.fr @ 2013-12-19 16:18 UTC (permalink / raw)
  To: gcc-bugs

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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

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

--- Comment #3 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Still present at r205790.

> Should we just XFAIL this test for powerpc-*-darwin* and powerpc-*-aix?

Is it the right solution?


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

* [Bug testsuite/27221] g++.dg/ext/alignof2.C  fails on powerpc-darwin (and powerpc-aix)
  2006-04-19 22:17 [Bug testsuite/27221] New: " pinskia at gcc dot gnu dot org
  2006-10-05 15:41 ` [Bug testsuite/27221] " pinskia at gcc dot gnu dot org
  2007-12-24 20:04 ` howarth at nitro dot med dot uc dot edu
@ 2009-02-20 18:36 ` howarth at nitro dot med dot uc dot edu
  2 siblings, 0 replies; 4+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2009-02-20 18:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from howarth at nitro dot med dot uc dot edu  2009-02-20 18:36 -------
Should we just XFAIL this test for powerpc-*-darwin* and powerpc-*-aix?


-- 


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


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

* [Bug testsuite/27221] g++.dg/ext/alignof2.C  fails on powerpc-darwin (and powerpc-aix)
  2006-04-19 22:17 [Bug testsuite/27221] New: " pinskia at gcc dot gnu dot org
  2006-10-05 15:41 ` [Bug testsuite/27221] " pinskia at gcc dot gnu dot org
@ 2007-12-24 20:04 ` howarth at nitro dot med dot uc dot edu
  2009-02-20 18:36 ` howarth at nitro dot med dot uc dot edu
  2 siblings, 0 replies; 4+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2007-12-24 20:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from howarth at nitro dot med dot uc dot edu  2007-12-24 20:04 -------
Andrew,
      Changing the testcase to...

extern "C" void abort();

struct A
{
  double a; 
} sa;

struct B
{
  double b;
  char c;
} sb;

int main()
{
  if (__alignof (sa) != __alignof (sa.a)
      || __alignof (sb) != __alignof (sb.b))
    abort();
}

still results in the testcase failing on powerpc-apple-darwin9.
According to your argument shouldn't it now be passing since
both instances of the double are now first in the structs?


-- 


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


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

* [Bug testsuite/27221] g++.dg/ext/alignof2.C  fails on powerpc-darwin (and powerpc-aix)
  2006-04-19 22:17 [Bug testsuite/27221] New: " pinskia at gcc dot gnu dot org
@ 2006-10-05 15:41 ` pinskia at gcc dot gnu dot org
  2007-12-24 20:04 ` howarth at nitro dot med dot uc dot edu
  2009-02-20 18:36 ` howarth at nitro dot med dot uc dot edu
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-10-05 15:41 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-10-05 15:41:27
               date|                            |


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


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

end of thread, other threads:[~2013-12-19 16:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-27221-4@http.gcc.gnu.org/bugzilla/>
2013-12-19 16:18 ` [Bug testsuite/27221] g++.dg/ext/alignof2.C fails on powerpc-darwin (and powerpc-aix) dominiq at lps dot ens.fr
2006-04-19 22:17 [Bug testsuite/27221] New: " pinskia at gcc dot gnu dot org
2006-10-05 15:41 ` [Bug testsuite/27221] " pinskia at gcc dot gnu dot org
2007-12-24 20:04 ` howarth at nitro dot med dot uc dot edu
2009-02-20 18:36 ` howarth at nitro dot med dot uc dot edu

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