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]

[Bug middle-end/21478] Improve initialization of sparse local arrays


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-09 22:30 -------
Confirmed, if you did "      char bigarray[0x1000] = {  };" instead it does the correct thing but doing {} is 
GNU extension.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   GCC host triplet|powerpc-apple-darwin7.9.0   |
 GCC target triplet|arm-none-elf                |
   Last reconfirmed|0000-00-00 00:00:00         |2005-05-09 22:30:30
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21478


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]