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++/14545] New: Cannot compile pooma-gcc (regression)


I cannot compile the file src/DataBrowser/DataBrowser.cmpl.cpp from pooma-gcc 
any more. Earlier gcc 3.4 snapshoths had no problems compiling it. 
 
g++ -v -c /home/peter/zuhause/home/trans/c++/pooma-gcc/src/DataBrowser/
DataBrowser.cmpl.cpp -o /home/peter/zuhause/home/trans/c++/pooma-gcc/src/
DataBrowser/LINUXgcc/DataBrowser.cmpl.o -ftemplate-depth-60 
-Drestrict=__restrict__   -DNOPAssert -DNOCTAssert -I/home/peter/zuhause/home/
trans/c++/pooma-gcc/src -I/home/peter/zuhause/home/trans/c++/pooma-gcc/lib/
LINUXgcc 
Reading specs from /usr/local/lib/gcc/i686-pc-linux-gnu/3.4.0/specs 
Configured with: ../gcc/configure --enable-threads=posix --enable-languages=c,c
++,f77,objc --enable-__cxa_atexit --enable-libstdcxx-debug 
Thread model: posix 
gcc version 3.4.0 20040312 (prerelease) 
 /usr/local/libexec/gcc/i686-pc-linux-gnu/3.4.0/cc1plus -quiet -v -I/home/
peter/zuhause/home/trans/c++/pooma-gcc/src -I/home/peter/zuhause/home/trans/c+
+/pooma-gcc/lib/LINUXgcc -D_GNU_SOURCE -Drestrict=__restrict__ -DNOPAssert 
-DNOCTAssert /home/peter/zuhause/home/trans/c++/pooma-gcc/src/DataBrowser/
DataBrowser.cmpl.cpp -quiet -dumpbase DataBrowser.cmpl.cpp -mtune=pentiumpro 
-auxbase-strip /home/peter/zuhause/home/trans/c++/pooma-gcc/src/DataBrowser/
LINUXgcc/DataBrowser.cmpl.o -version -ftemplate-depth-60 -o /tmp/ccZ1UkPd.s 
ignoring nonexistent directory "NONE/include" 
ignoring nonexistent directory "/usr/local/lib/gcc/
i686-pc-linux-gnu/3.4.0/../../../../i686-pc-linux-gnu/include" 
#include "..." search starts here: 
#include <...> search starts here: 
 /home/peter/zuhause/home/trans/c++/pooma-gcc/src 
 /home/peter/zuhause/home/trans/c++/pooma-gcc/lib/LINUXgcc 
 /usr/local/lib/gcc/i686-pc-linux-gnu/3.4.0/../../../../include/c++/3.4.0 
 /usr/local/lib/gcc/i686-pc-linux-gnu/3.4.0/../../../../include/c++/3.4.0/
i686-pc-linux-gnu 
 /usr/local/lib/gcc/i686-pc-linux-gnu/3.4.0/../../../../include/c++/3.4.0/
backward 
 /usr/local/include 
 /usr/local/lib/gcc/i686-pc-linux-gnu/3.4.0/include 
 /usr/include 
End of search list. 
GNU C++ version 3.4.0 20040312 (prerelease) (i686-pc-linux-gnu) 
	compiled by GNU C version 3.4.0 20040312 (prerelease). 
GGC heuristics: --param ggc-min-expand=64 --param ggc-min-heapsize=64274 
In file included from /home/peter/zuhause/home/trans/c++/pooma-gcc/src/Domain/
Domain.h:63, 
                 from /home/peter/zuhause/home/trans/c++/pooma-gcc/src/Domain/
Interval.h:57, 
                 from /home/peter/zuhause/home/trans/c++/pooma-gcc/src/Layout/
INode.h:53, 
                 from /home/peter/zuhause/home/trans/c++/pooma-gcc/src/Layout/
SparseTileLayout.h:63, 
                 from /home/peter/zuhause/home/trans/c++/pooma-gcc/src/Engine/
IsValidLocation.h:55, 
                 from /home/peter/zuhause/home/trans/c++/pooma-gcc/src/Array/
PrintArray.h:57, 
                 from /home/peter/zuhause/home/trans/c++/pooma-gcc/src/
DataBrowser/DataBrowser.cmpl.cpp:30: 
/home/peter/zuhause/home/trans/c++/pooma-gcc/src/Domain/DomainBase.h: In member 
function `typename DT::AskDomain_t DomainBase<DT>::firsts() const': 
/home/peter/zuhause/home/trans/c++/pooma-gcc/src/Domain/DomainBase.h:215: 
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: Cannot compile pooma-gcc (regression)
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P1
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: schmid at snake dot iap dot physik dot tu-darmstadt dot
                    de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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