public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug objc/11650] New: Hardlinks not work with #import
@ 2003-07-23 21:04 wo701 at yahoo dot com
  2003-07-23 21:12 ` [Bug objc/11650] " pinskia at physics dot uc dot edu
  0 siblings, 1 reply; 2+ messages in thread
From: wo701 at yahoo dot com @ 2003-07-23 21:04 UTC (permalink / raw)
  To: gcc-bugs

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

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

           Summary: Hardlinks not work with #import
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: objc
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: wo701 at yahoo dot com
                CC: gcc-bugs at gcc dot gnu dot org

After submit bug for symlinks not work with #import, I looked at hardlinks
and noticed they fail too.  They work with 2.95.

Testcase:

create file1.h:

#warning "File imported"

create file2.h, hardlink to file1.h:

ln file2.h file1.h

compile main.m:

#import "file1.h"
#import "file2.h"

int main() {exit(0);}

2.95 prints out "File imported" once, correct; new gcc prints out "File
imported" twice, wrong.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug objc/11650] Hardlinks not work with #import
  2003-07-23 21:04 [Bug objc/11650] New: Hardlinks not work with #import wo701 at yahoo dot com
@ 2003-07-23 21:12 ` pinskia at physics dot uc dot edu
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-23 21:12 UTC (permalink / raw)
  To: gcc-bugs

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

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-23 21:12 -------
Marking this as a dup of bug 11649.

*** This bug has been marked as a duplicate of 11649 ***


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-07-23 21:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-23 21:04 [Bug objc/11650] New: Hardlinks not work with #import wo701 at yahoo dot com
2003-07-23 21:12 ` [Bug objc/11650] " pinskia at physics dot uc dot edu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).