Bug 677159

Summary: Internal compiler error triggered in GROMACS
Product: [Fedora] Fedora Reporter: Susi Lehtola <susi.lehtola>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: jakub
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-02-13 19:46:55 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
Preprocessed source
none
Preprocessed source none

Description Susi Lehtola 2011-02-13 19:12:47 UTC
Created attachment 478506 [details]
Preprocessed source

The build of GROMACS 4.5.3 fails in F15 and rawhide with


/builddir/build/BUILD/gromacs-4.5.3/src/gmxlib/nonbonded/nb_kernel_ia32_sse2/nb_kernel400_ia32_sse2.c: In function 'nb_kernel400_ia32_sse2':
/builddir/build/BUILD/gromacs-4.5.3/src/gmxlib/nonbonded/nb_kernel_ia32_sse2/nb_kernel400_ia32_sse2.c:332:1: internal compiler error: in trunc_int_for_mode, at explow.c:56
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
Preprocessed source stored into /tmp/ccnnbpER.out file, please attach this to your bugreport.
make[2]: *** [src/gmxlib/CMakeFiles/gmx.dir/nonbonded/nb_kernel_ia32_sse2/nb_kernel400_ia32_sse2.c.o] Error 1


/builddir/build/BUILD/gromacs-4.5.3/include/gmx_sse2_double.h:1551:1: warning: 'gmx_mm_update_2pot_pd' defined but not used [-Wunused-function]
/builddir/build/BUILD/gromacs-4.5.3/src/gmxlib/nonbonded/nb_kernel_ia32_sse2/nb_kernel410_ia32_sse2.c: In function 'nb_kernel410_ia32_sse2':
/builddir/build/BUILD/gromacs-4.5.3/src/gmxlib/nonbonded/nb_kernel_ia32_sse2/nb_kernel410_ia32_sse2.c:380:1: internal compiler error: in trunc_int_for_mode, at explow.c:56
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
Preprocessed source stored into /tmp/ccAcPi0X.out file, please attach this to your bugreport.

Comment 1 Susi Lehtola 2011-02-13 19:13:17 UTC
Created attachment 478507 [details]
Preprocessed source

Comment 2 Jakub Jelinek 2011-02-13 19:46:55 UTC
This should be already fixed in 4.6.0-0.7.fc15.

Comment 3 Susi Lehtola 2011-02-13 20:33:10 UTC
So it is, thanks!