I built an x86_64-w64-mingw32 cross compiler under x86_64 linux using latest
gcc SVN code, 
then use this cross compiler to build sqlite3

The compile failed with the following message :

E:\code\sqlite3_sep>make
gcc -pipe -Wall -g -O2 -save-temps -c -o alter.o alter.c
gcc: warning: -pipe ignored because -save-temps specified
alter.c: In function 'sqlite3AlterFinishAddColumn':
alter.c:465:6: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make: *** [alter.o] Error 1


-- 
           Summary: internal compiler error when using x86_64-w64-mingw32-
                    gcc to build sqlite3 alter.c
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: drangon dot mail at gmail dot com
 GCC build triplet: x86_64-gnu-linux
  GCC host triplet: x86_64-gnu-linux
GCC target triplet: x86_64-w64-mingw32


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

Reply via email to