public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/22037] New: internal compiler error: verify_ssa failed
@ 2005-06-12 15:13 mmalater at nycap dot rr dot com
  2005-06-12 15:27 ` [Bug tree-optimization/22037] [4.1 Regression] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 13+ messages in thread
From: mmalater at nycap dot rr dot com @ 2005-06-12 15:13 UTC (permalink / raw)
  To: gcc-bugs

I cannot compile VTK using gcc 4.1.0 (at least the one shipped in gcc-snapshot).

Step to reproduce (on debian testing system):

1. sudo apt-get install gcc-snapshot (as of today)
2. Get VTK source (CVS)
3. Compile line is:

/usr/lib/gcc-snapshot/bin/g++ -o vtkRungeKutta45.o -DvtkCommon_EXPORTS -Wall -W
-Wshadow -Wunused -Wno-system-headers -Wno-deprecated -Woverloaded-virtual 
-Wno-deprecated -O3 -fPIC  -I/home/mathieu/Dashboards/MyTests/VTK-gcc-snapshot
-I/home/mathieu/Dashboards/MyTests/VTK-gcc-snapshot/Utilities
-I/home/mathieu/Dashboards/MyTests/VTK-gcc-snapshot/VolumeRendering
-I/home/mathieu/Dashboards/MyTests/VTK-gcc-snapshot/Rendering
-I/home/mathieu/Dashboards/MyTests/ParaView/VTK/Parallel
-I/home/mathieu/Dashboards/MyTests/ParaView/VTK/Hybrid
-I/home/mathieu/Dashboards/MyTests/ParaView/VTK/VolumeRendering
-I/home/mathieu/Dashboards/MyTests/ParaView/VTK/Rendering
-I/home/mathieu/Dashboards/MyTests/ParaView/VTK/Rendering/Testing/Cxx
-I/home/mathieu/Dashboards/MyTests/ParaView/VTK/IO
-I/home/mathieu/Dashboards/MyTests/ParaView/VTK/Imaging
-I/home/mathieu/Dashboards/MyTests/ParaView/VTK/Graphics
-I/home/mathieu/Dashboards/MyTests/ParaView/VTK/GenericFiltering
-I/home/mathieu/Dashboards/MyTests/ParaView/VTK/Filtering
-I/home/mathieu/Dashboards/MyTests/ParaView/VTK/Common
-I/home/mathieu/Dashboards/MyTests/ParaView/VTK/Utilities
-I/home/mathieu/Dashboards/MyTests/ParaView/VTK/Common/Testing/Cxx
-I/home/mathieu/Dashboards/MyTests/VTK-gcc-snapshot/Utilities/DICOMParser
-I/home/mathieu/Dashboards/MyTests/ParaView/VTK/Utilities/DICOMParser
-I/home/mathieu/Dashboards/MyTests/VTK-gcc-snapshot/Utilities/vtkfreetype/include
-I/home/mathieu/Dashboards/MyTests/ParaView/VTK/Utilities/vtkfreetype/include
-I/home/mathieu/Dashboards/MyTests/VTK-gcc-snapshot/Utilities/vtkfreetype
-I/home/mathieu/Dashboards/MyTests/ParaView/VTK/Utilities/ftgl/src
-I/home/mathieu/Dashboards/MyTests/VTK-gcc-snapshot/Utilities/ftgl
-I/usr/X11R6/include -I/usr/include/tcl8.4   -DVTK_IN_VTK  -c
/home/mathieu/Dashboards/MyTests/ParaView/VTK/Common/vtkRungeKutta45.cxx



Error is:

/home/mathieu/Dashboards/MyTests/ParaView/VTK/Common/vtkRungeKutta45.cxx: In
member function 'int vtkRungeKutta45::ComputeAStep(double*, double*, double*,
double, double&, double&)':
/home/mathieu/Dashboards/MyTests/ParaView/VTK/Common/vtkRungeKutta45.cxx:205:
error: Definition in block 76 follows the use
for SSA_NAME: A_428 in statement:
#   A_441 = V_MAY_DEF <A_428>;
#   B_442 = V_MAY_DEF <B_429>;
#   C_443 = V_MAY_DEF <C_430>;
#   DC_444 = V_MAY_DEF <DC_431>;
*error_48 = D.36281_47;
/home/mathieu/Dashboards/MyTests/ParaView/VTK/Common/vtkRungeKutta45.cxx:205:
internal compiler error: verify_ssa failed.
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: internal compiler error: verify_ssa failed
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mmalater at nycap dot rr dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2005-08-04 18:17 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20050612151318.22037.mathieu@malaterre.com>
2005-06-12 16:00 ` [Bug tree-optimization/22037] [4.1 Regression] internal compiler error: verify_ssa failed pinskia at gcc dot gnu dot org
2005-06-28 23:06 ` bangerth at dealii dot org
2005-06-29 20:19 ` dnovillo at gcc dot gnu dot org
2005-07-01 16:27 ` pinskia at gcc dot gnu dot org
2005-07-01 16:30 ` pinskia at gcc dot gnu dot org
2005-07-01 16:36 ` pinskia at gcc dot gnu dot org
2005-07-01 17:08 ` pinskia at gcc dot gnu dot org
2005-07-02 14:31 ` pinskia at gcc dot gnu dot org
2005-07-02 18:32 ` pinskia at gcc dot gnu dot org
2005-07-04 10:38 ` pinskia at gcc dot gnu dot org
2005-08-04 18:16 ` cvs-commit at gcc dot gnu dot org
2005-08-04 18:17 ` dnovillo at gcc dot gnu dot org
2005-06-12 15:13 [Bug c++/22037] New: " mmalater at nycap dot rr dot com
2005-06-12 15:27 ` [Bug tree-optimization/22037] [4.1 Regression] " pinskia at gcc dot gnu dot 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).