All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.6.0-test8: broken  /fs/proc/array.c  compilation
@ 2003-10-18  5:18 Duncan Haldane
  2003-10-18  5:26 ` William Lee Irwin III
  0 siblings, 1 reply; 4+ messages in thread
From: Duncan Haldane @ 2003-10-18  5:18 UTC (permalink / raw)
  To: linux-kernel

Hi 
the changes in 2.6.0-test8 break compilation
of /fs/proc/array.c with
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y




CC      fs/proc/array.o
fs/proc/array.c: In function `proc_pid_stat':
fs/proc/array.c:398: Unrecognizable insn:
(insn/i 1332 1672 1666 (parallel[
            (set (reg:SI 0 eax)
                (asm_operands ("") ("=a") 0[
                        (reg:DI 1 edx)
                    ]
                    [
                        (asm_input:DI ("A"))
                    ]  ("include/linux/times.h") 37))
            (set (reg:SI 1 edx)
                (asm_operands ("") ("=d") 1[
                        (reg:DI 1 edx)
                    ]
                    [
                        (asm_input:DI ("A"))
                    ]  ("include/linux/times.h") 37))
            (clobber (reg:QI 19 dirflag))
            (clobber (reg:QI 18 fpsr))
            (clobber (reg:QI 17 flags))
        ] ) -1 (insn_list 1326 (nil))
    (nil))
fs/proc/array.c:398: confused by earlier errors, bailing out
make[2]: *** [fs/proc/array.o] Error 1
make[1]: *** [fs/proc] Error 2
make: *** [fs] Error 2


No problem in 2.6.0-test7




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

* Re: 2.6.0-test8: broken  /fs/proc/array.c  compilation
  2003-10-18  5:18 2.6.0-test8: broken /fs/proc/array.c compilation Duncan Haldane
@ 2003-10-18  5:26 ` William Lee Irwin III
  2003-10-18  5:41   ` Duncan Haldane
  0 siblings, 1 reply; 4+ messages in thread
From: William Lee Irwin III @ 2003-10-18  5:26 UTC (permalink / raw)
  To: Duncan Haldane; +Cc: linux-kernel

On Sat, Oct 18, 2003 at 01:18:26AM -0400, Duncan Haldane wrote:
> fs/proc/array.c: In function `proc_pid_stat':
> fs/proc/array.c:398: Unrecognizable insn:
> (insn/i 1332 1672 1666 (parallel[
>             (set (reg:SI 0 eax)
>                 (asm_operands ("") ("=a") 0[
>                         (reg:DI 1 edx)
>                     ]

Compiler bogon, not kernel.


-- wli

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

* Re: 2.6.0-test8: broken  /fs/proc/array.c  compilation
  2003-10-18  5:26 ` William Lee Irwin III
@ 2003-10-18  5:41   ` Duncan Haldane
  2003-10-18  5:50     ` William Lee Irwin III
  0 siblings, 1 reply; 4+ messages in thread
From: Duncan Haldane @ 2003-10-18  5:41 UTC (permalink / raw)
  To: linux-kernel; +Cc: William Lee Irwin III


On 18-Oct-2003 William Lee Irwin III wrote:
> On Sat, Oct 18, 2003 at 01:18:26AM -0400, Duncan Haldane wrote:
>> fs/proc/array.c: In function `proc_pid_stat':
>> fs/proc/array.c:398: Unrecognizable insn:
>> (insn/i 1332 1672 1666 (parallel[
>>             (set (reg:SI 0 eax)
>>                 (asm_operands ("") ("=a") 0[
>>                         (reg:DI 1 edx)
>>                     ]
> 
> Compiler bogon, not kernel.

OK, This is the Red Hat 7.3 version of "gcc-2.96-113", which
is "special" (RedHat-patched).  It's reacting to the changes in 2.6.0-test8. 
Does this mean that this compiler has now become unusable for 2.6.0 > test7
with /proc support?

Duncan


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

* Re: 2.6.0-test8: broken  /fs/proc/array.c  compilation
  2003-10-18  5:41   ` Duncan Haldane
@ 2003-10-18  5:50     ` William Lee Irwin III
  0 siblings, 0 replies; 4+ messages in thread
From: William Lee Irwin III @ 2003-10-18  5:50 UTC (permalink / raw)
  To: Duncan Haldane; +Cc: linux-kernel

On 18-Oct-2003 William Lee Irwin III wrote:
>> Compiler bogon, not kernel.

On Sat, Oct 18, 2003 at 01:41:48AM -0400, Duncan Haldane wrote:
> OK, This is the Red Hat 7.3 version of "gcc-2.96-113", which
> is "special" (RedHat-patched).  It's reacting to the changes in 2.6.0-test8. 
> Does this mean that this compiler has now become unusable for 2.6.0 > test7
> with /proc support?

I don't know anything about that compiler. You may have to ask RH to
provide a fix.

In general, the register allocator shouldn't shit its pants.


-- wli

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

end of thread, other threads:[~2003-10-18  5:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-18  5:18 2.6.0-test8: broken /fs/proc/array.c compilation Duncan Haldane
2003-10-18  5:26 ` William Lee Irwin III
2003-10-18  5:41   ` Duncan Haldane
2003-10-18  5:50     ` William Lee Irwin III

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.