cgraphunit.c (cgraph_expand_pending_functions): Give up at syntax errors.
authorJan Hubicka <jh@suse.cz>
Wed, 18 Jun 2008 14:07:00 +0000 (16:07 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 18 Jun 2008 14:07:00 +0000 (14:07 +0000)
commitfdd7f24186c7cd637e24c657367f270afb3ec431
tree878438cf2cf81bfdb9c8550a7066b87ba738e0eb
parentd28480827e3674794d7d6793148c737d491bc9ba
cgraphunit.c (cgraph_expand_pending_functions): Give up at syntax errors.

* cgraphunit.c (cgraph_expand_pending_functions): Give up at
syntax errors.
(cgraph_analyze_function): Likewise.
* gcc.dg/asm-wide-1.c: Do not require extra errors we output
confused by earlier errors.
* gcc.target/i386/sseregparm-2.c: Remove markers for errors not
output at parsing time.
* gcc.target/i386/sseregparm-8.c: Move here compile time errors
from gcc.target/i386/sseregparm-2.c.
* gcc.dg/weak/weak-6.c: Do not require extra errors we output
confused by earlier errors.
* gcc.dg/weak/weak-7.c: Likewise.

From-SVN: r136895
gcc/ChangeLog
gcc/cgraphunit.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/asm-wide-1.c
gcc/testsuite/gcc.dg/weak/weak-6.c
gcc/testsuite/gcc.dg/weak/weak-7.c
gcc/testsuite/gcc.target/i386/sseregparm-2.c
gcc/testsuite/gcc.target/i386/sseregparm-8.c [new file with mode: 0644]