public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/17824] New: Hard-coded AS and LD in c4x.h
@ 2004-10-04  4:39 ralf_corsepius at rtems dot org
  2004-10-04  4:40 ` [Bug target/17824] " ralf_corsepius at rtems dot org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: ralf_corsepius at rtems dot org @ 2004-10-04  4:39 UTC (permalink / raw)
  To: gcc-bugs

gcc/config/c4x/c4x.h contains hard-coded defines for its "as" and "ld".

As these defines are not used anywhere, this seems like code-rott to me.

-- 
           Summary: Hard-coded AS and LD in c4x.h
           Product: gcc
           Version: 3.4.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ralf_corsepius at rtems dot org
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: tic4x-*


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


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

* [Bug target/17824] Hard-coded AS and LD in c4x.h
  2004-10-04  4:39 [Bug target/17824] New: Hard-coded AS and LD in c4x.h ralf_corsepius at rtems dot org
@ 2004-10-04  4:40 ` ralf_corsepius at rtems dot org
  2004-10-04  4:40 ` ralf_corsepius at rtems dot org
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: ralf_corsepius at rtems dot org @ 2004-10-04  4:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ralf_corsepius at rtems dot org  2004-10-04 04:40 -------
Created an attachment (id=7276)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7276&action=view)
Remove ASM_PROG, LD_PROG


-- 


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


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

* [Bug target/17824] Hard-coded AS and LD in c4x.h
  2004-10-04  4:39 [Bug target/17824] New: Hard-coded AS and LD in c4x.h ralf_corsepius at rtems dot org
  2004-10-04  4:40 ` [Bug target/17824] " ralf_corsepius at rtems dot org
@ 2004-10-04  4:40 ` ralf_corsepius at rtems dot org
  2004-10-04 12:18 ` giovannibajo at libero dot it
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: ralf_corsepius at rtems dot org @ 2004-10-04  4:40 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor


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


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

* [Bug target/17824] Hard-coded AS and LD in c4x.h
  2004-10-04  4:39 [Bug target/17824] New: Hard-coded AS and LD in c4x.h ralf_corsepius at rtems dot org
  2004-10-04  4:40 ` [Bug target/17824] " ralf_corsepius at rtems dot org
  2004-10-04  4:40 ` ralf_corsepius at rtems dot org
@ 2004-10-04 12:18 ` giovannibajo at libero dot it
  2004-10-04 12:51 ` ralf_corsepius at rtems dot org
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: giovannibajo at libero dot it @ 2004-10-04 12:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-10-04 12:18 -------
Please, provide a patch against HEAD (not 3.4) and send it to gcc-patches@ 
after a bootstrap and test cycle (depending on the speed of the target, a 
simple C bootstrap might be enough). http://gcc.gnu.org/contribute.html has 
some infos about this.

Thanks.

-- 


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


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

* [Bug target/17824] Hard-coded AS and LD in c4x.h
  2004-10-04  4:39 [Bug target/17824] New: Hard-coded AS and LD in c4x.h ralf_corsepius at rtems dot org
                   ` (2 preceding siblings ...)
  2004-10-04 12:18 ` giovannibajo at libero dot it
@ 2004-10-04 12:51 ` ralf_corsepius at rtems dot org
  2004-10-04 12:54 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: ralf_corsepius at rtems dot org @ 2004-10-04 12:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ralf_corsepius at rtems dot org  2004-10-04 12:51 -------
1. The PR is against 3.4-branch, because this is what I am using, what I tested
the patch with and what I am reporting the bug against.

2. The patch applies to HEAD without changes.

3. Why is GCC asking to file PRs to bugzilla, if they are requested to post
patch proposals to gcc-patches afterwards. Sorry, but this is just ineffective.

-- 


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


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

* [Bug target/17824] Hard-coded AS and LD in c4x.h
  2004-10-04  4:39 [Bug target/17824] New: Hard-coded AS and LD in c4x.h ralf_corsepius at rtems dot org
                   ` (3 preceding siblings ...)
  2004-10-04 12:51 ` ralf_corsepius at rtems dot org
@ 2004-10-04 12:54 ` pinskia at gcc dot gnu dot org
  2004-10-04 13:22 ` ralf_corsepius at rtems dot org
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-04 12:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-04 12:54 -------
Because normally if you have a patch you just post it in the first place to gcc-patches@ and bypass 
bugzilla and only make a new bug iff you patch is ignored.

-- 


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


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

* [Bug target/17824] Hard-coded AS and LD in c4x.h
  2004-10-04  4:39 [Bug target/17824] New: Hard-coded AS and LD in c4x.h ralf_corsepius at rtems dot org
                   ` (4 preceding siblings ...)
  2004-10-04 12:54 ` pinskia at gcc dot gnu dot org
@ 2004-10-04 13:22 ` ralf_corsepius at rtems dot org
  2004-10-04 13:28 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: ralf_corsepius at rtems dot org @ 2004-10-04 13:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ralf_corsepius at rtems dot org  2004-10-04 13:22 -------
