home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.bug
- Path: sparky!uunet!cis.ohio-state.edu!sics.se!tw
- From: tw@sics.se (Tommy Wallo)
- Subject: Bug in gcc-2.3.3 fixinclude for AIX-3.1.5
- Message-ID: <9301120604.AA12119@krishna.sics.se>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Tue, 12 Jan 1993 08:04:49 GMT
- Approved: bug-gcc@prep.ai.mit.edu
- Lines: 37
-
- subotnick:tw> uname -a
- AIX subotnick 1 3 000005423000
- subotnick:tw> lslpp -h bos.obj
- ACTIVE COMMIT 07/23/91 03.01.0005.0012 root
- subotnick:tw> gcc -v
- Reading specs from /usr/gnu/lib/gcc-lib/rs6000/2.3.3/specs
- gcc version 2.3.3
-
-
- Fixinclude genereates an erroneous file device.h.
-
- subotnick:tw> pwd
- /usr/gnu/lib/gcc-lib/rs6000/2.3.3/include
- subotnick:tw> diff device.h.corrupt /usr/include/device.h
- 156,162c156,162
- < /* #define BUT103 104 */** Light Pen Button */*/
- < /* #define BUT104 105 */** Bitpad Button 0 */*/
- < /* #define BUT105 106 */** Bitpad Button 1 */*/
- < /* #define BUT106 107 */** Bitpad Button 2 */*/
- < /* #define BUT107 108 */** Bitpad Button 3 */*/
- < /* #define BUT108 109 */** Light Pen Valid */*/
- < /* #define BUT109 110 */** UNUSED */*/
- ---
- > /* #define BUT103 104 *//* Light Pen Button */
- > /* #define BUT104 105 *//* Bitpad Button 0 */
- > /* #define BUT105 106 *//* Bitpad Button 1 */
- > /* #define BUT106 107 *//* Bitpad Button 2 */
- > /* #define BUT107 108 *//* Bitpad Button 3 */
- > /* #define BUT108 109 *//* Light Pen Valid */
- > /* #define BUT109 110 *//* UNUSED */
-
-
- ---
- Tommy Wallo Internet: tw@sics.se
- Swedish Institute of Computer Science (SICS) Tel: +46 8 752 15 53
- PO Box 1263, S-164 28 KISTA, SWEDEN Fax: +46 8 751 72 30
-
-