Skip to content

gfortran.dg/namelist_13.f90 causes malloc errors in f951 #2811

@llvmbot

Description

@llvmbot
Bugzilla Link 2439
Resolution DUPLICATE
Resolved on Apr 06, 2010 12:00
Version 2.3
OS MacOS X
Attachments testcase
Reporter LLVM Bugzilla Contributor

Extended Description

When the lines...

write (10, nml=mynml, iostat=ier)

or

read (10, NML=mynml, IOSTAT=ier)

in the gfortran.dg/namelist_13.f90 testcase are compiled, errors of the
form...

f951(525) malloc: *** error for object 0x41102861: Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug

occur.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzilladuplicateResolved as duplicatellvm-toolsAll llvm tools that do not have corresponding tag

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions