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

[Bug bootstrap/67030] [6 Regression] ARM bootstrap failure due to [-Werror=tautological-compare]


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67030

--- Comment #15 from ktkachov at gcc dot gnu.org ---
Yeah, that problem is fixed.
Now bootstrap fails due to:
gcc/vec.h:307:3: error: attempt to free a non-heap object 'intersecting'
[-Werror=free-nonheap-object]
   ::free (v);
   ^


But that must be a different problem.
Will analyze and file a separate PR...


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