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++/16254] New: ICE in lower_stmt, at gimple-low.c:205


/opt/gcc35/libexec/gcc/i686-pc-linux-gnu/3.5.0/cc1plus -fpreprocessed
nsNSSCallbacks.ii -quiet -dumpbase nsNSSCallbacks.ii -auxbase-strip
nsNSSCallbacks.o  -version -fno-rtti -fno-exceptions -o nsNSSCallbacks.s
GNU C++ version 3.5.0 20040629 (experimental) (i686-pc-linux-gnu)
        compiled by GNU C version 3.5.0 20040629 (experimental).
GGC heuristics: --param ggc-min-expand=64 --param ggc-min-heapsize=64442
 <with_cleanup_expr 0xf6f98814>nsNSSCallbacks.ii: In function `void foo(int)':
nsNSSCallbacks.ii:12: internal compiler error: in lower_stmt, at gimple-low.c:205


Configured with: ../configure --prefix=/opt/gcc35 --enable-shared
--enable-threads --enable-__cxa_atexit --enable-languages=c,c++
--enable-clocale=gnu --disable-nls --disable-checking --disable-libmudflap
Thread model: posix

========================================================

struct A
  {
      ~A();

      A(int);

  };


int bar( const A& );

void foo(int i) {

  int format[1] = { bar( A(i) ) };

}

========================================================

-- 
           Summary: ICE in lower_stmt, at gimple-low.c:205
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: commie1 at gmx dot net
                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=16254


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