public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/23167] New: internal compiler error: in create_tmp_var
@ 2005-07-31 21:59 mriben at globallocate dot com
  2005-07-31 22:21 ` [Bug c++/23167] " mriben at globallocate dot com
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: mriben at globallocate dot com @ 2005-07-31 21:59 UTC (permalink / raw)
  To: gcc-bugs

Linux 2.4.20-6

Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../configure
Thread model: posix
gcc version 4.0.0

 g++ -DHAVE_CONFIG_H -I. -I.. -I. -g -O2 -MT dom.lo -MD -MP -MF .deps/dom.Tpo -c
../src/lib/globallocate/dom.cpp  -fPIC -DPIC -o .libs/dom.o
../src/lib/globallocate/dom.cpp: In member function
'std::list<std::map<std::string, std::string, std::less<std::string>,
std::allocator<std::pair<const std::string, std::string> > >,
std::allocator<std::map<std::string, std::string, std::less<std::string>,
std::allocator<std::pair<const std::string, std::string> > > > >
supl_1_0::dom::eval_old(std::string) volatile':
../src/lib/globallocate/dom.cpp:163: internal compiler error: in create_tmp_var,
at gimplify.c:368
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: *** [dom.lo] Error 1

-- 
           Summary: internal compiler error: in create_tmp_var
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mriben at globallocate 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=23167


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

* [Bug c++/23167] internal compiler error: in create_tmp_var
  2005-07-31 21:59 [Bug c++/23167] New: internal compiler error: in create_tmp_var mriben at globallocate dot com
@ 2005-07-31 22:21 ` mriben at globallocate dot com
  2005-07-31 22:57 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mriben at globallocate dot com @ 2005-07-31 22:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mriben at globallocate dot com  2005-07-31 21:59 -------
Created an attachment (id=9401)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9401&action=view)
the preprocessed file (*.i*)

generated by adding -save-temps to the complete compilation command

compressed with gzip

-- 


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


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

* [Bug c++/23167] internal compiler error: in create_tmp_var
  2005-07-31 21:59 [Bug c++/23167] New: internal compiler error: in create_tmp_var mriben at globallocate dot com
  2005-07-31 22:21 ` [Bug c++/23167] " mriben at globallocate dot com
@ 2005-07-31 22:57 ` pinskia at gcc dot gnu dot org
  2005-08-01  1:01 ` [Bug c++/23167] [4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-31 22:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-31 22:53 -------
Reducing.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code


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


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

* [Bug c++/23167] [4.0/4.1 Regression] internal compiler error: in create_tmp_var
  2005-07-31 21:59 [Bug c++/23167] New: internal compiler error: in create_tmp_var mriben at globallocate dot com
  2005-07-31 22:21 ` [Bug c++/23167] " mriben at globallocate dot com
  2005-07-31 22:57 ` pinskia at gcc dot gnu dot org
@ 2005-08-01  1:01 ` pinskia at gcc dot gnu dot org
  2005-08-01  8:23 ` reichelt 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 @ 2005-08-01  1:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-01 01:01 -------
Confirmed, reduced testcase:
struct dom
{
  static int tostr();
  void eval_old() volatile{tostr();}
  ~dom() throw();
};

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
  GCC build triplet|i686-pc-linux-gnu           |
   GCC host triplet|i686-pc-linux-gnu           |
 GCC target triplet|i686-pc-linux-gnu           |
   Last reconfirmed|0000-00-00 00:00:00         |2005-08-01 01:01:08
               date|                            |
            Summary|internal compiler error: in |[4.0/4.1 Regression]
                   |create_tmp_var              |internal compiler error: in
                   |                            |create_tmp_var
   Target Milestone|---                         |4.0.2


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


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

* [Bug c++/23167] [4.0/4.1 Regression] internal compiler error: in create_tmp_var
  2005-07-31 21:59 [Bug c++/23167] New: internal compiler error: in create_tmp_var mriben at globallocate dot com
                   ` (2 preceding siblings ...)
  2005-08-01  1:01 ` [Bug c++/23167] [4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
@ 2005-08-01  8:23 ` reichelt at gcc dot gnu dot org
  2005-08-31  7:06 ` mmitchel at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2005-08-01  8:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2005-08-01 08:23 -------
Probably related to PR 22008.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
  BugsThisDependsOn|                            |22008
           Keywords|                            |monitored


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


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

* [Bug c++/23167] [4.0/4.1 Regression] internal compiler error: in create_tmp_var
  2005-07-31 21:59 [Bug c++/23167] New: internal compiler error: in create_tmp_var mriben at globallocate dot com
                   ` (3 preceding siblings ...)
  2005-08-01  8:23 ` reichelt at gcc dot gnu dot org
@ 2005-08-31  7:06 ` mmitchel at gcc dot gnu dot org
  2005-09-02 15:39 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-08-31  7:06 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |mark at codesourcery dot com
                   |dot org                     |
             Status|NEW                         |ASSIGNED


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


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

