This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/29435] New: [4.1 Regression] segmentation fault


I get a segmentation fault compiling the attached testcase with gcc 4.1.  4.0
and 4.2 seem to work.   4.1.2 20060901 (Debian 4.1.1-13) also worked but
4.1.2 20061007 (Debian 4.1.1-16) fails, at least on x86_64.



(sid)1142:tbm@em64t: ~] g++-4.1 -c cinepaint-plugin_main.cpp
cinepaint-plugin_main.cpp: In constructor â??Camera<Unsign,
Real>::Camera(Br_ImageVec&, std::vector<TNT::Array2D<Rgb<Unsign> >,
std::allocator<TNT::Array2D<Rgb<Unsign> > > >&, unsigned int,
ProgressInfo*)â??:
cinepaint-plugin_main.cpp:76: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: [4.1 Regression] segmentation fault
           Product: gcc
           Version: 4.1.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tbm at cyrius dot com


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]