Bug 33405 - [ICE] final_scan_insn, at final.c:2117
Summary: [ICE] final_scan_insn, at final.c:2117
Status: RESOLVED DUPLICATE of bug 14711
Alias: None
Product: gcc
Classification: Unclassified
Component: c++ (show other bugs)
Version: 3.3.6
: P3 blocker
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-12 08:58 UTC by Mathieu Malaterre
Modified: 2007-09-12 09:05 UTC (History)
6 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Malaterre 2007-09-12 08:58:19 UTC
I cannot compile the following file:

$ /usr/bin/g++-3.3 -save-temps  -D_IntensityFiltersPython_EXPORTS -g -Wall -W -Woverloaded-virtual -Wunused   -ftemplate-depth-50 -w  -ftemplate-depth-50 -O3 -DNDEBUG -fPIC -I/home/mmalaterre/Projects/Insight/Code/Review -I/home/mmalaterre/Projects/Insight/Utilities/gdcm/src -I/home/mmalaterre/Projects/Insight-gcc/Utilities/gdcm -I/home/mmalaterre/Projects/Insight-gcc/Utilities/vxl/core -I/home/mmalaterre/Projects/Insight-gcc/Utilities/vxl/vcl -I/home/mmalaterre/Projects/Insight/Utilities/vxl/core -I/home/mmalaterre/Projects/Insight/Utilities/vxl/vcl -I/home/mmalaterre/Projects/Insight-gcc/Code/Common -I/home/mmalaterre/Projects/Insight/Utilities -I/home/mmalaterre/Projects/Insight-gcc/Utilities -I/home/mmalaterre/Projects/Insight/Utilities/itkExtHdrs -I/home/mmalaterre/Projects/Insight/Utilities/nifti/znzlib -I/home/mmalaterre/Projects/Insight/Utilities/nifti/niftilib -I/home/mmalaterre/Projects/Insight/Utilities/expat -I/home/mmalaterre/Projects/Insight-gcc/Utilities/expat -I/home/mmalaterre/Projects/Insight-gcc/Utilities/DICOMParser -I/home/mmalaterre/Projects/Insight/Utilities/DICOMParser -I/home/mmalaterre/Projects/Insight/Utilities/NrrdIO -I/home/mmalaterre/Projects/Insight/Utilities/MetaIO -I/home/mmalaterre/Projects/Insight/Code/SpatialObject -I/home/mmalaterre/Projects/Insight/Code/Numerics/NeuralNetworks -I/home/mmalaterre/Projects/Insight/Code/Numerics/Statistics -I/home/mmalaterre/Projects/Insight/Code/Numerics/FEM -I/home/mmalaterre/Projects/Insight/Code/IO -I/home/mmalaterre/Projects/Insight/Code/Numerics -I/home/mmalaterre/Projects/Insight/Code/Common -I/home/mmalaterre/Projects/Insight/Code/BasicFilters -I/home/mmalaterre/Projects/Insight/Code/Algorithms -I/home/mmalaterre/Projects/Insight-gcc -I/home/mmalaterre/Projects/Insight/Utilities/vxl/v3p/netlib -I/usr/include/python2.3 -I/home/mmalaterre/Projects/Insight/Wrapping/WrapITK/Modules/IntensityFilters   -DSWIG_GLOBAL -o Wrapping/WrapITK/Modules/IntensityFilters/CMakeFiles/_IntensityFiltersPython.dir/wrap_itkRescaleIntensityImageFilterPython.o -c /home/mmalaterre/Projects/Insight-gcc/Wrapping/WrapITK/Modules/IntensityFilters/wrap_itkRescaleIntensityImageFilterPython.cxx


/home/mmalaterre/Projects/Insight-gcc/Wrapping/WrapITK/Modules/IntensityFilters/wrap_itkRescaleIntensityImageFilterPython.cxx: In
   function `PyObject*
   _wrap_itkRescaleIntensityImageFilterID4IUS4_Pointer_GetPointer(PyObject*,
   PyObject*)':
/home/mmalaterre/Projects/Insight-gcc/Wrapping/WrapITK/Modules/IntensityFilters/wrap_itkRescaleIntensityImageFilterPython.cxx:524307: internal compiler error: in
   final_scan_insn, at final.c:2117
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions, see
<URL:file:///usr/share/doc/gcc-3.3/README.Bugs>.


Version:

$ /usr/bin/g++-3.3 --version                                                                                                                            
g++-3.3 (GCC) 3.3.6 (Debian 1:3.3.6-15)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Comment 1 Mathieu Malaterre 2007-09-12 09:05:12 UTC
sorry just found out:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14711#c17

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