This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Bug Report, egcs_ss_19990623 ARM


  In message <199906241426.PAA23055@sun52.NIS.cambridge>you write:
  > Thanks for the report and the test case.  I've managed to simplify the 
  > problem to the following test case and to reproduce it on my own build of 
  > the arm-aout compiler.  Some analysis follows for the other folks on this 
  > list, since I'm not entirely sure what the fix needs to be and I don't 
  > really have time to probe further at the moment.
  > 
  > struct x
  > {
  >   int a:16;
  >   int b:16;
  >   int c;
  > };
  > 
  > bar()
  > {
  >   struct x y;
  >   y.b = 1 < y.a;
  >   foo(&y);
  > }
Thanks.  I just added this to the regression testsuite.

Note I haven't looked into fixing the bug yet -- I just wanted everyone to know
it was in the testsuite.

jeff
  > 



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]