public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/13678] New: internal compiler error compiling a file
@ 2004-01-14 10:27 lepalom at wol dot es
  2004-01-14 10:31 ` [Bug c++/13678] " lepalom at wol dot es
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: lepalom at wol dot es @ 2004-01-14 10:27 UTC (permalink / raw)
  To: gcc-bugs

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

I have tried to compile the example "bicgstab" located in /examples/laplacian 
from the library itl-4.0.0-1 (http://www.osl.iu.edu/research/itl/). 
 
When I try to compile it I have this: 
 
lepalom@hoth:~/tmp/itl-4.0.0-1/examples/laplacian$ make bicgstab 
g++ -DHAVE_CONFIG_H   -I/usr/include -I../..   -ftemplate-depth-30 -Wall   -g 
-save-temps   -c bicgstab.cpp 
laplacian.h: In function `void generate_laplacian_2D(Matrix&, int, int) [with 
   Matrix = Matrix]': 
bicgstab.cpp:116:   instantiated from here 
laplacian.h:71: internal compiler error: Violació de segment 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions. 
make: *** [bicgstab.o] Error 1 
 
Howeber, if I compile it wit g++-3.2.3 I don't have any problem.

-- 
           Summary: internal compiler error compiling a file
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: lepalom at wol dot es
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: Intel Pentium4
GCC target triplet: GNU/Linux Debian Sarge/Sid


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


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

* [Bug c++/13678] internal compiler error compiling a file
  2004-01-14 10:27 [Bug c++/13678] New: internal compiler error compiling a file lepalom at wol dot es
@ 2004-01-14 10:31 ` lepalom at wol dot es
  2004-01-14 10:34 ` lepalom at wol dot es
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: lepalom at wol dot es @ 2004-01-14 10:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From lepalom at wol dot es  2004-01-14 10:31 -------
Created an attachment (id=5477)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5477&action=view)
the preprocessed file (*.i*)


-- 


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


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

* [Bug c++/13678] internal compiler error compiling a file
  2004-01-14 10:27 [Bug c++/13678] New: internal compiler error compiling a file lepalom at wol dot es
  2004-01-14 10:31 ` [Bug c++/13678] " lepalom at wol dot es
@ 2004-01-14 10:34 ` lepalom at wol dot es
  2004-01-14 10:35 ` lepalom at wol dot es
  2004-01-14 17:55 ` [Bug c++/13678] [3.3 Regression] " pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: lepalom at wol dot es @ 2004-01-14 10:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From lepalom at wol dot es  2004-01-14 10:33 -------
Created an attachment (id=5478)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5478&action=view)
the file that produces the error


-- 


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


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

* [Bug c++/13678] internal compiler error compiling a file
  2004-01-14 10:27 [Bug c++/13678] New: internal compiler error compiling a file lepalom at wol dot es
  2004-01-14 10:31 ` [Bug c++/13678] " lepalom at wol dot es
  2004-01-14 10:34 ` lepalom at wol dot es
@ 2004-01-14 10:35 ` lepalom at wol dot es
  2004-01-14 17:55 ` [Bug c++/13678] [3.3 Regression] " pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: lepalom at wol dot es @ 2004-01-14 10:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From lepalom at wol dot es  2004-01-14 10:35 -------
 
lepalom@hoth:~/tmp/itl-4.0.0-1/examples/laplacian$ g++ --v 
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.2/specs 
Configured with: ../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 
Thread model: posix 
gcc version 3.3.2 (Debian) 
 

-- 


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


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

* [Bug c++/13678] [3.3 Regression] internal compiler error compiling a file
  2004-01-14 10:27 [Bug c++/13678] New: internal compiler error compiling a file lepalom at wol dot es
                   ` (2 preceding siblings ...)
  2004-01-14 10:35 ` lepalom at wol dot es
@ 2004-01-14 17:55 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-14 17:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-14 17:55 -------
Does not happen in 3.3.1 (maybe a regression).  Also does not happen in 3.4 (the mainline), but it 
does not compile because your code needs to be updated for C++ standards.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
           Keywords|                            |ice-on-valid-code
         Resolution|                            |WONTFIX
            Summary|internal compiler error     |[3.3 Regression] internal
                   |compiling a file            |compiler error compiling a
                   |                            |file
   Target Milestone|---                         |3.3.3


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


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

end of thread, other threads:[~2004-01-14 17:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-14 10:27 [Bug c++/13678] New: internal compiler error compiling a file lepalom at wol dot es
2004-01-14 10:31 ` [Bug c++/13678] " lepalom at wol dot es
2004-01-14 10:34 ` lepalom at wol dot es
2004-01-14 10:35 ` lepalom at wol dot es
2004-01-14 17:55 ` [Bug c++/13678] [3.3 Regression] " pinskia 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).