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

r159532 - in /branches/gcc-4_5-branch/gcc: Chan...


Author: steven
Date: Tue May 18 14:06:31 2010
New Revision: 159532

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159532
Log:
gcc/
	PR lto/44184
	* lto-streamer-out.c (output_gimple_stmt): Output number of labels
	in a GIMPLE_ASM.
	* lto-streamer-in.c (input_gimple_stmt): Read number of labels
	in a GIMPLE_ASM.

testsuite/
	PR lto/44184
	* gcc.dg/lto/20100518_0.c: New test.

Added:
    branches/gcc-4_5-branch/gcc/testsuite/gcc.dg/lto/20100518_0.c
Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/lto-streamer-in.c
    branches/gcc-4_5-branch/gcc/lto-streamer-out.c
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog


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