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/41163] New: verify_gimple fails


Attached .i file throws

--------------
$ gcc -c grep.i
grep.i: In function â??cmd_grepâ??:
grep.i:9236:5: error: type mismatch in address expression
struct option[<unknown>] *

struct option[41] *

options.0 = &options;

grep.i:9236:5: internal compiler error: verify_gimple failed
Please submit a full bug report,
with preprocessed source if appropriate.
--------------

Using built-in specs.
Target: i586-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info
--mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib
--enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=yes
--with-gxx-include-dir=/usr/include/c++/4.5 --enable-ssp --disable-libssp
--disable-plugin --with-bugurl=http://bugs.opensuse.org/
--with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap
--with-slibdir=/lib --with-system-zlib --enable-__cxa_atexit
--enable-libstdcxx-allocator=new --disable-libstdcxx-pch
--enable-version-specific-runtime-libs --program-suffix=-4.5
--enable-linux-futex --without-system-libunwind --with-arch-32=i586
--with-tune=generic --build=i586-suse-linux
Thread model: posix
gcc version 4.5.0 20090820 (experimental) [trunk revision 150958] (SUSE Linux)


-- 
           Summary: verify_gimple fails
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hideaki at sogetthis dot com
 GCC build triplet: i586-suse-linux/x86_64-suse-linux
  GCC host triplet: i586-suse-linux/x86_64-suse-linux
GCC target triplet: i586-suse-linux/x86_64-suse-linux


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


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