This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: [tree-ssa] g95 SEGV building libgfortran


In message <200309042111.21963.paul@nowt.org>, Paul Brook writes:
 >On Thursday 04 September 2003 12:37 am, Diego Novillo wrote:
 >> Paul,
 >>
 >> We are now getting the same libgfortran failure in x86.  Any news about
 >> a fix?
 >
 >It should already be fixed. A combination of Jeff's arrays-start-at-zero and 
 >my tree_rest_of_compilation patches. It's been working ok on my x86 box as 
 >of about 20 hours ago.
BTW, there's a follow-on patch to the arrays-start-at-zero fix.  Specifically
DEFINE_MATH_BUILTIN also makes the assumption that arrays start at index 1.
This causes about 20 compilation failures in the gfortran testsuite for me.

I'll check in that fix momentarily.

Jeff


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