This is the mail archive of the gcc@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]

Re: mainline (2004-01-22 12:00 UTC) rejects valid code


> $ cat > problem.c
> void f ()
> {
> 	int i;
> 	(0, i) ++;
> }

Such code was depricated, see http://gcc.gnu.org/gcc-3.4/changes.html

Joe


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