public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/17942] New: segv on valid-code
@ 2004-10-11 22:32 pluto at pld-linux dot org
  2004-10-11 22:34 ` [Bug c/17942] " pluto at pld-linux dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: pluto at pld-linux dot org @ 2004-10-11 22:32 UTC (permalink / raw)
  To: gcc-bugs

[~/rpm/BUILD/linux-2.6.9-rc4] # LANG=C gcc twofish.i -c -O2 
crypto/twofish.c: In function `twofish_setkey': 
crypto/twofish.c:801: internal compiler error: Segmentation fault 
 
[~/rpm/BUILD/linux-2.6.9-rc4] # LANG=C gcc twofish.i -c -O 
 
# gcc -v 
Reading specs from /usr/lib/gcc/pentium3-pld-linux/3.4.3/specs 
Configured with: ../configure --prefix=/usr --libdir=/usr/lib 
--libexecdir=/usr/lib --infodir=/usr/share/info--mandir=/usr/share/man 
--enable-shared --enable-threads=posix --enable-__cxa_atexit 
--enable-languages=c,c++,f77,objc,ada,java --enable-c99 --enable-long-long 
--enable-multilib --enable-nls --with-gnu-as --with-gnu-ld --with-system-zlib 
--with-slibdir=/lib --without-x pentium3-pld-linux 
Thread model: posix 
gcc version 3.4.3 20041008 (prerelease) (PLD Linux)

-- 
           Summary: segv on valid-code
           Product: gcc
           Version: 3.4.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pluto at pld-linux dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: pentium3-pld-linux
  GCC host triplet: pentium3-pld-linux
GCC target triplet: pentium3-pld-linux


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


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

* [Bug c/17942] segv on valid-code
  2004-10-11 22:32 [Bug c/17942] New: segv on valid-code pluto at pld-linux dot org
@ 2004-10-11 22:34 ` pluto at pld-linux dot org
  2004-10-11 22:42 ` [Bug rtl-optimization/17942] " pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pluto at pld-linux dot org @ 2004-10-11 22:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pluto at pld-linux dot org  2004-10-11 22:34 -------
Created an attachment (id=7328)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7328&action=view)
testcase


-- 


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


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

* [Bug rtl-optimization/17942] segv on valid-code
  2004-10-11 22:32 [Bug c/17942] New: segv on valid-code pluto at pld-linux dot org
  2004-10-11 22:34 ` [Bug c/17942] " pluto at pld-linux dot org
@ 2004-10-11 22:42 ` pinskia at gcc dot gnu dot org
  2004-10-12 16:03 ` pluto at pld-linux dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-11 22:42 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |rtl-optimization
           Keywords|                            |ice-on-valid-code
      Known to fail|                            |4.0.0


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


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

* [Bug rtl-optimization/17942] segv on valid-code
  2004-10-11 22:32 [Bug c/17942] New: segv on valid-code pluto at pld-linux dot org
  2004-10-11 22:34 ` [Bug c/17942] " pluto at pld-linux dot org
  2004-10-11 22:42 ` [Bug rtl-optimization/17942] " pinskia at gcc dot gnu dot org
@ 2004-10-12 16:03 ` pluto at pld-linux dot org
  2004-10-12 16:09 ` pluto at pld-linux dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pluto at pld-linux dot org @ 2004-10-12 16:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pluto at pld-linux dot org  2004-10-12 16:03 -------
Created an attachment (id=7330)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7330&action=view)
testcase #2


-- 


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


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

* [Bug rtl-optimization/17942] segv on valid-code
  2004-10-11 22:32 [Bug c/17942] New: segv on valid-code pluto at pld-linux dot org
                   ` (2 preceding siblings ...)
  2004-10-12 16:03 ` pluto at pld-linux dot org
@ 2004-10-12 16:09 ` pluto at pld-linux dot org
  2004-10-13 16:50 ` pluto at pld-linux dot org
  2004-10-13 17:01 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pluto at pld-linux dot org @ 2004-10-12 16:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pluto at pld-linux dot org  2004-10-12 16:09 -------
I found the second bug and I think it's related to the first report. 
 
/ -O0 on all tests / 
 
With -march={i[3456]86,athlon} gcc works fine. 
With -march=pentium[34] gcc fails: 
 
In file included from /usr/include/gtk-2.0/gtk/gtk.h:156, 
                 from gtkpeer.h:39, 
                 from gthread-jni.h:43, 
                 from gnu_java_awt_peer_gtk_GThreadNativeMethodRunner.c:40: 
/usr/include/gtk-2.0/gtk/gtktoolbar.h:144: internal compiler error: 
Segmentation fault 
 

-- 


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


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

* [Bug rtl-optimization/17942] segv on valid-code
  2004-10-11 22:32 [Bug c/17942] New: segv on valid-code pluto at pld-linux dot org
                   ` (3 preceding siblings ...)
  2004-10-12 16:09 ` pluto at pld-linux dot org
@ 2004-10-13 16:50 ` pluto at pld-linux dot org
  2004-10-13 17:01 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pluto at pld-linux dot org @ 2004-10-13 16:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pluto at pld-linux dot org  2004-10-13 16:50 -------
Now I'm sure. It's kernel related bug. 
 
With 2.6.9rc2+20041007_0305 everything works fine. 
After update to 2.6.9rc4 lots of things stop working. 

-- 


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


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

* [Bug rtl-optimization/17942] segv on valid-code
  2004-10-11 22:32 [Bug c/17942] New: segv on valid-code pluto at pld-linux dot org
                   ` (4 preceding siblings ...)
  2004-10-13 16:50 ` pluto at pld-linux dot org
@ 2004-10-13 17:01 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-13 17:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-13 17:01 -------
Not a gcc bug.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


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

end of thread, other threads:[~2004-10-13 17:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-11 22:32 [Bug c/17942] New: segv on valid-code pluto at pld-linux dot org
2004-10-11 22:34 ` [Bug c/17942] " pluto at pld-linux dot org
2004-10-11 22:42 ` [Bug rtl-optimization/17942] " pinskia at gcc dot gnu dot org
2004-10-12 16:03 ` pluto at pld-linux dot org
2004-10-12 16:09 ` pluto at pld-linux dot org
2004-10-13 16:50 ` pluto at pld-linux dot org
2004-10-13 17:01 ` pinskia 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).