Bug 213338 - gcc won't compile
Summary: gcc won't compile
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc
Version: 6
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-10-31 21:35 UTC by Yusuf Ma
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-10-31 23:29:55 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Yusuf Ma 2006-10-31 21:35:28 UTC
Description of problem:
gcc won't compile any C code.

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

How reproducible:
everytime

Steps to Reproduce:
1. gcc hello.c
2.
3.
  
Actual results:
<built-in>:0: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.

Expected results:
compile successfully

Additional info:
gcc34 can compile without any problem.

My hello.c source file:

**********
#include <stdio.h>

main()
{
  printf("Hello World\n");
}
**********

Comment 1 Jakub Jelinek 2006-10-31 23:29:55 UTC
If this doesn't work, then you should inspect your hardware, I certainly
cannot reproduce this (and gcc with such problems couldn't have ever passed
its extensive testing).


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