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 format: [Raw text]

[Bug bootstrap/11383] byte ordering test breaks using native sed


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11383


ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2003-07-01 09:46 -------
I don't see it on SunOS gax 5.8 Generic_108528-16 sun4u sparc SUNW,Ultra-2

checking for CHAR_BIT... yes
checking byte ordering... big-endian
checking floating point format... IEEE (big-endian)
checking for mktemp... no

gax% which sed
/bin/sed
gax% ls -al /bin/sed
-r-xr-xr-x   1 root     bin        26704 Jan  5  2000 /bin/sed
gax% ls -al /usr/bin/sed
-r-xr-xr-x   1 root     bin        26704 Jan  5  2000 /usr/bin/sed

gax% grep "/bin/sed" /var/sadm/install/contents
/usr/bin/sed f none 0555 root bin 26704 875 947116927 SUNWcsu


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