Bug 449265 - make linux ARCH=um - gcc crashes
Summary: make linux ARCH=um - gcc crashes
Keywords:
Status: CLOSED DUPLICATE of bug 447517
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc
Version: 9
Hardware: x86_64
OS: Linux
low
high
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-06-01 10:08 UTC by Laurent Wandrebeck
Modified: 2008-06-03 09:17 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-06-03 09:17:26 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
gcc preprocessed source. (795.57 KB, text/plain)
2008-06-01 10:08 UTC, Laurent Wandrebeck
no flags Details

Description Laurent Wandrebeck 2008-06-01 10:08:42 UTC
Description of problem:

GCC internal error while compiling linux-git head with make defconfig ARCH=um;
make linux ARCH=um

Version-Release number of selected component (if applicable):

gcc (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8)

How reproducible:

always.

Steps to Reproduce:
1. git-clone
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git your_dir
(will probably fail the same way with a 2.6.25-stable tree)
2. cd your_dir
3. make defconfig ARCH=um
4. make linux ARCH=um and wait a bit ;)
  
Actual results:

  CC      kernel/sched.o
In file included from kernel/sched.c:1486:
kernel/sched_idletask.c: In function ‘check_preempt_curr_idle’:
kernel/sched_idletask.c:20: erreur interne du compilateur: dans
cgraph_estimate_size_after_inlining, à ipa-inline.c:188


Expected results:

compiles flawlessly.

Additional info:
gcc log attached with gcc preprocessed source.

Comment 1 Laurent Wandrebeck 2008-06-01 10:08:42 UTC
Created attachment 307304 [details]
gcc preprocessed source.

Comment 2 Laurent Wandrebeck 2008-06-01 10:58:28 UTC
Tested with linux-next and 2.6.25.4, crashes the same way.

Comment 3 Jakub Jelinek 2008-06-03 09:17:26 UTC

*** This bug has been marked as a duplicate of 447517 ***


Note You need to log in before you can comment on or make changes to this bug.