This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bug in make check


John Ketchum writes:
 > one of the examples of broken code fragments given that have 
 > stopped working under more recent versions of gcc due to more strict 
 > standards adherence is
 > 
 > struct a {
 >          int a;
 >          int b;
 > };
 > [...]

We use 

  typedef struct
    {
      double dat[2];
    }
  gsl_complex;

to avoid that problem.  If somebody could extract a small test case
for the bug from the existing code that would be useful.

Brian


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