[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/363] New: ar no longer errors out on non-existent files
From: |
james at nocrew dot org |
Subject: |
[Bug binutils/363] New: ar no longer errors out on non-existent files |
Date: |
1 Sep 2004 14:31:57 -0000 |
$ ar q test.a doesntexist; echo $?
ar: 'doesntexist': No such file
0
$
This is with binutils 2.15 and CVS head. 2.14 and earlier exited with an error.
$ ar q test.a doesntexist; echo $?
ar: doesntexist: No such file or directory
1
$
--
Summary: ar no longer errors out on non-existent files
Product: binutils
Version: 2.15
Status: NEW
Severity: normal
Priority: P2
Component: binutils
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: james at nocrew dot org
CC: bug-binutils at gnu dot org
GCC build triplet: i386-unknown-linux
GCC host triplet: i386-unknown-linux
GCC target triplet: i386-unknown-linux
http://sources.redhat.com/bugzilla/show_bug.cgi?id=363
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
- [Bug binutils/363] New: ar no longer errors out on non-existent files,
james at nocrew dot org <=