public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: preprocessor/7138: gcc-3.2 failed to compile kernel
@ 2002-06-28  7:56 joel.soete
  0 siblings, 0 replies; 4+ messages in thread
From: joel.soete @ 2002-06-28  7:56 UTC (permalink / raw)
  To: neil; +Cc: gcc-prs

The following reply was made to PR preprocessor/7138; it has been noted by GNATS.

From: joel.soete@freebel.net
To: neil@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, joel.soete@freebel.net, neil@gcc.gnu.org, gcc-gnats@gcc.gnu.org, neil@gcc.gnu.org
Cc: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, joel.soete@freebel.net, neil@gcc.gnu.org
Subject: Re: preprocessor/7138: gcc-3.2 failed to compile kernel
Date: Fri, 28 Jun 2002 16:13:00 +0200 (CEST)

 Quoting neil@gcc.gnu.org:
 
 > Synopsis: gcc-3.2 failed to compile kernel
 > 
 > State-Changed-From-To: analyzed->closed
 > State-Changed-By: neil
 > State-Changed-When: Thu Jun 27 23:31:44 2002
 > State-Changed-Why:
 >     Fixed.  Please let me know if it doesn't work for you (unlikely).
 > 
 > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7138
 > 
 > 
 Hi Neil,
 
 This seems to be fixed but (just for info) another problem at the same place:
 
 gcc -D__KERNEL__ -I/Develop/parisc-linux/src/linux-2.4.18-pa40/include -Wall
 -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing
 -fno-common -D__linux__ -pipe -fno-strength-reduce -mno-space-regs
 -mfast-indirect-calls -mdisable-fpregs -ffunction-sections -march=1.1
 -mschedule=7100   -DKBUILD_BASENAME=cache  -c -o cache.o cache.c
 gcc -D__ASSEMBLY__ -traditional -D__KERNEL__
 -I/Develop/parisc-linux/src/linux-2.4.18-pa40/include  -c -o pacache.o pacache.S
 /Develop/parisc-linux/src/linux-2.4.18-pa40/include/asm/pgtable.h: Assembler
 messages:
 /Develop/parisc-linux/src/linux-2.4.18-pa40/include/asm/pgtable.h:45: Fatal
 error: Unknown opcode: `printk("%s:%d: bad pte %08lx.\n",
 "/Develop/parisc-linux/src/linux-2.4.18-pa40/include/asm/pgtable.h",45,pte_val(e))'
 make[1]: *** [pacache.o] Error 1
 make[1]: Leaving directory
 `/Develop/parisc-linux/src/linux-2.4.18-pa40/arch/parisc/kernel'
 make: *** [_dir_arch/parisc/kernel] Error 2
 
 
 But that will be another story (next 2 weeks i will be on hollidays :))
 
 Many thanks Neil for your attention,
     Joel
 
 
 -------------------------------------------------
 This mail sent through Tiscali Webmail (http://webmail.tiscali.be)


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

* Re: preprocessor/7138: gcc-3.2 failed to compile kernel
@ 2002-06-28  9:46 Neil Booth
  0 siblings, 0 replies; 4+ messages in thread
From: Neil Booth @ 2002-06-28  9:46 UTC (permalink / raw)
  To: neil; +Cc: gcc-prs

The following reply was made to PR preprocessor/7138; it has been noted by GNATS.

From: Neil Booth <neil@daikokuya.co.uk>
To: joel.soete@freebel.net
Cc: neil@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
	gcc-gnats@gcc.gnu.org
Subject: Re: preprocessor/7138: gcc-3.2 failed to compile kernel
Date: Fri, 28 Jun 2002 17:38:58 +0100

 joel.soete@freebel.net wrote:-
 
 > But that will be another story (next 2 weeks i will be on hollidays :))
 > 
 > Many thanks Neil for your attention,
 
 OK.  If you can get a minimal testcase together, I can fix it.  John
 seems to be having the same problem, so it might get fixed anyway.
 
 Neil.


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

* Re: preprocessor/7138: gcc-3.2 failed to compile kernel
@ 2002-06-27 23:36 neil
  0 siblings, 0 replies; 4+ messages in thread
From: neil @ 2002-06-27 23:36 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, joel.soete, neil

Synopsis: gcc-3.2 failed to compile kernel

State-Changed-From-To: analyzed->closed
State-Changed-By: neil
State-Changed-When: Thu Jun 27 23:31:44 2002
State-Changed-Why:
    Fixed.  Please let me know if it doesn't work for you (unlikely).

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7138


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

* Re: preprocessor/7138: gcc-3.2 failed to compile kernel
@ 2002-06-27  3:14 neil
  0 siblings, 0 replies; 4+ messages in thread
From: neil @ 2002-06-27  3:14 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, joel.soete, neil, nobody

Synopsis: gcc-3.2 failed to compile kernel

Responsible-Changed-From-To: unassigned->neil
Responsible-Changed-By: neil
Responsible-Changed-When: Thu Jun 27 00:37:40 2002
Responsible-Changed-Why:
    Testing a patch.
State-Changed-From-To: open->analyzed
State-Changed-By: neil
State-Changed-When: Thu Jun 27 00:37:40 2002
State-Changed-Why:
    This was introduced by the recent replacement of the traditional preprocessor.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7138


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

end of thread, other threads:[~2002-06-28 16:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-28  7:56 preprocessor/7138: gcc-3.2 failed to compile kernel joel.soete
  -- strict thread matches above, loose matches on Subject: below --
2002-06-28  9:46 Neil Booth
2002-06-27 23:36 neil
2002-06-27  3:14 neil

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