[Bug c++/29883] New: i686-pc-cygwin/3.4.4 - internal compiler error: Segmentation fault

2006-11-17 Thread mtrojanovich at doubleclick dot net
29258 looks similar but is unconfirmed.  Perhaps this will be straightforward
to confirm.

COMMAND THAT GENERATED THE ERROR. COMPILING WITH...
$ g++ -Wall -o Employee.h Employee.h -mno-cygwin
Employee.h:169: internal compiler error: Segmentation fault
Please submit a full bug report, with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.

CODE THAT GENERATED THE ERROR...
(attached)

MY g++ VERSION AND INSTALLATION DETAILS...
$ g++ -v
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /gcc/gcc-3.4.4/gcc-3.4.4-1/configure --verbose --prefix=/usr
--exec-pre
fix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib
--mandir=/usr/share/m
an --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,java,objc
--enable-nls -
-without-included-gettext --enable-version-specific-runtime-libs --without-x
--enable-li
bgcj --disable-java-awt --with-system-zlib --enable-interpreter
--disable-libgcj-debug -
-enable-threads=posix --enable-java-gc=boehm --disable-win32-registry
--enable-sjlj-exce
ptions --enable-hash-synchronization --enable-libstdcxx-debug : (reconfigured)
Thread model: posix
gcc version 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)

MY ENVIRONMENT...
Time of this report: 11/17/2006, 22:44:19
   Machine name: x
   Operating System: Windows XP Professional (5.1, Build 2600) Service Pack 2
(2600.xpsp_sp2_gdr.050301-1519)
   Language: English (Regional Setting: English)
System Manufacturer: IBM
   System Model: 2373KRU
   BIOS: Phoenix FirstBIOS(tm) Notebook Pro Version 2.0 for IBM
ThinkPad
  Processor: Intel(R) Pentium(R) M processor 1.70GHz
 Memory: 1534MB RAM
  Page File: 436MB used, 2997MB available
Windows Dir: C:\WINDOWS
DirectX Version: DirectX 9.0c (4.09..0904)
DX Setup Parameters: Not found
 DxDiag Version: 5.03.2600.2180 32bit Unicode


-- 
   Summary: i686-pc-cygwin/3.4.4 - internal compiler error:
Segmentation fault
   Product: gcc
   Version: 3.4.4
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mtrojanovich at doubleclick dot net


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



[Bug c++/29883] i686-pc-cygwin/3.4.4 - internal compiler error: Segmentation fault

2006-11-17 Thread mtrojanovich at doubleclick dot net


--- Comment #1 from mtrojanovich at doubleclick dot net  2006-11-18 06:02 
---
Created an attachment (id=12636)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12636&action=view)
Employee base class that caused the error.

No other files related.


-- 


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



[Bug c++/29883] i686-pc-cygwin/3.4.4 - internal compiler error: Segmentation fault

2006-11-17 Thread mtrojanovich at doubleclick dot net


--- Comment #2 from mtrojanovich at doubleclick dot net  2006-11-18 06:31 
---
My first error is in how I'm compiling the library file...  Since that in
itself is faulted I'm dropping severity.  It's user error, but it is also user
error that causes an internal compiler error.


-- 

mtrojanovich at doubleclick dot net changed:

   What|Removed |Added

   Severity|normal  |trivial


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