public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/17228] New: internal compiler error when compiling the CGAL branch of fgsd
@ 2004-08-29 14:03 fredlist01 at free dot fr
  2004-08-29 14:08 ` [Bug c++/17228] " fredlist01 at free dot fr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: fredlist01 at free dot fr @ 2004-08-29 14:03 UTC (permalink / raw)
  To: gcc-bugs

if g++-3.3 -DHAVE_CONFIG_H -I. -I. -I. -I..   -I/usr/X11R6/include 
-I/home/fred/CGAL-3.0.1/include 
-I/home/fred/CGAL-3.0.1/include/CGAL/config/i686_Linux-2.6.7-1-k7_g++-3.3.4 
-DDRAW_WITH_TEXTURES -g -O2 -MT actionwin.o -MD -MP -MF ".deps/actionwin.Tpo" -c -o 
actionwin.o actionwin.cpp; \ 
then mv -f ".deps/actionwin.Tpo" ".deps/actionwin.Po"; else rm -f ".deps/actionwin.Tpo"; exit 1; 
fi 
In file included from Fl_Cursor_Shape.H:39, 
                 from mainwin.hpp:48, 
                 from actionwin.cpp:35: 
/usr/X11R6/include/X11/Xlib.h:3355: internal compiler error: Erreur de 
   segmentation 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions. 
For Debian GNU/Linux specific bug reporting instructions, see 
<URL:file:///usr/share/doc/gcc-3.3/README.Bugs>. 
 
The code compile with g++ 3.2.3 
 
Note : how to attach the preprocessed file ?

-- 
           Summary: internal compiler error when compiling the CGAL branch
                    of fgsd
           Product: gcc
           Version: 3.3.4
            Status: UNCONFIRMED
          Severity: critical
          Priority: P1
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fredlist01 at free dot fr
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i486-pc-linux-gnu
  GCC host triplet: i486-pc-linux-gnu
GCC target triplet: i486-pc-linux-gnu


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


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

* [Bug c++/17228] internal compiler error when compiling the CGAL branch of fgsd
  2004-08-29 14:03 [Bug c++/17228] New: internal compiler error when compiling the CGAL branch of fgsd fredlist01 at free dot fr
@ 2004-08-29 14:08 ` fredlist01 at free dot fr
  2004-08-29 14:10 ` [Bug c++/17228] ICE when compiling the CGAL branch of fgsd ( i486 Linux g++ 3.3.4 debian ) fredlist01 at free dot fr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: fredlist01 at free dot fr @ 2004-08-29 14:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fredlist01 at free dot fr  2004-08-29 14:08 -------
Created an attachment (id=7000)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7000&action=view)
Preprocessed file generating the ICE with the provided command line


-- 


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


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

* [Bug c++/17228] ICE when compiling the CGAL branch of fgsd ( i486 Linux g++ 3.3.4 debian )
  2004-08-29 14:03 [Bug c++/17228] New: internal compiler error when compiling the CGAL branch of fgsd fredlist01 at free dot fr
  2004-08-29 14:08 ` [Bug c++/17228] " fredlist01 at free dot fr
@ 2004-08-29 14:10 ` fredlist01 at free dot fr
  2004-08-29 17:34 ` [Bug rtl-optimization/17228] " pinskia at gcc dot gnu dot org
  2004-08-29 17:42 ` falk at debian dot org
  3 siblings, 0 replies; 5+ messages in thread
From: fredlist01 at free dot fr @ 2004-08-29 14:10 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1077 bytes --]


------- Additional Comments From fredlist01 at free dot fr  2004-08-29 14:10 -------
$ g++ -v 
Lecture des spécification à partir de /usr/lib/gcc-lib/i486-linux/3.3.4/specs 
Configuré avec: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang 
--prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info 
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls 
--without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug 
--enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux 
Modèle de thread: posix 
version gcc 3.3.4 (Debian 1:3.3.4-6sarge1) 
 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|internal compiler error when|ICE when compiling the CGAL
                   |compiling the CGAL branch of|branch of fgsd ( i486 Linux
                   |fgsd                        |g++ 3.3.4 debian )


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


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

* [Bug rtl-optimization/17228] ICE when compiling the CGAL branch of fgsd ( i486 Linux g++ 3.3.4 debian )
  2004-08-29 14:03 [Bug c++/17228] New: internal compiler error when compiling the CGAL branch of fgsd fredlist01 at free dot fr
  2004-08-29 14:08 ` [Bug c++/17228] " fredlist01 at free dot fr
  2004-08-29 14:10 ` [Bug c++/17228] ICE when compiling the CGAL branch of fgsd ( i486 Linux g++ 3.3.4 debian ) fredlist01 at free dot fr
@ 2004-08-29 17:34 ` pinskia at gcc dot gnu dot org
  2004-08-29 17:42 ` falk at debian dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-29 17:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-29 17:34 -------
Hmm, it works for in 3.3.3, maybe something changed after that.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
          Component|c++                         |rtl-optimization
           Keywords|                            |ice-on-valid-code


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


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

* [Bug rtl-optimization/17228] ICE when compiling the CGAL branch of fgsd ( i486 Linux g++ 3.3.4 debian )
  2004-08-29 14:03 [Bug c++/17228] New: internal compiler error when compiling the CGAL branch of fgsd fredlist01 at free dot fr
                   ` (2 preceding siblings ...)
  2004-08-29 17:34 ` [Bug rtl-optimization/17228] " pinskia at gcc dot gnu dot org
@ 2004-08-29 17:42 ` falk at debian dot org
  3 siblings, 0 replies; 5+ messages in thread
From: falk at debian dot org @ 2004-08-29 17:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From falk at debian dot org  2004-08-29 17:42 -------
I can reproduce it with 3.3.4 (Debian 1:3.3.4-9) on alpha-linux. Seems to be
some kind of memory corruption, trying to reduce the test case fails.


-- 


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


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

end of thread, other threads:[~2004-08-29 17:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-29 14:03 [Bug c++/17228] New: internal compiler error when compiling the CGAL branch of fgsd fredlist01 at free dot fr
2004-08-29 14:08 ` [Bug c++/17228] " fredlist01 at free dot fr
2004-08-29 14:10 ` [Bug c++/17228] ICE when compiling the CGAL branch of fgsd ( i486 Linux g++ 3.3.4 debian ) fredlist01 at free dot fr
2004-08-29 17:34 ` [Bug rtl-optimization/17228] " pinskia at gcc dot gnu dot org
2004-08-29 17:42 ` falk at debian 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).