public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/19144] New: SPARC backend bug
@ 2004-12-24  1:52 bugzilla-gcc at thewrittenword dot com
  2004-12-24  1:54 ` [Bug c++/19144] " bugzilla-gcc at thewrittenword dot com
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: bugzilla-gcc at thewrittenword dot com @ 2004-12-24  1:52 UTC (permalink / raw)
  To: gcc-bugs

We built qt-3.3.2 and kde-3.3.2 using gcc-3.4.3. We did the same on HP-UX 11.x,
Redhat Linux, and Redhat Enterprise Linux.
  http://lists.kde.org/?l=kde-devel&m=110384477320197&w=2
     
On Solaris/SPARC, we're seeing a problem. None of the other platforms have a
problem.

I was able to work around the bug in the above message with the diff below to
one of the KDE source files. Unfortunately, I cannot isolate this to a small
test case. I'm building on gax as follows:
  g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../dcop -I../../kio/kssl
  -I../.. -I./.. -I./../kssl -I../kssl -I./../../interfaces -I../../dcop
  -I../../libltdl -I../../kdefx -I../../kdecore -I../../kdeui
  -I../../kio -I../../kio/kio -I../../kio/kfile -I../..
  -I/opt/TWWfsw/libqt33/include/gcc34 -I/opt/TWWfsw/kde33/include
  -I/opt/TWWfsw/bzip2/include -I/opt/TWWfsw/jpeg/include
  -I/opt/TWWfsw/libpcre44/include -I/opt/TWWfsw/libpng12/include
  -I/opt/TWWfsw/libxslt11/include -I/opt/TWWfsw/libxml26/include
  -I/opt/TWWfsw/libtiff35/include -I/opt/TWWfsw/zlib11/include
  -I/opt/TWWfsw/libart23/include -I/opt/TWWfsw/fcpackage22/include
  -I/opt/TWWfsw/libaudiofile02/include -I/opt/TWWfsw/cups1120r/include
  -I/opt/TWWfsw/libopenssl097/include -D_LARGEFILE64_SOURCE
  -DQT_THREAD_SUPPORT -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
  -DUSE_SOLARIS -DSVR4 -DNDEBUG -DNO_DEBUG -isystem /usr/openwin/include
  -g -finline-functions -mcpu=v8 -fno-exceptions -fno-check-new
  -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL
  -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c kurlcompletion.cpp

--- kdelibs-3.3.2/kio/kio/kurlcompletion.cpp.orig       Thu Dec 23 17:56:26 2004
+++ kdelibs-3.3.2/kio/kio/kurlcompletion.cpp    Thu Dec 23 19:11:59 2004
@@ -225,6 +225,7 @@

                // Loop through all directory entries

+int i;
                struct dirent dirPosition;
                struct dirent *dirEntry = 0;
                while ( !terminationRequested() &&

-- 
           Summary: SPARC backend bug
           Product: gcc
           Version: 3.4.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bugzilla-gcc at thewrittenword dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: sparc-sun-solaris2.8
  GCC host triplet: sparc-sun-solaris2.8
GCC target triplet: sparc-sun-solaris2.8


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


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

end of thread, other threads:[~2004-12-24 18:52 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-24  1:52 [Bug c++/19144] New: SPARC backend bug bugzilla-gcc at thewrittenword dot com
2004-12-24  1:54 ` [Bug c++/19144] " bugzilla-gcc at thewrittenword dot com
2004-12-24  1:55 ` bugzilla-gcc at thewrittenword dot com
2004-12-24  1:56 ` bugzilla-gcc at thewrittenword dot com
2004-12-24  1:57 ` bugzilla-gcc at thewrittenword dot com
2004-12-24  1:57 ` [Bug target/19144] SPARC back-end bug pinskia at gcc dot gnu dot org
2004-12-24  1:58 ` bugzilla-gcc at thewrittenword dot com
2004-12-24  1:59 ` bugzilla-gcc at thewrittenword dot com
2004-12-24  2:03 ` bugzilla-gcc at thewrittenword dot com
2004-12-24  2:04 ` bugzilla-gcc at thewrittenword dot com
2004-12-24  2:09 ` pinskia at gcc dot gnu dot org
2004-12-24  2:59 ` bugzilla-gcc at thewrittenword dot com
2004-12-24  6:36 ` [Bug target/19144] miscompilation KDE 3.3.2 ebotcazou at gcc dot gnu dot org
2004-12-24  7:00 ` bugzilla-gcc at thewrittenword dot com
2004-12-24  7:00 ` bugzilla-gcc at thewrittenword dot com
2004-12-24  7:06 ` bugzilla-gcc at thewrittenword dot com
2004-12-24  7:07 ` bugzilla-gcc at thewrittenword dot com
2004-12-24  8:45 ` bugzilla-gcc at thewrittenword dot com
2004-12-24 17:18 ` bugzilla-gcc at thewrittenword dot com
2004-12-24 17:34 ` bugzilla-gcc at thewrittenword dot com
2004-12-24 18:50 ` bugzilla-gcc at thewrittenword dot com
2004-12-24 18:52 ` 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).