public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/31015]  New: infinite loop during compilation on x86_64 architecture
@ 2007-03-01 18:16 bernd dot speiser at uni-tuebingen dot de
  2007-03-01 18:27 ` [Bug c++/31015] " bernd dot speiser at uni-tuebingen dot de
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: bernd dot speiser at uni-tuebingen dot de @ 2007-03-01 18:16 UTC (permalink / raw)
  To: gcc-bugs

I am trying to port an existing larger piece of software in C++ to a new x86_64
system. The software compiles well on ix86 systems with both gcc 3.3.3 and gcc
4.1.2 (prerelease as installed with openSuSE 10.2). However, on x86_64 with the
same openSuSE 10.2 system (so: gcc 4.1.2 prerelease), the compiler goes into an
apparently infinite loop when compiling a file that uses the boost spirit
template library.
I have stripped down the problem to a small file test.cpp which has, of course,
to include several headers from the spirit library. I'll attach the test.ii
file.


-- 
           Summary: infinite loop during compilation on x86_64 architecture
           Product: gcc
           Version: 4.1.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bernd dot speiser at uni-tuebingen dot de
GCC target triplet: x86_64-suse-linux


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


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

* [Bug c++/31015] infinite loop during compilation on x86_64 architecture
  2007-03-01 18:16 [Bug c++/31015] New: infinite loop during compilation on x86_64 architecture bernd dot speiser at uni-tuebingen dot de
@ 2007-03-01 18:27 ` bernd dot speiser at uni-tuebingen dot de
  2007-03-01 18:45 ` bernd dot speiser at uni-tuebingen dot de
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bernd dot speiser at uni-tuebingen dot de @ 2007-03-01 18:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from bernd dot speiser at uni-tuebingen dot de  2007-03-01 18:27 -------
Created an attachment (id=13130)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13130&action=view)
output of compile process

this is the output of the compiler with one comment added from my side


-- 


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


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

* [Bug c++/31015] infinite loop during compilation on x86_64 architecture
  2007-03-01 18:16 [Bug c++/31015] New: infinite loop during compilation on x86_64 architecture bernd dot speiser at uni-tuebingen dot de
  2007-03-01 18:27 ` [Bug c++/31015] " bernd dot speiser at uni-tuebingen dot de
@ 2007-03-01 18:45 ` bernd dot speiser at uni-tuebingen dot de
  2007-03-01 19:28 ` [Bug middle-end/31015] " pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bernd dot speiser at uni-tuebingen dot de @ 2007-03-01 18:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from bernd dot speiser at uni-tuebingen dot de  2007-03-01 18:44 -------
I have tried to attach the test.ii file, however it is too big (1.6 MB - must
use some of the boost/spirit template library headers). I have send the file as
an
attachment to gcc-bugs@gcc.gnu.org and hope they can handle it.


-- 


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


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

* [Bug middle-end/31015] infinite loop during compilation on x86_64 architecture
  2007-03-01 18:16 [Bug c++/31015] New: infinite loop during compilation on x86_64 architecture bernd dot speiser at uni-tuebingen dot de
  2007-03-01 18:27 ` [Bug c++/31015] " bernd dot speiser at uni-tuebingen dot de
  2007-03-01 18:45 ` bernd dot speiser at uni-tuebingen dot de
@ 2007-03-01 19:28 ` pinskia at gcc dot gnu dot org
  2007-03-02  9:39 ` rguenth at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-03-01 19:28 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
          Component|c++                         |middle-end


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


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

* [Bug middle-end/31015] infinite loop during compilation on x86_64 architecture
  2007-03-01 18:16 [Bug c++/31015] New: infinite loop during compilation on x86_64 architecture bernd dot speiser at uni-tuebingen dot de
                   ` (2 preceding siblings ...)
  2007-03-01 19:28 ` [Bug middle-end/31015] " pinskia at gcc dot gnu dot org
@ 2007-03-02  9:39 ` rguenth at gcc dot gnu dot org
  2007-03-02 10:26 ` bernd dot speiser at uni-tuebingen dot de
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-03-02  9:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2007-03-02 09:38 -------
You can attach a compressed version or provide a URL to download from.  The
mail
didn't seem to get through.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenth at gcc dot gnu dot
                   |                            |org


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


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

* [Bug middle-end/31015] infinite loop during compilation on x86_64 architecture
  2007-03-01 18:16 [Bug c++/31015] New: infinite loop during compilation on x86_64 architecture bernd dot speiser at uni-tuebingen dot de
                   ` (3 preceding siblings ...)
  2007-03-02  9:39 ` rguenth at gcc dot gnu dot org
@ 2007-03-02 10:26 ` bernd dot speiser at uni-tuebingen dot de
  2007-03-02 14:32 ` bernd dot speiser at uni-tuebingen dot de
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bernd dot speiser at uni-tuebingen dot de @ 2007-03-02 10:26 UTC (permalink / raw)
  To: gcc-bugs

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



------- Comment #4 from bernd dot speiser at uni-tuebingen dot de  2007-03-02 10:26 -------
Subject: Re:  infinite loop during compilation on x86_64
 architecture

