public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ipa/65006] New: [5 Regression] 252.eon in SPEC CPU 2000 miscompiled
@ 2015-02-10 20:31 hjl.tools at gmail dot com
  2015-02-10 20:35 ` [Bug ipa/65006] " hubicka at gcc dot gnu.org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: hjl.tools at gmail dot com @ 2015-02-10 20:31 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65006

            Bug ID: 65006
           Summary: [5 Regression] 252.eon in SPEC CPU 2000 miscompiled
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ipa
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hjl.tools at gmail dot com
                CC: hubicka at ucw dot cz

On x86-32, r220521 miscompiled 252.eon in SPEC CPU 2000:

g++ -m32 -ffast-math -mpc64    -O2 -msse2 -mfpmath=sse -ffast-math
-fwhole-program -flto=jobserver -fuse-linker-plugin  ggCoverageSolidTexture.o
ggPathDielectricMaterial.o ggBox2.o ggBox3.o ggRasterSurfaceTexture.o
ggJitterSample1.o ggNRooksSample2.o ggJitterSample2.o ggRGBFPixel.o
ggRotatingPinholeCamera.o ggRandomSample2.o ggRandomSample3.o ggSolidNoise2.o
ggSolidNoise3.o ggSolidTexture.o ggOakSolidTexture.o ggSpecularMaterial.o
ggNA.o ggMaterial.o ggDiffuseMaterial.o ggDielectricMaterial.o
ggConductorMaterial.o ggEdgeDiscrepancy.o ggPolishedMaterial.o
ggFrameInterpolation.o ggQuaternion.o ggSpline.o ggONB2.o ggONB3.o ggFrame2.o
ggFrame3.o ggHMatrix3.o ggSphere.o ggRGBE.o ggGamma.o ggBRDF.o ggDiffuseBRDF.o
ggPhongBRDF.o ggPolishedBRDF.o ggCamera.o ggPinholeCamera.o ggThinLensCamera.o
ggErr.o ggPixelFilter.o ggTrianglePixelFilter.o ggBoxPixelFilter.o ggFormat.o
ggGeometry.o ggHAffineMatrix3.o ggHShearMatrix3.o ggHBoxMatrix3.o
ggHPerspectiveMatrix3.o ggHTranslationMatrix3.o ggHRigidBodyMatrix3.o
ggHRotationMatrix3.o ggHScaleMatrix3.o ggHPoint3.o ggPoint2.o ggPoint3.o
ggOptics.o ggPlane.o ggPolygon.o ggGrayPixel_x.o ggRGBPixel_x.o ggRay2.o
ggRay3.o ggBoardFloorSolidTexture.o ggVector2.o ggVector3.o ggString.o
ggFineSpectrum.o ggSpectrum.o eon.o eonImageCalculator.o mrObjectRecord.o
mrCoarsePixelRenderer.o mrIndirectPixelRenderer.o mrRushmeierPixelRenderer.o
mrBruteForcePixelRenderer.o mrKajiyaPixelRenderer.o mrCookPixelRenderer.o
mrGrid.o mrScene.o mrCamera.o mrTriangle.o mrFastTriangle.o mrPolygon.o
mrXYDisk.o mrXZDisk.o mrYZDisk.o mrPhongAreaXYRectangleLuminaire.o
mrPhongAreaXZRectangleLuminaire.o mrPhongAreaYZRectangleLuminaire.o mrEmitter.o
mrImposter.o mrLinkedObjects.o mrBox.o mrXCylinder.o mrYCylinder.o
mrZCylinder.o mrDiffuseAreaZCylinderLuminaire.o
mrDiffuseCosineZCylinderLuminaire.o mrDiffuseVisibleAreaZCylinderLuminaire.o
mrXEllipticalCylinder.o mrYEllipticalCylinder.o mrZEllipticalCylinder.o
mrSpotAreaXYDiskLuminaire.o mrDiffuseAreaXYRectangleLuminaire.o
mrDiffuseAreaXZRectangleLuminaire.o mrDiffuseAreaYZRectangleLuminaire.o
mrSurfaceList.o mrDiffuseAreaTriangleLuminaire.o mrDiffuseAreaSphereLuminaire.o
mrDiffuseCosineSphereLuminaire.o mrDiffuseSolidAngleSphereLuminaire.o
mrShellLuminaire.o mrInstance.o mrMaterial.o mrPhongAreaTriangleLuminaire.o
mrSolidTexture.o mrSphere.o mrSurface.o mrSurfaceTexture.o mrXYRectangle.o
mrXZRectangle.o mrYZRectangle.o myrand.o     -o eon
...
  Running 252.eon ref base lto default
*** Miscompare of pixels_out.kajiya, see
/export/gnu/import/git/gcc-regression/spec/2000/spec/benchspec/CINT2000/252.eon/run/00000002/pixels_out.kajiya.mis
*** Miscompare of pixels_out.cook, see
/export/gnu/import/git/gcc-regression/spec/2000/spec/benchspec/CINT2000/252.eon/run/00000002/pixels_out.cook.mis
*** Miscompare of pixels_out.rushmeier, see
/export/gnu/import/git/gcc-regression/spec/2000/spec/benchspec/CINT2000/252.eon/run/00000002/pixels_out.rushmeier.mis


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

end of thread, other threads:[~2015-03-01 23:47 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-10 20:31 [Bug ipa/65006] New: [5 Regression] 252.eon in SPEC CPU 2000 miscompiled hjl.tools at gmail dot com
2015-02-10 20:35 ` [Bug ipa/65006] " hubicka at gcc dot gnu.org
2015-02-10 20:47 ` pinskia at gcc dot gnu.org
2015-02-10 20:47 ` hjl.tools at gmail dot com
2015-02-10 20:52 ` jakub at gcc dot gnu.org
2015-02-10 20:55 ` hubicka at ucw dot cz
2015-02-10 21:19 ` hjl.tools at gmail dot com
2015-02-11  9:46 ` rguenth at gcc dot gnu.org
2015-02-11 17:42 ` hubicka at ucw dot cz
2015-02-11 19:05 ` hubicka at gcc dot gnu.org
2015-02-11 19:27 ` hjl.tools at gmail dot com
2015-02-11 20:24 ` hjl.tools at gmail dot com
2015-02-16 15:07 ` [Bug ipa/65006] [5 Regression] 252.eon in SPEC CPU 2000 miscompiled with LTO hjl.tools at gmail dot com
2015-02-16 17:00 ` hjl.tools at gmail dot com
2015-03-01 23:47 ` hubicka 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).