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]

r278504 - in /trunk/gcc: ChangeLog fibonacci_he...


Author: hubicka
Date: Wed Nov 20 15:45:53 2019
New Revision: 278504

URL: https://gcc.gnu.org/viewcvs?rev=278504&root=gcc&view=rev
Log:
Workaround bogus warning in fibonacci_heap<K,V>::consolidate.

	* fibonacci_heap.h (fibonacci_heap<K,V>::consolidate): Turn auto_vec
	to ordinary array.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/fibonacci_heap.h


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