public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/13993] New: Relative path as srcdir causes problem
@ 2004-02-03  8:43 Hilfinger at gnat dot com
  2004-04-21 21:16 ` [Bug bootstrap/13993] [3.5 Regression] " pinskia at gcc dot gnu dot org
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: Hilfinger at gnat dot com @ 2004-02-03  8:43 UTC (permalink / raw)
  To: gcc-bugs

Configuring the head version of GCC with 

  CC=gcc ../../src/gcc-head/configure --enable-languages="c" \
--prefix=$HOME/obj/gcc-head/install

causes a problem after

make bootstrap
make install

Specifically, within the gcc subdirectory, 'make install' looks for install-sh
in ../../src/gcc-head, the top-level source directory, which is wrong (should be
../../../src/gcc-head.  This is a change from earlier versions (3.3.2, for
example).  It is causes by the definition of INSTALL in the top-level
Makefile.in, which gets passed down to and overrides the (correct) definition
of INSTALL in the gcc subdirectory.  

If the use of relative paths when invoking configure is to be deprecated, there
should be a warning.  Better still, revert to the previous definition of INSTALL
or otherwise convert to an absolute pathname for INSTALL, as previous versions
did.

-- 
           Summary: Relative path as srcdir causes problem
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Hilfinger at gnat dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: alphaev67-dec-osf5.1
  GCC host triplet: alphaev67-dec-osf5.1
GCC target triplet: alphaev67-dec-osf5.1


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


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

* [Bug bootstrap/13993] [3.5 Regression] Relative path as srcdir causes problem
  2004-02-03  8:43 [Bug other/13993] New: Relative path as srcdir causes problem Hilfinger at gnat dot com
@ 2004-04-21 21:16 ` pinskia at gcc dot gnu dot org
  2004-04-25 21:02 ` pinskia at gcc dot gnu dot org
                   ` (19 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-21 21:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-21 20:53 -------
Hmm this worked in 3.4.0 because I just did a build.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|other                       |bootstrap
           Keywords|                            |build
            Summary|Relative path as srcdir     |[3.5 Regression] Relative
                   |causes problem              |path as srcdir causes
                   |                            |problem
   Target Milestone|---                         |3.5.0


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


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

* [Bug bootstrap/13993] [3.5 Regression] Relative path as srcdir causes problem
  2004-02-03  8:43 [Bug other/13993] New: Relative path as srcdir causes problem Hilfinger at gnat dot com
  2004-04-21 21:16 ` [Bug bootstrap/13993] [3.5 Regression] " pinskia at gcc dot gnu dot org
@ 2004-04-25 21:02 ` pinskia at gcc dot gnu dot org
  2004-05-26 21:02 ` pinskia at gcc dot gnu dot org
                   ` (18 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-25 21:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-25 20:27 -------
Can you try again?

-- 


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


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

* [Bug bootstrap/13993] [3.5 Regression] Relative path as srcdir causes problem
  2004-02-03  8:43 [Bug other/13993] New: Relative path as srcdir causes problem Hilfinger at gnat dot com
  2004-04-21 21:16 ` [Bug bootstrap/13993] [3.5 Regression] " pinskia at gcc dot gnu dot org
  2004-04-25 21:02 ` pinskia at gcc dot gnu dot org
@ 2004-05-26 21:02 ` pinskia at gcc dot gnu dot org
  2004-06-02 20:18 ` [Bug bootstrap/13993] [3.5/3.4 " pinskia at gcc dot gnu dot org
                   ` (17 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-26 21:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-26 13:53 -------
This worked for me, can you try again?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug bootstrap/13993] [3.5/3.4 Regression] Relative path as srcdir causes problem
  2004-02-03  8:43 [Bug other/13993] New: Relative path as srcdir causes problem Hilfinger at gnat dot com
                   ` (3 preceding siblings ...)
  2004-06-02 20:18 ` [Bug bootstrap/13993] [3.5/3.4 " pinskia at gcc dot gnu dot org
@ 2004-06-02 20:18 ` pinskia at gcc dot gnu dot org
  2004-06-02 20:20 ` pinskia at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-02 20:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-02 20:18 -------
*** Bug 15668 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fcusack at fcusack dot com


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


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

* [Bug bootstrap/13993] [3.5/3.4 Regression] Relative path as srcdir causes problem
  2004-02-03  8:43 [Bug other/13993] New: Relative path as srcdir causes problem Hilfinger at gnat dot com
                   ` (2 preceding siblings ...)
  2004-05-26 21:02 ` pinskia at gcc dot gnu dot org
@ 2004-06-02 20:18 ` pinskia at gcc dot gnu dot org
  2004-06-02 20:18 ` pinskia at gcc dot gnu dot org
                   ` (16 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-02 20:18 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-06-02 20:18:23
               date|                            |
            Summary|[3.5 Regression] Relative   |[3.5/3.4 Regression]
                   |path as srcdir causes       |Relative path as srcdir
                   |problem                     |causes problem


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


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

* [Bug bootstrap/13993] [3.5/3.4 Regression] Relative path as srcdir causes problem
  2004-02-03  8:43 [Bug other/13993] New: Relative path as srcdir causes problem Hilfinger at gnat dot com
                   ` (4 preceding siblings ...)
  2004-06-02 20:18 ` pinskia at gcc dot gnu dot org
@ 2004-06-02 20:20 ` pinskia at gcc dot gnu dot org
  2004-06-02 20:21 ` pinskia at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-02 20:20 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.5.0                       |3.3.4


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


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

* [Bug bootstrap/13993] [3.5/3.4 Regression] Relative path as srcdir causes problem
  2004-02-03  8:43 [Bug other/13993] New: Relative path as srcdir causes problem Hilfinger at gnat dot com
                   ` (5 preceding siblings ...)
  2004-06-02 20:20 ` pinskia at gcc dot gnu dot org
@ 2004-06-02 20:21 ` pinskia at gcc dot gnu dot org
  2004-06-09 19:32 ` mmitchel at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-02 20:21 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.3.4                       |3.4.1


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


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

* [Bug bootstrap/13993] [3.5/3.4 Regression] Relative path as srcdir causes problem
  2004-02-03  8:43 [Bug other/13993] New: Relative path as srcdir causes problem Hilfinger at gnat dot com
                   ` (6 preceding siblings ...)
  2004-06-02 20:21 ` pinskia at gcc dot gnu dot org
@ 2004-06-09 19:32 ` mmitchel at gcc dot gnu dot org
  2004-07-04 19:38 ` pinskia at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-06-09 19:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-06-09 19:32 -------
Andrew reports success.  Until more details are provided, I'm closing this PR.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME


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


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

* [Bug bootstrap/13993] [3.5/3.4 Regression] Relative path as srcdir causes problem
  2004-02-03  8:43 [Bug other/13993] New: Relative path as srcdir causes problem Hilfinger at gnat dot com
                   ` (8 preceding siblings ...)
  2004-07-04 19:38 ` pinskia at gcc dot gnu dot org
@ 2004-07-04 19:38 ` pinskia at gcc dot gnu dot org
  2004-07-30 15:20 ` pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-04 19:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-04 19:38 -------
*** Bug 16363 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wxy at kivera dot com


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


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

* [Bug bootstrap/13993] [3.5/3.4 Regression] Relative path as srcdir causes problem
  2004-02-03  8:43 [Bug other/13993] New: Relative path as srcdir causes problem Hilfinger at gnat dot com
                   ` (7 preceding siblings ...)
  2004-06-09 19:32 ` mmitchel at gcc dot gnu dot org
@ 2004-07-04 19:38 ` pinskia at gcc dot gnu dot org
  2004-07-04 19:38 ` pinskia at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-04 19:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-04 19:38 -------
I know this is a bug now, the reason why it works for me is because I compatiable "install" installed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |
   Target Milestone|3.4.1                       |3.4.2


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


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

* [Bug bootstrap/13993] [3.5/3.4 Regression] Relative path as srcdir causes problem
  2004-02-03  8:43 [Bug other/13993] New: Relative path as srcdir causes problem Hilfinger at gnat dot com
                   ` (9 preceding siblings ...)
  2004-07-04 19:38 ` pinskia at gcc dot gnu dot org
@ 2004-07-30 15:20 ` pinskia at gcc dot gnu dot org
  2004-08-29 19:09 ` mmitchel at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-30 15:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-30 15:20 -------
*** Bug 16835 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |scott dot bailey at eds dot
                   |                            |com


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


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

* [Bug bootstrap/13993] [3.5/3.4 Regression] Relative path as srcdir causes problem
  2004-02-03  8:43 [Bug other/13993] New: Relative path as srcdir causes problem Hilfinger at gnat dot com
                   ` (10 preceding siblings ...)
  2004-07-30 15:20 ` pinskia at gcc dot gnu dot org
@ 2004-08-29 19:09 ` mmitchel at gcc dot gnu dot org
  2004-10-01 12:31 ` [Bug bootstrap/13993] [3.4/4.0 " pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-08-29 19:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-08-29 19:09 -------
Postponed until GCC 3.4.3.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.2                       |3.4.3


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


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

* [Bug bootstrap/13993] [3.4/4.0 Regression] Relative path as srcdir causes problem
  2004-02-03  8:43 [Bug other/13993] New: Relative path as srcdir causes problem Hilfinger at gnat dot com
                   ` (11 preceding siblings ...)
  2004-08-29 19:09 ` mmitchel at gcc dot gnu dot org
@ 2004-10-01 12:31 ` pinskia at gcc dot gnu dot org
  2004-10-01 12:31 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-01 12:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-01 12:31 -------
*** Bug 17768 has been marked as a duplicate of this bug. ***

-- 


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


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

* [Bug bootstrap/13993] [3.4/4.0 Regression] Relative path as srcdir causes problem
  2004-02-03  8:43 [Bug other/13993] New: Relative path as srcdir causes problem Hilfinger at gnat dot com
                   ` (12 preceding siblings ...)
  2004-10-01 12:31 ` [Bug bootstrap/13993] [3.4/4.0 " pinskia at gcc dot gnu dot org
@ 2004-10-01 12:31 ` pinskia at gcc dot gnu dot org
  2004-10-23 19:22 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-01 12:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-01 12:31 -------
*** Bug 17769 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |enok at lysator dot liu dot
                   |                            |se


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


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

* [Bug bootstrap/13993] [3.4/4.0 Regression] Relative path as srcdir causes problem
  2004-02-03  8:43 [Bug other/13993] New: Relative path as srcdir causes problem Hilfinger at gnat dot com
                   ` (13 preceding siblings ...)
  2004-10-01 12:31 ` pinskia at gcc dot gnu dot org
@ 2004-10-23 19:22 ` pinskia at gcc dot gnu dot org
  2004-10-23 20:31 ` [Bug bootstrap/13993] [3.4 " pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-23 19:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-23 19:22 -------
Patch posted here: <http://gcc.gnu.org/ml/gcc-patches/2004-10/msg01987.html>.

This is also known as <http://sources.redhat.com/bugzilla/show_bug.cgi?id=179>.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |NEW
           Keywords|                            |patch


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


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

* [Bug bootstrap/13993] [3.4 Regression] Relative path as srcdir causes problem
  2004-02-03  8:43 [Bug other/13993] New: Relative path as srcdir causes problem Hilfinger at gnat dot com
                   ` (14 preceding siblings ...)
  2004-10-23 19:22 ` pinskia at gcc dot gnu dot org
@ 2004-10-23 20:31 ` pinskia at gcc dot gnu dot org
  2004-11-01  0:46 ` mmitchel at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-23 20:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-23 20:31 -------
Daniel since your patch fixes this bug, could you look into backporting it to the 3.4 branch?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |drow at gcc dot gnu dot org
            Summary|[3.4/4.0 Regression]        |[3.4 Regression] Relative
                   |Relative path as srcdir     |path as srcdir causes
                   |causes problem              |problem


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


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

* [Bug bootstrap/13993] [3.4 Regression] Relative path as srcdir causes problem
  2004-02-03  8:43 [Bug other/13993] New: Relative path as srcdir causes problem Hilfinger at gnat dot com
                   ` (15 preceding siblings ...)
  2004-10-23 20:31 ` [Bug bootstrap/13993] [3.4 " pinskia at gcc dot gnu dot org
@ 2004-11-01  0:46 ` mmitchel at gcc dot gnu dot org
  2005-01-07  3:13 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-11-01  0:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-11-01 00:46 -------
Postponed until GCC 3.4.4.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.3                       |3.4.4


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


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

* [Bug bootstrap/13993] [3.4 Regression] Relative path as srcdir causes problem
  2004-02-03  8:43 [Bug other/13993] New: Relative path as srcdir causes problem Hilfinger at gnat dot com
                   ` (16 preceding siblings ...)
  2004-11-01  0:46 ` mmitchel at gcc dot gnu dot org
@ 2005-01-07  3:13 ` pinskia at gcc dot gnu dot org
  2005-02-02 14:30 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-07  3:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-07 03:13 -------
*** Bug 19306 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |spage at macromedia dot com


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


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

* [Bug bootstrap/13993] [3.4 Regression] Relative path as srcdir causes problem
  2004-02-03  8:43 [Bug other/13993] New: Relative path as srcdir causes problem Hilfinger at gnat dot com
                   ` (17 preceding siblings ...)
  2005-01-07  3:13 ` pinskia at gcc dot gnu dot org
@ 2005-02-02 14:30 ` pinskia at gcc dot gnu dot org
  2005-03-08 17:31 ` drow at gcc dot gnu dot org
  2005-03-23 20:35 ` pinskia at gcc dot gnu dot org
  20 siblings, 0 replies; 22+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-02 14:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-02 14:30 -------
*** Bug 19751 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jschulen at gmx dot de


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


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

* [Bug bootstrap/13993] [3.4 Regression] Relative path as srcdir causes problem
  2004-02-03  8:43 [Bug other/13993] New: Relative path as srcdir causes problem Hilfinger at gnat dot com
                   ` (18 preceding siblings ...)
  2005-02-02 14:30 ` pinskia at gcc dot gnu dot org
@ 2005-03-08 17:31 ` drow at gcc dot gnu dot org
  2005-03-23 20:35 ` pinskia at gcc dot gnu dot org
  20 siblings, 0 replies; 22+ messages in thread
From: drow at gcc dot gnu dot org @ 2005-03-08 17:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From drow at gcc dot gnu dot org  2005-03-08 17:31 -------
Fixed on 3.4 and 4.0 branches.

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


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


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

* [Bug bootstrap/13993] [3.4 Regression] Relative path as srcdir causes problem
  2004-02-03  8:43 [Bug other/13993] New: Relative path as srcdir causes problem Hilfinger at gnat dot com
                   ` (19 preceding siblings ...)
  2005-03-08 17:31 ` drow at gcc dot gnu dot org
@ 2005-03-23 20:35 ` pinskia at gcc dot gnu dot org
  20 siblings, 0 replies; 22+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-23 20:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-23 20:35 -------
*** Bug 20609 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hip at cs dot okstate dot
                   |                            |edu


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


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

end of thread, other threads:[~2005-03-23 20:35 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-03  8:43 [Bug other/13993] New: Relative path as srcdir causes problem Hilfinger at gnat dot com
2004-04-21 21:16 ` [Bug bootstrap/13993] [3.5 Regression] " pinskia at gcc dot gnu dot org
2004-04-25 21:02 ` pinskia at gcc dot gnu dot org
2004-05-26 21:02 ` pinskia at gcc dot gnu dot org
2004-06-02 20:18 ` [Bug bootstrap/13993] [3.5/3.4 " pinskia at gcc dot gnu dot org
2004-06-02 20:18 ` pinskia at gcc dot gnu dot org
2004-06-02 20:20 ` pinskia at gcc dot gnu dot org
2004-06-02 20:21 ` pinskia at gcc dot gnu dot org
2004-06-09 19:32 ` mmitchel at gcc dot gnu dot org
2004-07-04 19:38 ` pinskia at gcc dot gnu dot org
2004-07-04 19:38 ` pinskia at gcc dot gnu dot org
2004-07-30 15:20 ` pinskia at gcc dot gnu dot org
2004-08-29 19:09 ` mmitchel at gcc dot gnu dot org
2004-10-01 12:31 ` [Bug bootstrap/13993] [3.4/4.0 " pinskia at gcc dot gnu dot org
2004-10-01 12:31 ` pinskia at gcc dot gnu dot org
2004-10-23 19:22 ` pinskia at gcc dot gnu dot org
2004-10-23 20:31 ` [Bug bootstrap/13993] [3.4 " pinskia at gcc dot gnu dot org
2004-11-01  0:46 ` mmitchel at gcc dot gnu dot org
2005-01-07  3:13 ` pinskia at gcc dot gnu dot org
2005-02-02 14:30 ` pinskia at gcc dot gnu dot org
2005-03-08 17:31 ` drow at gcc dot gnu dot org
2005-03-23 20:35 ` pinskia 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).