This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/13633] [tree-ssa] odd behavior when compiling mozilla
- From: "falk at debian dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jan 2004 18:40:04 -0000
- Subject: [Bug optimization/13633] [tree-ssa] odd behavior when compiling mozilla
- References: <20040109173258.13633.bbooth@redhat.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From falk at debian dot org 2004-01-09 18:40 -------
Confirmed. Test case:
struct C {
C(void*);
};
void f() {
(C((void *) 0));
}
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |rejects-valid
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13633