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: gcc-2.95.1 (Intel) & Stepanov Benchmark failures



  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


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