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: FORTRAN PORTING: fd is corrupted




Steve Kargl wrote:
> 
> On Fri, Jun 08, 2012 at 11:34:57PM -0700, vikram_sp wrote:
>> 
>> 
>> 
>> Andrew Pinski-2 wrote:
>> > 
>> > On Fri, Jun 8, 2012 at 2:07 AM, vikram_sp <vikramforum@yahoo.com>
>> wrote:
>> >>
>> >> I am trying to port gcc-4.1.2. After it, I compiled this simple
>> FORTRAN
> 
> (elided)
> 
>> But i am amazed that open64() is 64 bit version call while the machine is
>> 32
>> bit.
> 
> I'm amazed that you are using 4.1.2 and expect
> anyone to care.  There's only been 29 newer
> releases since 4.1.2.
> 
> -- 
> Steve
> 
> 

Now i am using the normal procedure to create Fortran executable. I mean i
am using glibc and normal statrup files.
Now i am getting sigfault at this point

gcc-4.1.2/libgfortran/io/unix.c:1012
s->file_length = S_ISREG (statbuf.st_mode) ? statbuf.st_size : -1;

can anyone suggest what may the problem be?

-----
Vikram
-- 
View this message in context: http://old.nabble.com/FORTRAN-PORTING%3A-fd-is-corrupted-tp33980421p34010057.html
Sent from the gcc - fortran mailing list archive at Nabble.com.


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