--- Comment #4 from jakub at gcc dot gnu dot org 2008-01-22 16:18 ---
Subject: Bug 34917
Author: jakub
Date: Tue Jan 22 16:18:14 2008
New Revision: 131726
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131726
Log:
PR c++/34917
* tree.c (build_type_attribute_qual_
--- Comment #3 from jakub at gcc dot gnu dot org 2008-01-22 09:49 ---
Testing a fix.
--- tree.c.jj1242008-01-22 10:46:20.0 +0100
+++ tree.c 2008-01-22 10:46:20.0 +0100
@@ -3735,6 +3735,8 @@ build_type_attribute_qual_variant (tree
ttype = build_qualif
--- Comment #2 from cnstar9988 at gmail dot com 2008-01-22 06:01 ---
Confirmed gcc 4.2.2.
test.cc
=
const int i __attribute((vector_size(8))) = {};
int main(int argc, char **argv)
{
return 0;
}
===
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-01-22 03:53 ---
This is a blocker for me.
Confirmed.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
---
--
reichelt at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.2.3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34917