* [Bug c++/23167] [4.0/4.1 Regression] internal compiler error: in create_tmp_var
  2005-07-31 21:59 [Bug c++/23167] New: internal compiler error: in create_tmp_var mriben at globallocate dot com
                   ` (4 preceding siblings ...)
  2005-08-31  7:06 ` mmitchel at gcc dot gnu dot org
@ 2005-09-02 15:39 ` cvs-commit at gcc dot gnu dot org
  2005-09-02 15:41 ` mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-09-02 15:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-09-02 15:38 -------
Subject: Bug 23167

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	mmitchel@gcc.gnu.org	2005-09-02 15:35:17

Modified files:
	gcc            : ChangeLog gimplify.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/g++.dg/expr: volatile1.C 

Log message:
	PR c++/23167
	* gimplify.c (gimplify_expr): Handle TREE_ADDRESSABLE types when
	generating synthetic loads from volatile lvalues.
	
	PR c++/23167
	* g++.dg/expr/volatile1.C: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=2.7592.2.407&r2=2.7592.2.408
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gimplify.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=2.113.2.11&r2=2.113.2.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.5084.2.367&r2=1.5084.2.368
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/expr/volatile1.C.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1



-- 


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


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

* [Bug c++/23167] [4.0/4.1 Regression] internal compiler error: in create_tmp_var
  2005-07-31 21:59 [Bug c++/23167] New: internal compiler error: in create_tmp_var mriben at globallocate dot com
                   ` (6 preceding siblings ...)
  2005-09-02 15:41 ` mmitchel at gcc dot gnu dot org
@ 2005-09-02 15:41 ` cvs-commit at gcc dot gnu dot org
  2005-09-02 15:41 ` mmitchel at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-09-02 15:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-09-02 15:40 -------
Subject: Bug 23167

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	mmitchel@gcc.gnu.org	2005-09-02 15:39:04

Modified files:
	gcc            : ChangeLog gimplify.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/g++.dg/expr: volatile1.C 

Log message:
	PR c++/23167
	* gimplify.c (gimplify_expr): Handle TREE_ADDRESSABLE types when
	generating synthetic loads from volatile lvalues.
	
	PR c++/23167
	* g++.dg/expr/volatile1.C: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.9887&r2=2.9888
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gimplify.c.diff?cvsroot=gcc&r1=2.149&r2=2.150
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.5995&r2=1.5996
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/expr/volatile1.C.diff?cvsroot=gcc&r1=1.1&r2=1.2



-- 


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


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

* [Bug c++/23167] [4.0/4.1 Regression] internal compiler error: in create_tmp_var
  2005-07-31 21:59 [Bug c++/23167] New: internal compiler error: in create_tmp_var mriben at globallocate dot com
                   ` (7 preceding siblings ...)
  2005-09-02 15:41 ` cvs-commit at gcc dot gnu dot org
@ 2005-09-02 15:41 ` mmitchel at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-09-02 15:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2005-09-02 15:39 -------
*** Bug 22008 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Bug 23167 depends on bug 22008, which changed state.

Bug 22008 Summary: [4.0/4.1 Regression] ICE on valid code, create_tmp_var
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22008

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATEBug 23167 depends on bug 22008, which changed state.

Bug 22008 Summary: [4.0/4.1 Regression] ICE on valid code, create_tmp_var
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22008

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE

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


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

* [Bug c++/23167] [4.0/4.1 Regression] internal compiler error: in create_tmp_var
  2005-07-31 21:59 [Bug c++/23167] New: internal compiler error: in create_tmp_var mriben at globallocate dot com
                   ` (5 preceding siblings ...)
  2005-09-02 15:39 ` cvs-commit at gcc dot gnu dot org
@ 2005-09-02 15:41 ` mmitchel at gcc dot gnu dot org
  2005-09-02 15:41 ` cvs-commit at gcc dot gnu dot org
  2005-09-02 15:41 ` mmitchel at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-09-02 15:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2005-09-02 15:39 -------
Fixed in 4.0.2.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2005-09-02 15:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-31 21:59 [Bug c++/23167] New: internal compiler error: in create_tmp_var mriben at globallocate dot com
2005-07-31 22:21 ` [Bug c++/23167] " mriben at globallocate dot com
2005-07-31 22:57 ` pinskia at gcc dot gnu dot org
2005-08-01  1:01 ` [Bug c++/23167] [4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
2005-08-01  8:23 ` reichelt at gcc dot gnu dot org
2005-08-31  7:06 ` mmitchel at gcc dot gnu dot org
2005-09-02 15:39 ` cvs-commit at gcc dot gnu dot org
2005-09-02 15:41 ` mmitchel at gcc dot gnu dot org
2005-09-02 15:41 ` cvs-commit at gcc dot gnu dot org
2005-09-02 15:41 ` 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).