public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/22604] New: "internal compiler error: Segmentation fault" with invalid nested classes
@ 2005-07-22  3:38 flash at pobox dot com
  2005-07-22  3:53 ` [Bug c++/22604] " flash at pobox dot com
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: flash at pobox dot com @ 2005-07-22  3:38 UTC (permalink / raw)
  To: gcc-bugs

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

The invalid code below results in "internal compiler error: Segmentation fault" 
with a checking version of GCC 4.0.1.  Does not happen with GCC 3.3.4 or Apple GCC 4.0.0.
Like the code for bug 22603, this is a greatly-reduced and anonymized excerpt, found by Daniel 
Wilkerson's Delta, from a real PalmSource file.  (This reduction was found by looking for a segfault; the 
previous reduction looked for any compiler error.)  
    I don't think this is the same bug as my 22508, since that one also happened with Apple GCC 4.0.0.  
It doesn't sound to me like 21975 or 22441 either.


class NameOne;
class NameTwo : virtual public SAtom
{
 virtual NameOne* NameThree();
};
class NameFour : virtual public NameFive
{
class NameOne : public NameTwo
{
  virtual NameOne* NameThree();



======
Session:
125> /opt/gcc401chk/bin/g++ -v  /Projects/PlatformTools/compilerChain/tests/cpp/bugfiles/error/
BBinder_segfault.ii
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../configure --enable-checking --prefix=/opt/gcc401chk --enable-languages=c,c+
+
Thread model: posix
gcc version 4.0.1
 /opt/gcc401chk/libexec/gcc/i686-pc-linux-gnu/4.0.1/cc1plus -fpreprocessed /Projects/
PlatformTools/compilerChain/tests/cpp/bugfiles/error/BBinder_segfault.ii -quiet -dumpbase 
BBinder_segfault.ii -mtune=pentiumpro -auxbase BBinder_segfault -version -o /tmp/ccuEkHiJ.s
GNU C++ version 4.0.1 (i686-pc-linux-gnu)
        compiled by GNU C version 3.3.4 (pre 3.3.5 20040809).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
/Projects/PlatformTools/compilerChain/tests/cpp/bugfiles/error/BBinder_segfault.ii:3: error: expected 
class-name before ‘{’ token
/Projects/PlatformTools/compilerChain/tests/cpp/bugfiles/error/BBinder_segfault.ii:7: error: expected 
class-name before ‘{’ token
/Projects/PlatformTools/compilerChain/tests/cpp/bugfiles/error/BBinder_segfault.ii:10: error: 
expected `}' at end of input
/Projects/PlatformTools/compilerChain/tests/cpp/bugfiles/error/BBinder_segfault.ii:10: error: invalid 
covariant return type for ‘virtual NameFour::NameOne* NameFour::NameOne::NameThree()’
/Projects/PlatformTools/compilerChain/tests/cpp/bugfiles/error/BBinder_segfault.ii:4: error:   
overriding ‘virtual NameOne* NameTwo::NameThree()’
/Projects/PlatformTools/compilerChain/tests/cpp/bugfiles/error/BBinder_segfault.ii:9: 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.

Like bug 22603, this is tracked by PalmSouce bug 104911, though I suspect it's different.

-- 
           Summary: "internal compiler error: Segmentation fault" with
                    invalid nested classes
           Product: gcc
           Version: 4.0.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: flash at pobox dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

end of thread, other threads:[~2005-09-27 16:23 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-22  3:38 [Bug c++/22604] New: "internal compiler error: Segmentation fault" with invalid nested classes flash at pobox dot com
2005-07-22  3:53 ` [Bug c++/22604] " flash at pobox dot com
2005-07-22  3:54 ` [Bug c++/22604] [4.0/4.1 Regression] "internal compiler error" after invalid covariant return pinskia at gcc dot gnu dot org
2005-07-22  4:00 ` pinskia at gcc dot gnu dot org
2005-07-22  8:24 ` belyshev at depni dot sinp dot msu dot ru
2005-07-23  5:11 ` pinskia at gcc dot gnu dot org
2005-07-25 13:22 ` [Bug c++/22604] [4.0/4.1 Regression] ICE " reichelt at gcc dot gnu dot org
2005-07-28  3:27 ` flash at pobox dot com
2005-07-28  4:35 ` pinskia at gcc dot gnu dot org
2005-08-05 15:28 ` reichelt at gcc dot gnu dot org
2005-08-05 15:43 ` reichelt at gcc dot gnu dot org
2005-08-08 18:13 ` pinskia at gcc dot gnu dot org
2005-08-12  1:26 ` flash at pobox dot com
2005-09-27 16:25 ` mmitchel 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).