rguenth at gcc dot gnu dot org wrote:
> ------- Comment #3 from rguenth at gcc dot gnu dot org  2007-03-02 09:38 -------
> You can attach a compressed version or provide a URL to download from.  The
> mail
> didn't seem to get through.
> 
> 

This is another try. I attach the compressed version of the *.ii file.
Hope this works.
Thanks
Bernd

-- 
=======================================================================
Bernd Speiser
Institut für Organische Chemie
Auf der Morgenstelle 18
D-72076 Tübingen
Germany
phone: +49-7071-2976205 (office) +49-7071-2976242 (laboratory)
fax:   +49-7071-295518
e-mail: bernd.speiser@uni-tuebingen.de
Internet: http://www.uni-tuebingen.de/speiser
=======================================================================


-- 


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


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

* [Bug middle-end/31015] infinite loop during compilation on x86_64 architecture
  2007-03-01 18:16 [Bug c++/31015] New: infinite loop during compilation on x86_64 architecture bernd dot speiser at uni-tuebingen dot de
                   ` (4 preceding siblings ...)
  2007-03-02 10:26 ` bernd dot speiser at uni-tuebingen dot de
@ 2007-03-02 14:32 ` bernd dot speiser at uni-tuebingen dot de
  2007-03-02 14:38 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bernd dot speiser at uni-tuebingen dot de @ 2007-03-02 14:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from bernd dot speiser at uni-tuebingen dot de  2007-03-02 14:32 -------
I tried to resend the attachment (*.ii file) in compressed form as an e-mail
attachment to gcc-bugs@gcc.gnu.org, after the uncompressed attachment was
supposedly also too big and the earlier mail didn't get through. Hope this 
works ...
This is the first time, I had to use the bug reporting facility,
(fortunately!),
so I'm not too familiar with your procedures. Sorry about any inconvenience.


-- 


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


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

* [Bug middle-end/31015] infinite loop during compilation on x86_64 architecture
  2007-03-01 18:16 [Bug c++/31015] New: infinite loop during compilation on x86_64 architecture bernd dot speiser at uni-tuebingen dot de
                   ` (5 preceding siblings ...)
  2007-03-02 14:32 ` bernd dot speiser at uni-tuebingen dot de
@ 2007-03-02 14:38 ` rguenth at gcc dot gnu dot org
  2007-03-02 15:02 ` bernd dot speiser at uni-tuebingen dot de
  2007-03-02 15:16 ` rguenth at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-03-02 14:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from rguenth at gcc dot gnu dot org  2007-03-02 14:38 -------
Looks like e-mails with attachments are dropped.  Please try attaching it via
bugzilla to the bug again (compressed).  Thanks!


-- 


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


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

* [Bug middle-end/31015] infinite loop during compilation on x86_64 architecture
  2007-03-01 18:16 [Bug c++/31015] New: infinite loop during compilation on x86_64 architecture bernd dot speiser at uni-tuebingen dot de
                   ` (6 preceding siblings ...)
  2007-03-02 14:38 ` rguenth at gcc dot gnu dot org
@ 2007-03-02 15:02 ` bernd dot speiser at uni-tuebingen dot de
  2007-03-02 15:16 ` rguenth at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: bernd dot speiser at uni-tuebingen dot de @ 2007-03-02 15:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from bernd dot speiser at uni-tuebingen dot de  2007-03-02 15:02 -------
Created an attachment (id=13133)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13133&action=view)
preprocessed source (compressed)

next try to attach ...


-- 


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


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

* [Bug middle-end/31015] infinite loop during compilation on x86_64 architecture
  2007-03-01 18:16 [Bug c++/31015] New: infinite loop during compilation on x86_64 architecture bernd dot speiser at uni-tuebingen dot de
                   ` (7 preceding siblings ...)
  2007-03-02 15:02 ` bernd dot speiser at uni-tuebingen dot de
@ 2007-03-02 15:16 ` rguenth at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-03-02 15:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from rguenth at gcc dot gnu dot org  2007-03-02 15:16 -------
That worked.  Dup of PR29512.  We might consider a backport...

*** This bug has been marked as a duplicate of 29512 ***


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2007-03-02 15:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-01 18:16 [Bug c++/31015] New: infinite loop during compilation on x86_64 architecture bernd dot speiser at uni-tuebingen dot de
2007-03-01 18:27 ` [Bug c++/31015] " bernd dot speiser at uni-tuebingen dot de
2007-03-01 18:45 ` bernd dot speiser at uni-tuebingen dot de
2007-03-01 19:28 ` [Bug middle-end/31015] " pinskia at gcc dot gnu dot org
2007-03-02  9:39 ` rguenth at gcc dot gnu dot org
2007-03-02 10:26 ` bernd dot speiser at uni-tuebingen dot de
2007-03-02 14:32 ` bernd dot speiser at uni-tuebingen dot de
2007-03-02 14:38 ` rguenth at gcc dot gnu dot org
2007-03-02 15:02 ` bernd dot speiser at uni-tuebingen dot de
2007-03-02 15:16 ` rguenth 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).