gcc 3.2.1 optimization bug ?

2002-11-11 Thread TOMITA Yoshinori
For the source code below, compiling gcc -O2/-O3 seem to produce incorrect code. --- #include stdio.h int main(int argc, char* argv[]) { unsigned int x = 0x12345678; unsigned short tmp; printf(%x\n, x); tmp = ((unsigned short *)x)[0]; ((unsigned

Re: gcc 3.2.1 optimization bug ?

2002-11-11 Thread TOMITA Yoshinori
inhouse library written by someone. It took me two days to debug and find out where difference comes from between gcc-2.95.4 and gcc-3.2.1. -- TOMITA Yoshinori To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: gcc 3.2.1 optimization bug ?

2002-11-14 Thread TOMITA Yoshinori
-ha... I should have read the info more carefully. -fno-strict-alias also worked for it. Thanks. -- TOMITA Yoshinori To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: passwd NIS+ YP compat mode

2003-05-27 Thread TOMITA Yoshinori
On Tue, 27 May 2003 21:46:04 +0900, TOMITA Yoshinori [EMAIL PROTECTED] said: T Hello all, T After cvsup-ed today 2003-5-27 and make buildworld and so on, T NIS passwd database are completely ignored. T But NIS group database seems to be used as usual. T Out NIS server is actually NIS+ in YP

Re: Help diagnosing NIS breakage ?

2003-07-16 Thread TOMITA Yoshinori
NS_UNAVAIL returned In case of geteuid()!=0, map name is not assigned to *buffer I did not imagine my idea of yp_order() would break NIS with ActiveDirectory, which I have never seen so far. -- --- TOMITA Yoshinori ___ [EMAIL PROTECTED] mailing list

Re: Help diagnosing NIS breakage ?

2003-07-17 Thread TOMITA Yoshinori
. -- --- TOMITA Yoshinori ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL PROTECTED]

su and SIGHUP problem

2003-01-22 Thread TOMITA Yoshinori
) repeat suspend and fg several times, and finaly shell(tcsh) gets SIGHUP % fg su Suspended (tty output) SIGHUP occured here ! -- --- TOMITA Yoshinori To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

No Subject

2001-08-29 Thread TOMITA Yoshinori
subscribe freebsd-current To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: NFS hang on rmdir(2) with 5.0-current client, server

2002-10-03 Thread TOMITA Yoshinori
$ echo hello /mnt/aho $ ls -l /mnt/aho -rw-rw-r-- 1 SOMEONE SOMEGROUP 7 Oct 3 18:44 /mnt/aho -- --- TOMITA Yoshinori To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message