issue_owner_repo
listlengths
2
2
issue_body
stringlengths
0
261k
issue_title
stringlengths
1
925
issue_comments_url
stringlengths
56
81
issue_comments_count
int64
0
2.5k
issue_created_at
stringlengths
20
20
issue_updated_at
stringlengths
20
20
issue_html_url
stringlengths
37
62
issue_github_id
int64
387k
2.91B
issue_number
int64
1
131k
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8304](https://llvm.org/bz8304) | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description int i = 42; ^{ printf("%d\n", i); } currently generates a code that catpures i, stores 42 in it, and calls the block. since the semantics is a ...
support blocks constant folding
https://api.github.com/repos/llvm/llvm-project/issues/8676/comments
1
2010-10-05T17:28:08Z
2023-08-19T02:31:02Z
https://github.com/llvm/llvm-project/issues/8676
1,070,997,447
8,676
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8303](https://llvm.org/bz8303) | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @seanm | ## Extended Description The following C99 code is incorrect (and I assume the same can happen for non C++ with RAII variables): ```c { str...
Please add a warning for scope-escaping pointers
https://api.github.com/repos/llvm/llvm-project/issues/8675/comments
0
2010-10-05T17:19:07Z
2023-08-19T02:30:17Z
https://github.com/llvm/llvm-project/issues/8675
1,070,997,437
8,675
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8302](https://llvm.org/bz8302) | | Resolution | FIXED | | Resolved on | Jun 25, 2013 17:21 | | Version | trunk | | OS | All | | CC | @efriedma-quic,@zygoloid | ## Extended Description gabor@google7:~$ cat > foo.cpp template <template <int> class FOO> struct Outer { template ...
clang++ does not detect shadowed template template parameter
https://api.github.com/repos/llvm/llvm-project/issues/8674/comments
2
2010-10-05T12:21:59Z
2021-12-03T21:52:15Z
https://github.com/llvm/llvm-project/issues/8674
1,070,997,431
8,674
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8301](https://llvm.org/bz8301) | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description The following code: int main(void) { __block struct foo { int a; } foo; return 0; } is rewritten as (modulo indentation that I fixed f...
clang -rewrite-objc invalid rewrite __block variables
https://api.github.com/repos/llvm/llvm-project/issues/8673/comments
0
2010-10-05T11:16:42Z
2023-05-23T11:28:52Z
https://github.com/llvm/llvm-project/issues/8673
1,070,997,424
8,673
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8300](https://llvm.org/bz8300) | | Resolution | FIXED | | Resolved on | Oct 18, 2010 21:04 | | Version | trunk | | OS | All | | Attachments | [PassManager.o](https://user-images.githubusercontent.com/60944935/143742060-79e5d25f-71c1-4425-bef0-d144e974f8b7.gz), [Pass.o](https://u...
Crash when linking two bitcode files
https://api.github.com/repos/llvm/llvm-project/issues/8672/comments
12
2010-10-05T04:55:25Z
2021-12-03T21:52:13Z
https://github.com/llvm/llvm-project/issues/8672
1,070,997,411
8,672
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8299](https://llvm.org/bz8299) | | Resolution | FIXED | | Resolved on | Mar 08, 2011 17:01 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @DimitryAndric,@regehr | ## Extended Description Hi There When I compiled firefox with clang, I found...
An error resulted from clang: SelectionDAGBuilder.cpp:273
https://api.github.com/repos/llvm/llvm-project/issues/8671/comments
4
2010-10-05T01:01:32Z
2021-12-03T21:52:12Z
https://github.com/llvm/llvm-project/issues/8671
1,070,997,403
8,671
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8298](https://llvm.org/bz8298) | | Resolution | FIXED | | Resolved on | Feb 10, 2011 23:26 | | Version | trunk | | OS | Windows NT | | Reporter | LLVM Bugzilla Contributor | ## Extended Description With i686-pc-win32, clang attempts to seek includes to G: If G: is assinged to ...
[Win32] Don't touch drive G: by default!
https://api.github.com/repos/llvm/llvm-project/issues/8670/comments
2
2010-10-05T00:49:29Z
2021-12-03T21:52:11Z
https://github.com/llvm/llvm-project/issues/8670
1,070,997,393
8,670
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8297](https://llvm.org/bz8297) | | Resolution | FIXED | | Resolved on | Oct 11, 2010 14:05 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @atrick,@lattner | ## Extended Description The attached testcase crashes: nlewycky@ducttape:~$ llvm/...
machine licm crash on atomic cmpswap i64
https://api.github.com/repos/llvm/llvm-project/issues/8669/comments
5
2010-10-05T00:00:18Z
2021-12-03T21:52:10Z
https://github.com/llvm/llvm-project/issues/8669
1,070,997,383
8,669
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8296](https://llvm.org/bz8296) | | Resolution | DUPLICATE | | Resolved on | Oct 04, 2010 14:35 | | Version | trunk | | OS | Linux | | Blocks | llvm/llvm-project#7579 | | Reporter | LLVM Bugzilla Contributor | ## Extended Description clang version 2.9 (trunk 115541) Target: i3...
Assertion `!Type.isNull() && "builtin va list type not initialized!"' failed
https://api.github.com/repos/llvm/llvm-project/issues/8668/comments
1
2010-10-04T21:24:43Z
2021-12-03T21:52:09Z
https://github.com/llvm/llvm-project/issues/8668
1,070,997,374
8,668
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8295](https://llvm.org/bz8295) | | Resolution | FIXED | | Resolved on | Jan 24, 2011 13:16 | | Version | trunk | | OS | All | | CC | @DougGregor,@zmodem | ## Extended Description hummer:src thakis$ cat testspec.cc template <class T> void f(const T& t) { } template <class c> ...
clang doesn't complain about partial template function specializations
https://api.github.com/repos/llvm/llvm-project/issues/8667/comments
2
2010-10-04T18:33:03Z
2021-12-03T21:52:08Z
https://github.com/llvm/llvm-project/issues/8667
1,070,997,367
8,667
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8294](https://llvm.org/bz8294) | | Resolution | FIXED | | Resolved on | Jan 23, 2011 20:28 | | Version | 1.0 | | OS | All | | CC | @stoklund | ## Extended Description This (from GCC llvm/llvm-bugzilla-archive#45791 ): struct Base { virtual ~Base() {} virtual v...
Obvious inline missed
https://api.github.com/repos/llvm/llvm-project/issues/8666/comments
3
2010-10-04T18:03:45Z
2021-12-03T21:52:07Z
https://github.com/llvm/llvm-project/issues/8666
1,070,997,357
8,666
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8293](https://llvm.org/bz8293) | | Resolution | FIXED | | Resolved on | Apr 20, 2012 17:10 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description SAFECode uses the traditional kernel area (0xc0000000-0xffffffff) for rewrite ...
Rewrite Pointer Area incorrect for 64-bit Linux
https://api.github.com/repos/llvm/llvm-project/issues/8665/comments
3
2010-10-04T17:35:14Z
2021-12-03T21:52:07Z
https://github.com/llvm/llvm-project/issues/8665
1,070,997,343
8,665
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8292](https://llvm.org/bz8292) | | Resolution | FIXED | | Resolved on | Mar 22, 2012 17:36 | | Version | trunk | | OS | Linux | | CC | @DougGregor,@zygoloid | ## Extended Description This template definition is rejected by comeau and GCC but not really by Clang template <clas...
Clang does not sufficiently check completely defined-ness of class template
https://api.github.com/repos/llvm/llvm-project/issues/8664/comments
4
2010-10-04T15:36:17Z
2021-12-03T21:52:06Z
https://github.com/llvm/llvm-project/issues/8664
1,070,997,329
8,664
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8291](https://llvm.org/bz8291) | | Resolution | FIXED | | Resolved on | Apr 28, 2011 14:05 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Hit on running poolalloc on /test-suite/MultiSource/Applications/kimwitu++
i32 %llvm.eh.typeid.for(i8*) Intrinsic Unhandled in DSA
https://api.github.com/repos/llvm/llvm-project/issues/8663/comments
2
2010-10-04T06:52:19Z
2021-12-03T21:52:05Z
https://github.com/llvm/llvm-project/issues/8663
1,070,997,320
8,663
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8290](https://llvm.org/bz8290) | | Resolution | FIXED | | Resolved on | Oct 03, 2010 15:27 | | Version | trunk | | OS | MacOS X | | CC | @efriedma-quic | ## Extended Description Another one from ffmpeg: [~]> cat t7.c int main() { asm("pfpnacc %mm2, %mm0"); } [cartman@h...
Implement pfpnacc mnemonic
https://api.github.com/repos/llvm/llvm-project/issues/8662/comments
1
2010-10-03T21:27:52Z
2021-12-03T21:52:04Z
https://github.com/llvm/llvm-project/issues/8662
1,070,997,314
8,662
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8289](https://llvm.org/bz8289) | | Resolution | FIXED | | Resolved on | Oct 03, 2010 16:46 | | Version | trunk | | OS | MacOS X | | CC | @efriedma-quic | ## Extended Description Another one from ffmpeg: [~]> clang t6.c t6.c:3:9: error: invalid instruction mnemonic 'pswapd' ...
Implement pswapd mnemonic
https://api.github.com/repos/llvm/llvm-project/issues/8661/comments
2
2010-10-03T21:26:32Z
2021-12-03T21:52:03Z
https://github.com/llvm/llvm-project/issues/8661
1,070,997,306
8,661
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8288](https://llvm.org/bz8288) | | Resolution | FIXED | | Resolved on | Oct 03, 2010 14:09 | | Version | trunk | | OS | MacOS X | ## Extended Description Minimal test case: [~]> cat t4.c int main() { asm("pshufw $0x90, %mm0, %mm5"); } [~]> clang t4.c t4.c:3:9: error: inv...
ffmpeg fails to compile with internal assembler due to pshufw problem
https://api.github.com/repos/llvm/llvm-project/issues/8660/comments
1
2010-10-03T20:54:15Z
2021-12-03T21:52:02Z
https://github.com/llvm/llvm-project/issues/8660
1,070,997,300
8,660
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8287](https://llvm.org/bz8287) | | Resolution | FIXED | | Resolved on | Nov 12, 2010 11:58 | | Version | trunk | | OS | All | | Attachments | [hello world program.](https://user-images.githubusercontent.com/60944935/143742058-7d07bd06-fe2a-4512-b490-b41ba06222bb.gz) | | Reporter...
Scheduling takes a very long time
https://api.github.com/repos/llvm/llvm-project/issues/8659/comments
2
2010-10-03T18:56:36Z
2021-12-03T21:52:01Z
https://github.com/llvm/llvm-project/issues/8659
1,070,997,289
8,659
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8286](https://llvm.org/bz8286) | | Resolution | FIXED | | Resolved on | May 18, 2012 05:50 | | Version | 2.8 | | OS | All | | Attachments | [bitcode file(for linux x86-64) with a lot of indirect branch instructions](https://user-images.githubusercontent.com/60944935/143742056-0e...
Invalid indirect branches processing (x86 asm printer).
https://api.github.com/repos/llvm/llvm-project/issues/8658/comments
1
2010-10-03T15:40:29Z
2021-12-03T21:52:00Z
https://github.com/llvm/llvm-project/issues/8658
1,070,997,279
8,658
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8285](https://llvm.org/bz8285) | | Resolution | FIXED | | Resolved on | Oct 21, 2010 03:58 | | Version | 2.8 | | OS | All | | Attachments | [Patch file](https://user-images.githubusercontent.com/95090477/143742055-eafa4124-4987-4c04-8d8b-4dba9e4227be.gz) | ## Extended Descripti...
[patch] Implemented unregistering in JIT of exception information
https://api.github.com/repos/llvm/llvm-project/issues/8657/comments
2
2010-10-03T12:40:23Z
2021-12-03T21:51:59Z
https://github.com/llvm/llvm-project/issues/8657
1,070,997,273
8,657
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8284](https://llvm.org/bz8284) | | Resolution | FIXED | | Resolved on | Oct 05, 2010 12:46 | | Version | trunk | | OS | All | | Attachments | [Reduced testcase](https://user-images.githubusercontent.com/60944935/143742053-1c21c255-5abd-44c3-b615-d445998d56d7.gz) | | Reporter | L...
use of 'vsnprintf' causes backend crash
https://api.github.com/repos/llvm/llvm-project/issues/8656/comments
6
2010-10-03T07:42:56Z
2021-12-03T21:51:58Z
https://github.com/llvm/llvm-project/issues/8656
1,070,997,262
8,656
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8283](https://llvm.org/bz8283) | | Resolution | FIXED | | Resolved on | Oct 03, 2010 13:08 | | Version | trunk | | OS | MacOS X | ## Extended Description This is part of 3DNow! instruction set: [~]> cat t3.c int main() { asm("pavgusb 9(%esi, %edx), %mm3"); } [~]> clang ...
Implement pavgusb 3dNow! instruction
https://api.github.com/repos/llvm/llvm-project/issues/8655/comments
1
2010-10-02T23:56:11Z
2021-12-03T21:51:57Z
https://github.com/llvm/llvm-project/issues/8655
1,070,997,252
8,655
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8282](https://llvm.org/bz8282) | | Resolution | FIXED | | Resolved on | Mar 01, 2011 14:35 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @tkremenek | ## Extended Description Some macros use the ternary conditional operator for control flo...
Clang warns about an unused result when macros use the ternary operator for control flow.
https://api.github.com/repos/llvm/llvm-project/issues/8654/comments
4
2010-10-02T22:13:51Z
2021-12-03T21:51:56Z
https://github.com/llvm/llvm-project/issues/8654
1,070,997,242
8,654
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8281](https://llvm.org/bz8281) | | Resolution | FIXED | | Resolved on | Feb 19, 2021 13:33 | | Version | 2.8 | | OS | Linux | | Attachments | [disassembling this bitcode is awfully slow](https://user-images.githubusercontent.com/92601667/143742047-1296553c-de84-42e6-b5f2-0659efe...
Extremely slow assembling and disassembling of ptrtoint when used in a function expression
https://api.github.com/repos/llvm/llvm-project/issues/8653/comments
17
2010-10-02T21:59:36Z
2021-12-03T21:51:55Z
https://github.com/llvm/llvm-project/issues/8653
1,070,997,233
8,653
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8280](https://llvm.org/bz8280) | | Resolution | INVALID | | Resolved on | Oct 02, 2010 16:34 | | Version | trunk | | OS | All | ## Extended Description Saw this while compiling x264: [~]> cat t2.c int main() { asm ("pshufw"); } [~]> clang t2.c t2.c:4:10: error: inv...
Implement pshufw mnemonic
https://api.github.com/repos/llvm/llvm-project/issues/8652/comments
2
2010-10-02T21:57:32Z
2021-12-03T21:51:55Z
https://github.com/llvm/llvm-project/issues/8652
1,070,997,224
8,652
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8279](https://llvm.org/bz8279) | | Resolution | FIXED | | Resolved on | Oct 30, 2010 08:00 | | Version | trunk | | OS | Linux | ## Extended Description Clang miscompiles the program below, it is not OK to optimize away the read from g_1 in main after inlining func_1(). regeh...
const volatile bug
https://api.github.com/repos/llvm/llvm-project/issues/8651/comments
1
2010-10-02T16:04:28Z
2021-12-03T21:51:54Z
https://github.com/llvm/llvm-project/issues/8651
1,070,997,213
8,651
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8278](https://llvm.org/bz8278) | | Resolution | FIXED | | Resolved on | Oct 05, 2010 14:48 | | Version | trunk | | OS | All | ## Extended Description #include <stdio.h> int main(int argc, char **argv) { printf("First String\n"); printf("Second String\n"); } Prints: Firs...
MC-COFF: Incorrect relocations generated for string constants... again...
https://api.github.com/repos/llvm/llvm-project/issues/8650/comments
4
2010-10-02T07:42:14Z
2021-12-03T21:51:53Z
https://github.com/llvm/llvm-project/issues/8650
1,070,997,207
8,650
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8277](https://llvm.org/bz8277) | | Resolution | FIXED | | Resolved on | May 10, 2011 13:31 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor,@efriedma-quic | ## Extended Description The following code correctly compiles under GCC, b...
Clang doesn't allow specifying function specialization with a typedef
https://api.github.com/repos/llvm/llvm-project/issues/8649/comments
3
2010-10-02T06:45:27Z
2021-12-03T21:51:52Z
https://github.com/llvm/llvm-project/issues/8649
1,070,997,197
8,649
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8276](https://llvm.org/bz8276) | | Resolution | WONTFIX | | Resolved on | Sep 14, 2011 17:00 | | Version | 2.7 | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | ## Extended Description When outputting machine assembly llc will simply drop any debug metadata that it m...
Invalid metadata is simply omitted, no warning
https://api.github.com/repos/llvm/llvm-project/issues/8648/comments
1
2010-10-02T05:45:45Z
2022-01-20T02:33:06Z
https://github.com/llvm/llvm-project/issues/8648
1,070,997,191
8,648
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8275](https://llvm.org/bz8275) | | Resolution | FIXED | | Resolved on | Oct 04, 2010 11:52 | | Version | 2.7 | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description http://llvm.org/releases/2.7/docs/SourceLevelDebugging.html#format_blocks Lists lexical...
LLVM lexical block tag number incorrect
https://api.github.com/repos/llvm/llvm-project/issues/8647/comments
1
2010-10-02T00:31:55Z
2021-12-03T21:51:51Z
https://github.com/llvm/llvm-project/issues/8647
1,070,997,187
8,647
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8274](https://llvm.org/bz8274) | | Resolution | FIXED | | Resolved on | Oct 01, 2010 17:46 | | Version | 2.7 | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description http://llvm.org/releases/2.7/docs/SourceLevelDebugging.html#format_blocks Lists block d...
Debug block descriptor documentation inconsistency
https://api.github.com/repos/llvm/llvm-project/issues/8646/comments
1
2010-10-02T00:10:38Z
2021-12-03T21:51:50Z
https://github.com/llvm/llvm-project/issues/8646
1,070,997,181
8,646
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8273](https://llvm.org/bz8273) | | Resolution | WONTFIX | | Resolved on | Oct 30, 2010 08:01 | | Version | trunk | | OS | Linux | | CC | @lattner | ## Extended Description Ok this is super nitpicky, but I think actually wrong. We take this code: int const volatile vol1 = 0; ...
volatile global constants shouldn't be merged
https://api.github.com/repos/llvm/llvm-project/issues/8645/comments
3
2010-10-01T19:24:50Z
2022-01-20T02:33:04Z
https://github.com/llvm/llvm-project/issues/8645
1,070,997,176
8,645
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8272](https://llvm.org/bz8272) | | Resolution | FIXED | | Resolved on | Dec 21, 2010 01:15 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor,@efriedma-quic,@ismail | ## Extended Description Clang seems to infinite loop on the ...
Infinite loop in compile
https://api.github.com/repos/llvm/llvm-project/issues/8644/comments
6
2010-10-01T18:19:10Z
2021-12-03T21:51:48Z
https://github.com/llvm/llvm-project/issues/8644
1,070,997,162
8,644
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8271](https://llvm.org/bz8271) | | Resolution | FIXED | | Resolved on | Jan 25, 2011 17:59 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Hello, When comparing the makefile system to the xcode project, I've found that...
Extraneous Files (Building under linux / makefiles)
https://api.github.com/repos/llvm/llvm-project/issues/8643/comments
1
2010-10-01T17:41:28Z
2021-12-03T21:51:47Z
https://github.com/llvm/llvm-project/issues/8643
1,070,997,152
8,643
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8270](https://llvm.org/bz8270) | | Resolution | DUPLICATE | | Resolved on | Oct 02, 2010 06:48 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description extern inline const int get_addrinfo_category(); const int ...
Duplicate symbol with extern inline in C++
https://api.github.com/repos/llvm/llvm-project/issues/8642/comments
1
2010-10-01T11:23:58Z
2021-12-03T21:51:46Z
https://github.com/llvm/llvm-project/issues/8642
1,070,997,142
8,642
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8269](https://llvm.org/bz8269) | | Resolution | FIXED | | Resolved on | Oct 31, 2011 13:53 | | Version | trunk | | OS | All | | CC | @dwblaikie | ## Extended Description % echo unsigned int main(); | clang -x c - <stdin>(1) : error: 'main' must return 'int' unsigned int main(...
clang produces incorrect fixit for invalid main decl.
https://api.github.com/repos/llvm/llvm-project/issues/8641/comments
1
2010-10-01T08:36:46Z
2021-12-03T21:51:46Z
https://github.com/llvm/llvm-project/issues/8641
1,070,997,133
8,641
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8268](https://llvm.org/bz8268) | | Resolution | FIXED | | Resolved on | Nov 21, 2010 02:39 | | Version | trunk | | OS | Linux | | Attachments | [.ll of foo() after -O2](https://user-images.githubusercontent.com/392652/143742044-fd05f8e3-1cec-4ea1-9bd6-a506a8035c93.gz), [testcase...
constant folder misses negative GEP
https://api.github.com/repos/llvm/llvm-project/issues/8640/comments
2
2010-10-01T07:54:21Z
2021-12-03T21:51:45Z
https://github.com/llvm/llvm-project/issues/8640
1,070,997,122
8,640
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8267](https://llvm.org/bz8267) | | Resolution | FIXED | | Resolved on | Oct 01, 2010 00:51 | | Version | trunk | | OS | Linux | ## Extended Description regehr@john-home:~$ clang -O small.c -S -o - .file "small.c" .text .globl func_1 .align 1...
volatile structs are broken!
https://api.github.com/repos/llvm/llvm-project/issues/8639/comments
3
2010-10-01T05:13:14Z
2021-12-03T21:51:44Z
https://github.com/llvm/llvm-project/issues/8639
1,070,997,114
8,639
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8266](https://llvm.org/bz8266) | | Resolution | FIXED | | Resolved on | Oct 01, 2010 12:44 | | Version | trunk | | OS | Linux | | CC | @echristo | ## Extended Description I reported a bug like this just the other day but then it went into hiding or was fixed. Hopefully you fo...
memcpyopt miscompilation
https://api.github.com/repos/llvm/llvm-project/issues/8638/comments
9
2010-10-01T05:04:04Z
2021-12-03T21:51:43Z
https://github.com/llvm/llvm-project/issues/8638
1,070,997,109
8,638
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8265](https://llvm.org/bz8265) | | Resolution | FIXED | | Resolved on | Oct 01, 2010 14:19 | | Version | 2.7 | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description http://llvm.org/docs/SourceLevelDebugging.html#format_derived_type states that size, ali...
Derived type descriptor inaccuracy
https://api.github.com/repos/llvm/llvm-project/issues/8637/comments
1
2010-10-01T01:44:48Z
2021-12-03T21:51:42Z
https://github.com/llvm/llvm-project/issues/8637
1,070,997,103
8,637
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8264](https://llvm.org/bz8264) | | Resolution | FIXED | | Resolved on | Sep 28, 2018 10:18 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @ggreif,@zmodem,@nickdesaulniers,@spavloff | ## Extended Description Quite similar to Bug 8028,...
duplicate qualifier in declaration accepted
https://api.github.com/repos/llvm/llvm-project/issues/8636/comments
5
2010-10-01T00:13:26Z
2021-12-03T21:51:41Z
https://github.com/llvm/llvm-project/issues/8636
1,070,997,094
8,636
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8263](https://llvm.org/bz8263) | | Resolution | DUPLICATE | | Resolved on | Jan 18, 2017 14:36 | | Version | trunk | | OS | Linux | | CC | @DougGregor,@zygoloid | ## Extended Description The following looks well-formed struct A { typedef A type; }; // The following is SFI...
Incorrect constructor name resolution
https://api.github.com/repos/llvm/llvm-project/issues/8635/comments
3
2010-09-30T23:33:37Z
2021-12-03T21:51:41Z
https://github.com/llvm/llvm-project/issues/8635
1,070,997,086
8,635
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8262](https://llvm.org/bz8262) | | Resolution | FIXED | | Resolved on | Jan 25, 2011 17:57 | | Version | unspecified | | OS | All | | Attachments | [The referenced patch](https://user-images.githubusercontent.com/60944935/143742041-0513c2d3-013e-4de9-a381-0594b4e2bcbe.gz) | | Re...
String to Octal conversion
https://api.github.com/repos/llvm/llvm-project/issues/8634/comments
1
2010-09-30T23:18:29Z
2021-12-03T21:51:40Z
https://github.com/llvm/llvm-project/issues/8634
1,070,997,081
8,634
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8261](https://llvm.org/bz8261) | | Resolution | FIXED | | Resolved on | Jan 25, 2011 17:55 | | Version | unspecified | | OS | All | | Attachments | [The referenced patch](https://user-images.githubusercontent.com/60944935/143742040-2a28aaf0-8bbd-4b7d-a6b3-e6d834f012e3.gz) | | Re...
Initialization Order Warnings
https://api.github.com/repos/llvm/llvm-project/issues/8633/comments
1
2010-09-30T23:13:20Z
2021-12-03T21:51:39Z
https://github.com/llvm/llvm-project/issues/8633
1,070,997,076
8,633
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8260](https://llvm.org/bz8260) | | Resolution | FIXED | | Resolved on | Jan 25, 2011 15:39 | | Version | unspecified | | OS | Linux | | Attachments | [Patch to remove the invalid case.](https://user-images.githubusercontent.com/60944935/143742039-5c7e6390-d3aa-4656-9e64-445d5bba...
Invalid case in switch statement
https://api.github.com/repos/llvm/llvm-project/issues/8632/comments
2
2010-09-30T22:47:10Z
2021-12-03T21:51:38Z
https://github.com/llvm/llvm-project/issues/8632
1,070,997,067
8,632
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8259](https://llvm.org/bz8259) | | Resolution | FIXED | | Resolved on | Sep 30, 2010 11:39 | | Version | trunk | | OS | MacOS X | ## Extended Description While compiling valgrind with clang I get: dispatch-amd64-darwin.s:195:2: error: invalid instruction mnemonic 'fstcw' fst...
Support fstcw mnemonic
https://api.github.com/repos/llvm/llvm-project/issues/8631/comments
1
2010-09-30T17:59:14Z
2021-12-03T21:51:37Z
https://github.com/llvm/llvm-project/issues/8631
1,070,997,061
8,631
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8258](https://llvm.org/bz8258) | | Resolution | FIXED | | Resolved on | Sep 30, 2010 11:43 | | Version | trunk | | OS | MacOS X | ## Extended Description When compiling valgrind trunk with clang I get: dispatch-amd64-darwin.s:63:2: error: invalid instruction mnemonic 'finit' ...
Support finit mnemonic
https://api.github.com/repos/llvm/llvm-project/issues/8630/comments
1
2010-09-30T17:57:41Z
2021-12-03T21:51:37Z
https://github.com/llvm/llvm-project/issues/8630
1,070,997,053
8,630
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8257](https://llvm.org/bz8257) | | Version | trunk | | OS | Linux | ## Extended Description void foo() { int x[] = { (char (*)[f()])0 }; } The call to f is lost.
Side effect of cast to variably modified type is lost
https://api.github.com/repos/llvm/llvm-project/issues/8629/comments
0
2010-09-30T08:07:35Z
2021-12-03T21:51:36Z
https://github.com/llvm/llvm-project/issues/8629
1,070,997,043
8,629
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8256](https://llvm.org/bz8256) | | Resolution | FIXED | | Resolved on | Aug 11, 2013 06:19 | | Version | trunk | | OS | Linux | | CC | @hfinkel,@spavloff | ## Extended Description $ cat p.c #define HUGE (1LL<<61) typedef char a[HUGE]; typedef char b[(long long)sizeof(a)-1]; $...
Overflow in sizeof evaluation
https://api.github.com/repos/llvm/llvm-project/issues/8628/comments
2
2010-09-30T08:05:38Z
2021-12-03T21:51:35Z
https://github.com/llvm/llvm-project/issues/8628
1,070,997,030
8,628
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8255](https://llvm.org/bz8255) | | Resolution | FIXED | | Resolved on | Oct 01, 2010 14:22 | | Version | 2.7 | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description I believe the signature of llvm.dbg.declare was changed to: void %llvm.dbg.declare(meta...
llvm.dbg.declare documentation inaccurate
https://api.github.com/repos/llvm/llvm-project/issues/8627/comments
2
2010-09-30T01:01:20Z
2021-12-03T21:51:34Z
https://github.com/llvm/llvm-project/issues/8627
1,070,997,013
8,627
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8254](https://llvm.org/bz8254) | | Resolution | FIXED | | Resolved on | Oct 02, 2010 18:23 | | Version | unspecified | | OS | Linux | | Attachments | [Fix](https://user-images.githubusercontent.com/92601251/143742038-25f6c5b6-f5b6-471e-aed3-9066a2fbdb4e.gz) | ## Extended Descri...
Unconditional inclusion of cxxabi.h breaks build on Linux
https://api.github.com/repos/llvm/llvm-project/issues/8626/comments
1
2010-09-29T09:29:09Z
2021-12-03T21:51:33Z
https://github.com/llvm/llvm-project/issues/8626
1,070,996,999
8,626
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8253](https://llvm.org/bz8253) | | Resolution | INVALID | | Resolved on | Oct 02, 2010 18:40 | | Version | trunk | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor,@efriedma-quic | ## Extended Description The attached file uses a function called deb...
Apparent false ambiguous conversion from derived class to base class
https://api.github.com/repos/llvm/llvm-project/issues/8625/comments
4
2010-09-29T06:24:23Z
2021-12-03T21:51:32Z
https://github.com/llvm/llvm-project/issues/8625
1,070,996,994
8,625
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8252](https://llvm.org/bz8252) | | Resolution | FIXED | | Resolved on | Sep 29, 2010 10:03 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @asl | ## Extended Description I have traced the problem to inconsistency over whether the constants MO...
Problems with ARM PIC codegen
https://api.github.com/repos/llvm/llvm-project/issues/8624/comments
4
2010-09-29T00:32:55Z
2021-12-03T21:51:32Z
https://github.com/llvm/llvm-project/issues/8624
1,070,996,986
8,624
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8251](https://llvm.org/bz8251) | | Resolution | FIXED | | Resolved on | Oct 07, 2010 01:30 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @Bigcheese | ## Extended Description clang++ emits aliases for dtors. (eg. __ZN4llvm5RegexD1Ev and __Z...
MC-COFF: GlobalAlias is not emitted
https://api.github.com/repos/llvm/llvm-project/issues/8623/comments
5
2010-09-28T10:41:59Z
2021-12-03T21:51:31Z
https://github.com/llvm/llvm-project/issues/8623
1,070,996,977
8,623
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8250](https://llvm.org/bz8250) | | Resolution | FIXED | | Resolved on | Sep 29, 2010 16:02 | | Version | trunk | | OS | Linux | | CC | @nlewycky | ## Extended Description regehr@john-home:~/volatile/bugs/tmp335$ clang -v clang version 2.9 (trunk 114920) Target: i386-pc-linux-g...
valueprop assertion
https://api.github.com/repos/llvm/llvm-project/issues/8622/comments
3
2010-09-28T05:55:00Z
2021-12-03T21:51:30Z
https://github.com/llvm/llvm-project/issues/8622
1,070,996,966
8,622
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8249](https://llvm.org/bz8249) | | Resolution | FIXED | | Resolved on | Oct 01, 2010 18:57 | | Version | trunk | | OS | Linux | | CC | @stoklund | ## Extended Description regehr@john-home:~/volatile/bugs/tmp334$ clang -v clang version 2.9 (trunk 114920) Target: i386-pc-linux-g...
Assertion `!empty() && "Call to beginIndex() on empty interval."' failed.
https://api.github.com/repos/llvm/llvm-project/issues/8621/comments
3
2010-09-28T05:49:18Z
2021-12-03T21:51:29Z
https://github.com/llvm/llvm-project/issues/8621
1,070,996,958
8,621
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8248](https://llvm.org/bz8248) | | Resolution | FIXED | | Resolved on | Sep 28, 2010 22:15 | | Version | trunk | | OS | All | ## Extended Description The following LLVM IR produces an invalid COFF object file which fails to link. ; Reduced from 'SingleSource/Benchmarks/McGill...
[MC-COFF] Invalid object file output when using "internal global"
https://api.github.com/repos/llvm/llvm-project/issues/8620/comments
4
2010-09-28T05:46:28Z
2021-12-03T21:51:28Z
https://github.com/llvm/llvm-project/issues/8620
1,070,996,948
8,620
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8247](https://llvm.org/bz8247) | | Resolution | FIXED | | Resolved on | Sep 29, 2010 15:35 | | Version | trunk | | OS | Linux | ## Extended Description regehr@john-home:~/volatile/bugs/tmp333$ clang -v clang version 2.9 (trunk 114920) Target: i386-pc-linux-gnu Thread model: po...
JumpThreading Assertion `From != To && "ReplaceAndSimplifyAllUses(X,X) is not valid!"' failed.
https://api.github.com/repos/llvm/llvm-project/issues/8619/comments
4
2010-09-28T05:44:03Z
2021-12-03T21:51:27Z
https://github.com/llvm/llvm-project/issues/8619
1,070,996,937
8,619
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8246](https://llvm.org/bz8246) | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor,@tkremenek | ## Extended Description We frequently get users complaining about link failures related to Clang defaulting to C99 semantics, and th...
Add "fixit" for removing C99 inline semantics
https://api.github.com/repos/llvm/llvm-project/issues/8618/comments
1
2010-09-28T02:37:53Z
2023-08-19T02:25:58Z
https://github.com/llvm/llvm-project/issues/8618
1,070,996,930
8,618
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8245](https://llvm.org/bz8245) | | Resolution | FIXED | | Resolved on | Oct 12, 2010 13:28 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description The following reduced test case raises the assertion: class clas...
Assertion failed: Default argument is not yet parsed!
https://api.github.com/repos/llvm/llvm-project/issues/8617/comments
1
2010-09-28T01:46:55Z
2021-12-03T21:51:25Z
https://github.com/llvm/llvm-project/issues/8617
1,070,996,921
8,617
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8244](https://llvm.org/bz8244) | | Resolution | FIXED | | Resolved on | Oct 01, 2010 00:37 | | Version | trunk | | OS | Linux | | CC | @sunfishcode | ## Extended Description [regehr@gamow ~]$ clang -v clang version 2.9 (trunk 114808) Target: x86_64-unknown-linux-gnu Thread mod...
dag combine miscompilation
https://api.github.com/repos/llvm/llvm-project/issues/8616/comments
2
2010-09-28T00:58:25Z
2021-12-03T21:51:25Z
https://github.com/llvm/llvm-project/issues/8616
1,070,996,912
8,616
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8243](https://llvm.org/bz8243) | | Resolution | WORKSFORME | | Resolved on | Sep 29, 2010 18:20 | | Version | trunk | | OS | Windows XP | | CC | @lattner | ## Extended Description [regehr@gamow ~]$ clang -v clang version 2.9 (trunk 114808) Target: x86_64-unknown-linux-gnu Thre...
clang wrongful crash bug
https://api.github.com/repos/llvm/llvm-project/issues/8615/comments
3
2010-09-28T00:48:26Z
2022-01-20T02:05:58Z
https://github.com/llvm/llvm-project/issues/8615
1,070,996,904
8,615
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8242](https://llvm.org/bz8242) | | Resolution | INVALID | | Resolved on | Sep 27, 2010 16:00 | | Version | trunk | | OS | FreeBSD | | Reporter | LLVM Bugzilla Contributor | ## Extended Description pes ~/whirl$ cat gah.c inline int foo() { return 52; } int bar() { if (foo(...
inline function not reported as FUNC but as NOTYPE
https://api.github.com/repos/llvm/llvm-project/issues/8614/comments
2
2010-09-27T22:56:07Z
2021-12-03T21:51:23Z
https://github.com/llvm/llvm-project/issues/8614
1,070,996,889
8,614
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8241](https://llvm.org/bz8241) | | Resolution | DUPLICATE | | Resolved on | Sep 27, 2010 15:06 | | Version | trunk | | OS | FreeBSD | | Attachments | [Test for fesetround() issue](https://user-images.githubusercontent.com/9060368/143742032-d77bb358-20a9-4610-935c-39a210e2b594.gz...
llvm misconverts (uintmax_t)0 to -0.0
https://api.github.com/repos/llvm/llvm-project/issues/8613/comments
1
2010-09-27T20:48:42Z
2021-12-03T21:51:22Z
https://github.com/llvm/llvm-project/issues/8613
1,070,996,882
8,613
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8240](https://llvm.org/bz8240) | | Resolution | DUPLICATE | | Resolved on | Sep 27, 2010 15:33 | | Version | trunk | | OS | Linux | | CC | @oscarfv | ## Extended Description Linking CXX executable ../../bin/llvm-mc ../../lib/libLLVMTransformUtils.so: undefined reference to `ll...
CMake build failed on llvm-mc with undefined reference link
https://api.github.com/repos/llvm/llvm-project/issues/8612/comments
1
2010-09-27T14:59:18Z
2021-12-03T21:51:21Z
https://github.com/llvm/llvm-project/issues/8612
1,070,996,874
8,612
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8239](https://llvm.org/bz8239) | | Resolution | FIXED | | Resolved on | Jul 07, 2016 05:35 | | Version | trunk | | OS | Linux | ## Extended Description int g() { ++gs; return 1; } void f(char (*a)[g()], int gs_); void f(char (*a)[g()], int gs_) { if (gs_ != 0) gs =...
Wrong generation of code for implicit cast to variably modified type
https://api.github.com/repos/llvm/llvm-project/issues/8611/comments
0
2010-09-27T10:49:38Z
2021-12-03T21:51:20Z
https://github.com/llvm/llvm-project/issues/8611
1,070,996,866
8,611
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8238](https://llvm.org/bz8238) | | Resolution | FIXED | | Resolved on | Feb 12, 2011 00:52 | | Version | trunk | | OS | Linux | | CC | @oscarfv | ## Extended Description Scanning dependencies of target clang [ 94%] Building CXX object tools/clang/tools/driver/CMakeFiles/clang....
CMake build process failed with undefined reference
https://api.github.com/repos/llvm/llvm-project/issues/8610/comments
17
2010-09-27T09:57:24Z
2021-12-03T21:51:19Z
https://github.com/llvm/llvm-project/issues/8610
1,070,996,855
8,610
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8237](https://llvm.org/bz8237) | | Resolution | FIXED | | Resolved on | Oct 28, 2011 16:44 | | Version | trunk | | OS | All | | Attachments | [Error output](https://user-images.githubusercontent.com/60944935/143742027-490aa614-27a7-4be2-a5a8-ace0896baaf2.gz), [Patch to build MAM...
[selectiondag] Clang crashes with -O3 optimization
https://api.github.com/repos/llvm/llvm-project/issues/8609/comments
13
2010-09-27T08:10:28Z
2021-12-03T21:51:18Z
https://github.com/llvm/llvm-project/issues/8609
1,070,996,845
8,609
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8236](https://llvm.org/bz8236) | | Resolution | INVALID | | Resolved on | Apr 15, 2016 14:37 | | Version | trunk | | OS | Linux | | CC | @avg-I,@DougGregor,@efriedma-quic,@zygoloid | ## Extended Description The following explicit specialization and instantiation look well-form...
Rejects using constructor name as a template
https://api.github.com/repos/llvm/llvm-project/issues/8608/comments
11
2010-09-27T03:36:01Z
2021-12-03T21:51:18Z
https://github.com/llvm/llvm-project/issues/8608
1,070,996,831
8,608
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8235](https://llvm.org/bz8235) | | Resolution | FIXED | | Resolved on | Oct 04, 2010 11:19 | | Version | trunk | | OS | Linux | | Attachments | [Reduced version of GSFusedSilica.m](https://user-images.githubusercontent.com/60944935/143742025-3fa85980-f44f-414d-9dd5-a8f4e3d1f709....
MachineFrameInfo assertion when compiling ObjC code
https://api.github.com/repos/llvm/llvm-project/issues/8607/comments
6
2010-09-26T22:53:49Z
2021-12-03T21:51:17Z
https://github.com/llvm/llvm-project/issues/8607
1,070,996,821
8,607
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8234](https://llvm.org/bz8234) | | Resolution | FIXED | | Resolved on | Nov 05, 2010 18:25 | | Version | trunk | | OS | Linux | | Attachments | [Code snippet that asserts clang](https://user-images.githubusercontent.com/60944935/143742024-45b57df1-9d43-4417-bef2-3e8d7f0db3a5.gz)...
Assertion when instantiating template
https://api.github.com/repos/llvm/llvm-project/issues/8606/comments
1
2010-09-26T15:22:18Z
2021-12-03T21:51:16Z
https://github.com/llvm/llvm-project/issues/8606
1,070,996,811
8,606
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8233](https://llvm.org/bz8233) | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @topperc,@RKSimon,@Kojoley,@rotateright | ## Extended Description Sibcall optimization does not take place when 'sret' is used on X86-64. For example: ``` $ cat te...
Sibcall optimization rejects sret-using functions
https://api.github.com/repos/llvm/llvm-project/issues/8605/comments
3
2010-09-26T15:05:59Z
2025-02-14T09:25:18Z
https://github.com/llvm/llvm-project/issues/8605
1,070,996,801
8,605
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8232](https://llvm.org/bz8232) | | Resolution | FIXED | | Resolved on | Sep 29, 2010 23:52 | | Version | unspecified | | OS | All | | Attachments | [use the 'static char ID' member as type identifier (llvm 2.8)](https://user-images.githubusercontent.com/60944935/143742023-40aefd...
klee needs porting to llvm 2.8+
https://api.github.com/repos/llvm/llvm-project/issues/8604/comments
1
2010-09-26T00:29:48Z
2021-12-03T21:51:14Z
https://github.com/llvm/llvm-project/issues/8604
1,070,996,794
8,604
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8231](https://llvm.org/bz8231) | | Resolution | FIXED | | Resolved on | Oct 28, 2014 01:26 | | Version | unspecified | | OS | Linux | | Attachments | [Fix](https://user-images.githubusercontent.com/92601251/143742022-31d67608-a7cb-4cea-ba3a-4c0c62395720.gz) | | CC | @mclow | ##...
Fails to build on Linux because of __char16_t etc.
https://api.github.com/repos/llvm/llvm-project/issues/8603/comments
4
2010-09-25T20:50:17Z
2021-12-03T21:51:13Z
https://github.com/llvm/llvm-project/issues/8603
1,070,996,781
8,603
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8230](https://llvm.org/bz8230) | | Resolution | FIXED | | Resolved on | Nov 07, 2010 21:41 | | Version | 2.8 | | OS | Windows NT | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor,@efriedma-quic | ## Extended Description clang compiles the following, when it shouldn...
invalid cast to reference to function is allowed
https://api.github.com/repos/llvm/llvm-project/issues/8602/comments
2
2010-09-25T17:42:19Z
2021-12-03T21:51:12Z
https://github.com/llvm/llvm-project/issues/8602
1,070,996,768
8,602
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8229](https://llvm.org/bz8229) | | Resolution | FIXED | | Resolved on | Sep 27, 2010 11:33 | | Version | trunk | | OS | Linux | ## Extended Description gcc 4.5.1 Compiling utils/target.cpp Linking target Compiling llvm-cache.c Compiling llvm-convert.cpp In file included from ...
Unable to build dragonegg against LLVM from trunk
https://api.github.com/repos/llvm/llvm-project/issues/8601/comments
18
2010-09-25T09:01:29Z
2021-12-03T21:51:11Z
https://github.com/llvm/llvm-project/issues/8601
1,070,996,762
8,601
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8228](https://llvm.org/bz8228) | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @asl | ## Extended Description When processing a file that includes system headers, the above error is given. I've preprocessed the code and reduced it as much ...
fatal error: error in backend: 'fstat64' label emitted multiple times to assembly file
https://api.github.com/repos/llvm/llvm-project/issues/8600/comments
5
2010-09-25T06:03:59Z
2023-08-05T22:11:15Z
https://github.com/llvm/llvm-project/issues/8600
1,070,996,755
8,600
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8227](https://llvm.org/bz8227) | | Resolution | DUPLICATE | | Resolved on | Sep 24, 2010 23:29 | | Version | trunk | | OS | Windows XP | ## Extended Description SupportTests.raw_ostreamTest.Types_{Unb,B}uffered fail with: [ RUN ] raw_ostreamTest.Types_Buffered ..\..\..\l...
[Unit Test][SupportTests.raw_ostreamTest.Types_{Unb,B}uffered] Failure: Windows adds an extra 0 to exponent.
https://api.github.com/repos/llvm/llvm-project/issues/8599/comments
1
2010-09-25T05:05:18Z
2021-12-03T21:51:10Z
https://github.com/llvm/llvm-project/issues/8599
1,070,996,748
8,599
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8226](https://llvm.org/bz8226) | | Resolution | FIXED | | Resolved on | Jan 22, 2012 06:19 | | Version | trunk | | OS | Windows XP | ## Extended Description SupportTests.CastingTest.cast fails with: Classof: 0x7f8a81 Classof: 0x7f8a81 Classof: 0x7f8a81 Classof: 0x0 ..\..\..\l...
[Unit Test][SupportTests.CastingTest.cast] Failure: Incorrect results
https://api.github.com/repos/llvm/llvm-project/issues/8598/comments
4
2010-09-25T05:01:21Z
2021-12-03T21:51:09Z
https://github.com/llvm/llvm-project/issues/8598
1,070,996,742
8,598
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8225](https://llvm.org/bz8225) | | Resolution | FIXED | | Resolved on | Nov 19, 2010 05:59 | | Version | trunk | | OS | Windows XP | ## Extended Description The following JIT tests all fail due to unresolved externals. I'm assuming these all have the same cause. *************...
[Unit Test][JITTest] Failure: Unable to resolve externals.
https://api.github.com/repos/llvm/llvm-project/issues/8597/comments
3
2010-09-25T04:58:02Z
2021-12-03T21:51:08Z
https://github.com/llvm/llvm-project/issues/8597
1,070,996,728
8,597
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8224](https://llvm.org/bz8224) | | Resolution | FIXED | | Resolved on | Dec 02, 2010 09:10 | | Version | trunk | | OS | Windows XP | ## Extended Description ADTTests.ValueMapTest/{0,1,2}.LocksMutex fail with: ..\..\..\llvm\unittests\ADT\ValueMapTest.cpp(189): error: Value of:...
[Unit Test][ADTTests.ValueMapTest/{0,1,2}.LocksMutex] Failure: Mutex should already be locked.
https://api.github.com/repos/llvm/llvm-project/issues/8596/comments
3
2010-09-25T04:50:45Z
2021-12-03T21:51:07Z
https://github.com/llvm/llvm-project/issues/8596
1,070,996,718
8,596
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8223](https://llvm.org/bz8223) | | Resolution | FIXED | | Resolved on | Dec 06, 2010 19:45 | | Version | trunk | | OS | Windows XP | ## Extended Description All unit tests that do a "death test" such as EXPECT_DEATH fail on Windows 7 when run from lit with: [ FATAL ] ..\..\.....
[Unit Test] All death tests fail when run from lit on Windows 7.
https://api.github.com/repos/llvm/llvm-project/issues/8595/comments
1
2010-09-25T04:46:56Z
2021-12-03T21:51:06Z
https://github.com/llvm/llvm-project/issues/8595
1,070,996,707
8,595
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8222](https://llvm.org/bz8222) | | Resolution | FIXED | | Resolved on | Jun 13, 2017 11:54 | | Version | trunk | | OS | MacOS X | | Attachments | [Test case for reproducing both errors.](https://user-images.githubusercontent.com/60944935/143742021-7037737b-4c2b-492f-8a6a-a961583...
Crash on invalid partial specialization of member class from inside a derived class
https://api.github.com/repos/llvm/llvm-project/issues/8594/comments
5
2010-09-25T02:03:09Z
2021-12-03T21:51:05Z
https://github.com/llvm/llvm-project/issues/8594
1,070,996,700
8,594
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8221](https://llvm.org/bz8221) | | Resolution | FIXED | | Resolved on | Oct 01, 2010 19:10 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @bcardosolopes,@regehr | ## Extended Description Hi There During I compiled the firefox using clang...
fatal error: error in backend: Cannot yet select: intrinsic %llvm.x86.sse2.psll.dq
https://api.github.com/repos/llvm/llvm-project/issues/8593/comments
3
2010-09-24T23:17:56Z
2021-12-03T21:51:04Z
https://github.com/llvm/llvm-project/issues/8593
1,070,996,684
8,593
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8220](https://llvm.org/bz8220) | | Resolution | FIXED | | Resolved on | Mar 27, 2019 00:06 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @asl,@shining,@sylvestre | ## Extended Description llvm-config --cflags always prints exactly what LL...
llvm-config prints unnecessary cflags
https://api.github.com/repos/llvm/llvm-project/issues/8592/comments
12
2010-09-24T22:12:17Z
2021-12-03T21:51:04Z
https://github.com/llvm/llvm-project/issues/8592
1,070,996,672
8,592
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8219](https://llvm.org/bz8219) | | Resolution | DUPLICATE | | Resolved on | Oct 03, 2010 15:33 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @efriedma-quic,@ismail | ## Extended Description From the gcc documentation: flatten Generally, ...
please support __attribute__((flatten))
https://api.github.com/repos/llvm/llvm-project/issues/8591/comments
2
2010-09-24T12:06:38Z
2021-12-03T21:51:03Z
https://github.com/llvm/llvm-project/issues/8591
1,070,996,664
8,591
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8218](https://llvm.org/bz8218) | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @tkremenek | ## Extended Description The return value of a statement expression doesn't yield -Wunused-value warnings for gcc, but does for clang. This is...
-Wunused-value and statement expressions
https://api.github.com/repos/llvm/llvm-project/issues/8590/comments
7
2010-09-24T11:59:04Z
2023-08-19T02:23:39Z
https://github.com/llvm/llvm-project/issues/8590
1,070,996,653
8,590
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8217](https://llvm.org/bz8217) | | Resolution | FIXED | | Resolved on | Oct 10, 2010 13:16 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description For the record, gcc refuses them ===================================== #include <std...
clang silently miscompiles non static c99 vla initializers
https://api.github.com/repos/llvm/llvm-project/issues/8589/comments
1
2010-09-24T11:39:19Z
2021-12-03T21:51:01Z
https://github.com/llvm/llvm-project/issues/8589
1,070,996,645
8,589
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8216](https://llvm.org/bz8216) | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description SAFECode assumes that when a memory object is used in a type-consistent fashion that all allocations made for that memory object are large e...
SAFECode does not check allocation sizes of type-known memory objects
https://api.github.com/repos/llvm/llvm-project/issues/8588/comments
1
2010-09-23T20:35:19Z
2024-07-06T03:41:51Z
https://github.com/llvm/llvm-project/issues/8588
1,070,996,634
8,588
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8215](https://llvm.org/bz8215) | | Resolution | FIXED | | Resolved on | Oct 27, 2011 11:10 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description SAFECode's current load store checks currently check that a dereferenced pointer...
Load/Store checks should check last byte accessed
https://api.github.com/repos/llvm/llvm-project/issues/8587/comments
3
2010-09-23T20:31:50Z
2021-12-03T21:50:59Z
https://github.com/llvm/llvm-project/issues/8587
1,070,996,625
8,587
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8214](https://llvm.org/bz8214) | | Resolution | FIXED | | Resolved on | Oct 31, 2011 18:47 | | Version | 2.8 | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @tlattner | ## Extended Description Potential release blocker: $ doxygen --version 1.7.1 $ sudo make in...
llvm release_28 branch fails to build documentation with latest doxygen (1.7.1)
https://api.github.com/repos/llvm/llvm-project/issues/8586/comments
5
2010-09-23T20:27:38Z
2021-12-03T21:50:58Z
https://github.com/llvm/llvm-project/issues/8586
1,070,996,618
8,586
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8213](https://llvm.org/bz8213) | | Resolution | FIXED | | Resolved on | Sep 25, 2010 13:14 | | Version | unspecified | | OS | Windows XP | | Reporter | LLVM Bugzilla Contributor | ## Extended Description On building clang/cygwin stage2 with enable_shared, I met below; $ /path...
Who understands -Z-reserved-lib-stdc++ on linker driver?
https://api.github.com/repos/llvm/llvm-project/issues/8585/comments
2
2010-09-23T16:07:29Z
2021-12-03T21:50:57Z
https://github.com/llvm/llvm-project/issues/8585
1,070,996,607
8,585
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8212](https://llvm.org/bz8212) | | Resolution | FIXED | | Resolved on | Sep 23, 2010 14:00 | | Version | trunk | | OS | MacOS X | | Attachments | [Preprocessed file](https://user-images.githubusercontent.com/4255/143742018-e1edbe3f-cb78-4582-9a8d-736d14d34bad.gz) | ## Extended ...
[REGRESSION] opt.c from ffmpeg is miscompiled
https://api.github.com/repos/llvm/llvm-project/issues/8584/comments
1
2010-09-23T13:34:55Z
2021-12-03T21:50:57Z
https://github.com/llvm/llvm-project/issues/8584
1,070,996,602
8,584
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8211](https://llvm.org/bz8211) | | Resolution | FIXED | | Resolved on | Nov 08, 2010 19:44 | | Version | unspecified | | OS | Linux | | Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143742017-5095ea9e-63ce-43ed-9833-e4c049026a01.gz) | | Reporter...
Cannot yet select: 0x1e75fc0: v4f32 = X86ISD::MOVLPS 0x1e760c0, 0x1e775e0
https://api.github.com/repos/llvm/llvm-project/issues/8583/comments
4
2010-09-23T09:48:06Z
2021-12-03T21:50:56Z
https://github.com/llvm/llvm-project/issues/8583
1,070,996,595
8,583
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8210](https://llvm.org/bz8210) | | Resolution | DUPLICATE | | Resolved on | Sep 23, 2010 17:52 | | Version | 2.7 | | OS | Linux | | Attachments | [Result of clang -g hello.c](https://user-images.githubusercontent.com/60944935/143742015-2461a792-91f7-454d-94d2-88121210e0e7.gz), [...
Turning on debugging (-g) breaks compilation of even trivial programs
https://api.github.com/repos/llvm/llvm-project/issues/8582/comments
5
2010-09-23T09:18:44Z
2021-12-03T21:50:55Z
https://github.com/llvm/llvm-project/issues/8582
1,070,996,584
8,582
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8209](https://llvm.org/bz8209) | | Version | trunk | | OS | All | | Attachments | [Sample code showing bug](https://user-images.githubusercontent.com/60944935/143742014-32587530-c189-4bff-a628-0b9937aba7e3.gz) | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor,@RealLi...
GNU Extension: Implement "new" of VLA types
https://api.github.com/repos/llvm/llvm-project/issues/8581/comments
11
2010-09-23T09:17:45Z
2024-12-28T00:29:04Z
https://github.com/llvm/llvm-project/issues/8581
1,070,996,569
8,581
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8208](https://llvm.org/bz8208) | | Resolution | WONTFIX | | Resolved on | Apr 08, 2011 13:28 | | Version | 2.8 | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | ## Extended Description On my PowerPC system (OS X 10.4.11, XCode 2.5), llvm-gcc-4.2 version 2.8 rc2 fails...
llvm-gcc-4.2 compilation failure of darwin-crt3.c (2.8 RC2)
https://api.github.com/repos/llvm/llvm-project/issues/8580/comments
14
2010-09-23T00:59:37Z
2022-01-20T02:33:04Z
https://github.com/llvm/llvm-project/issues/8580
1,070,996,560
8,580
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8207](https://llvm.org/bz8207) | | Resolution | FIXED | | Resolved on | Sep 27, 2010 16:36 | | Version | unspecified | | OS | All | | CC | @DougGregor,@ismail | ## Extended Description This is another try to get to the bottom of http://crbug.com/56471 hummer:delta thakis$ cat...
-fvisibility=hidden does not work for method on an inner struct of an extern template class
https://api.github.com/repos/llvm/llvm-project/issues/8579/comments
3
2010-09-22T20:50:58Z
2021-12-03T21:50:52Z
https://github.com/llvm/llvm-project/issues/8579
1,070,996,551
8,579
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8206](https://llvm.org/bz8206) | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description DSA should mark things that are potentially exposed to external code as incomplete because we cannot analyze some code that can modify them/the ...
Incompleteness due to exposure to External code is missing or broken
https://api.github.com/repos/llvm/llvm-project/issues/8578/comments
1
2010-09-22T19:09:28Z
2021-12-03T21:50:51Z
https://github.com/llvm/llvm-project/issues/8578
1,070,996,544
8,578
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [8205](https://llvm.org/bz8205) | | Resolution | INVALID | | Resolved on | Sep 22, 2010 13:22 | | Version | unspecified | | OS | All | | CC | @DougGregor | ## Extended Description hummer:delta thakis$ cat string16.ii typedef long unsigned int size_t; namespace std { template<...
Template function gets wrong visibility, ends up in __textcoal_nt section instead of __text section
https://api.github.com/repos/llvm/llvm-project/issues/8577/comments
2
2010-09-22T17:32:32Z
2021-12-03T21:50:50Z
https://github.com/llvm/llvm-project/issues/8577
1,070,996,538
8,577