This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
------- Comment #8 from pinskia at gcc dot gnu dot org 2006-10-15 04:04 -------
http://gcc.gnu.org/ml/gcc-cvs/2006-10/msg00362.html
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Known to fail|4.0.0 4.1.0 4.2.0 |4.0.0 4.1.0
Known to work|3.4.0 |3.4.0 4.2.0
Summary|[4.0/4.1/4.2 Regression] |[4.0/4.1 Regression] vector
|vector int a = (vector int) |int a = (vector int) {
|{ 1,1,2,2} is rejected as |1,1,2,2} is rejected as non
|non constant |constant
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29092
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |