FreeBSD Bugzilla – Attachment 194950 Details for
Bug 225827
x11/xlockmore: Assertion failed: CLANG 6.0.0 compiler frontend error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
xlockmore.diff
xlockmore.diff (text/plain), 1.58 KB, created by
Tobias Kortkamp
on 2018-07-08 11:51:27 UTC
(
hide
)
Description:
xlockmore.diff
Filename:
MIME Type:
Creator:
Tobias Kortkamp
Created:
2018-07-08 11:51:27 UTC
Size:
1.58 KB
patch
obsolete
>Index: files/patch-xglock_xglock.c >=================================================================== >--- files/patch-xglock_xglock.c (nonexistent) >+++ files/patch-xglock_xglock.c (working copy) >@@ -0,0 +1,24 @@ >+Assertion failed: (SE.DT.dominates(Ret, &*BIP)), function ReuseOrCreateCast, file /usr/src/contrib/llvm/lib/Analysis/ScalarEvolutionExpander.cpp, line 83. >+cc: error: unable to execute command: Abort trap (core dumped) >+cc: error: clang frontend command failed due to signal (use -v to see invocation) >+ >+--- xglock/xglock.c.orig 2018-07-08 11:29:53 UTC >++++ xglock/xglock.c >+@@ -1489,7 +1489,7 @@ static void >+ create_boolOptions_buttons(GtkScrolledWindow *parent) >+ { >+ gint i; >+- gpointer iptr = 0; >++ guint iptr = 0; >+ GtkWidget *box0; >+ GtkWidget *box1; >+ GtkWidget *box2; >+@@ -1514,7 +1514,7 @@ create_boolOptions_buttons(GtkScrolledWindow *parent) >+ gtk_box_pack_start(GTK_BOX(i%2 ? box1 : box2), button, TRUE, TRUE, 0); >+ gtk_signal_connect(GTK_OBJECT(button), "clicked", >+ (GtkSignalFunc) bool_option_clicked_cb, >+- iptr++); >++ GUINT_TO_POINTER(iptr++)); >+ gtk_widget_show(button); >+ } >+ } > >Property changes on: files/patch-xglock_xglock.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
tobik
:
maintainer-approval?
(
jgh
)
Actions:
View
|
Diff
Attachments on
bug 225827
: 194950