public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/11636] New: internal compiler error: segmentation fault
@ 2003-07-22 22:14 o dot kullmann at swansea dot ac dot uk
  2003-07-22 22:20 ` [Bug c++/11636] " o dot kullmann at swansea dot ac dot uk
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: o dot kullmann at swansea dot ac dot uk @ 2003-07-22 22:14 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: internal compiler error: segmentation fault
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: o dot kullmann at swansea dot ac dot uk
                CC: gcc-bugs at gcc dot gnu dot org

> g++ -v 
Reading specs from 
/home/kullmann/csoliver/GCC/gcc-3.3/lib/gcc-lib/i686-pc-linux-gnu/3.3/specs 
Configured with: /home/kullmann/csoliver/GCC/gcc-3.3/configure 
--enable-threads=posix --enable-long-long 
--prefix=/home/kullmann/csoliver/GCC/gcc-3.3 
--with-local-prefix=/home/kullmann/csoliver/GCC/Include_3.3 
--enable-languages=c,c++ --disable-nls --enable-shared 
Thread model: posix 
gcc version 3.3 
 
> make TestDebug 
g++ -c -I/h/21/GemeinsameBasis/ZentralesArchiv/Hilfsprogramme/C++Bibliothek 
TestDebug.cpp 
/home/kullmann/csoliver/GCC/gcc-3.3/include/c++/3.3/iostream:297: internal 
compiler error: Segmentation 
   fault 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions. 
make: *** [TestDebug.o] Fehler 1 
 
I've tried my best, but still I've a number of files for the compilation. 
Of course, I would like to send them to you, but I have no idea how 
to do this. I hope you will tell me.


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

* [Bug c++/11636] internal compiler error: segmentation fault
  2003-07-22 22:14 [Bug c++/11636] New: internal compiler error: segmentation fault o dot kullmann at swansea dot ac dot uk
@ 2003-07-22 22:20 ` o dot kullmann at swansea dot ac dot uk
  2003-07-22 22:27 ` pinskia at physics dot uc dot edu
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: o dot kullmann at swansea dot ac dot uk @ 2003-07-22 22:20 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From o dot kullmann at swansea dot ac dot uk  2003-07-22 22:20 -------
Created an attachment (id=4455)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4455&action=view)
how to reproduce the bug

Compile with

g++ -DDEBUG Error07222003.cpp

(The above content type doesn't make much sense to me, but gzipped tar is
not aviable, and this was the only way to get it through.)


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

* [Bug c++/11636] internal compiler error: segmentation fault
  2003-07-22 22:14 [Bug c++/11636] New: internal compiler error: segmentation fault o dot kullmann at swansea dot ac dot uk
  2003-07-22 22:20 ` [Bug c++/11636] " o dot kullmann at swansea dot ac dot uk
@ 2003-07-22 22:27 ` pinskia at physics dot uc dot edu
  2003-07-26 17:47 ` o dot kullmann at swansea dot ac dot uk
  2003-07-27 23:48 ` [Bug c++/11636] [3.3 Regression] Internal " pinskia at physics dot uc dot edu
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-22 22:27 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

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


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-22 22:27 -------
Read http://gcc.gnu.org/bugs.html first and then provide the preprocessed source.


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

* [Bug c++/11636] internal compiler error: segmentation fault
  2003-07-22 22:14 [Bug c++/11636] New: internal compiler error: segmentation fault o dot kullmann at swansea dot ac dot uk
  2003-07-22 22:20 ` [Bug c++/11636] " o dot kullmann at swansea dot ac dot uk
  2003-07-22 22:27 ` pinskia at physics dot uc dot edu
@ 2003-07-26 17:47 ` o dot kullmann at swansea dot ac dot uk
  2003-07-27 23:48 ` [Bug c++/11636] [3.3 Regression] Internal " pinskia at physics dot uc dot edu
  3 siblings, 0 replies; 5+ messages in thread
From: o dot kullmann at swansea dot ac dot uk @ 2003-07-26 17:47 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From o dot kullmann at swansea dot ac dot uk  2003-07-26 17:47 -------
I can compile the above program under g++ version 3.2.1 (without errors).


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

* [Bug c++/11636] [3.3 Regression] Internal compiler error: segmentation fault
  2003-07-22 22:14 [Bug c++/11636] New: internal compiler error: segmentation fault o dot kullmann at swansea dot ac dot uk
                   ` (2 preceding siblings ...)
  2003-07-26 17:47 ` o dot kullmann at swansea dot ac dot uk
@ 2003-07-27 23:48 ` pinskia at physics dot uc dot edu
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-27 23:48 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
           Keywords|                            |ice-on-invalid-code
         Resolution|                            |FIXED
            Summary|internal compiler error:    |[3.3 Regression] Internal
                   |segmentation fault          |compiler error: segmentation
                   |                            |fault
   Target Milestone|3.4                         |3.3.1


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-27 23:48 -------
Already fixed in 3.3.1 (20030707).


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

end of thread, other threads:[~2003-07-27 23:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-22 22:14 [Bug c++/11636] New: internal compiler error: segmentation fault o dot kullmann at swansea dot ac dot uk
2003-07-22 22:20 ` [Bug c++/11636] " o dot kullmann at swansea dot ac dot uk
2003-07-22 22:27 ` pinskia at physics dot uc dot edu
2003-07-26 17:47 ` o dot kullmann at swansea dot ac dot uk
2003-07-27 23:48 ` [Bug c++/11636] [3.3 Regression] Internal " pinskia at physics dot uc dot edu

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).