Bug 509663

Summary: gcc-4.4.0-4 bug when compiling nfft-3.1.0 library
Product: [Fedora] Fedora Reporter: Haz-Edine Assemlal <noobissima>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 11CC: jakub
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-07-07 10:10:07 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Preprocessed source none

Description Haz-Edine Assemlal 2009-07-04 19:49:00 UTC
Created attachment 350512 [details]
Preprocessed source

Description of problem:
gcc-4.4.0-4 fails to compile the nfft-3.1.0 library. 
nfft library: http://www-user.tu-chemnitz.de/~potts/nfft/download.php


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

How reproducible:
Download nfft library. The compilation step produces an error and suggest to submit a report to bugzilla

Steps to Reproduce:
1. wget http://www-user.tu-chemnitz.de/~potts/nfft/download/nfft-3.1.0.tar.gz
2. decompress library and run configure
3. make
  
Actual results:
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include  -I../../include -I/usr/local/include  -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=c99 -MT fastsum.lo -MD -MP -MF .deps/fastsum.Tpo -c -o fastsum.lo fastsum.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I/usr/local/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=c99 -MT fastsum.lo -MD -MP -MF .deps/fastsum.Tpo -c fastsum.c  -fPIC -DPIC -o .libs/fastsum.o
fastsum.c: In function 'SearchTree':
fastsum.c:613: internal compiler error: in gimple_assign_set_rhs1, at gimple.h:1754
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
Preprocessed source stored into /tmp/ccKFeH95.out file, please attach this to your bugreport.


Expected results:
It compiles.

Additional info:
gcc-4.3.0 compiles it successfully.

Comment 1 Jakub Jelinek 2009-07-07 10:10:07 UTC
Testing a fix upstream.