public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/13328] New: Unable to compile United Linux 1.0 SP3 kernel
@ 2003-12-06  1:39 kai dot ming dot chan at intel dot com
  2003-12-06  1:45 ` [Bug c/13328] " kai dot ming dot chan at intel dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: kai dot ming dot chan at intel dot com @ 2003-12-06  1:39 UTC (permalink / raw)
  To: gcc-bugs

I ran into an internal compiler error when compiling the United Linux 1.0 SP3 
kernel (2.4.21-107-itanium2-smp).  I obtained the kernel source from the second 
CD of the SP3 distribution (kernel-source-2.4.21-107.src.rpm) and applied the 
patches.  I'm using a Tiger4 system (4-way Itanium 2 with Madison Processors) 
installed with the SP3 kernel (2.4.21-107-itanium2-smp).  The compiler versions 
are as follows: gcc-info-3.2-29, libgcc-3.2.2-23, gcc-3.2-29, and gcc-c++-3.2-
29.

BTW, how do I attach the .i file in this page?

The compiler error is listed as follows:
gcc -D__KERNEL__ -I/usr/src/linux-2.4.21/include  -Wall -Wstrict-prototypes -
Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer  -
pipe  -ffixed-r13 -mfixed-range=f10-f15,f32-f127 -falign-functions=32 -frename-
registers --param max-inline-insns=5000 -mconstant-gp  -nostdinc -iwithprefix 
include -DKBUILD_BASENAME=init  -c -o init.o init.c
init.c: In function `ia64_mmu_init':
init.c:352: Internal compiler error in gen_nop_type, at config/ia64/ia64.c:6631 
Please submit a full bug report, with preprocessed source if appropriate. See 
<URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

-- 
           Summary: Unable to compile United Linux 1.0 SP3 kernel
           Product: gcc
           Version: 3.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P1
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kai dot ming dot chan at intel dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug c/13328] Unable to compile United Linux 1.0 SP3 kernel
  2003-12-06  1:39 [Bug c/13328] New: Unable to compile United Linux 1.0 SP3 kernel kai dot ming dot chan at intel dot com
@ 2003-12-06  1:45 ` kai dot ming dot chan at intel dot com
  2003-12-06  1:53 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: kai dot ming dot chan at intel dot com @ 2003-12-06  1:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kai dot ming dot chan at intel dot com  2003-12-06 01:45 -------
Created an attachment (id=5288)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5288&action=view)
preprocessed source for init.c


-- 


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


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

* [Bug c/13328] Unable to compile United Linux 1.0 SP3 kernel
  2003-12-06  1:39 [Bug c/13328] New: Unable to compile United Linux 1.0 SP3 kernel kai dot ming dot chan at intel dot com
  2003-12-06  1:45 ` [Bug c/13328] " kai dot ming dot chan at intel dot com
@ 2003-12-06  1:53 ` pinskia at gcc dot gnu dot org
  2003-12-06 20:31 ` kai dot ming dot chan at intel dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-06  1:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-06 01:53 -------
This is either a dup of bug 11693 or PR 11897, either way it is fixed for 3.3.1.

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


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


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

* [Bug c/13328] Unable to compile United Linux 1.0 SP3 kernel
  2003-12-06  1:39 [Bug c/13328] New: Unable to compile United Linux 1.0 SP3 kernel kai dot ming dot chan at intel dot com
  2003-12-06  1:45 ` [Bug c/13328] " kai dot ming dot chan at intel dot com
  2003-12-06  1:53 ` pinskia at gcc dot gnu dot org
@ 2003-12-06 20:31 ` kai dot ming dot chan at intel dot com
  2003-12-06 20:40 ` pinskia at gcc dot gnu dot org
  2003-12-09 18:44 ` dhazeghi at yahoo dot com
  4 siblings, 0 replies; 6+ messages in thread
From: kai dot ming dot chan at intel dot com @ 2003-12-06 20:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kai dot ming dot chan at intel dot com  2003-12-06 20:31 -------
I rebuilt the kernel with gcc 3.3.1 that I downloaded from gcc.gun.org and I 
got the same problem.  Any idea?

tiger1-linux:/usr/src/linux # gcc -v
Reading specs from /usr/local/lib/gcc-lib/ia64-unknown-linux-gnu/3.3.1/specs
Configured with: ./configure
Thread model: posix
gcc version 3.3.1


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


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


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

* [Bug c/13328] Unable to compile United Linux 1.0 SP3 kernel
  2003-12-06  1:39 [Bug c/13328] New: Unable to compile United Linux 1.0 SP3 kernel kai dot ming dot chan at intel dot com
                   ` (2 preceding siblings ...)
  2003-12-06 20:31 ` kai dot ming dot chan at intel dot com
@ 2003-12-06 20:40 ` pinskia at gcc dot gnu dot org
  2003-12-09 18:44 ` dhazeghi at yahoo dot com
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-06 20:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-06 20:40 -------
I had meant to say 3.3.2 (sometimes I cannot keep my versions straight) (if that does not work, 
then it is definitely fixed for 3.4 because that piece of code is removed).

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


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


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

* [Bug c/13328] Unable to compile United Linux 1.0 SP3 kernel
  2003-12-06  1:39 [Bug c/13328] New: Unable to compile United Linux 1.0 SP3 kernel kai dot ming dot chan at intel dot com
                   ` (3 preceding siblings ...)
  2003-12-06 20:40 ` pinskia at gcc dot gnu dot org
@ 2003-12-09 18:44 ` dhazeghi at yahoo dot com
  4 siblings, 0 replies; 6+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-12-09 18:44 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.3.2


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


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

end of thread, other threads:[~2003-12-09 18:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-06  1:39 [Bug c/13328] New: Unable to compile United Linux 1.0 SP3 kernel kai dot ming dot chan at intel dot com
2003-12-06  1:45 ` [Bug c/13328] " kai dot ming dot chan at intel dot com
2003-12-06  1:53 ` pinskia at gcc dot gnu dot org
2003-12-06 20:31 ` kai dot ming dot chan at intel dot com
2003-12-06 20:40 ` pinskia at gcc dot gnu dot org
2003-12-09 18:44 ` dhazeghi at yahoo dot com

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