public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/13073] New: -mn / NORMAL_MODEbreaks multilib'ed RTEMS
@ 2003-11-16 13:41 corsepiu at faw dot uni-ulm dot de
  2003-11-16 13:53 ` [Bug target/13073] " corsepiu at faw dot uni-ulm dot de
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: corsepiu at faw dot uni-ulm dot de @ 2003-11-16 13:41 UTC (permalink / raw)
  To: gcc-bugs

With gcc-3.3.x, a -mn / NORMAL_MODE multilib variants have been added to
h8300-gcc's default multilibs, which also are applied by h8300-rtems-gcc.

These multilib variants are not supported by RTEMS, i.e. having added the -mn
multilib variant to gcc break building RTEMS for the h8300 (RTEMS is multilib'ed).

A work-around is to use custom multilibs for h8300-rtems-gcc.

This is not strictly a regression within gcc, but is a regression in gcc's
applicability to building RTEMS, because former versions of gcc had been able to
build RTEMS.

-- 
           Summary: -mn / NORMAL_MODEbreaks multilib'ed RTEMS
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: corsepiu at faw dot uni-ulm dot de
                CC: gcc-bugs at gcc dot gnu dot org,joel at oarcorp dot com
GCC target triplet: h8300-rtems


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


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

* [Bug target/13073] -mn / NORMAL_MODEbreaks multilib'ed RTEMS
  2003-11-16 13:41 [Bug target/13073] New: -mn / NORMAL_MODEbreaks multilib'ed RTEMS corsepiu at faw dot uni-ulm dot de
@ 2003-11-16 13:53 ` corsepiu at faw dot uni-ulm dot de
  2003-11-16 13:54 ` corsepiu at faw dot uni-ulm dot de
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: corsepiu at faw dot uni-ulm dot de @ 2003-11-16 13:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From corsepiu at faw dot uni-ulm dot de  2003-11-16 13:53 -------
Created an attachment (id=5151)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5151&action=view)
Patch against gcc-3_3-branch

This patch reverts h8300-rtems multilibs to what has been used with gcc < 3.3.


-- 


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


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

* [Bug target/13073] -mn / NORMAL_MODEbreaks multilib'ed RTEMS
  2003-11-16 13:41 [Bug target/13073] New: -mn / NORMAL_MODEbreaks multilib'ed RTEMS corsepiu at faw dot uni-ulm dot de
  2003-11-16 13:53 ` [Bug target/13073] " corsepiu at faw dot uni-ulm dot de
@ 2003-11-16 13:54 ` corsepiu at faw dot uni-ulm dot de
  2003-11-16 20:08 ` pinskia at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: corsepiu at faw dot uni-ulm dot de @ 2003-11-16 13:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From corsepiu at faw dot uni-ulm dot de  2003-11-16 13:54 -------
Created an attachment (id=5152)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5152&action=view)
Patch against gcc-3.4/CVS-HEAD

Same as patch 5151, but for gcc-3.4/CVS-HEAD

-- 


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


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

* [Bug target/13073] -mn / NORMAL_MODEbreaks multilib'ed RTEMS
  2003-11-16 13:41 [Bug target/13073] New: -mn / NORMAL_MODEbreaks multilib'ed RTEMS corsepiu at faw dot uni-ulm dot de
  2003-11-16 13:53 ` [Bug target/13073] " corsepiu at faw dot uni-ulm dot de
  2003-11-16 13:54 ` corsepiu at faw dot uni-ulm dot de
@ 2003-11-16 20:08 ` pinskia at gcc dot gnu dot org
  2003-11-16 20:56 ` corsepiu at faw dot uni-ulm dot de
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-16 20:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-16 20:08 -------
As always send patches to gcc-patches@gcc.gnu.org with a change log.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-11-16 20:08:51
               date|                            |
   Target Milestone|---                         |3.4


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


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

* [Bug target/13073] -mn / NORMAL_MODEbreaks multilib'ed RTEMS
  2003-11-16 13:41 [Bug target/13073] New: -mn / NORMAL_MODEbreaks multilib'ed RTEMS corsepiu at faw dot uni-ulm dot de
                   ` (2 preceding siblings ...)
  2003-11-16 20:08 ` pinskia at gcc dot gnu dot org
