Skip to content
Snippets Groups Projects
Commit 35b4a576 authored by Roger Sayle's avatar Roger Sayle Committed by Roger Sayle
Browse files

decl2.c (generate_ctor_or_dtor_function): Avoid expanding a global static...

decl2.c (generate_ctor_or_dtor_function): Avoid expanding a global static constructor/destructor if it will be empty, i.e.


	* decl2.c (generate_ctor_or_dtor_function): Avoid expanding a
	global static constructor/destructor if it will be empty, i.e.
	either doesn't call any ctors/dtors or only calls pure or const
	ctors/dtors.

From-SVN: r67800
parent 7fb26bb0
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment