------- Additional Comments From reichelt at gcc dot gnu dot org  2005-03-02 
15:08 -------
Simpler testcase without casts:

=====================
void foo()
{
    int i, &j=i;
    &j = &i;
}
=====================


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
           Keywords|                            |monitored
      Known to fail|3.3.3 3.2.3 3.4.0 3.3.1     |3.1 3.2.3 3.3.5 3.4.3


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

Reply via email to