public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/26582]  New: [4.2 Regression] warning with cross build
@ 2006-03-06 14:31 pinskia at gcc dot gnu dot org
  2006-03-06 14:35 ` [Bug bootstrap/26582] " paolo dot bonzini at lu dot unisi dot ch
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-06 14:31 UTC (permalink / raw)
  To: gcc-bugs

I get the following warnings when doing a cross (any kind of cross really)
Makefile:13366: warning: overriding commands for target `restrap'
Makefile:12658: warning: ignoring old commands for target `restrap'


-- 
           Summary: [4.2 Regression] warning with cross build
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org


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


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

* [Bug bootstrap/26582] [4.2 Regression] warning with cross build
  2006-03-06 14:31 [Bug bootstrap/26582] New: [4.2 Regression] warning with cross build pinskia at gcc dot gnu dot org
@ 2006-03-06 14:35 ` paolo dot bonzini at lu dot unisi dot ch
  2006-03-06 14:37 ` pinskia at physics dot uc dot edu
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paolo dot bonzini at lu dot unisi dot ch @ 2006-03-06 14:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from paolo dot bonzini at lu dot unisi dot ch  2006-03-06 14:35 -------
Subject: Re:   New: [4.2 Regression] warning with cross
 build

pinskia at gcc dot gnu dot org wrote:
> I get the following warnings when doing a cross (any kind of cross really)
> Makefile:13366: warning: overriding commands for target `restrap'
> Makefile:12658: warning: ignoring old commands for target `restrap'
>   
I was aware of this, did nothing so far because Dan Jacobowitz said he 
would rip old bootstrap bits soon (including this one).

Paolo


-- 


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


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

* [Bug bootstrap/26582] [4.2 Regression] warning with cross build
  2006-03-06 14:31 [Bug bootstrap/26582] New: [4.2 Regression] warning with cross build pinskia at gcc dot gnu dot org
  2006-03-06 14:35 ` [Bug bootstrap/26582] " paolo dot bonzini at lu dot unisi dot ch
@ 2006-03-06 14:37 ` pinskia at physics dot uc dot edu
  2006-03-06 15:20 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at physics dot uc dot edu @ 2006-03-06 14:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-03-06 14:37 -------
Subject: Re:  [4.2 Regression] warning with cross build

> 
> 
> 
> ------- Comment #1 from paolo dot bonzini at lu dot unisi dot ch  2006-03-06 14:35 -------
> Subject: Re:   New: [4.2 Regression] warning with cross
>  build
> 
> pinskia at gcc dot gnu dot org wrote:
> > I get the following warnings when doing a cross (any kind of cross really)
> > Makefile:13366: warning: overriding commands for target `restrap'
> > Makefile:12658: warning: ignoring old commands for target `restrap'
> >   
> I was aware of this, did nothing so far because Dan Jacobowitz said he 
> would rip old bootstrap bits soon (including this one).

I should note that I filed this because I was tried of seeing the warning
when I built the compiler.

-- Pinski


-- 


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


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

* [Bug bootstrap/26582] [4.2 Regression] warning with cross build
  2006-03-06 14:31 [Bug bootstrap/26582] New: [4.2 Regression] warning with cross build pinskia at gcc dot gnu dot org
  2006-03-06 14:35 ` [Bug bootstrap/26582] " paolo dot bonzini at lu dot unisi dot ch
  2006-03-06 14:37 ` pinskia at physics dot uc dot edu
@ 2006-03-06 15:20 ` pinskia at gcc dot gnu dot org
  2006-03-22  4:05 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-06 15:20 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.2.0


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


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

* [Bug bootstrap/26582] [4.2 Regression] warning with cross build
  2006-03-06 14:31 [Bug bootstrap/26582] New: [4.2 Regression] warning with cross build pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-03-06 15:20 ` pinskia at gcc dot gnu dot org
@ 2006-03-22  4:05 ` pinskia at gcc dot gnu dot org
  2006-06-04 18:05 ` mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-22  4:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-03-22 04:05 -------
Confirmed via:
http://gcc.gnu.org/ml/gcc/2006-03/msg00496.html


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-03-22 04:05:27
               date|                            |


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


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

* [Bug bootstrap/26582] [4.2 Regression] warning with cross build
  2006-03-06 14:31 [Bug bootstrap/26582] New: [4.2 Regression] warning with cross build pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2006-03-22  4:05 ` pinskia at gcc dot gnu dot org
@ 2006-06-04 18:05 ` mmitchel at gcc dot gnu dot org
  2006-06-04 18:41 ` dan at debian dot org
  2006-06-05  7:23 ` bonzini at gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-06-04 18:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from mmitchel at gcc dot gnu dot org  2006-06-04 18:04 -------
Daniel --

Are you going to have time to do the surgery mentioned in Comment #1?

Thanks,

-- Mark


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dan at debian dot org
           Priority|P3                          |P5


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


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

* [Bug bootstrap/26582] [4.2 Regression] warning with cross build
  2006-03-06 14:31 [Bug bootstrap/26582] New: [4.2 Regression] warning with cross build pinskia at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2006-06-04 18:05 ` mmitchel at gcc dot gnu dot org
@ 2006-06-04 18:41 ` dan at debian dot org
  2006-06-05  7:23 ` bonzini at gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: dan at debian dot org @ 2006-06-04 18:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from dan at debian dot org  2006-06-04 18:40 -------
Subject: Re:  [4.2 Regression] warning with cross build

On Sun, Jun 04, 2006 at 06:04:19PM -0000, mmitchel at gcc dot gnu dot org
wrote:
> Are you going to have time to do the surgery mentioned in Comment #1?

I can make time for this, but not right away.  Do you think this should
be fixed for 4.2?


-- 


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


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

* [Bug bootstrap/26582] [4.2 Regression] warning with cross build
  2006-03-06 14:31 [Bug bootstrap/26582] New: [4.2 Regression] warning with cross build pinskia at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2006-06-04 18:41 ` dan at debian dot org
@ 2006-06-05  7:23 ` bonzini at gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: bonzini at gnu dot org @ 2006-06-05  7:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from bonzini at gnu dot org  2006-06-05 07:10 -------
This was fixed recently.


-- 

bonzini at gnu dot org changed:

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


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


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

end of thread, other threads:[~2006-06-05  7:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-06 14:31 [Bug bootstrap/26582] New: [4.2 Regression] warning with cross build pinskia at gcc dot gnu dot org
2006-03-06 14:35 ` [Bug bootstrap/26582] " paolo dot bonzini at lu dot unisi dot ch
2006-03-06 14:37 ` pinskia at physics dot uc dot edu
2006-03-06 15:20 ` pinskia at gcc dot gnu dot org
2006-03-22  4:05 ` pinskia at gcc dot gnu dot org
2006-06-04 18:05 ` mmitchel at gcc dot gnu dot org
2006-06-04 18:41 ` dan at debian dot org
2006-06-05  7:23 ` bonzini at 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).