public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug objc/11649] New: symlinks do not work with #import
@ 2003-07-23 21:01 wo701 at yahoo dot com
  2003-07-23 21:09 ` [Bug preprocessor/11649] " pinskia at physics dot uc dot edu
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: wo701 at yahoo dot com @ 2003-07-23 21:01 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=11649

           Summary: symlinks do not work with #import
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: critical
          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

Symlinks don't work with #import; they work with 2.95.

I found out becuase bug compiling, but could generate testcase:

create file test1.h with following content:

#warning "File imported"

create file test2.h as symlink to test1.h:

ln -s test1.h test2.h

compile file main.m:

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

int main() {exit(0);}

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


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

* [Bug preprocessor/11649] symlinks do not work with #import
  2003-07-23 21:01 [Bug objc/11649] New: symlinks do not work with #import wo701 at yahoo dot com
@ 2003-07-23 21:09 ` pinskia at physics dot uc dot edu
  2003-07-23 21:11 ` [Bug preprocessor/11649] Links " pinskia at physics dot uc dot edu
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-23 21:09 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=11649


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |geoffk at apple dot com
             Status|UNCONFIRMED                 |NEW
          Component|objc                        |preprocessor
     Ever Confirmed|                            |1
           Keywords|                            |wrong-code
   Last reconfirmed|0000-00-00 00:00:00         |2003-07-23 21:09:00
               date|                            |


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-23 21:09 -------
#import is known not be work work with symlinks, there is a currently rewrite by Geoff Keating.


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

* [Bug preprocessor/11649] Links do not work with #import
  2003-07-23 21:01 [Bug objc/11649] New: symlinks do not work with #import wo701 at yahoo dot com
  2003-07-23 21:09 ` [Bug preprocessor/11649] " pinskia at physics dot uc dot edu
@ 2003-07-23 21:11 ` pinskia at physics dot uc dot edu
  2003-07-23 21:12 ` pinskia at physics dot uc dot edu
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-23 21:11 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=11649


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|symlinks do not work with   |Links do not work with
                   |#import                     |#import


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-23 21:11 -------
Changing this to mark as not working for links in general.


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

* [Bug preprocessor/11649] Links do not work with #import
  2003-07-23 21:01 [Bug objc/11649] New: symlinks do not work with #import wo701 at yahoo dot com
  2003-07-23 21:09 ` [Bug preprocessor/11649] " pinskia at physics dot uc dot edu
  2003-07-23 21:11 ` [Bug preprocessor/11649] Links " pinskia at physics dot uc dot edu
@ 2003-07-23 21:12 ` pinskia at physics dot uc dot edu
  2003-07-23 23:20 ` neil at gcc dot gnu dot org
  2003-07-29 22:30 ` neil at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ 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=11649



------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-23 21:12 -------
*** Bug 11650 has been marked as a duplicate of this bug. ***


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

* [Bug preprocessor/11649] Links do not work with #import
  2003-07-23 21:01 [Bug objc/11649] New: symlinks do not work with #import wo701 at yahoo dot com
                   ` (2 preceding siblings ...)
  2003-07-23 21:12 ` pinskia at physics dot uc dot edu
@ 2003-07-23 23:20 ` neil at gcc dot gnu dot org
  2003-07-29 22:30 ` neil at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: neil at gcc dot gnu dot org @ 2003-07-23 23:20 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=11649


neil at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |neil at gcc dot gnu dot org
                   |dot org                     |
           Severity|critical                    |normal
             Status|NEW                         |ASSIGNED


------- Additional Comments From neil at gcc dot gnu dot org  2003-07-23 23:20 -------
I'm fixing this one.


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

* [Bug preprocessor/11649] Links do not work with #import
  2003-07-23 21:01 [Bug objc/11649] New: symlinks do not work with #import wo701 at yahoo dot com
                   ` (3 preceding siblings ...)
  2003-07-23 23:20 ` neil at gcc dot gnu dot org
@ 2003-07-29 22:30 ` neil at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: neil at gcc dot gnu dot org @ 2003-07-29 22:30 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=11649


neil at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


------- Additional Comments From neil at gcc dot gnu dot org  2003-07-29 22:30 -------
Fixed in 3.4.

http://gcc.gnu.org/ml/gcc-cvs/2003-07/msg01214.html
http://gcc.gnu.org/ml/gcc-patches/2003-07/msg02780.html


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

end of thread, other threads:[~2003-07-29 22:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-23 21:01 [Bug objc/11649] New: symlinks do not work with #import wo701 at yahoo dot com
2003-07-23 21:09 ` [Bug preprocessor/11649] " pinskia at physics dot uc dot edu
2003-07-23 21:11 ` [Bug preprocessor/11649] Links " pinskia at physics dot uc dot edu
2003-07-23 21:12 ` pinskia at physics dot uc dot edu
2003-07-23 23:20 ` neil at gcc dot gnu dot org
2003-07-29 22:30 ` neil at gcc dot gnu dot org

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).