-
Notifications
You must be signed in to change notification settings - Fork 577
regcomp.c: New build-time warning when compiling with clang #17182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From @jkeenanWhen compiling perl 5 blead with clang, I noticed two instances of a warning: result of comparison of constant 223 with expression of type See attachment. The code in regcomp.c in question was recently added in commit Karl, can you take a look? Thank you very much. |
From @jkeenan[p5p] 531 $ report-build-warnings make.blead.gcc.Wundef.output.txt Wimplicit-fallthrough= 35 [p5p] 532 $ report-build-warnings make.134494-Wundef.gcc.Wundef.output.txt Wimplicit-fallthrough= 35 [perlmonger: p5p] $ ~/bin/perl/report-build-warnings make.blead.g++.Wundef.output.txt Wformat-overflow= 2 [perlmonger: p5p] $ ~/bin/perl/report-build-warnings make.134494-Wundef.g++.Wundef.output.txt Wformat-overflow= 2 [p5p] 533 $ report-build-warnings make.blead.clang.Wundef.output.txt Wtautological-constant-out-of-range-compare 2 [p5p] 534 $ report-build-warnings make.134494-Wundef.clang.Wundef.output.txt Wtautological-constant-out-of-range-compare 2 |
From @jkeenanSummary of my perl5 (revision 5 version 31 subversion 5) configuration: Characteristics of this binary (from libperl): |
From @khwilliamsonOn 10/12/19 8:12 PM, James E Keenan (via RT) wrote:
This actually doesn't cause a bug due to the the current contents of |
The RT System itself - Status changed from 'new' to 'open' |
This is fixed by 4e4df05 |
Migrated from rt.perl.org#134495 (status was 'open')
Searchable as RT134495$
The text was updated successfully, but these errors were encountered: