This is the mail archive of the gcc-bugs@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/2300: gcc_AC_C_FLOAT_FORMAT failed



>Number:         2300
>Category:       other
>Synopsis:       gcc_AC_C_FLOAT_FORMAT failed
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Mar 16 05:36:03 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Klimov
>Release:        3.1 20010316 (CVS)
>Organization:
>Environment:
SunOS iridium 5.6 Generic_105181-20 sun4u sparc SUNW,Ultra-5_10
gcc version 2.95.2 19991024 (release)
>Description:
../gcc/configure:
....
checking floating point format... configure: error: Unknown floating point format
Configure in /export/home/ask/build/gcc-build/gcc failed, exiting.

gcc/config.log finished with:
configure:1857: checking execution character set
configure:1908: checking floating point format
configure:1935: gcc -c -g -O2  conftest.c 1>&5

conftest.o is in the attachment, but I guess the problem
is because of grep on binary file.

`man grep' said about it:
NOTES
  /usr/xpg4/bin/grep
     The results are unspecified if  input  files  contain  lines
     longer than LINE_MAX bytes or contain binary data.  LINE_MAX
     is defined in /usr/include/limits.a.

>How-To-Repeat:

>Fix:
Do not use just grep on binary files, use instead
strings conftest.o|grep 'format::.@IEEEF.::tamrof'
>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: application/octet-stream; name="conftest.o.gz"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="conftest.o.gz"

H4sICJsQsjoCA2NvbmZ0ZXN0Lm8AlVbLa9RAGJ/drq3UHrpV8AFCQJFdaXfz2iSbtLC2tkUpUmyr
0suS7s52Q7ObJUnr9uID9VZE0IsHL969efAgCOKh4F0Q/4YePNmbfpPMJtPsFnUgye97zO/7Zr55
5OH80kIqnUJRS6GJ4B21kX2EhhCSAyGHRsFW8Jqe7/rmBir4uOujQt30TdAGGvIGK4DdFlWEri62
TepTc1ot3PaBsOG4LdPX9Urlxvz8/MKyrvtmy3UaPf3c/t7Xg4Pne0n99KW3j7OVdSGpnx1/eTt7
J/sqqf+cW3997uPhj56ejvECQpkufMfq8YBFBs9Mx3jpUYx3GPyCwZ8Y/CvGKZnBzxj8LcbpFIN5
Bq8z+AmD3zD4A4O/x3hogsElBjOcQ08Z/I7BX2KcWeNgjii+H81PzWk3fOz5hRoq4m7Hcf1i02nh
oultFTe2Lbte3KzVpiJUZDuALFZhHXQsG9cLyGr7up/jJ4X8jBt8jClRkFVZkxRZMyKoGqjWNN3A
VQxdxbzBG4IIFttpb3I9Iim0SscTbbc9a7ON61EXOewiAyHbQJLUqNEwfZ1LYefSv3Q+kqiSn6l4
imy4ATZ4gR/UDF4d1FjCvpRUhlnty0s4htBrQh0jDo1wCErAocFcSqKqaAZ5R659cctMnzKpjlIq
SSVwD92iAgo8cdQCP8DGlCBqYSUjythXYHwFQiqWgLJhOyZdOGK0cmSworqzvWHj0CRFJo2Ygtli
7XJkh6zBgSxLG3ejAQlQXE9zsWnrgdskrCvRsFrmJpUlkSjijkxaCuVWaPCeCxtfpT5qMoG+TDXq
CaWAgOBZrZLt5Vvt6o5ZtS2PRoUSXCV7A2Y4/KDqrOPY4b6hUzkFsVDH8Txrw7Itf1dfJUaYRk+U
Oy5uWF0yOhEmzwz2GZ0l8S/7A7JSjWBfwjTB6quZ7boFFwTWw1KAjqghsB+HgPJpRGsguB9gsItE
XYojA6lshOnRW6p3MqHfPwfIY/ExjNIMJjfZiYQ8lJAzCZn0P03FbpaomGNsCQc3YJA19TmD0HCP
k4txqhJh09O5u467tdJ0OtxceAa6HicX7nF1vMMJGreCO5xQLiujaHFuTudyi7fW8pxUEDiRhwNC
4jUuBwcudi1yjZp2Hv1HS6GjYyY3+82EnbRTFA9T+cEAHtKyCU5ybXQZv5P0e/bofwU6BPE6iuuR
oXW7eDS/9DS9o5Nxr9Da0voOv6exR+hD+MbhKVA+6jdCxnt+AJ9C+/T8luF1mY4/w+R3LfF/RH5j
VpN8fwDwhW8IWAkAAA==


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