------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-26 
17:42 -------
Also the patch needs a testcase or two.
For an example:
/* { dg-do compile { powerpc*-darwin* } } */
struct f
{
  long long ll;
  int i;
};

int f[sizeof(struct f)!=16?-1:1];
-------

/* { dg-do compile { powerpc*-darwin* } } */
struct f
{
  int i;
  long long ll;
};

int f[sizeof(struct f)!=12?-1:1];

-- 


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

Reply via email to