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 bootstrap/17364] [3.5 Regression] c99 designators in nptl <pthreads.h> break libstdc++


------- Additional Comments From rth at gcc dot gnu dot org  2004-09-09 17:25 -------
Trivial, useless support.  Try 

  struct S { int x, y; };
  struct S s = { y: 1 };

The compiler won't accept that.  If that were accepted, I'd have finished a
patch to accept a subset of c99 within about 30 minutes yesterday.

-- 


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


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