public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Bugzilla CPU targets
@ 2003-05-22  6:51 H. J. Lu
  2003-05-22  7:03 ` Andreas Jaeger
  0 siblings, 1 reply; 8+ messages in thread
From: H. J. Lu @ 2003-05-22  6:51 UTC (permalink / raw)
  To: Daniel Berlin, gcc

One thing I missed the most is CPU targets. Can we add ia32, ia64,
mips, alpha, ppc, .....?


H.J.

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

* Re: Bugzilla CPU targets
  2003-05-22  6:51 Bugzilla CPU targets H. J. Lu
@ 2003-05-22  7:03 ` Andreas Jaeger
  2003-05-22  7:08   ` H. J. Lu
  0 siblings, 1 reply; 8+ messages in thread
From: Andreas Jaeger @ 2003-05-22  7:03 UTC (permalink / raw)
  To: H. J. Lu; +Cc: Daniel Berlin, gcc

"H. J. Lu" <hjl@lucon.org> writes:

> One thing I missed the most is CPU targets. Can we add ia32, ia64,
> mips, alpha, ppc, .....?

You can search for host/target/build, isn't that enough?

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

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

* Re: Bugzilla CPU targets
  2003-05-22  7:03 ` Andreas Jaeger
@ 2003-05-22  7:08   ` H. J. Lu
  2003-05-22  8:34     ` H. J. Lu
  2003-05-22 14:43     ` Daniel Berlin
  0 siblings, 2 replies; 8+ messages in thread
From: H. J. Lu @ 2003-05-22  7:08 UTC (permalink / raw)
  To: Andreas Jaeger; +Cc: Daniel Berlin, gcc

On Thu, May 22, 2003 at 08:54:31AM +0200, Andreas Jaeger wrote:
> "H. J. Lu" <hjl@lucon.org> writes:
> 
> > One thing I missed the most is CPU targets. Can we add ia32, ia64,
> > mips, alpha, ppc, .....?
> 
> You can search for host/target/build, isn't that enough?
> 

You can make your own host/target/build. What I like to see a drop
down menu to select the valid ones. Also in most cases, a backend bug
is indepedent of host/target/build OSes.


H.J.

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

* Re: Bugzilla CPU targets
  2003-05-22  7:08   ` H. J. Lu
@ 2003-05-22  8:34     ` H. J. Lu
  2003-05-22 14:43     ` Daniel Berlin
  1 sibling, 0 replies; 8+ messages in thread
From: H. J. Lu @ 2003-05-22  8:34 UTC (permalink / raw)
  To: Andreas Jaeger; +Cc: Daniel Berlin, gcc

On Thu, May 22, 2003 at 12:02:16AM -0700, H. J. Lu wrote:
> On Thu, May 22, 2003 at 08:54:31AM +0200, Andreas Jaeger wrote:
> > "H. J. Lu" <hjl@lucon.org> writes:
> > 
> > > One thing I missed the most is CPU targets. Can we add ia32, ia64,
> > > mips, alpha, ppc, .....?
> > 
> > You can search for host/target/build, isn't that enough?
> > 
> 
> You can make your own host/target/build. What I like to see a drop
> down menu to select the valid ones. Also in most cases, a backend bug
> is indepedent of host/target/build OSes.
> 

BTW, there is a target field in query page, which looks like what I am
looking for. But it has 3.3.1, 3.4, instead of ia32, ia64, ... There
is no target in bug entry page.


H.J.

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

* Re: Bugzilla CPU targets
  2003-05-22  7:08   ` H. J. Lu
  2003-05-22  8:34     ` H. J. Lu
@ 2003-05-22 14:43     ` Daniel Berlin
  2003-05-22 14:45       ` Andrew Pinski
  2003-05-22 14:59       ` H. J. Lu
  1 sibling, 2 replies; 8+ messages in thread
From: Daniel Berlin @ 2003-05-22 14:43 UTC (permalink / raw)
  To: H. J. Lu; +Cc: Andreas Jaeger, gcc


On Thursday, May 22, 2003, at 03:02  AM, H. J. Lu wrote:

> On Thu, May 22, 2003 at 08:54:31AM +0200, Andreas Jaeger wrote:
>> "H. J. Lu" <hjl@lucon.org> writes:
>>
>>> One thing I missed the most is CPU targets. Can we add ia32, ia64,
>>> mips, alpha, ppc, .....?
>>
>> You can search for host/target/build, isn't that enough?
>>
>
> You can make your own host/target/build. What I like to see a drop
> down menu to select the valid ones.


This is probably impractical.
Too many combinations.
Even if you *could* do it, it would probably be about 100k of html to 
just list the values.
You can't just do it in javascript, as not everyone has javascript.

>  Also in most cases, a backend bug
> is indepedent of host/target/build OSes.
>
>
> H.J.

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

* Re: Bugzilla CPU targets
  2003-05-22 14:43     ` Daniel Berlin
