public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/21836] New: internal compiler error: in valid_in_set, at tree-ssa-pre.c:1082 when compiling libstdc++-v3/src/ctype.cc
@ 2005-05-31  9:29 gerrit at gcc dot gnu dot org
  2005-05-31  9:31 ` [Bug libstdc++/21836] " gerrit at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: gerrit at gcc dot gnu dot org @ 2005-05-31  9:29 UTC (permalink / raw)
  To: gcc-bugs

gcc-4.0.0, confiured with:

    CFLAGS='-O3 -pipe -march=i486 -funroll-loops' \
    CXXFLAGS='-O3 -pipe -march=i486 -funroll-loops' \
    LIBCFLAGS='-O3 -pipe -march=i486 -funroll-loops' \
    LIBCXXFLAGS='-O3 -pipe -march=i486 -funroll-loops' \
    LDFLAGS='-Wl,-s -Wl,--stack=0x00800000' \
    JCFLAGS='-O3 -pipe -march=i486 -funroll-loops' \
    LIBGCJ_CFLAGS='-O3 -pipe -march=i486 -D__NO_MATH_INLINES -ffloat-store
-fno-omit-frame-pointer -funroll-loops' \
    LIBGCJ_CXXFLAGS='-O3 -pipe -march=i486 -D__NO_MATH_INLINES -ffloat-store
-fno-omit-frame-pointer -funroll-loops' \
    LIBGCJ_JAVAFLAGS='-O3 -pipe -march=i486 -ffloat-store
-fno-omit-frame-pointer -funroll-loops' \
    GNATLIBCFLAGS='-O3 -pipe -march=i486 -funroll-loops' \
   ../configure \
	--verbose \
	--prefix=/usr \
	--exec-prefix=/usr \
	--sysconfdir=/etc \
	--libdir=/usr/lib \
	--libexecdir=/usr/lib \
	--mandir=/usr/share/man \
	--infodir=/usr/share/info \
	--enable-bootstrap \
	--enable-languages=c,ada,c++,f95,java,objc,treelang \
	--enable-nls \
	--without-included-gettext \
	--enable-version-specific-runtime-libs \
	--enable-libada \
	--without-x \
	--enable-libgcj \
	--disable-java-awt \
	--with-system-zlib \
	--enable-interpreter \
	--disable-libgcj-debug \
	--enable-threads=posix \
	--enable-java-gc=boehm \
	--disable-win32-registry \
	--disable-sjlj-exceptions \
	--enable-hash-synchronization \
	--enable-libstdcxx-debug

getting error in tree-ssa-pre.c when compiling this file libstdc++-v3/src/ctype.cc:

/gcc/gcc4/gcc-4.0.0-1/.build/gcc/xgcc \
 -shared-libgcc \
 -B/gcc/gcc4/gcc-4.0.0-1/.build/gcc/ \
 -nostdinc++ -L/gcc/gcc4/gcc-4.0.0-1/.build/i686-pc-cygwin/libstdc++-v3/src \
 -L/gcc/gcc4/gcc-4.0.0-1/.build/i686-pc-cygwin/libstdc++-v3/src/.libs \
 -B/usr/i686-pc-cygwin/bin/ \
 -B/usr/i686-pc-cygwin/lib/ \
 -isystem /usr/i686-pc-cygwin/include \
 -isystem /usr/i686-pc-cygwin/sys-include \
 -I/gcc/gcc4/gcc-4.0.0-1/.build/i686-pc-cygwin/libstdc++-v3/include/i686-pc-cygwin \
 -I/gcc/gcc4/gcc-4.0.0-1/.build/i686-pc-cygwin/libstdc++-v3/include \
 -I/gcc/gcc4/gcc-4.0.0-1/libstdc++-v3/libsupc++ \
 -O3 \
 -pipe \
 -march=i486 \
 -funroll-loops \
 -fno-implicit-templates \
 -Wall \
 -Wextra \
 -Wwrite-strings \
 -Wcast-qual \
 -fdiagnostics-show-location=once \
 -ffunction-sections \
 -fdata-sections \
 -c /gcc/gcc4/gcc-4.0.0-1/libstdc++-v3/src/ctype.cc -o ctype.o
/gcc/gcc4/gcc-4.0.0-1/.build/i686-pc-cygwin/libstdc++-v3/include/i686-pc-cygwin/bits/ctype_noninline.h:
In constructor 'std::ctype<char>::ctype(int*, const char*, bool, size_t)':
/gcc/gcc4/gcc-4.0.0-1/.build/i686-pc-cygwin/libstdc++-v3/include/i686-pc-cygwin/bits/ctype_noninline.h:41:
internal compiler error: in valid_in_set, at tree-ssa-pre.c:1082
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [ctype.lo] Error 1
make[3]: Leaving directory
`/gcc/gcc4/gcc-4.0.0-1/.build/i686-pc-cygwin/libstdc++-v3/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/gcc/gcc4/gcc-4.0.0-1/.build/i686-pc-cygwin/libstdc++-v3'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/gcc/gcc4/gcc-4.0.0-1/.build/i686-pc-cygwin/libstdc++-v3'
make: *** [all-target-libstdc++-v3] Error 2

