Bug 509663 - gcc-4.4.0-4 bug when compiling nfft-3.1.0 library
Summary: gcc-4.4.0-4 bug when compiling nfft-3.1.0 library
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc
Version: 11
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-07-04 19:49 UTC by Haz-Edine Assemlal
Modified: 2009-07-07 10:10 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-07-07 10:10:07 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Preprocessed source (107.64 KB, application/octet-stream)
2009-07-04 19:49 UTC, Haz-Edine Assemlal
no flags Details


Links
System ID Private Priority Status Summary Last Updated
GNU Compiler Collection 40669 0 None None None Never

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.


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