@ 2003-05-22 14:45       ` Andrew Pinski
  2003-05-22 14:59       ` H. J. Lu
  1 sibling, 0 replies; 8+ messages in thread
From: Andrew Pinski @ 2003-05-22 14:45 UTC (permalink / raw)
  To: Daniel Berlin; +Cc: Andrew Pinski, H. J. Lu, Andreas Jaeger, gcc

What about just listing CPU, OS separately, and not worry about invalid 
combinations as we can change then easy, I think keywords will work for 
this?

Thanks,
Andrew Pinski

On Thursday, May 22, 2003, at 10:38 US/Eastern, Daniel Berlin wrote:

>
> On Thursday, May 22, 2003, at 03:02  AM, H. J. Lu wrote:
>
>> On Thu, May 22, 2003 at 08:54:31AM +0200, Andreas Jaeger wrote:
>>> "H. J. Lu" <hjl@lucon.org> writes:
>>>
>>>> One thing I missed the most is CPU targets. Can we add ia32, ia64,
>>>> mips, alpha, ppc, .....?
>>>
>>> You can search for host/target/build, isn't that enough?
>>>
>>
>> You can make your own host/target/build. What I like to see a drop
>> down menu to select the valid ones.
>
>
> This is probably impractical.
> Too many combinations.
> Even if you *could* do it, it would probably be about 100k of html to 
> just list the values.
> You can't just do it in javascript, as not everyone has javascript.
>
>>  Also in most cases, a backend bug
>> is indepedent of host/target/build OSes.
>>
>>
>> H.J.
>
>
>

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

* Re: Bugzilla CPU targets
  2003-05-22 14:43     ` Daniel Berlin
  2003-05-22 14:45       ` Andrew Pinski
@ 2003-05-22 14:59       ` H. J. Lu
  2003-05-22 18:20         ` Joseph S. Myers
  1 sibling, 1 reply; 8+ messages in thread
From: H. J. Lu @ 2003-05-22 14:59 UTC (permalink / raw)
  To: Daniel Berlin; +Cc: Andreas Jaeger, gcc

On Thu, May 22, 2003 at 10:38:54AM -0400, Daniel Berlin wrote:
> 
> On Thursday, May 22, 2003, at 03:02  AM, H. J. Lu wrote:
> 
> > On Thu, May 22, 2003 at 08:54:31AM +0200, Andreas Jaeger wrote:
> >> "H. J. Lu" <hjl@lucon.org> writes:
> >>
> >>> One thing I missed the most is CPU targets. Can we add ia32, ia64,
> >>> mips, alpha, ppc, .....?
> >>
> >> You can search for host/target/build, isn't that enough?
> >>
> >
> > You can make your own host/target/build. What I like to see a drop
> > down menu to select the valid ones.
> 
> 
> This is probably impractical.
> Too many combinations.
> Even if you *could* do it, it would probably be about 100k of html to 
> just list the values.
> You can't just do it in javascript, as not everyone has javascript.

I am talking about targets in gcc/gcc/config. I counted there are
34 different cpus. You don't worry about OSes. There are still
host/target/build fields.


H.J.

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

* Re: Bugzilla CPU targets
  2003-05-22 14:59       ` H. J. Lu
@ 2003-05-22 18:20         ` Joseph S. Myers
  0 siblings, 0 replies; 8+ messages in thread
From: Joseph S. Myers @ 2003-05-22 18:20 UTC (permalink / raw)
  To: H. J. Lu; +Cc: Daniel Berlin, Andreas Jaeger, gcc

On Thu, 22 May 2003, H. J. Lu wrote:

> I am talking about targets in gcc/gcc/config. I counted there are
> 34 different cpus. You don't worry about OSes. There are still
> host/target/build fields.

We could revisit splitting the "target" component into separate components
for different targets (at least those targets with active maintainers and
users) - so that, for target-specific bugs in "target", we don't need to
overload the bug subject line with a target name.

-- 
Joseph S. Myers
jsm28@cam.ac.uk

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

end of thread, other threads:[~2003-05-22 18:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-22  6:51 Bugzilla CPU targets H. J. Lu
2003-05-22  7:03 ` Andreas Jaeger
2003-05-22  7:08   ` H. J. Lu
2003-05-22  8:34     ` H. J. Lu
2003-05-22 14:43     ` Daniel Berlin
2003-05-22 14:45       ` Andrew Pinski
2003-05-22 14:59       ` H. J. Lu
2003-05-22 18:20         ` Joseph S. Myers

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