-- 
           Summary: internal compiler error: in valid_in_set, at tree-ssa-
                    pre.c:1082 when compiling libstdc++-v3/src/ctype.cc
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gerrit at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-cygwin
  GCC host triplet: i686-pc-cygwin
GCC target triplet: i686-pc-cygwin


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libstdc++/21836] internal compiler error: in valid_in_set, at tree-ssa-pre.c:1082 when compiling libstdc++-v3/src/ctype.cc
  2005-05-31  9:29 [Bug libstdc++/21836] New: internal compiler error: in valid_in_set, at tree-ssa-pre.c:1082 when compiling libstdc++-v3/src/ctype.cc gerrit at gcc dot gnu dot org
@ 2005-05-31  9:31 ` gerrit at gcc dot gnu dot org
  2005-05-31  9:40 ` gerrit at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: gerrit at gcc dot gnu dot org @ 2005-05-31  9:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gerrit at gcc dot gnu dot org  2005-05-31 09:29 -------
Created an attachment (id=8997)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8997&action=view)
ctype.ii


-- 


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libstdc++/21836] internal compiler error: in valid_in_set, at tree-ssa-pre.c:1082 when compiling libstdc++-v3/src/ctype.cc
  2005-05-31  9:29 [Bug libstdc++/21836] New: internal compiler error: in valid_in_set, at tree-ssa-pre.c:1082 when compiling libstdc++-v3/src/ctype.cc gerrit at gcc dot gnu dot org
  2005-05-31  9:31 ` [Bug libstdc++/21836] " gerrit at gcc dot gnu dot org
@ 2005-05-31  9:40 ` gerrit at gcc dot gnu dot org
  2005-05-31  9:45 ` gerrit at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: gerrit at gcc dot gnu dot org @ 2005-05-31  9:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gerrit at gcc dot gnu dot org  2005-05-31 09:30 -------
Created an attachment (id=8998)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8998&action=view)
ctype.s


-- 


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libstdc++/21836] internal compiler error: in valid_in_set, at tree-ssa-pre.c:1082 when compiling libstdc++-v3/src/ctype.cc
  2005-05-31  9:29 [Bug libstdc++/21836] New: internal compiler error: in valid_in_set, at tree-ssa-pre.c:1082 when compiling libstdc++-v3/src/ctype.cc gerrit at gcc dot gnu dot org
  2005-05-31  9:31 ` [Bug libstdc++/21836] " gerrit at gcc dot gnu dot org
  2005-05-31  9:40 ` gerrit at gcc dot gnu dot org
@ 2005-05-31  9:45 ` gerrit at gcc dot gnu dot org
  2005-05-31 10:13 ` steven at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: gerrit at gcc dot gnu dot org @ 2005-05-31  9:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gerrit at gcc dot gnu dot org  2005-05-31 09:40 -------
It compiles ok when using -O2 instead of -O3, i.e. it is the flag -finline-functions

Gerrit

-- 


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libstdc++/21836] internal compiler error: in valid_in_set, at tree-ssa-pre.c:1082 when compiling libstdc++-v3/src/ctype.cc
  2005-05-31  9:29 [Bug libstdc++/21836] New: internal compiler error: in valid_in_set, at tree-ssa-pre.c:1082 when compiling libstdc++-v3/src/ctype.cc gerrit at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-05-31  9:45 ` gerrit at gcc dot gnu dot org
