gcc-2.95.1 (Intel) & Stepanov Benchmark failures

Jeffrey A Law law@cygnus.com
Tue Oct 19 01:00:00 GMT 1999


  In message < 19991018135529.ECB681B493@ocean.lucon.org >you write:
  > H.J. Lu (hjl@gnu.org)
  > ---
  > typedef struct {
  >      double epsilon;
  > } material_type;
  > 
  > material_type foo(void)
  > {
  >      material_type m;
  > 
  >      m.epsilon = 1.0;
  >      return m;
  > }
FYI, this testcase does not trigger the problem -- it never does any stacking
operations, at least at -O2.  But between this code and your explanation I
understand the problem and I believe it will be fixed for gcc-2.95.2 using
a patch that is basically equivalent to yours.

jeff



More information about the Gcc-bugs mailing list