[Bug c++/38880] [4.4 Regression] g++.dg/init/const7.C XFAILed

2009-02-23 Thread jason at gcc dot gnu dot org
--- Comment #12 from jason at gcc dot gnu dot org 2009-02-24 05:14 --- Fixed. -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/38880] [4.4 Regression] g++.dg/init/const7.C XFAILed

2009-02-23 Thread jason at gcc dot gnu dot org
--- Comment #11 from jason at gcc dot gnu dot org 2009-02-23 21:24 --- Subject: Bug 38880 Author: jason Date: Mon Feb 23 21:23:58 2009 New Revision: 144395 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144395 Log: PR c++/38880 * varasm.c (initializer_constant_va

[Bug c++/38880] [4.4 Regression] g++.dg/init/const7.C XFAILed

2009-02-19 Thread jason at gcc dot gnu dot org
--- Comment #10 from jason at gcc dot gnu dot org 2009-02-20 05:35 --- Er, not that one, this one: http://gcc.gnu.org/ml/gcc-patches/2009-02/msg00882.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38880

[Bug c++/38880] [4.4 Regression] g++.dg/init/const7.C XFAILed

2009-02-19 Thread jason at gcc dot gnu dot org
--- Comment #9 from jason at gcc dot gnu dot org 2009-02-20 05:34 --- New patch at http://gcc.gnu.org/ml/gcc-patches/2009-01/msg01309.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38880

[Bug c++/38880] [4.4 Regression] g++.dg/init/const7.C XFAILed

2009-01-28 Thread rguenther at suse dot de
--- Comment #8 from rguenther at suse dot de 2009-01-28 19:44 --- Subject: Re: [4.4 Regression] g++.dg/init/const7.C XFAILed On Wed, 28 Jan 2009, jason at redhat dot com wrote: > Subject: Re: [4.4 Regression] g++.dg/init/const7.C XFAILed > > rguenther at suse dot de wrote: > >> Why

[Bug c++/38880] [4.4 Regression] g++.dg/init/const7.C XFAILed

2009-01-28 Thread jason at redhat dot com
--- Comment #7 from jason at redhat dot com 2009-01-28 16:29 --- Subject: Re: [4.4 Regression] g++.dg/init/const7.C XFAILed rguenther at suse dot de wrote: >> Why do it in the FE? This seems like a language-independent optimization. > > Do it in the FE if the FE wants it to be optimi

[Bug c++/38880] [4.4 Regression] g++.dg/init/const7.C XFAILed

2009-01-28 Thread rguenther at suse dot de
--- Comment #6 from rguenther at suse dot de 2009-01-28 10:39 --- Subject: Re: [4.4 Regression] g++.dg/init/const7.C XFAILed On Tue, 27 Jan 2009, jason at redhat dot com wrote: > --- Comment #5 from jason at redhat dot com 2009-01-27 23:25 --- > Subject: Re: [4.4 Regression]

[Bug c++/38880] [4.4 Regression] g++.dg/init/const7.C XFAILed

2009-01-27 Thread jason at redhat dot com
--- Comment #5 from jason at redhat dot com 2009-01-27 23:25 --- Subject: Re: [4.4 Regression] g++.dg/init/const7.C XFAILed rguenth at gcc dot gnu dot org wrote: > I just found this, I tried to fix this in fold but in the end agreed with > Andrew that the C++ FE should do what the C FE

[Bug c++/38880] [4.4 Regression] g++.dg/init/const7.C XFAILed

2009-01-27 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-01-27 16:33 --- Created an attachment (id=17193) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17193&action=view) example patch I just found this, I tried to fix this in fold but in the end agreed with Andrew that the C++ FE

[Bug c++/38880] [4.4 Regression] g++.dg/init/const7.C XFAILed

2009-01-26 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org |dot org

[Bug c++/38880] [4.4 Regression] g++.dg/init/const7.C XFAILed

2009-01-21 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38880

[Bug c++/38880] [4.4 Regression] g++.dg/init/const7.C XFAILed

2009-01-16 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2009-01-16 20:41 --- http://gcc.gnu.org/ml/gcc-patches/2008-09/msg00448.html http://gcc.gnu.org/ml/gcc-patches/2008-09/msg00581.html Hmm, I think the front-end should be doing the trick of &16B->y into 16B + 4 just like the C front-en