This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/4907] [3.3/3.4 regression] ICE in make_decl_rtl, at varasm.c:797 if a reference is used during its own definition
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Jun 2003 17:46:52 -0000
- Subject: [Bug c++/4907] [3.3/3.4 regression] ICE in make_decl_rtl, at varasm.c:797 if a reference is used during its own definition
- References: <20011119132601.4907.los@rz.uni-mannheim.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4907
reichelt@gcc.gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|ice-on-invalid-code |ice-on-valid-code
Priority|P3 |P5
Summary|ICE in make_decl_rtl, at |[3.3/3.4 regression] ICE in
|varasm.c:797 if a reference |make_decl_rtl, at
|is used during its own |varasm.c:797 if a reference
|definition |is used during its own
| |definition
------- Additional Comments From reichelt@gcc.gnu.org 2003-06-02 17:46 -------
I think the code is well-formed (although a warning would be nice).
The code actually compiles with gcc 3.0.x, but ICE's with gcc 2.95.x
and since 3.1.
Thus, we have a regression.
The problem is probably related to PR 11041.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.