This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]