Processed: Re: Bug#357900: gcc-4.0: Please detect and warn about 2 argument mode() called with O_CREAT

2007-02-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 357900 + wontfix Bug#357900: gcc-4.0: Please detect and warn about 2 argument mode() called with O_CREAT Tags were: upstream Tags added: wontfix > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tr

Bug#357900: gcc-4.0: Please detect and warn about 2 argument mode() called with O_CREAT

2006-07-08 Thread Matthias Klose
Justin Pryzby writes: > Package: gcc-4.0 > Version: 4.0.3-1 > Severity: wishlist > Tags: upstream > > mode(2) reads: > >mode must be specified when O_CREAT is in the flags, and is >ignored otherwise. > > I straced the result of > > open(buf, O_RDWR|O_CREAT|O_EXCL); >

Bug#357900: gcc-4.0: Please detect and warn about 2 argument mode() called with O_CREAT

2006-03-19 Thread Justin Pryzby
Package: gcc-4.0 Version: 4.0.3-1 Severity: wishlist Tags: upstream mode(2) reads: mode must be specified when O_CREAT is in the flags, and is ignored otherwise. I straced the result of open(buf, O_RDWR|O_CREAT|O_EXCL); and the effective value of the third parameter w