[Bug c/29092] [4.0/4.1/4.2 Regression] vector int a = (vector int) { 1,1,2,2} is rejected as non constant

2006-09-14 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-09-15 05:31 --- Janis could you do a regression hunt on this bug? Thanks. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c/29092] [4.0/4.1/4.2 Regression] vector int a = (vector int) { 1,1,2,2} is rejected as non constant

2006-09-15 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2006-09-15 19:17 --- A regression hunt on powerpc-linux identified this patch: http://gcc.gnu.org/viewcvs?view=rev&rev=79544 r79544 | bonzini | 2004-03-16 20:37:31 + (Tue, 16 Mar 2004) -- http://gcc.gnu.org/bugzilla/show

[Bug c/29092] [4.0/4.1/4.2 Regression] vector int a = (vector int) { 1,1,2,2} is rejected as non constant

2006-09-16 Thread bonzini at gnu dot org
--- Comment #4 from bonzini at gnu dot org 2006-09-16 08:19 --- I can see what's going wrong. I'll look at it on monday. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29092

[Bug c/29092] [4.0/4.1/4.2 Regression] vector int a = (vector int) { 1,1,2,2} is rejected as non constant

2006-09-16 Thread bonzini at gnu dot org
-- bonzini at gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bonzini at gnu dot org |dot org |

[Bug c/29092] [4.0/4.1/4.2 Regression] vector int a = (vector int) { 1,1,2,2} is rejected as non constant

2006-09-20 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29092

[Bug c/29092] [4.0/4.1/4.2 Regression] vector int a = (vector int) { 1,1,2,2} is rejected as non constant

2006-09-26 Thread bonzini at gnu dot org
--- Comment #5 from bonzini at gnu dot org 2006-09-26 08:16 --- I have a middle-end patch for this but I cannot post it now due to bad connectivity. Note that even the #define vector __attribute__((vector_size(16))) typedef vector int vec_int; vec_int a = (vec_int){1, 2, 0, 0};

[Bug c/29092] [4.0/4.1/4.2 Regression] vector int a = (vector int) { 1,1,2,2} is rejected as non constant

2006-09-27 Thread patchapp at dberlin dot org
--- Comment #6 from patchapp at dberlin dot org 2006-09-27 11:25 --- Subject: Bug number PR c/29092 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-09/msg01215.html -- http://gcc.gnu.org/bugzilla