public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/54215] New: [4.8 Regression] 416.gamess in SPEC CPU 2006 failed to build
@ 2012-08-09 22:09 hjl.tools at gmail dot com
  2012-08-09 22:22 ` [Bug middle-end/54215] " pinskia at gcc dot gnu.org
  2012-08-10  1:16 ` wschmidt at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: hjl.tools at gmail dot com @ 2012-08-09 22:09 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54215

             Bug #: 54215
           Summary: [4.8 Regression] 416.gamess in SPEC CPU 2006 failed to
                    build
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com


On Linux/x32, revision 190236 gave:

gfortran -mx32 -O3 -funroll-loops -ffast-math -fwhole-program -flto=jobserver
-fuse-linker-plugin          aldeci.fppized.o algnci.fppized.o basecp.fppized.o
basext.o bashuz.o bashz2.o basn21.fppized.o basn31.o bassto.fppized.o
blas.fppized.o ccaux.o ccsdt.fppized.o chgpen.fppized.o cisgrd.fppized.o
cosmo.fppized.o cphf.fppized.o cpmchf.o cprohf.fppized.o ddi.fppized.o
delocl.fppized.o dft.fppized.o dftaux.fppized.o dftexc.fppized.o dftfun.o
dftgrd.fppized.o dftint.fppized.o dgeev.o dmulti.fppized.o drc.fppized.o
dummygetenv.fppized.o ecp.fppized.o ecpder.fppized.o ecplib.fppized.o ecppot.o
efdrvr.fppized.o efelec.o efgrd2.fppized.o efgrda.fppized.o efgrdb.fppized.o
efgrdc.fppized.o efinp.fppized.o efinta.fppized.o efintb.fppized.o
efpaul.fppized.o efpcm.fppized.o efpcov.fppized.o eigen.fppized.o
eomcc.fppized.o ffield.fppized.o frfmt.fppized.o fsodci.fppized.o
gamess.fppized.o globop.fppized.o gradex.fppized.o grd1.fppized.o
grd2a.fppized.o grd2b.o grd2c.fppized.o guess.fppized.o gugdga.fppized.o
gugdgb.fppized.o gugdm.fppized.o gugdm2.fppized.o gugdrt.fppized.o
gugem.fppized.o gugsrt.fppized.o gvb.fppized.o hess.fppized.o hss1a.fppized.o
hss1b.fppized.o hss2a.fppized.o hss2b.fppized.o inputa.fppized.o
inputb.fppized.o inputc.fppized.o int1.fppized.o int2a.fppized.o int2b.o
iolib.fppized.o lagran.fppized.o local.fppized.o loccd.fppized.o
locpol.fppized.o mccas.fppized.o mcjac.o mcpinp.fppized.o mcpint.fppized.o
mcplib.o mcqdpt.fppized.o mcqdwt.o mcqud.fppized.o mcscf.fppized.o
mctwo.fppized.o morokm.fppized.o mp2.fppized.o mp2ddi.fppized.o
mp2grd.fppized.o mpcdat.o mpcgrd.fppized.o mpcint.fppized.o mpcmol.fppized.o
mpcmsc.fppized.o mthlib.fppized.o nameio.fppized.o nmr.fppized.o olix.o
ordint.fppized.o ormas1.fppized.o parley.fppized.o pcm.fppized.o pcmcav.o
pcmcv2.fppized.o pcmder.fppized.o pcmdis.fppized.o pcmief.fppized.o
pcmpol.fppized.o pcmvch.fppized.o prpel.fppized.o prplib.fppized.o
prppop.fppized.o qeigen.fppized.o qfmm.fppized.o qmfm.fppized.o qmmm.fppized.o
qrel.fppized.o raman.fppized.o rhfuhf.fppized.o rxncrd.fppized.o ryspol.o
scflib.fppized.o scfmi.fppized.o scrf.fppized.o sobrt.fppized.o
soffac.fppized.o solib.fppized.o sozeff.fppized.o statpt.fppized.o
surf.fppized.o symorb.fppized.o symslc.fppized.o tdhf.fppized.o trans.fppized.o
trfdm2.fppized.o trnstn.fppized.o trudge.fppized.o umpddi.fppized.o
unport.fppized.o vibanl.fppized.o vscf.fppized.o zheev.fppized.o
zmatrx.fppized.o             -lm        -o gamess
....
In file included from :65:0:
qfmm.fppized.f: In function 'sp2p':
qfmm.fppized.f:3040:0: error: type mismatch in pointer plus expression
       SUBROUTINE SP2P(IYZTBL,F,G,CLM,FLM,ZLL
 ^
unsigned int

unsigned int

sizetype

D.37741_1456 = D.37738_1521 + slsr.4164_1172;

qfmm.fppized.f:3040:0: internal compiler error: verify_gimple failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[4]: *** [/tmp/ccdYEqh9.ltrans8.ltrans.o] Error 1
lto-wrapper: make returned 2 exit status
/usr/local/bin/ld: lto-wrapper failed
collect2: error: ld returned 1 exit status
specmake[3]: *** [gamess] Error 1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug middle-end/54215] [4.8 Regression] 416.gamess in SPEC CPU 2006 failed to build
  2012-08-09 22:09 [Bug middle-end/54215] New: [4.8 Regression] 416.gamess in SPEC CPU 2006 failed to build hjl.tools at gmail dot com
@ 2012-08-09 22:22 ` pinskia at gcc dot gnu.org
  2012-08-10  1:16 ` wschmidt at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-08-09 22:22 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54215

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |54211

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-08-09 22:21:36 UTC ---
I bet the problem here is the same problem as PR 54211.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug middle-end/54215] [4.8 Regression] 416.gamess in SPEC CPU 2006 failed to build
  2012-08-09 22:09 [Bug middle-end/54215] New: [4.8 Regression] 416.gamess in SPEC CPU 2006 failed to build hjl.tools at gmail dot com
  2012-08-09 22:22 ` [Bug middle-end/54215] " pinskia at gcc dot gnu.org
@ 2012-08-10  1:16 ` wschmidt at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: wschmidt at gcc dot gnu.org @ 2012-08-10  1:16 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54215

William J. Schmidt <wschmidt at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |wschmidt at gcc dot gnu.org
         Resolution|                            |DUPLICATE

--- Comment #2 from William J. Schmidt <wschmidt at gcc dot gnu.org> 2012-08-10 01:16:07 UTC ---
Correct, this is a dup.  Thanks, Andrew.

*** This bug has been marked as a duplicate of bug 54211 ***


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-08-10  1:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-09 22:09 [Bug middle-end/54215] New: [4.8 Regression] 416.gamess in SPEC CPU 2006 failed to build hjl.tools at gmail dot com
2012-08-09 22:22 ` [Bug middle-end/54215] " pinskia at gcc dot gnu.org
2012-08-10  1:16 ` wschmidt at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).