1. I am used to my patches being ignored :(
Therefore I usually attach them to a PR they are trying to solve to prevent them
from being ignored.

2. Note that http://gcc.gnu.org/contribute.html doesn't even mention gcc-patches@

3. I would expect PRs in bugzilla to become assigned to somebody (maintainer)
who will take care about it and process it.

Anyway, I'll once again, duplicate this PR and try to send it to gcc-patches@,
if I should I manage to convince gcc-patches@'s broken spam filter to let me
send. All in all pretty unpleasant for a trivial 4-liner patch and not
necessarily encouraging to contribute further patches.



-- 


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


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

* [Bug target/17824] Hard-coded AS and LD in c4x.h
  2004-10-04  4:39 [Bug target/17824] New: Hard-coded AS and LD in c4x.h ralf_corsepius at rtems dot org
                   ` (5 preceding siblings ...)
  2004-10-04 13:22 ` ralf_corsepius at rtems dot org
@ 2004-10-04 13:28 ` pinskia at gcc dot gnu dot org
  2004-12-12 21:38 ` pinskia 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 @ 2004-10-04 13:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-04 13:28 -------
For number 2, read which is on the contribute page:
"When you have all these pieces, bundle them up in a mail message and send it to the appropriate 
mailing list(s). (Patches will go to one or more lists depending on what you are changing.) For further 
information on the GCC CVS repository, see the Anonymous read-only CVS access and Read-write CVS 
access pages."

And "mailing list" is a link to lists.html which says gcc-patches is the appropriate mailing list:
"All patches (including those for front ends and web  pages) and all discussion for a particular patch 
should be sent to this  list."

-- 


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


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

* [Bug target/17824] Hard-coded AS and LD in c4x.h
  2004-10-04  4:39 [Bug target/17824] New: Hard-coded AS and LD in c4x.h ralf_corsepius at rtems dot org
                   ` (6 preceding siblings ...)
  2004-10-04 13:28 ` pinskia at gcc dot gnu dot org
@ 2004-12-12 21:38 ` pinskia at gcc dot gnu dot org
  2005-04-06  8:11 ` cvs-commit at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-12 21:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-12 21:38 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-12-12 21:38:32
               date|                            |


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


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

* [Bug target/17824] Hard-coded AS and LD in c4x.h
  2004-10-04  4:39 [Bug target/17824] New: Hard-coded AS and LD in c4x.h ralf_corsepius at rtems dot org
                   ` (7 preceding siblings ...)
  2004-12-12 21:38 ` pinskia at gcc dot gnu dot org
@ 2005-04-06  8:11 ` cvs-commit at gcc dot gnu dot org
  2005-04-06  8:15 ` ralf dot corsepius at rtems dot org
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-04-06  8:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-04-06 08:11 -------
Subject: Bug 17824

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	corsepiu@gcc.gnu.org	2005-04-06 08:10:54

Modified files:
	gcc            : ChangeLog 
	gcc/config/c4x : c4x.h 

Log message:
	2005-04-06  Ralf Corsepius  <ralf.corsepius@rtems.org>
	
	PR target/17824
	* config/c4x/c4x.h (ASM_PROG, LD_PROG): Remove.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.8163&r2=2.8164
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/c4x/c4x.h.diff?cvsroot=gcc&r1=1.152&r2=1.153



-- 


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


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

* [Bug target/17824] Hard-coded AS and LD in c4x.h
  2004-10-04  4:39 [Bug target/17824] New: Hard-coded AS and LD in c4x.h ralf_corsepius at rtems dot org
                   ` (8 preceding siblings ...)
  2005-04-06  8:11 ` cvs-commit at gcc dot gnu dot org
@ 2005-04-06  8:15 ` ralf dot corsepius at rtems dot org
  2005-04-24  8:10 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: ralf dot corsepius at rtems dot org @ 2005-04-06  8:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ralf dot corsepius at rtems dot org  2005-04-06 08:15 -------
OK to apply this patch to 4.0, too?

-- 


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


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

* [Bug target/17824] Hard-coded AS and LD in c4x.h
  2004-10-04  4:39 [Bug target/17824] New: Hard-coded AS and LD in c4x.h ralf_corsepius at rtems dot org
                   ` (9 preceding siblings ...)
  2005-04-06  8:15 ` ralf dot corsepius at rtems dot org
@ 2005-04-24  8:10 ` cvs-commit at gcc dot gnu dot org
  2005-04-25  3:16 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-04-24  8:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-04-24 08:09 -------
Subject: Bug 17824

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	corsepiu@gcc.gnu.org	2005-04-24 08:09:06

Modified files:
	gcc            : ChangeLog 
	gcc/config/c4x : c4x.h 

Log message:
	2005-04-24  Ralf Corsepius  <ralf.corsepius@rtems.org>
	
	PR target/17824
	* config/c4x/c4x.h (ASM_PROG, LD_PROG): Remove.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=2.7592.2.185&r2=2.7592.2.186
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/c4x/c4x.h.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.151&r2=1.151.10.1



-- 


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


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

* [Bug target/17824] Hard-coded AS and LD in c4x.h
  2004-10-04  4:39 [Bug target/17824] New: Hard-coded AS and LD in c4x.h ralf_corsepius at rtems dot org
                   ` (10 preceding siblings ...)
  2005-04-24  8:10 ` cvs-commit at gcc dot gnu dot org
@ 2005-04-25  3:16 ` cvs-commit at gcc dot gnu dot org
  2005-04-25  3:18 ` corsepiu at gcc dot gnu dot org
  2005-04-25  3:19 ` pinskia at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-04-25  3:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-04-25 03:16 -------
Subject: Bug 17824

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	corsepiu@gcc.gnu.org	2005-04-25 03:16:17

Modified files:
	gcc            : ChangeLog 
	gcc/config/c4x : c4x.h 

Log message:
	2005-04-06  Ralf Corsepius  <ralf.corsepius@rtems.org>
	
	PR target/17824
	* config/c4x/c4x.h (ASM_PROG, LD_PROG): Remove.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=2.2326.2.841&r2=2.2326.2.842
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/c4x/c4x.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.136.10.1&r2=1.136.10.2



-- 


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


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

* [Bug target/17824] Hard-coded AS and LD in c4x.h
  2004-10-04  4:39 [Bug target/17824] New: Hard-coded AS and LD in c4x.h ralf_corsepius at rtems dot org
                   ` (11 preceding siblings ...)
  2005-04-25  3:16 ` cvs-commit at gcc dot gnu dot org
@ 2005-04-25  3:18 ` corsepiu at gcc dot gnu dot org
  2005-04-25  3:19 ` pinskia at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: corsepiu at gcc dot gnu dot org @ 2005-04-25  3:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From corsepiu at gcc dot gnu dot org  2005-04-25 03:18 -------
Fix commited as obvious to mainline, 4.0-branch and 3.4-branch.


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


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


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

* [Bug target/17824] Hard-coded AS and LD in c4x.h
  2004-10-04  4:39 [Bug target/17824] New: Hard-coded AS and LD in c4x.h ralf_corsepius at rtems dot org
                   ` (12 preceding siblings ...)
  2005-04-25  3:18 ` corsepiu at gcc dot gnu dot org
@ 2005-04-25  3:19 ` pinskia at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-25  3:19 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |3.4.4 4.0.1 4.1.0
   Target Milestone|---                         |3.4.4


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


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

end of thread, other threads:[~2005-04-25  3:19 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-04  4:39 [Bug target/17824] New: Hard-coded AS and LD in c4x.h ralf_corsepius at rtems dot org
2004-10-04  4:40 ` [Bug target/17824] " ralf_corsepius at rtems dot org
2004-10-04  4:40 ` ralf_corsepius at rtems dot org
2004-10-04 12:18 ` giovannibajo at libero dot it
2004-10-04 12:51 ` ralf_corsepius at rtems dot org
2004-10-04 12:54 ` pinskia at gcc dot gnu dot org
2004-10-04 13:22 ` ralf_corsepius at rtems dot org
2004-10-04 13:28 ` pinskia at gcc dot gnu dot org
2004-12-12 21:38 ` pinskia at gcc dot gnu dot org
2005-04-06  8:11 ` cvs-commit at gcc dot gnu dot org
2005-04-06  8:15 ` ralf dot corsepius at rtems dot org
2005-04-24  8:10 ` cvs-commit at gcc dot gnu dot org
2005-04-25  3:16 ` cvs-commit at gcc dot gnu dot org
2005-04-25  3:18 ` corsepiu at gcc dot gnu dot org
2005-04-25  3:19 ` 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).