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]

[PATCH] [tree-ssa] Fix PR 13748 ICE for gcc.dg/20031222-1.c


This is the patch to fix the regressions caused by the way tree-ssa
handles function decls. It is just like my pervious patch to fix this
for 3.4.


OK? Bootstrapped and tested on powerpc-apple-darwin7.2.0 with no regressions and the testcase was fixed.


ChangeLog: * c-decl.c (finish_function): Do not pass the function on to optimizers if there was an error.


Patch:

Attachment: temp.diff.txt
Description: Text document


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