@ 2003-11-16 20:56 ` corsepiu at faw dot uni-ulm dot de
  2003-11-16 21:27 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: corsepiu at faw dot uni-ulm dot de @ 2003-11-16 20:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From corsepiu at faw dot uni-ulm dot de  2003-11-16 20:56 -------
I don't agree with your decision to target these *_trivial_* *RTEMS* *only*
patches to target milestone 3.4. 

Gcc-3.3 has broken RTEMS, now you are refusing to fix it by an "obvious fix".






-- 


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


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

* [Bug target/13073] -mn / NORMAL_MODEbreaks multilib'ed RTEMS
  2003-11-16 13:41 [Bug target/13073] New: -mn / NORMAL_MODEbreaks multilib'ed RTEMS corsepiu at faw dot uni-ulm dot de
                   ` (3 preceding siblings ...)
  2003-11-16 20:56 ` corsepiu at faw dot uni-ulm dot de
@ 2003-11-16 21:27 ` pinskia at gcc dot gnu dot org
  2003-11-24 18:30 ` kazu at cs dot umass dot edu
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-16 21:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-16 21:27 -------
I am not refusing any patches, just this is not really the right place for patches to go, as not 
everyone who approves them searches the bugs.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4                         |3.3.3


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


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

* [Bug target/13073] -mn / NORMAL_MODEbreaks multilib'ed RTEMS
  2003-11-16 13:41 [Bug target/13073] New: -mn / NORMAL_MODEbreaks multilib'ed RTEMS corsepiu at faw dot uni-ulm dot de
                   ` (4 preceding siblings ...)
  2003-11-16 21:27 ` pinskia at gcc dot gnu dot org
@ 2003-11-24 18:30 ` kazu at cs dot umass dot edu
  2003-12-21 23:57 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: kazu at cs dot umass dot edu @ 2003-11-24 18:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kazu at cs dot umass dot edu  2003-11-24 18:30 -------
Can you post patches to gcc-patches?


-- 


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


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

* [Bug target/13073] -mn / NORMAL_MODEbreaks multilib'ed RTEMS
  2003-11-16 13:41 [Bug target/13073] New: -mn / NORMAL_MODEbreaks multilib'ed RTEMS corsepiu at faw dot uni-ulm dot de
                   ` (5 preceding siblings ...)
  2003-11-24 18:30 ` kazu at cs dot umass dot edu
@ 2003-12-21 23:57 ` pinskia at gcc dot gnu dot org
  2003-12-24 22:10 ` gdr at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-21 23:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-21 23:38 -------
Not a regression but it has a small target only patch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2003-11-16 20:08:51         |2003-12-21 23:38:44
               date|                            |


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


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

* [Bug target/13073] -mn / NORMAL_MODEbreaks multilib'ed RTEMS
  2003-11-16 13:41 [Bug target/13073] New: -mn / NORMAL_MODEbreaks multilib'ed RTEMS corsepiu at faw dot uni-ulm dot de
                   ` (6 preceding siblings ...)
  2003-12-21 23:57 ` pinskia at gcc dot gnu dot org
@ 2003-12-24 22:10 ` gdr at gcc dot gnu dot org
  2004-01-06 18:14 ` joel dot sherrill at oarcorp dot com
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: gdr at gcc dot gnu dot org @ 2003-12-24 22:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gdr at gcc dot gnu dot org  2003-12-24 22:04 -------
Joel --
Would you mind looking at the patch mentioned in the
audit trail?

-- Gaby


-- 


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


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

* [Bug target/13073] -mn / NORMAL_MODEbreaks multilib'ed RTEMS
  2003-11-16 13:41 [Bug target/13073] New: -mn / NORMAL_MODEbreaks multilib'ed RTEMS corsepiu at faw dot uni-ulm dot de
                   ` (7 preceding siblings ...)
  2003-12-24 22:10 ` gdr at gcc dot gnu dot org
@ 2004-01-06 18:14 ` joel dot sherrill at oarcorp dot com
  2004-01-09 22:20 ` neroden at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: joel dot sherrill at oarcorp dot com @ 2004-01-06 18:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From joel dot sherrill at oarcorp dot com  2004-01-06 18:14 -------
Subject: Re:  -mn / NORMAL_MODEbreaks multilib'ed RTEMS

gdr at gcc dot gnu dot org wrote:

> ------- Additional Comments From gdr at gcc dot gnu dot org  2003-12-24 22:04 -------
> Joel --
> Would you mind looking at the patch mentioned in the
> audit trail?

The patch for 3.3.2 is exactly what is in the RTEMS patch
set.  It is OK.

The 3.4 version looks to be the same patch.

Please apply this.

> -- Gaby
> 
> 




-- 


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


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

* [Bug target/13073] -mn / NORMAL_MODEbreaks multilib'ed RTEMS
  2003-11-16 13:41 [Bug target/13073] New: -mn / NORMAL_MODEbreaks multilib'ed RTEMS corsepiu at faw dot uni-ulm dot de
                   ` (8 preceding siblings ...)
  2004-01-06 18:14 ` joel dot sherrill at oarcorp dot com
@ 2004-01-09 22:20 ` neroden at gcc dot gnu dot org
  2004-01-09 22:45 ` joel dot sherrill at oarcorp dot com
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: neroden at gcc dot gnu dot org @ 2004-01-09 22:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From neroden at gcc dot gnu dot org  2004-01-09 22:20 -------
Is someone applying these patches or should I?

-- 


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


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

* [Bug target/13073] -mn / NORMAL_MODEbreaks multilib'ed RTEMS
  2003-11-16 13:41 [Bug target/13073] New: -mn / NORMAL_MODEbreaks multilib'ed RTEMS corsepiu at faw dot uni-ulm dot de
                   ` (9 preceding siblings ...)
  2004-01-09 22:20 ` neroden at gcc dot gnu dot org
