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 optimization/13723] New: [ICE] tree-ssa does not build POOMA application


The testcase at

http://www.tat.physik.uni-tuebingen.de/~rguenth/gcc/tramp3d.cpp.gz

does not build with g++ (GCC) 3.5-tree-ssa 20040108 (merged 20040102)
> g++-ssa -o tramp3d tramp3d.cpp -fno-exceptions -O2 -w
tramp3d.cpp:56909: error: Missing callgraph edge for call expr:
 <call_expr 0x48e94948
    type <void_type 0x40163e0c void type_6 VOID
        align 8 symtab 0 alias set -1
        pointer_to_this <pointer_type 0x40163e80>>
    side-effects
    arg 0 <addr_expr 0x48ea3240
        type <pointer_type 0x48e9d414 type <method_type 0x43eb132c>
            unsigned SI
            size <integer_cst 0x4001cb58 constant invariant 32>
            unit size <integer_cst 0x4001cbb8 constant invariant 4>
            align 32 symtab 0 alias set -1>
        constant invariant
...etc...

builds with -O0 and -O1.

-- 
           Summary: [ICE] tree-ssa does not build POOMA application
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at tat dot physik dot uni-tuebingen dot de
                CC: gcc-bugs at gcc dot gnu dot org


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


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