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 rtl-optimization/67756] [6 Regression] ICE compiling Linux Kernel fs/namei.c on ARM


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

--- Comment #19 from Bernd Edlinger <bernd.edlinger at hotmail dot de> ---
ok, but now we have because of the warnings:

FAIL: gcc.target/arm/pr67756.c (test for excess errors)

I think something like this could fix it:

Index: pr67756.c
===================================================================
--- pr67756.c   (revision 228404)
+++ pr67756.c   (working copy)
@@ -2,6 +2,8 @@
 /* { dg-require-effective-target arm_hard_vfp_ok } */
 /* { dg-options "-O2 -mapcs -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16" }
*/

+int inode_permission (), try_break_deleg ();
+int mutex_lock (), mutex_unlock ();
 struct mutex
 {
 };


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