This is the mail archive of the gcc-patches@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: [patch, 3.4] Fix PR c++/20552


Volker Reichelt <reichelt@igpm.rwth-aachen.de> writes:

| The following patch fixes an ice-on-invalid-code on the 3.4 branch
| (see testcase below).
| 
| We didn't diagnose the error in the code and crashed later.
| The patch just removes the broken logic to prevent duplicate
| error messages.
| 
| The patch is a backport of a small part from Mark's patch
| http://gcc.gnu.org/ml/gcc-cvs/2004-03/msg00427.html
| (Don't let the cvs log message confuse you, it's wrong -
| read the ChangeLog instead.)
| 
| Bootstrapped and regtested on x86_64-unknown-linux-gnu.
| Ok for the 3.4 branch?
| Testcase OK for 4.0 branch up to mainline?

Yes all.

-- Gaby


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