[Bug c++/35469] [4.3/4.4 Regression] Rejects JArray

2008-03-15 Thread rguenth at gcc dot gnu dot org
--- Comment #12 from rguenth at gcc dot gnu dot org 2008-03-15 19:06 --- Err, fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|UN

[Bug c++/35469] [4.3/4.4 Regression] Rejects JArray

2008-03-13 Thread rguenth at gcc dot gnu dot org
--- Comment #11 from rguenth at gcc dot gnu dot org 2008-03-13 09:34 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Known to fail|

[Bug c++/35469] [4.3/4.4 Regression] Rejects JArray

2008-03-12 Thread rguenth at gcc dot gnu dot org
--- Comment #10 from rguenth at gcc dot gnu dot org 2008-03-12 14:30 --- Subject: Bug 35469 Author: rguenth Date: Wed Mar 12 14:29:35 2008 New Revision: 133143 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133143 Log: 2008-03-12 Richard Guenther <[EMAIL PROTECTED]>

[Bug c++/35469] [4.3/4.4 Regression] Rejects JArray

2008-03-12 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2008-03-12 14:26 --- Subject: Bug 35469 Author: rguenth Date: Wed Mar 12 14:25:48 2008 New Revision: 133142 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133142 Log: 2008-03-12 Richard Guenther <[EMAIL PROTECTED]> PR

[Bug c++/35469] [4.3/4.4 Regression] Rejects JArray

2008-03-11 Thread rguenther at suse dot de
--- Comment #8 from rguenther at suse dot de 2008-03-11 10:03 --- Subject: Re: [4.3/4.4 Regression] Rejects JArray On Tue, 11 Mar 2008, aph at gcc dot gnu dot org wrote: > --- Comment #7 from aph at gcc dot gnu dot org 2008-03-11 09:58 --- > Okay, but I don't quite understand

[Bug c++/35469] [4.3/4.4 Regression] Rejects JArray

2008-03-11 Thread aph at gcc dot gnu dot org
--- Comment #7 from aph at gcc dot gnu dot org 2008-03-11 09:58 --- Okay, but I don't quite understand this final sentence: "Still with C++ now reducing operations on bit-precision types you get different answers for the above case now." What exactly do you mean by this? -- http:/

[Bug c++/35469] [4.3/4.4 Regression] Rejects JArray

2008-03-11 Thread rguenther at suse dot de
--- Comment #6 from rguenther at suse dot de 2008-03-11 09:28 --- Subject: Re: [4.3/4.4 Regression] Rejects JArray On Mon, 10 Mar 2008, aph at gcc dot gnu dot org wrote: > --- Comment #5 from aph at gcc dot gnu dot org 2008-03-10 19:06 --- > No, it will not generate the wrong

[Bug c++/35469] [4.3/4.4 Regression] Rejects JArray

2008-03-10 Thread aph at gcc dot gnu dot org
--- Comment #5 from aph at gcc dot gnu dot org 2008-03-10 19:06 --- No, it will not generate the wrong code for jboolean i = 1; i += 2; You are wrong to assume that jboolean must behave in the same way as boolean. It's a Java type, not a C++ type. Having exact conformance with C+

[Bug c++/35469] [4.3/4.4 Regression] Rejects JArray

2008-03-08 Thread rguenther at suse dot de
--- Comment #4 from rguenther at suse dot de 2008-03-08 21:17 --- Subject: Re: [4.3/4.4 Regression] Rejects JArray On Sat, 8 Mar 2008, jakub at gcc dot gnu dot org wrote: > --- Comment #3 from jakub at gcc dot gnu dot org 2008-03-08 20:55 --- > jboolean is lost in convert_tem

[Bug c++/35469] [4.3/4.4 Regression] Rejects JArray

2008-03-08 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2008-03-08 20:55 --- jboolean is lost in convert_template_argument: /* We only form one instance of each template specialization. Therefore, if we use a non-canonical variant (i.e., a typedef), any future messages r

[Bug c++/35469] [4.3/4.4 Regression] Rejects JArray

2008-03-05 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-03-05 10:47 --- Works with 4.2.3 and 4.1.3. Worked with 4.3.0 somewhen in January. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/35469] [4.3/4.4 Regression] Rejects JArray

2008-03-05 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-03-05 10:40 --- Created an attachment (id=15261) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15261&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35469