public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/35391]  New: gcc fails to compile file in icewm (icewm.org)
@ 2008-02-27 13:01 T dot Mittelstaedt at cadenas dot de
  2008-02-27 13:02 ` [Bug c++/35391] " T dot Mittelstaedt at cadenas dot de
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: T dot Mittelstaedt at cadenas dot de @ 2008-02-27 13:01 UTC (permalink / raw)
  To: gcc-bugs

cd /localbuild/icewm-1.2.35/src/
g++ -fpermissive -Wall -Wpointer-arith -Wconversion -Wwrite-strings -Winline
-Woverloaded-virtual -W -fno-exceptions -fno-rtti -g -O2  -DHAVE_CONFIG_H
-DLIBDIR='"/usr/local/share/icewm"' -DCFGDIR='"/etc/icewm"'
-DLOCDIR='"/usr/local/share/locale"' -DKDEDIR='""' -DPACKAGE='"icewm"'
-DVERSION='"1.2.35"' -DHOSTOS='"Linux 2.6.17-10-generic"' -DHOSTCPU='"x86_64"'
-DEXEEXT='""' -DICEWMEXE='"icewm"' -DICEWMTRAYEXE='"icewmtray"'
-DICEWMBGEXE='"icewmbg"' -DICESMEXE='"icewm-session"' -DICEHELPEXE='"icehelp"'
-DICEHELPIDX='"/usr/local/share/doc/icewm-1.2.35/icewm.html"' -I/usr/include
-I/usr/include/freetype2 -I/usr/include    -c yapp.cc 
yapp.cc:472: internal compiler error: in reference_to_unused, at
dwarf2out.c:10010
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

Compilation exited abnormally with code 1 at Wed Feb 27 14:00:04


Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc-4.2.2/configure --prefix=/opt2/gcc-4.2.2
--enable-version-specific-runtime-libs --enable-static --enable-shared
--enable-languages=c,c++,objc,obj-c++ --enable-threads=posix --enable-nls
--enable-__cxa_atexit --enable-libstdcxx-debug --enable-checking=release
Thread model: posix
gcc version 4.2.2


-- 
           Summary: gcc fails to compile file in icewm (icewm.org)
           Product: gcc
           Version: 4.2.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: T dot Mittelstaedt at cadenas dot de
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


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


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

* [Bug c++/35391] gcc fails to compile file in icewm (icewm.org)
  2008-02-27 13:01 [Bug c++/35391] New: gcc fails to compile file in icewm (icewm.org) T dot Mittelstaedt at cadenas dot de
@ 2008-02-27 13:02 ` T dot Mittelstaedt at cadenas dot de
  2008-02-27 13:06 ` T dot Mittelstaedt at cadenas dot de
  2008-02-27 13:24 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: T dot Mittelstaedt at cadenas dot de @ 2008-02-27 13:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from T dot Mittelstaedt at cadenas dot de  2008-02-27 13:01 -------
Created an attachment (id=15237)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15237&action=view)
preprocessed source stripped of system includes via uninclude


-- 


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


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

* [Bug c++/35391] gcc fails to compile file in icewm (icewm.org)
  2008-02-27 13:01 [Bug c++/35391] New: gcc fails to compile file in icewm (icewm.org) T dot Mittelstaedt at cadenas dot de
  2008-02-27 13:02 ` [Bug c++/35391] " T dot Mittelstaedt at cadenas dot de
@ 2008-02-27 13:06 ` T dot Mittelstaedt at cadenas dot de
  2008-02-27 13:24 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: T dot Mittelstaedt at cadenas dot de @ 2008-02-27 13:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from T dot Mittelstaedt at cadenas dot de  2008-02-27 13:05 -------
gcc 4.1 compiles this file.

tmstaedt@buildlnx2:/localbuild/icewm-1.2.35/src$ /usr/X11R6/bin/gcc-4.1 -v
Reading specs from /usr/lib/gcc/x86_64-linux-gnu/4.1.2/specs
Target: x86_64-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu
--enable-libstdcxx-debug --enable-mpfr --enable-checking=release
x86_64-linux-gnu
Thread model: posix
gcc version 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)



-- 


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


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

* [Bug c++/35391] gcc fails to compile file in icewm (icewm.org)
  2008-02-27 13:01 [Bug c++/35391] New: gcc fails to compile file in icewm (icewm.org) T dot Mittelstaedt at cadenas dot de
  2008-02-27 13:02 ` [Bug c++/35391] " T dot Mittelstaedt at cadenas dot de
  2008-02-27 13:06 ` T dot Mittelstaedt at cadenas dot de
@ 2008-02-27 13:24 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-02-27 13:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2008-02-27 13:23 -------
This looks like a dup of PR31899 which was fixed for 4.2.3.  Please re-open if
that is not the case.

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


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2008-02-27 13:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-27 13:01 [Bug c++/35391] New: gcc fails to compile file in icewm (icewm.org) T dot Mittelstaedt at cadenas dot de
2008-02-27 13:02 ` [Bug c++/35391] " T dot Mittelstaedt at cadenas dot de
2008-02-27 13:06 ` T dot Mittelstaedt at cadenas dot de
2008-02-27 13:24 ` rguenth 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).