@ 2005-05-31 10:13 ` steven at gcc dot gnu dot org
  2005-05-31 10:46 ` gerrit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: steven at gcc dot gnu dot org @ 2005-05-31 10:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From steven at gcc dot gnu dot org  2005-05-31 10:08 -------
There are many known bugs in tree-ssa-pre.c as shipped with GCC 4.0.0,
see e.g. Bug 21173.  Could you try a CVS snapshot from the GCC 4.0 release
branch instead of the GCC 4.0.0 release?


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libstdc++/21836] internal compiler error: in valid_in_set, at tree-ssa-pre.c:1082 when compiling libstdc++-v3/src/ctype.cc
  2005-05-31  9:29 [Bug libstdc++/21836] New: internal compiler error: in valid_in_set, at tree-ssa-pre.c:1082 when compiling libstdc++-v3/src/ctype.cc gerrit at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-05-31 10:13 ` steven at gcc dot gnu dot org
@ 2005-05-31 10:46 ` gerrit at gcc dot gnu dot org
  2005-05-31 13:47 ` [Bug middle-end/21836] " pinskia at gcc dot gnu dot org
  2005-05-31 16:24 ` gerrit at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: gerrit at gcc dot gnu dot org @ 2005-05-31 10:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gerrit at gcc dot gnu dot org  2005-05-31 10:31 -------
I applied the patch from http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21173
I'll reconfigure and rebuild now.  

See you later,
Gerrit

-- 


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug middle-end/21836] internal compiler error: in valid_in_set, at tree-ssa-pre.c:1082 when compiling libstdc++-v3/src/ctype.cc
  2005-05-31  9:29 [Bug libstdc++/21836] New: internal compiler error: in valid_in_set, at tree-ssa-pre.c:1082 when compiling libstdc++-v3/src/ctype.cc gerrit at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-05-31 10:46 ` gerrit at gcc dot gnu dot org
@ 2005-05-31 13:47 ` pinskia at gcc dot gnu dot org
  2005-05-31 16:24 ` gerrit at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-31 13:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-31 13:37 -------
This is cygwin specific bug, see PR 21081 which this is a dup of.

*** This bug has been marked as a duplicate of 21081 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
          Component|libstdc++                   |middle-end
         Resolution|                            |DUPLICATE


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug middle-end/21836] internal compiler error: in valid_in_set, at tree-ssa-pre.c:1082 when compiling libstdc++-v3/src/ctype.cc
  2005-05-31  9:29 [Bug libstdc++/21836] New: internal compiler error: in valid_in_set, at tree-ssa-pre.c:1082 when compiling libstdc++-v3/src/ctype.cc gerrit at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2005-05-31 13:47 ` [Bug middle-end/21836] " pinskia at gcc dot gnu dot org
@ 2005-05-31 16:24 ` gerrit at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: gerrit at gcc dot gnu dot org @ 2005-05-31 16:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gerrit at gcc dot gnu dot org  2005-05-31 16:23 -------
Many thanks.

-- 


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-05-31 16:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-31  9:29 [Bug libstdc++/21836] New: internal compiler error: in valid_in_set, at tree-ssa-pre.c:1082 when compiling libstdc++-v3/src/ctype.cc gerrit at gcc dot gnu dot org
2005-05-31  9:31 ` [Bug libstdc++/21836] " gerrit at gcc dot gnu dot org
2005-05-31  9:40 ` gerrit at gcc dot gnu dot org
2005-05-31  9:45 ` gerrit at gcc dot gnu dot org
2005-05-31 10:13 ` steven at gcc dot gnu dot org
2005-05-31 10:46 ` gerrit at gcc dot gnu dot org
2005-05-31 13:47 ` [Bug middle-end/21836] " pinskia at gcc dot gnu dot org
2005-05-31 16:24 ` gerrit at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).