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]

Re: gcc 2.95.2 PPC code generation bug(New version!)


You wrote:
> 
> Yes, that looks OK, but in fact I did quote Ralph incorrectly, he wrote:
> 
> int result = ({
> struct test mytest;
> {
> int testi;
> testi = func (&mytest);
> testi;
> }
> });
> 
> which compiles, but is no valid statement expression...
> 

Franz...if it's no valid statement expression explain me why it works
99.999% of the time for ppc and 100% for 68k.

> Franz.
> 
> 
---
Ralph Schmidt,laire@popmail.owl.de(private),NextMail welcome

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