Bug 31428 - When I compile the following program I get the message "GNU MP: Cannot reallocate memory"
Summary: When I compile the following program I get the message "GNU MP: Cannot reallo...
Status: RESOLVED DUPLICATE of bug 31427
Alias: None
Product: gcc
Classification: Unclassified
Component: fortran (show other bugs)
Version: 4.3.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-02 18:59 UTC by Michael Richmond
Modified: 2007-04-02 19:06 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Richmond 2007-04-02 18:59:32 UTC
When I compile the following program I get the message "GNU MP: Cannot reallocate memory"

PROGRAM test
INTEGER(KIND=1) :: i(1)
i = (/ TRANSFER("a", 0) /)
END PROGRAM test
Comment 1 kargls 2007-04-02 19:06:22 UTC

*** This bug has been marked as a duplicate of 31427 ***