public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "larsbj at gullik dot net" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/19241] New: ICE in make_decl_rtl, at varasm.c:867
Date: Mon, 03 Jan 2005 13:41:00 -0000	[thread overview]
Message-ID: <20050103134043.19241.larsbj@gullik.net> (raw)

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

g++ -v
Using built-in specs.
Configured with: ../configure --prefix=/opt/gcc-head --enable-languages=c,c++
--disable-checking
Thread model: posix
gcc version 4.0.0 20050103 (experimental)


Compile command:
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../images -I../../../src
-I../../../src/frontends -I../../../src/frontends/controllers -I../../../boost
-Winvalid-pch --include=./pch.h -O -fno-exceptions -c FormExternal.C -o
FormExternal.o

Result:
/opt/gcc-head/lib/gcc/i686-pc-linux-gnu/4.0.0/../../../../include/c++/4.0.0/debug/safe_base.h:
In member function ‘__gnu_debug::_Safe_iterator<typename __gnu_norm::map<_Key,
_Tp, _Compare, _Alloc>::iterator, __gnu_debug_def::map<_Key, _Tp, _Compare,
_Allocator> > __gnu_debug_def::map<_Key, _Tp, _Compare, _Allocator>::end() [with
_Key = std::string, _Tp = lyx::external::Template::Format, _Compare =
std::less<std::string>, _Allocator = std::allocator<std::pair<const std::string,
lyx::external::Template::Format> >]’:
/opt/gcc-head/lib/gcc/i686-pc-linux-gnu/4.0.0/../../../../include/c++/4.0.0/debug/safe_base.h:88:
internal compiler error: in make_decl_rtl, at varasm.c:867

This error goes away if "--include=./pch.h" is removed.

Also there might be a separate bug here, if I try to run the failing command
with "-save-temps" I just get a bunch or errors:

../../../src/frontends/controllers/Kernel.h:48: error: ‘std’ has not been declared
../../../src/frontends/controllers/Kernel.h:48: error: ‘string’ has not been
declared
../../../src/frontends/controllers/Kernel.h:56: error: ‘std’ has not been declared
etc...

So it seems that "-save-temps" does not work with precompiled headers.

And because of this I do not have any precompiled sources to offer.

-- 
           Summary: ICE in make_decl_rtl, at varasm.c:867
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: larsbj at gullik dot net
                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=19241


             reply	other threads:[~2005-01-03 13:41 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-03 13:41 larsbj at gullik dot net [this message]
2005-01-03 15:28 ` [Bug c++/19241] " pinskia at gcc dot gnu dot org
2005-01-03 16:22 ` larsbj at gullik dot net
2005-01-03 18:04 ` pinskia at gcc dot gnu dot org
2005-01-03 18:25 ` larsbj at gullik dot net
2005-01-03 19:03 ` pinskia at gcc dot gnu dot org
2005-01-03 19:21 ` larsbj at gullik dot net
2005-01-03 19:38 ` [Bug c++/19241] [4.0 Regression] " pinskia at gcc dot gnu dot org
2005-01-03 19:56 ` larsbj at gullik dot net
2005-01-03 20:08 ` pinskia at gcc dot gnu dot org
2005-01-03 20:19 ` larsbj at gullik dot net
2005-01-03 20:22 ` larsbj at gullik dot net
2005-01-03 20:28 ` larsbj at gullik dot net
2005-01-03 20:41 ` pinskia at gcc dot gnu dot org
2005-01-03 20:46 ` larsbj at gullik dot net
2005-01-04 19:48 ` pinskia at gcc dot gnu dot org
2005-01-05 17:31 ` arend dot bayer at web dot de
2005-01-05 18:14 ` larsbj at gullik dot net
2005-01-05 18:53 ` arend dot bayer at web dot de
2005-01-05 18:58 ` arend dot bayer at web dot de
2005-01-06 18:28 ` [Bug tree-optimization/19241] " pinskia at gcc dot gnu dot org
2005-01-06 18:55 ` nathan at gcc dot gnu dot org
2005-01-07 12:09 ` [Bug tree-optimization/19241] [4.0 Regression] ICE in make_decl_rtl with inliner nathan at gcc dot gnu dot org
2005-01-08 22:54 ` pinskia at gcc dot gnu dot org
2005-01-09  5:01 ` pinskia at gcc dot gnu dot org
2005-01-09  7:29 ` aj at gcc dot gnu dot org
2005-01-09 16:06 ` hubicka at ucw dot cz
2005-01-09 16:08 ` pinskia at gcc dot gnu dot org
2005-01-09 16:20 ` pinskia at gcc dot gnu dot org
2005-01-11 15:29 ` pinskia at gcc dot gnu dot org
2005-01-12 11:45 ` steven at gcc dot gnu dot org
2005-01-12 11:51 ` steven at gcc dot gnu dot org
2005-01-12 23:47 ` hubicka at ucw dot cz
2005-01-13  0:11 ` jason at redhat dot com
2005-01-25 23:02 ` pinskia at gcc dot gnu dot org
2005-01-26  9:21 ` steven at gcc dot gnu dot org
2005-02-24 13:56 ` cvs-commit at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050103134043.19241.larsbj@gullik.net \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).