@ 2004-01-09 22:45 ` joel dot sherrill at oarcorp dot com
  2004-01-21  6:06 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: joel dot sherrill at oarcorp dot com @ 2004-01-09 22:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From joel dot sherrill at oarcorp dot com  2004-01-09 22:45 -------
Subject: Re:  -mn / NORMAL_MODEbreaks multilib'ed RTEMS

neroden at gcc dot gnu dot org wrote:

> ------- Additional Comments From neroden at gcc dot gnu dot org  2004-01-09 22:20 -------
> Is someone applying these patches or should I?
> 

Please apply all of the RTEMS patches to gcc 3.3 and the head.



-- 


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


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

* [Bug target/13073] -mn / NORMAL_MODEbreaks multilib'ed RTEMS
  2003-11-16 13:41 [Bug target/13073] New: -mn / NORMAL_MODEbreaks multilib'ed RTEMS corsepiu at faw dot uni-ulm dot de
                   ` (10 preceding siblings ...)
  2004-01-09 22:45 ` joel dot sherrill at oarcorp dot com
@ 2004-01-21  6:06 ` cvs-commit at gcc dot gnu dot org
  2004-01-21  6:14 ` gdr at gcc dot gnu dot org
  2004-03-09 20:41 ` [Bug target/13073] [3.4/3.5 Regression] " mmitchel at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-01-21  6:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-01-21 06:06 -------
Subject: Bug 13073

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	gdr@gcc.gnu.org	2004-01-21 06:06:02

Modified files:
	gcc            : ChangeLog config.gcc 
Added files:
	gcc/config/h8300: t-rtems 

Log message:
	2004-01-21  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
	
	PR target/13073
	* config/h8300/t-rtems (h8300-*-rtems*): New.
	* config.gcc: Use config/h8300/t-rtems.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.887&r2=1.16114.2.888
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config.gcc.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.266.2.19&r2=1.266.2.20
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/h8300/t-rtems.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=NONE&r2=1.1.2.1



-- 


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


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

* [Bug target/13073] -mn / NORMAL_MODEbreaks multilib'ed RTEMS
  2003-11-16 13:41 [Bug target/13073] New: -mn / NORMAL_MODEbreaks multilib'ed RTEMS corsepiu at faw dot uni-ulm dot de
                   ` (11 preceding siblings ...)
  2004-01-21  6:06 ` cvs-commit at gcc dot gnu dot org
@ 2004-01-21  6:14 ` gdr at gcc dot gnu dot org
  2004-03-09 20:41 ` [Bug target/13073] [3.4/3.5 Regression] " mmitchel at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: gdr at gcc dot gnu dot org @ 2004-01-21  6:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gdr at gcc dot gnu dot org  2004-01-21 06:13 -------
Patch applied to 3.3.3.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.3.3                       |3.4.0


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


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

* [Bug target/13073] [3.4/3.5 Regression] -mn / NORMAL_MODEbreaks multilib'ed RTEMS
  2003-11-16 13:41 [Bug target/13073] New: -mn / NORMAL_MODEbreaks multilib'ed RTEMS corsepiu at faw dot uni-ulm dot de
                   ` (12 preceding siblings ...)
  2004-01-21  6:14 ` gdr at gcc dot gnu dot org
@ 2004-03-09 20:41 ` mmitchel at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-03-09 20:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-03-09 20:41 -------
I have applied the patch to GCC 3.4 and GCC 3.5.

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


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


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

end of thread, other threads:[~2004-03-09 20:41 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-16 13:41 [Bug target/13073] New: -mn / NORMAL_MODEbreaks multilib'ed RTEMS corsepiu at faw dot uni-ulm dot de
2003-11-16 13:53 ` [Bug target/13073] " corsepiu at faw dot uni-ulm dot de
2003-11-16 13:54 ` corsepiu at faw dot uni-ulm dot de
2003-11-16 20:08 ` pinskia at gcc dot gnu dot org
2003-11-16 20:56 ` corsepiu at faw dot uni-ulm dot de
2003-11-16 21:27 ` pinskia at gcc dot gnu dot org
2003-11-24 18:30 ` kazu at cs dot umass dot edu
2003-12-21 23:57 ` pinskia at gcc dot gnu dot org
2003-12-24 22:10 ` gdr at gcc dot gnu dot org
2004-01-06 18:14 ` joel dot sherrill at oarcorp dot com
2004-01-09 22:20 ` neroden at gcc dot gnu dot org
2004-01-09 22:45 ` joel dot sherrill at oarcorp dot com
2004-01-21  6:06 ` cvs-commit at gcc dot gnu dot org
2004-01-21  6:14 ` gdr at gcc dot gnu dot org
2004-03-09 20:41 ` [Bug target/13073] [3.4/3.5 Regression] " mmitchel 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).