This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: Build failure in dwarf2out


Tim,
My guess is that the #define activating that region of code is erroneously triggered. I am running the 2-day (on cygwin with a substandard BIOS) testsuite now.
I decided to set it to #if 0 just as I saw your mail - it is now building just fine; I haven't tested it yet but I guess, since it got past stage 2, all is well.

Nathan,

dwarf2 is throughly foreign territory for me - however, I notice your ChangeLog entry of 2006-10-24. I suppose the patch must have included:

#if defined (DIR_SEPARATOR_2)
 {
   char *g = strrchr (files[i].path, DIR_SEPARATOR_2);

   if (g != NULL)
     {
   if (f == NULL || f < g)
     f = g;
     }
 }
#endif

This is breaks Cygwin_NT (CYGWIN_NT-5.2-WOW64 NONE-X6EIN5I8FN 1.5.19(0.150/4/2) 2006-01-20 13:28 i686 Cygwin)/amd64 build for any configuration that I have been able to dream up.

Cheers

Paul


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