Bug 213917 - g95 crashes compiling a quantum chemistry program
Summary: g95 crashes compiling a quantum chemistry program
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc
Version: 5
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-11-03 19:06 UTC by Gerardo González Aguilar
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version: 4.1.1-30
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-11-06 11:31:51 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
file containinfg the error (44.32 KB, application/octet-stream)
2006-11-03 19:06 UTC, Gerardo González Aguilar
no flags Details

Description Gerardo González Aguilar 2006-11-03 19:06:30 UTC
Description of problem:

compiling the espresso package, URL: http:/www.pwscf.org
(using g95 through gcc)

when trying to compile the constraints_module.F90 file  the following error appears:
cpp -P -traditional -D__LINUX -D__FFTW -D__USE_INTERNAL_FFTW -I../include 
constraints_module.f90 -o constraints_module.F90
gfortran -O -D__LINUX -D__FFTW -D__USE_INTERNAL_FFTW -I../include  -I.
-I../Modules -I../PW -I../PH -I../iotk/src -I../CPV -c constraints_module.F90 -o
constraints_module.o
constraints_module.F90: In function ‘set_structure_factor’:
constraints_module.F90:312: internal compiler error: in find_lattice_value, at
tree-complex.c:133
the same happens when using the precompiled g95 binaries from the g95 site.

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


How reproducible:


Steps to Reproduce:
1. download the espresso package (http:/www.pwscf.org)
2.  ./configure
3. make all
  
Actual results:
compilation broken

Expected results:
clean compilation

Additional info:

Comment 1 Gerardo González Aguilar 2006-11-03 19:06:38 UTC
Created attachment 140303 [details]
file containinfg the error

Comment 2 Jakub Jelinek 2006-11-06 11:31:51 UTC
Works just fine with gcc-gfortran-4.1.1-30.


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