This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Bug Report, egcs_ss_19990623 ARM
- To: richard dot earnshaw at arm dot com
- Subject: Re: Bug Report, egcs_ss_19990623 ARM
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Sun, 29 Aug 1999 14:35:47 -0600
- cc: guinan at bluebutton dot com, egcs-bugs at egcs dot cygnus dot com
- Reply-To: law at cygnus dot com
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
>