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 | [7904](https://llvm.org/bz7904) | | Resolution | FIXED | | Resolved on | Mar 04, 2011 16:46 | | Version | unspecified | | OS | Linux | | CC | @DougGregor | ## Extended Description Testcase: struct Foo { template <int i> ~Foo() {} }; Foo f; Crashes with: clang: /home/eli/ll...
clang c++ missing diagnostic for destructor declared as template
https://api.github.com/repos/llvm/llvm-project/issues/8276/comments
1
2010-08-15T03:55:51Z
2021-12-03T21:46:20Z
https://github.com/llvm/llvm-project/issues/8276
1,070,993,757
8,276
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7903](https://llvm.org/bz7903) | | Resolution | DUPLICATE | | Resolved on | Nov 02, 2010 11:25 | | Version | unspecified | | OS | Linux | | CC | @DougGregor,@nlewycky | ## Extended Description Testcase (from gcc testsuite): template <class T> struct inner {}; template <class T...
clang c++ infinite loop with recursive instantiation of virtual method
https://api.github.com/repos/llvm/llvm-project/issues/8275/comments
2
2010-08-15T03:48:50Z
2021-12-03T21:46:19Z
https://github.com/llvm/llvm-project/issues/8275
1,070,993,749
8,275
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7902](https://llvm.org/bz7902) | | Resolution | FIXED | | Resolved on | Mar 04, 2011 16:33 | | Version | unspecified | | OS | Linux | | CC | @DougGregor | ## Extended Description Testcase: template<template<> class C> class D; Crashes with: clang: /home/eli/llvmgbuild/include...
clang c++ crash with template template parameter with no parameters
https://api.github.com/repos/llvm/llvm-project/issues/8274/comments
1
2010-08-15T02:46:29Z
2021-12-03T21:46:18Z
https://github.com/llvm/llvm-project/issues/8274
1,070,993,739
8,274
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7901](https://llvm.org/bz7901) | | Resolution | FIXED | | Resolved on | Nov 02, 2010 11:21 | | Version | unspecified | | OS | Linux | | CC | @DougGregor | ## Extended Description Testcase: template <int*> struct A { A(); }; void foo() { extern int i01; A<&i01> a01; } Cras...
clang c++ crash with template instantiated with locally-declared extern variable
https://api.github.com/repos/llvm/llvm-project/issues/8273/comments
1
2010-08-15T02:39:37Z
2021-12-03T21:46:17Z
https://github.com/llvm/llvm-project/issues/8273
1,070,993,736
8,273
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7900](https://llvm.org/bz7900) | | Resolution | FIXED | | Resolved on | Mar 04, 2011 16:32 | | Version | unspecified | | OS | Linux | | CC | @DougGregor | ## Extended Description Testcase: struct A { }; struct B : public A { }; void foo() { B b; b.~A(); } Crashes with: cl...
clang c++ crash with invalid explicit destructor call
https://api.github.com/repos/llvm/llvm-project/issues/8272/comments
1
2010-08-15T02:35:24Z
2021-12-03T21:46:16Z
https://github.com/llvm/llvm-project/issues/8272
1,070,993,728
8,272
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7899](https://llvm.org/bz7899) | | Resolution | FIXED | | Resolved on | Mar 04, 2011 15:48 | | Version | unspecified | | OS | Linux | | CC | @DougGregor,@rjmccall | ## Extended Description Testcase: void foo(); namespace bar { using ::foo; class baz { friend void foo()...
clang c++ crash with using and friend declaration
https://api.github.com/repos/llvm/llvm-project/issues/8271/comments
1
2010-08-15T02:31:29Z
2021-12-03T21:46:16Z
https://github.com/llvm/llvm-project/issues/8271
1,070,993,718
8,271
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7898](https://llvm.org/bz7898) | | Resolution | FIXED | | Resolved on | Nov 02, 2010 11:20 | | Version | unspecified | | OS | Linux | | CC | @DougGregor | ## Extended Description Testcase: struct A { static int ns (float); int ns (int); void foo(); }; void A::foo () { ...
clang c++ crash with invalid reference to member function
https://api.github.com/repos/llvm/llvm-project/issues/8270/comments
1
2010-08-15T02:18:20Z
2021-12-03T21:46:15Z
https://github.com/llvm/llvm-project/issues/8270
1,070,993,704
8,270
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7897](https://llvm.org/bz7897) | | Resolution | FIXED | | Resolved on | Nov 01, 2010 21:36 | | Version | unspecified | | OS | Linux | | CC | @akyrtzi,@DougGregor | ## Extended Description Testcase: struct A { ~A(); }; int& foo(A); void bar() { asm("movl $0, %0" : "=r"(foo(...
clang c++ crash in asm with temporary with non-trivial destructor
https://api.github.com/repos/llvm/llvm-project/issues/8269/comments
1
2010-08-15T02:05:20Z
2021-12-03T21:46:14Z
https://github.com/llvm/llvm-project/issues/8269
1,070,993,694
8,269
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7896](https://llvm.org/bz7896) | | Resolution | FIXED | | Resolved on | Nov 04, 2010 03:49 | | Version | unspecified | | OS | Linux | | CC | @akyrtzi,@DougGregor | ## Extended Description Testcase: template <class T> struct Foo { int k (float); }; struct Baz { int k (int);...
c++ crash with overloading and using decl in class template
https://api.github.com/repos/llvm/llvm-project/issues/8268/comments
1
2010-08-15T01:38:01Z
2021-12-03T21:46:13Z
https://github.com/llvm/llvm-project/issues/8268
1,070,993,684
8,268
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7895](https://llvm.org/bz7895) | | Resolution | WORKSFORME | | Resolved on | Jan 22, 2012 19:38 | | Version | unspecified | | OS | Linux | | CC | @AaronBallman,@DougGregor | ## Extended Description Testcase: struct A { A() : argv() { }; char* argv[]; int x; } y; Cras...
c++ crash initializing incomplete array type
https://api.github.com/repos/llvm/llvm-project/issues/8267/comments
2
2010-08-15T01:11:06Z
2022-01-20T02:05:35Z
https://github.com/llvm/llvm-project/issues/8267
1,070,993,673
8,267
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7894](https://llvm.org/bz7894) | | Resolution | DUPLICATE | | Resolved on | Aug 17, 2010 05:05 | | Version | 2.7 | | OS | Linux | | Attachments | [Code sample which crashes JIT](https://user-images.githubusercontent.com/60944935/143741845-7e3dadbf-4f1b-46ac-8fd9-07b57ea05a29.gz)...
indirectbr with JIT produces segfault
https://api.github.com/repos/llvm/llvm-project/issues/8266/comments
2
2010-08-15T01:08:31Z
2021-12-03T21:46:11Z
https://github.com/llvm/llvm-project/issues/8266
1,070,993,665
8,266
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7893](https://llvm.org/bz7893) | | Resolution | FIXED | | Resolved on | Oct 27, 2010 15:36 | | Version | unspecified | | OS | Linux | | CC | @DougGregor | ## Extended Description Testcase: struct A { A (int j); A (const A &j); A& operator= (const A &j); }; void foo2() {...
C++ codegen crash with statement expression and non-trivial copy constructor
https://api.github.com/repos/llvm/llvm-project/issues/8265/comments
1
2010-08-15T01:07:33Z
2021-12-03T21:46:10Z
https://github.com/llvm/llvm-project/issues/8265
1,070,993,655
8,265
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7892](https://llvm.org/bz7892) | | Resolution | FIXED | | Resolved on | Aug 17, 2010 18:58 | | Version | unspecified | | OS | Linux | | CC | @DougGregor | ## Extended Description Testcase: int foo(const char*); int a = foo(__PRETTY_FUNCTION__); It appears to crash via a null ...
Crash in codegen with __PRETTY_FUNCTION__ in non-constant initializer
https://api.github.com/repos/llvm/llvm-project/issues/8264/comments
1
2010-08-15T01:03:52Z
2021-12-03T21:46:10Z
https://github.com/llvm/llvm-project/issues/8264
1,070,993,643
8,264
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7891](https://llvm.org/bz7891) | | Resolution | FIXED | | Resolved on | Aug 18, 2010 14:19 | | Version | unspecified | | OS | Linux | | CC | @DougGregor,@rjmccall | ## Extended Description Testcase: struct A { int operator+(); }; template <int (A::*)()> struct S {}; template...
Assertion `DRE->getDeclName().getNameKind() == DeclarationName::Identifier && "Unhandled decl name kind!"' failed mangling function referring to member operator
https://api.github.com/repos/llvm/llvm-project/issues/8263/comments
1
2010-08-15T00:54:44Z
2021-12-03T21:46:09Z
https://github.com/llvm/llvm-project/issues/8263
1,070,993,635
8,263
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7890](https://llvm.org/bz7890) | | Version | trunk | | OS | Linux | | Attachments | [blackscholes source code and test input](https://user-images.githubusercontent.com/60944935/143741844-f88ab541-c866-4b3b-96d7-89c2f7b72f86.gz) | | Reporter | LLVM Bugzilla Contributor | ## Exte...
blackscholes gives incorrect output
https://api.github.com/repos/llvm/llvm-project/issues/8262/comments
1
2010-08-15T00:53:38Z
2023-08-05T03:24:41Z
https://github.com/llvm/llvm-project/issues/8262
1,070,993,629
8,262
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7889](https://llvm.org/bz7889) | | Resolution | FIXED | | Resolved on | Aug 17, 2010 19:08 | | Version | unspecified | | OS | Linux | | CC | @DougGregor | ## Extended Description Testcase: struct A { int j: 2; }; int main() { A a; (a.j = 2) = 3; } Crashes with: clang: C...
Assertion `isSimple()' failed with assignment to bitfield assignment
https://api.github.com/repos/llvm/llvm-project/issues/8261/comments
1
2010-08-15T00:26:31Z
2021-12-03T21:46:07Z
https://github.com/llvm/llvm-project/issues/8261
1,070,993,619
8,261
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7888](https://llvm.org/bz7888) | | Resolution | FIXED | | Resolved on | Aug 19, 2010 14:13 | | Version | unspecified | | OS | Linux | ## Extended Description Testcase: double x = 1e100000000; Crashes with: clang: APFloat.cpp:161: int readExponent(const char*, const char*): As...
Assertion `p == end && "Invalid exponent in exponent"' with float with very large exponent
https://api.github.com/repos/llvm/llvm-project/issues/8260/comments
1
2010-08-14T23:51:58Z
2021-12-03T21:46:06Z
https://github.com/llvm/llvm-project/issues/8260
1,070,993,608
8,260
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7887](https://llvm.org/bz7887) | | Resolution | WORKSFORME | | Resolved on | Jan 08, 2020 08:05 | | Version | unspecified | | OS | Linux | | CC | @AaronBallman,@spavloff | ## Extended Description Testcase: int foo __asm__(""); Crashes with: clang: AttrImpl.cpp:22: clang::Attr...
Assertion `!s.empty()' failed with asm("")
https://api.github.com/repos/llvm/llvm-project/issues/8259/comments
4
2010-08-14T23:49:29Z
2022-01-20T02:05:35Z
https://github.com/llvm/llvm-project/issues/8259
1,070,993,598
8,259
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7886](https://llvm.org/bz7886) | | Resolution | FIXED | | Resolved on | Oct 01, 2010 07:01 | | Version | 2.7 | | OS | Linux | ## Extended Description See $URL. This command (with both LLVM 2.7 and trunk) outputs what is expected by the test: ~/llvm2.7/llvm-2.7/Release/bin/llc...
Codegen/X86/sibcall.ll test fails on i686-apple-darwin8
https://api.github.com/repos/llvm/llvm-project/issues/8258/comments
4
2010-08-14T14:16:42Z
2021-12-03T21:46:04Z
https://github.com/llvm/llvm-project/issues/8258
1,070,993,583
8,258
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7885](https://llvm.org/bz7885) | | Resolution | FIXED | | Resolved on | Oct 12, 2010 12:47 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description As a result, building the CFG results in a failure. The testcase comes from the regr...
Sema does not reject illegal code misusing __builtin_constant_p
https://api.github.com/repos/llvm/llvm-project/issues/8257/comments
1
2010-08-14T11:10:24Z
2021-12-03T21:46:04Z
https://github.com/llvm/llvm-project/issues/8257
1,070,993,573
8,257
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7884](https://llvm.org/bz7884) | | Resolution | FIXED | | Resolved on | Aug 14, 2010 15:52 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @efriedma-quic | ## Extended Description The following program can be compiled with gcc and icc but n...
Violated assertion triggered by __real__ applied to real value
https://api.github.com/repos/llvm/llvm-project/issues/8256/comments
1
2010-08-14T10:12:31Z
2021-12-03T21:46:02Z
https://github.com/llvm/llvm-project/issues/8256
1,070,993,560
8,256
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7883](https://llvm.org/bz7883) | | Resolution | FIXED | | Resolved on | Feb 21, 2019 13:46 | | Version | 2.7 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @efriedma-quic,@isanbard,@pwo,@zygoloid,@rnk | ## Extended Description Issuing the following sequence c...
[indirectbr] Clang cannot build Erlang/OTP R14A (erts-5.8)
https://api.github.com/repos/llvm/llvm-project/issues/8255/comments
12
2010-08-14T09:05:30Z
2021-12-03T21:46:01Z
https://github.com/llvm/llvm-project/issues/8255
1,070,993,545
8,255
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7882](https://llvm.org/bz7882) | | Resolution | FIXED | | Resolved on | Aug 19, 2010 15:24 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description The fast scheduler does not look at the clobbers register of inline assembly instruc...
Fast scheduler does not handle inline assembly clobbers
https://api.github.com/repos/llvm/llvm-project/issues/8254/comments
1
2010-08-13T16:29:44Z
2021-12-03T21:46:00Z
https://github.com/llvm/llvm-project/issues/8254
1,070,993,540
8,254
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7881](https://llvm.org/bz7881) | | Resolution | WORKSFORME | | Resolved on | Oct 18, 2010 12:26 | | Version | trunk | | OS | other | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description Windows Vista 64-bit VisualStudio 2010 32-bit Build target...
clang++ does not build
https://api.github.com/repos/llvm/llvm-project/issues/8253/comments
1
2010-08-13T16:13:22Z
2022-01-20T02:05:33Z
https://github.com/llvm/llvm-project/issues/8253
1,070,993,528
8,253
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7880](https://llvm.org/bz7880) | | Resolution | INVALID | | Resolved on | Oct 10, 2011 03:25 | | Version | 2.7 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @asl,@efriedma-quic | ## Extended Description Using stock LVVM-2.7 x86_64 release C file fbench.c is...
llc with frame pointer elimination disabled generates incorrect epilogue code for the ARM target
https://api.github.com/repos/llvm/llvm-project/issues/8252/comments
13
2010-08-13T02:01:49Z
2021-12-03T21:45:58Z
https://github.com/llvm/llvm-project/issues/8252
1,070,993,521
8,252
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7879](https://llvm.org/bz7879) | | Resolution | FIXED | | Resolved on | Aug 17, 2010 19:11 | | Version | trunk | | OS | Windows XP | | Reporter | LLVM Bugzilla Contributor | | CC | @d0k | ## Extended Description When an empty StringRef is constructed, the Data pointer is set t...
null pointer error when empty StringRef is converted to std::string
https://api.github.com/repos/llvm/llvm-project/issues/8251/comments
1
2010-08-13T01:55:10Z
2021-12-03T21:45:57Z
https://github.com/llvm/llvm-project/issues/8251
1,070,993,514
8,251
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7878](https://llvm.org/bz7878) | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @asl,@efriedma-quic | ## Extended Description With this testcase: $ cat t.ll target triple = "x86_64-apple-darwin10.4" @&#8203;ar.1462 = internal constant [2 x i...
[indirectbr] Relocation error. Absolute 0 assumed
https://api.github.com/repos/llvm/llvm-project/issues/8250/comments
6
2010-08-13T00:03:22Z
2021-12-03T21:45:56Z
https://github.com/llvm/llvm-project/issues/8250
1,070,993,509
8,250
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7877](https://llvm.org/bz7877) | | Resolution | WORKSFORME | | Resolved on | Oct 10, 2011 03:27 | | Version | 2.7 | | OS | Windows XP | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Compiling this code #include <stdio.h> #include <stdlib.h> int main() { p...
"Dwarf Error: bad offset" when compiling with debugging symbols (-g)
https://api.github.com/repos/llvm/llvm-project/issues/8249/comments
3
2010-08-12T22:03:16Z
2022-01-20T02:05:33Z
https://github.com/llvm/llvm-project/issues/8249
1,070,993,502
8,249
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7876](https://llvm.org/bz7876) | | Resolution | FIXED | | Resolved on | Aug 12, 2010 17:25 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description from gcc torture suite: -----------------------------------------------------------...
ipsccp change return value to undef without reason
https://api.github.com/repos/llvm/llvm-project/issues/8248/comments
1
2010-08-12T18:39:28Z
2021-12-03T21:45:55Z
https://github.com/llvm/llvm-project/issues/8248
1,070,993,495
8,248
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7875](https://llvm.org/bz7875) | | Resolution | FIXED | | Resolved on | Aug 17, 2010 18:29 | | Version | trunk | | OS | Windows XP | | CC | @lattner,@DimitryAndric,@tkremenek | ## Extended Description Hi, I get (using VisualStudio 2008, on x64) the following error: RegionSto...
MSVC Internal Compiler Error - Win64
https://api.github.com/repos/llvm/llvm-project/issues/8247/comments
7
2010-08-12T12:11:47Z
2021-12-03T21:45:54Z
https://github.com/llvm/llvm-project/issues/8247
1,070,993,485
8,247
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7874](https://llvm.org/bz7874) | | Resolution | FIXED | | Resolved on | Dec 29, 2010 04:19 | | Version | trunk | | OS | Windows NT | | Reporter | LLVM Bugzilla Contributor | | CC | @oscarfv | ## Extended Description There is no way to build LLVM with ENABLE_THREADS=1 but witho...
LLVM cannot be built w/o pthreads on mingw/msys when pthread.h exists
https://api.github.com/repos/llvm/llvm-project/issues/8246/comments
2
2010-08-12T05:05:03Z
2021-12-03T21:45:53Z
https://github.com/llvm/llvm-project/issues/8246
1,070,993,473
8,246
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7873](https://llvm.org/bz7873) | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor,@efriedma-quic | ## Extended Description This testcase has a typo where `:` was used in place of `;`. ```cpp class Foo { virtual ~Foo()...
clang error points to the wrong place entirely
https://api.github.com/repos/llvm/llvm-project/issues/8245/comments
3
2010-08-12T00:21:18Z
2024-07-28T11:57:09Z
https://github.com/llvm/llvm-project/issues/8245
1,070,993,464
8,245
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7872](https://llvm.org/bz7872) | | Version | trunk | | OS | All | | Attachments | [bugpoint-reduced testcase](https://user-images.githubusercontent.com/60944935/143741834-6fa48cd1-fb58-446f-81a9-b05b2fb0c6ae.gz) | | Reporter | LLVM Bugzilla Contributor | | CC | @asl,@atrick,@sun...
LSR's GenerateReassociations is slow in extreme cases
https://api.github.com/repos/llvm/llvm-project/issues/8244/comments
21
2010-08-11T23:42:30Z
2021-12-03T21:45:51Z
https://github.com/llvm/llvm-project/issues/8244
1,070,993,457
8,244
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7871](https://llvm.org/bz7871) | | Version | trunk | | OS | FreeBSD | ## Extended Description FreeBSD installs TCL in /usr/local/bin. Index: MultiSource/Applications/sqlite3/speedtest.tcl =================================================================== --- MultiSource/Appl...
Make MultiSource/Applications/sqlite3/speedtest.tcl portable.
https://api.github.com/repos/llvm/llvm-project/issues/8243/comments
1
2010-08-11T10:06:30Z
2022-01-26T22:17:59Z
https://github.com/llvm/llvm-project/issues/8243
1,070,993,451
8,243
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7870](https://llvm.org/bz7870) | | Resolution | FIXED | | Resolved on | Feb 05, 2012 18:40 | | Version | trunk | | OS | All | | CC | @AaronBallman,@efriedma-quic | ## Extended Description A user tried to extract an extreme amount of optimization from the compiler: clang -O900...
odd error for -O900
https://api.github.com/repos/llvm/llvm-project/issues/8242/comments
3
2010-08-11T02:16:59Z
2021-12-03T21:45:49Z
https://github.com/llvm/llvm-project/issues/8242
1,070,993,444
8,242
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7869](https://llvm.org/bz7869) | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @efriedma-quic | ## Extended Description This broke sometimes today in clang's TOT: % cat pr20314-2.c int a, b, c, d, e, f, g, h, i, j, k, l; void f1 (void...
clang issues spurious errors on input/output constraints of an inline asm
https://api.github.com/repos/llvm/llvm-project/issues/8241/comments
19
2010-08-11T02:02:41Z
2022-11-02T19:24:41Z
https://github.com/llvm/llvm-project/issues/8241
1,070,993,438
8,241
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7868](https://llvm.org/bz7868) | | Resolution | FIXED | | Resolved on | Jun 20, 2011 12:53 | | Version | trunk | | OS | All | | Attachments | [reduced test case](https://user-images.githubusercontent.com/60944935/143741833-73ea32bf-f0e9-48da-a5b7-1c790a259975.gz) | | Reporter | ...
[LAPACK, basicaa] major missed optimizations
https://api.github.com/repos/llvm/llvm-project/issues/8240/comments
10
2010-08-11T01:16:24Z
2021-12-03T21:45:47Z
https://github.com/llvm/llvm-project/issues/8240
1,070,993,428
8,240
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7867](https://llvm.org/bz7867) | | Resolution | FIXED | | Resolved on | Aug 13, 2010 19:43 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @sunfishcode | ## Extended Description $ llc -o t.s t.ll -relocation-model=pic -disable-fp-elim $ gcc t...
[indirectbr] code gen generates an undefined local symbol
https://api.github.com/repos/llvm/llvm-project/issues/8239/comments
5
2010-08-10T23:52:50Z
2021-12-03T21:45:46Z
https://github.com/llvm/llvm-project/issues/8239
1,070,993,416
8,239
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7866](https://llvm.org/bz7866) | | Version | unspecified | | OS | Windows XP | | Reporter | LLVM Bugzilla Contributor | | CC | @AaronBallman | ## Extended Description Clang should implement the following warning which is in MSVC, and at least put it under -Wcompat. -- C:\tmp>c...
RFE: Implement warning on integer comparison with bool
https://api.github.com/repos/llvm/llvm-project/issues/8238/comments
1
2010-08-10T21:21:50Z
2021-12-03T21:45:45Z
https://github.com/llvm/llvm-project/issues/8238
1,070,993,410
8,238
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7865](https://llvm.org/bz7865) | | Resolution | FIXED | | Resolved on | Aug 11, 2010 12:39 | | Version | trunk | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description The following Objc++ code isn't a proper use of boost::call_o...
error: indirection to an interface is not supported ('NSOperationQueue' invalid)
https://api.github.com/repos/llvm/llvm-project/issues/8237/comments
5
2010-08-10T21:04:07Z
2021-12-03T21:45:44Z
https://github.com/llvm/llvm-project/issues/8237
1,070,993,407
8,237
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7864](https://llvm.org/bz7864) | | Resolution | FIXED | | Resolved on | Aug 11, 2010 21:18 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor,@efriedma-quic,@rjmccall | ## Extended Description use the file cDocStore.mm supplied for i...
Assertion failed: (0 && "Unhandled type!"), function BuildVTablePointer, file CGRTTI.cpp, line 396.
https://api.github.com/repos/llvm/llvm-project/issues/8236/comments
4
2010-08-10T20:11:46Z
2021-12-03T21:45:43Z
https://github.com/llvm/llvm-project/issues/8236
1,070,993,397
8,236
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7863](https://llvm.org/bz7863) | | Resolution | FIXED | | Resolved on | Nov 09, 2010 15:09 | | Version | 2.7 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor,@efriedma-quic | ## Extended Description The test case and error follow: #include <algorit...
Function template and ?: causes segfault
https://api.github.com/repos/llvm/llvm-project/issues/8235/comments
9
2010-08-10T20:11:34Z
2021-12-03T21:45:42Z
https://github.com/llvm/llvm-project/issues/8235
1,070,993,390
8,235
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7862](https://llvm.org/bz7862) | | Resolution | INVALID | | Resolved on | Aug 10, 2010 11:22 | | Version | trunk | | OS | All | | Attachments | [Source file exhibiting the problem](https://user-images.githubusercontent.com/60944935/143741831-2a158ab6-0d9a-424f-b346-e11608d7ed44....
implicit instantiation of undefined template...
https://api.github.com/repos/llvm/llvm-project/issues/8234/comments
1
2010-08-10T12:34:49Z
2021-12-03T21:45:41Z
https://github.com/llvm/llvm-project/issues/8234
1,070,993,382
8,234
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7861](https://llvm.org/bz7861) | | Resolution | FIXED | | Resolved on | Aug 10, 2010 13:13 | | Version | trunk | | OS | All | | Attachments | [Test case](https://user-images.githubusercontent.com/60944935/143741829-58781e79-f73b-4121-b958-f8ce425a3a82.gz), [Fix + Text case](http...
Obj-C Method lookup ignore protocol when lookup method for type id<Protocol>
https://api.github.com/repos/llvm/llvm-project/issues/8233/comments
3
2010-08-10T11:32:33Z
2021-12-03T21:45:41Z
https://github.com/llvm/llvm-project/issues/8233
1,070,993,377
8,233
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7860](https://llvm.org/bz7860) | | Version | trunk | | OS | Linux | | CC | @efriedma-quic | ## Extended Description Hi, I just reduced a very big IR file with bugpoint and bugpoint was able to reduce it to just a single tiny function. Unfortunately it leaves all function decl...
bugpoint should remove unused declares
https://api.github.com/repos/llvm/llvm-project/issues/8232/comments
2
2010-08-10T09:59:39Z
2023-08-04T22:31:51Z
https://github.com/llvm/llvm-project/issues/8232
1,070,993,371
8,232
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7859](https://llvm.org/bz7859) | | Resolution | FIXED | | Resolved on | Aug 12, 2010 02:10 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor,@rjmccall | ## Extended Description From llvm-gcc's testsuite: This code fails when compile...
Assertion failed: (OldFn->isDeclaration() && "Shouldn't replace non-declaration")
https://api.github.com/repos/llvm/llvm-project/issues/8231/comments
2
2010-08-10T09:04:47Z
2021-12-03T21:45:39Z
https://github.com/llvm/llvm-project/issues/8231
1,070,993,356
8,231
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7858](https://llvm.org/bz7858) | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @chandlerc,@DougGregor,@zygoloid,@rjmccall | ## Extended Description $ cat lookup_test.cc ```cpp template <typename T> void f(T* t) { t->T::foo(); } struct S { ...
a template type parameter name should hide a same-named member of that type
https://api.github.com/repos/llvm/llvm-project/issues/8230/comments
6
2010-08-10T08:55:34Z
2025-01-07T16:58:27Z
https://github.com/llvm/llvm-project/issues/8230
1,070,993,347
8,230
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7857](https://llvm.org/bz7857) | | Resolution | WORKSFORME | | Resolved on | Feb 20, 2012 18:40 | | Version | trunk | | OS | Windows NT | | Reporter | LLVM Bugzilla Contributor | | CC | @AaronBallman | ## Extended Description clang doesn't compile this code in C mode test.c =...
clang doesn't accept incomplete type as array parameter in C mode.
https://api.github.com/repos/llvm/llvm-project/issues/8229/comments
1
2010-08-10T06:34:49Z
2022-01-20T02:05:31Z
https://github.com/llvm/llvm-project/issues/8229
1,070,993,338
8,229
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7856](https://llvm.org/bz7856) | | Resolution | FIXED | | Resolved on | Aug 10, 2010 12:39 | | Version | trunk | | OS | FreeBSD | ## Extended Description This is how as and ld should be called: $ /usr/local/clang+llvm-2.7-amd64-freebsd8/bin/clang -### -m32 a.c clang version 1....
-m32 broken on FreeBSD.
https://api.github.com/repos/llvm/llvm-project/issues/8228/comments
1
2010-08-10T02:58:57Z
2021-12-03T21:45:36Z
https://github.com/llvm/llvm-project/issues/8228
1,070,993,329
8,228
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7855](https://llvm.org/bz7855) | | Resolution | FIXED | | Resolved on | Dec 09, 2010 09:58 | | Version | 2.7 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description Hi, I'm not sure whether an anonymous struct within a class is s...
Initialization of an anonymous struct within a class
https://api.github.com/repos/llvm/llvm-project/issues/8227/comments
1
2010-08-10T01:13:55Z
2021-12-03T21:45:35Z
https://github.com/llvm/llvm-project/issues/8227
1,070,993,321
8,227
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7854](https://llvm.org/bz7854) | | Resolution | FIXED | | Resolved on | Oct 10, 2010 13:22 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @lattner | ## Extended Description Clang's -ftrapv used to generate calls to __overflow_handler, whic...
User-definable arithmetic overflow handler
https://api.github.com/repos/llvm/llvm-project/issues/8226/comments
2
2010-08-09T23:13:03Z
2021-12-03T21:45:34Z
https://github.com/llvm/llvm-project/issues/8226
1,070,993,311
8,226
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7853](https://llvm.org/bz7853) | | Resolution | FIXED | | Resolved on | Aug 09, 2010 15:50 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @efriedma-quic,@regehr | ## Extended Description Hi There This reduced code comes from a bigger prog...
unable to build a simple C program with -ftrapv
https://api.github.com/repos/llvm/llvm-project/issues/8225/comments
2
2010-08-09T21:48:57Z
2021-12-03T21:45:33Z
https://github.com/llvm/llvm-project/issues/8225
1,070,993,302
8,225
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7852](https://llvm.org/bz7852) | | Resolution | FIXED | | Resolved on | Aug 30, 2010 13:35 | | Version | trunk | | OS | Linux | | Attachments | [9aug-llvm-config-no-arch-macro.patch](https://user-images.githubusercontent.com/60944935/143741825-2c319b86-9426-49a3-b104-15de9a71a07...
LLVM_NATIVE_ARCHNAME in llvm-config.h conflicts with compiler/buildsystem platform arch defines
https://api.github.com/repos/llvm/llvm-project/issues/8224/comments
17
2010-08-09T19:02:03Z
2021-12-03T21:45:32Z
https://github.com/llvm/llvm-project/issues/8224
1,070,993,296
8,224
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7851](https://llvm.org/bz7851) | | Resolution | FIXED | | Resolved on | Jan 04, 2011 18:13 | | Version | trunk | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor,@efriedma-quic | ## Extended Description The cryptopp makes heavy use of c++ templates....
clang++ can't compile CryptoPP 5.6.0
https://api.github.com/repos/llvm/llvm-project/issues/8223/comments
11
2010-08-09T18:13:35Z
2021-12-03T21:45:31Z
https://github.com/llvm/llvm-project/issues/8223
1,070,993,287
8,223
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7850](https://llvm.org/bz7850) | | Resolution | FIXED | | Resolved on | Aug 09, 2010 21:43 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @sunfishcode | ## Extended Description CentOS release 5.5 (Final) python-2.4.3-27.el5.x86_64 $ pytho...
check-lit is incompatible with Python 2.4 on CentOS5
https://api.github.com/repos/llvm/llvm-project/issues/8222/comments
2
2010-08-09T17:36:52Z
2021-12-03T21:45:31Z
https://github.com/llvm/llvm-project/issues/8222
1,070,993,278
8,222
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7849](https://llvm.org/bz7849) | | Resolution | WORKSFORME | | Resolved on | Aug 09, 2010 15:32 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @chandlerc,@oscarfv | ## Extended Description Using svn revision 110572. cmake refused to build ...
Unnecessary cyclic reference between LLVMX86CodeGen and LLVMX86AsmPrinter
https://api.github.com/repos/llvm/llvm-project/issues/8221/comments
2
2010-08-09T17:33:51Z
2022-01-20T02:05:30Z
https://github.com/llvm/llvm-project/issues/8221
1,070,993,269
8,221
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7848](https://llvm.org/bz7848) | | Resolution | FIXED | | Resolved on | Aug 17, 2010 20:11 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @sunfishcode | ## Extended Description Vectors with alignments over 255 bytes will crash the JIT as a r...
Non trivial vectors crash the JIT with invalid alignment calculation
https://api.github.com/repos/llvm/llvm-project/issues/8220/comments
4
2010-08-09T17:17:48Z
2021-12-03T21:45:29Z
https://github.com/llvm/llvm-project/issues/8220
1,070,993,261
8,220
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7847](https://llvm.org/bz7847) | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description If I do: echo -e "#include <iostream>\nint main(){}" | clang -cc1 -emit-llvm-bc -x c++ | lli -force-interpreter=true The result is: LLVM ...
Cannot use lli's interpreter due to unresolved external __dso_handle
https://api.github.com/repos/llvm/llvm-project/issues/8219/comments
1
2010-08-09T17:08:23Z
2023-11-03T15:07:36Z
https://github.com/llvm/llvm-project/issues/8219
1,070,993,253
8,219
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7846](https://llvm.org/bz7846) | | Resolution | WORKSFORME | | Resolved on | May 18, 2019 19:03 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @jryans | ## Extended Description As far as I can tell, all Nehalem/Westmere processors implemen...
Certain march flags don't enable expected instruction sets
https://api.github.com/repos/llvm/llvm-project/issues/8218/comments
1
2010-08-09T07:44:13Z
2022-01-20T02:05:29Z
https://github.com/llvm/llvm-project/issues/8218
1,070,993,241
8,218
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7845](https://llvm.org/bz7845) | | Resolution | FIXED | | Resolved on | Aug 10, 2010 19:18 | | Version | trunk | | OS | Linux | | CC | @efriedma-quic,@sunfishcode | ## Extended Description [regehr@babel work001]$ clang -O1 small.c -o small [regehr@babel work001]$ ./small 5 [re...
wrong code from clang on x86-64
https://api.github.com/repos/llvm/llvm-project/issues/8217/comments
2
2010-08-09T05:03:25Z
2021-12-03T21:45:27Z
https://github.com/llvm/llvm-project/issues/8217
1,070,993,234
8,217
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7844](https://llvm.org/bz7844) | | Resolution | FIXED | | Resolved on | Sep 06, 2010 00:25 | | Version | trunk | | OS | Linux | ## Extended Description [regehr@gamow tmp422]$ clang -v clang version 2.8 (trunk 110556) Target: x86_64-unknown-linux-gnu Thread model: posix [regehr...
clang crash due to memory unsafety
https://api.github.com/repos/llvm/llvm-project/issues/8216/comments
3
2010-08-09T03:20:29Z
2021-12-03T21:45:25Z
https://github.com/llvm/llvm-project/issues/8216
1,070,993,215
8,216
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7843](https://llvm.org/bz7843) | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @tkremenek | ## Extended Description When mousing over a multi-line macro that is defined using \'s, the indentation of the original macro should be preserved. Cur...
[emit-html] Enhance mouse-over macro expansion in HTML output
https://api.github.com/repos/llvm/llvm-project/issues/8215/comments
3
2010-08-08T18:12:31Z
2021-12-03T21:45:24Z
https://github.com/llvm/llvm-project/issues/8215
1,070,993,206
8,215
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7842](https://llvm.org/bz7842) | | Version | trunk | | OS | Linux | | Attachments | [clang -c cache.c -o cache.bc -O3 -emit-llvm](https://user-images.githubusercontent.com/60944935/143741821-6a81c4dd-9031-4b3b-9704-ee2fa674e465.gz) | | Reporter | LLVM Bugzilla Contributor | ## ...
llvm-prof crash.
https://api.github.com/repos/llvm/llvm-project/issues/8214/comments
1
2010-08-08T14:25:45Z
2024-02-27T01:58:14Z
https://github.com/llvm/llvm-project/issues/8214
1,070,993,200
8,214
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7841](https://llvm.org/bz7841) | | Resolution | FIXED | | Resolved on | Aug 17, 2010 19:35 | | Version | trunk | | OS | MacOS X | | Attachments | [self-contained source code body to reproduce the problem (except for Boost library)](https://user-images.githubusercontent.com/60944...
Boost.Python miscompilation
https://api.github.com/repos/llvm/llvm-project/issues/8213/comments
5
2010-08-08T04:37:13Z
2021-12-03T21:45:23Z
https://github.com/llvm/llvm-project/issues/8213
1,070,993,192
8,213
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7840](https://llvm.org/bz7840) | | Resolution | FIXED | | Resolved on | Mar 28, 2011 18:47 | | Version | trunk | | OS | All | | Attachments | [Test C source](https://user-images.githubusercontent.com/67392/143741815-ab9868c1-edd0-4221-88e7-e6c123f75f4c.gz) | | CC | @efriedma-qui...
Loops are not unrolled
https://api.github.com/repos/llvm/llvm-project/issues/8212/comments
7
2010-08-07T20:04:53Z
2021-12-03T21:45:22Z
https://github.com/llvm/llvm-project/issues/8212
1,070,993,182
8,212
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7839](https://llvm.org/bz7839) | | Resolution | FIXED | | Resolved on | Aug 07, 2010 07:29 | | Version | trunk | | OS | All | ## Extended Description Clang crashes when parsing this: @&#8203;protocol P - (int)test:(int)param, ..; @&#8203;end
Crash parsing broken method declaration
https://api.github.com/repos/llvm/llvm-project/issues/8211/comments
1
2010-08-07T14:06:36Z
2021-12-03T21:45:21Z
https://github.com/llvm/llvm-project/issues/8211
1,070,993,175
8,211
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7838](https://llvm.org/bz7838) | | Resolution | FIXED | | Resolved on | Nov 04, 2013 05:45 | | Version | trunk | | OS | Linux | | Attachments | [failure-inducing LLVM code](https://user-images.githubusercontent.com/732536/143741814-40f666a6-6d4a-42eb-bac0-0db96f67f69d.gz) | | CC...
unable to generate code for llvm.smul.with.overflow.i64 on x86-32
https://api.github.com/repos/llvm/llvm-project/issues/8210/comments
19
2010-08-07T05:26:27Z
2021-12-03T21:45:20Z
https://github.com/llvm/llvm-project/issues/8210
1,070,993,170
8,210
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7837](https://llvm.org/bz7837) | | Resolution | FIXED | | Resolved on | Aug 06, 2010 18:41 | | Version | trunk | | OS | All | | Attachments | [Obtained with clang++ -E](https://user-images.githubusercontent.com/60944935/143741813-36305a92-637b-4b64-b250-6ba40171e68e.gz) | | Repo...
clang segmentation fault
https://api.github.com/repos/llvm/llvm-project/issues/8209/comments
3
2010-08-06T18:03:42Z
2021-12-03T21:45:19Z
https://github.com/llvm/llvm-project/issues/8209
1,070,993,152
8,209
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7836](https://llvm.org/bz7836) | | Resolution | FIXED | | Resolved on | Oct 18, 2010 12:24 | | Version | trunk | | OS | All | | Attachments | [failing testcase](https://user-images.githubusercontent.com/60944935/143741812-fd191824-faf5-4130-9a9d-e8d0caf50cbb.gz) | | Reporter | L...
clang fails to try template argument deduction on every function in the overload set
https://api.github.com/repos/llvm/llvm-project/issues/8208/comments
2
2010-08-06T15:58:21Z
2021-12-03T21:45:18Z
https://github.com/llvm/llvm-project/issues/8208
1,070,993,145
8,208
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7835](https://llvm.org/bz7835) | | Resolution | FIXED | | Resolved on | Aug 06, 2010 19:20 | | Version | trunk | | OS | Linux | | Attachments | [Test-case to trigger crash](https://user-images.githubusercontent.com/60944935/143741811-f1eeddac-164a-4e6a-b062-498813c0208a.gz) | | ...
GVN Crashes
https://api.github.com/repos/llvm/llvm-project/issues/8207/comments
2
2010-08-06T11:12:30Z
2021-12-03T21:45:18Z
https://github.com/llvm/llvm-project/issues/8207
1,070,993,139
8,207
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7834](https://llvm.org/bz7834) | | Resolution | FIXED | | Resolved on | Aug 07, 2010 03:21 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor,@rjmccall | ## Extended Description this is the output of the compiler. compiled clang wi...
clang crashes when compiling c++ code
https://api.github.com/repos/llvm/llvm-project/issues/8206/comments
9
2010-08-06T09:30:14Z
2021-12-03T21:45:17Z
https://github.com/llvm/llvm-project/issues/8206
1,070,993,132
8,206
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7833](https://llvm.org/bz7833) | | Resolution | FIXED | | Resolved on | Sep 02, 2010 16:19 | | Version | trunk | | OS | Linux | | CC | @efriedma-quic,@sunfishcode | ## Extended Description [regehr@babel work000]$ clang -O1 small.c -o small [regehr@babel work000]$ ./small -1 [r...
[dagcombine] possible integer wrong code bug on x64
https://api.github.com/repos/llvm/llvm-project/issues/8205/comments
2
2010-08-06T06:34:32Z
2021-12-03T21:45:16Z
https://github.com/llvm/llvm-project/issues/8205
1,070,993,122
8,205
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7832](https://llvm.org/bz7832) | | Resolution | FIXED | | Resolved on | Aug 02, 2011 15:46 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description (trunk r110360) I think the ARM disassembler does not produce the BLX instruction e...
ARM Disassembler: BLX is variously disassembled as B or BL
https://api.github.com/repos/llvm/llvm-project/issues/8204/comments
2
2010-08-06T00:28:59Z
2021-12-03T21:45:15Z
https://github.com/llvm/llvm-project/issues/8204
1,070,993,115
8,204
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7831](https://llvm.org/bz7831) | | Resolution | FIXED | | Resolved on | Aug 05, 2010 18:24 | | Version | trunk | | OS | All | | Attachments | [Preprocessed file](https://user-images.githubusercontent.com/60944935/143741808-89fcd80c-863b-49ac-a525-c2491c8a3576.gz), [Command line ...
Assertion in StreamChecker::CheckDoubleClose
https://api.github.com/repos/llvm/llvm-project/issues/8203/comments
2
2010-08-05T23:07:00Z
2021-12-03T21:45:14Z
https://github.com/llvm/llvm-project/issues/8203
1,070,993,103
8,203
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7830](https://llvm.org/bz7830) | | Resolution | FIXED | | Resolved on | Aug 05, 2010 18:20 | | Version | unspecified | | OS | All | | Attachments | [Preprocessed file](https://user-images.githubusercontent.com/60944935/143741806-ad5096bd-b7ec-49cf-ad4c-06ced05b8f9f.gz), [Command...
CStringChecker cast assertion
https://api.github.com/repos/llvm/llvm-project/issues/8202/comments
2
2010-08-05T23:00:23Z
2021-12-03T21:45:12Z
https://github.com/llvm/llvm-project/issues/8202
1,070,993,093
8,202
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7829](https://llvm.org/bz7829) | | Resolution | FIXED | | Resolved on | Apr 24, 2020 11:18 | | Version | unspecified | | OS | Linux | | Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143741805-58bded17-70a0-444a-aeed-1a7dc42ce2e2.gz) | | Reporter...
-loop-extract crash "Invalid DominatorTree info!"
https://api.github.com/repos/llvm/llvm-project/issues/8201/comments
1
2010-08-05T22:00:11Z
2021-12-03T21:45:11Z
https://github.com/llvm/llvm-project/issues/8201
1,070,993,087
8,201
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7828](https://llvm.org/bz7828) | | Version | trunk | | OS | MacOS X | | Attachments | [A .m file showing an undetected under retained return from a method.](https://user-images.githubusercontent.com/60944935/143741804-999a3b61-1f8a-4e29-b396-d6df49d8964b.gz) | | Reporter | LLVM ...
Check that all paths return the proper (unowned) retain count
https://api.github.com/repos/llvm/llvm-project/issues/8200/comments
1
2010-08-05T20:18:05Z
2023-05-24T15:02:12Z
https://github.com/llvm/llvm-project/issues/8200
1,070,993,081
8,200
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7827](https://llvm.org/bz7827) | | Resolution | FIXED | | Resolved on | Oct 04, 2010 12:54 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description (as reported on cfe-dev on 08/03/10:) With clang trunk (r110038) the following call...
Clang bug with C99 array as parameter
https://api.github.com/repos/llvm/llvm-project/issues/8199/comments
5
2010-08-05T18:20:43Z
2021-12-03T21:45:10Z
https://github.com/llvm/llvm-project/issues/8199
1,070,993,073
8,199
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7826](https://llvm.org/bz7826) | | Resolution | FIXED | | Resolved on | Aug 13, 2010 12:31 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description According to the documentation of the -Xclang switch, it 'Pass arg to the clang comp...
-Xclang forwards to GCC
https://api.github.com/repos/llvm/llvm-project/issues/8198/comments
1
2010-08-05T14:41:23Z
2021-12-03T21:45:09Z
https://github.com/llvm/llvm-project/issues/8198
1,070,993,065
8,198
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7825](https://llvm.org/bz7825) | | Resolution | FIXED | | Resolved on | Aug 05, 2010 13:13 | | Version | 1.0 | | OS | Linux | | Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143741803-9c5f841c-d781-498f-a164-9b07383892e2.gz) | | Reporter | LLVM ...
Linear Scan Register Allocator expensive checks crash
https://api.github.com/repos/llvm/llvm-project/issues/8197/comments
1
2010-08-05T10:26:53Z
2021-12-03T21:45:08Z
https://github.com/llvm/llvm-project/issues/8197
1,070,993,055
8,197
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7824](https://llvm.org/bz7824) | | Resolution | FIXED | | Resolved on | Oct 26, 2011 12:08 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description Currently if you have a cv-qualified free function, you get the f...
Warning improvement for cv-qualified free functions
https://api.github.com/repos/llvm/llvm-project/issues/8196/comments
0
2010-08-05T09:32:53Z
2021-12-03T21:45:07Z
https://github.com/llvm/llvm-project/issues/8196
1,070,993,044
8,196
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7823](https://llvm.org/bz7823) | | Version | trunk | | OS | Linux | ## Extended Description We'd like to warn on uses of the 'tested-as-zero-value' variable declared inside an if-statement. For example: if (x = test()) { ... } else { doSomething(x); } should is...
warn on use of variable in else clause
https://api.github.com/repos/llvm/llvm-project/issues/8195/comments
2
2010-08-05T08:40:36Z
2023-05-21T13:41:52Z
https://github.com/llvm/llvm-project/issues/8195
1,070,993,034
8,195
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7822](https://llvm.org/bz7822) | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Using the default J3 lazy compiler, AOT compiled code that calls a stub and triggers a lazy compilation will crash vmkit. The problem app...
vmkit: lazy compilation fails when triggered from AOT compiled code
https://api.github.com/repos/llvm/llvm-project/issues/8194/comments
5
2010-08-05T02:54:08Z
2021-12-14T21:30:07Z
https://github.com/llvm/llvm-project/issues/8194
1,070,993,028
8,194
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7821](https://llvm.org/bz7821) | | Version | trunk | | OS | Linux | | Attachments | [test case](https://user-images.githubusercontent.com/60944935/143741802-b77b6c75-295e-4c97-b7d6-7634e28fc2e6.gz) | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Constant e...
llc crashes on an unimplemented constant expression
https://api.github.com/repos/llvm/llvm-project/issues/8193/comments
0
2010-08-05T02:14:53Z
2023-08-04T22:31:04Z
https://github.com/llvm/llvm-project/issues/8193
1,070,993,022
8,193
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7820](https://llvm.org/bz7820) | | Resolution | FIXED | | Resolved on | Aug 09, 2010 00:41 | | Version | trunk | | OS | All | | Attachments | [test case](https://user-images.githubusercontent.com/60944935/143741801-ff198a4f-c2e6-4cf8-8f4c-9e1086255d12.gz) | | Reporter | LLVM Bug...
clang barfs on var arg test case
https://api.github.com/repos/llvm/llvm-project/issues/8192/comments
2
2010-08-05T01:25:51Z
2021-12-03T21:45:04Z
https://github.com/llvm/llvm-project/issues/8192
1,070,993,015
8,192
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7819](https://llvm.org/bz7819) | | Resolution | FIXED | | Resolved on | Aug 11, 2010 21:09 | | Version | unspecified | | OS | MacOS X | | Attachments | [Bare-bones project that demonstrates link error with std lib.](https://user-images.githubusercontent.com/60944935/143741799-22...
Link error in release mode
https://api.github.com/repos/llvm/llvm-project/issues/8191/comments
3
2010-08-05T00:45:09Z
2021-12-03T21:45:03Z
https://github.com/llvm/llvm-project/issues/8191
1,070,993,007
8,191
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7818](https://llvm.org/bz7818) | | Resolution | FIXED | | Resolved on | Aug 07, 2010 17:27 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @d0k | ## Extended Description With -E -dD, Clang does not print #undef's, which it should. Consider...
-dD should print #undef's
https://api.github.com/repos/llvm/llvm-project/issues/8190/comments
1
2010-08-05T00:23:31Z
2021-12-03T21:45:02Z
https://github.com/llvm/llvm-project/issues/8190
1,070,993,000
8,190
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7817](https://llvm.org/bz7817) | | Resolution | INVALID | | Resolved on | Aug 05, 2010 05:43 | | Version | trunk | | OS | Linux | | CC | @DougGregor,@efriedma-quic | ## Extended Description Clang accepts this: int main() { class f { }; union { int f; }; } But the C++ Standar...
Members of anonymous unions shall be unique in their scope
https://api.github.com/repos/llvm/llvm-project/issues/8189/comments
2
2010-08-04T23:16:24Z
2021-12-03T21:45:01Z
https://github.com/llvm/llvm-project/issues/8189
1,070,992,994
8,189
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7816](https://llvm.org/bz7816) | | Resolution | FIXED | | Resolved on | Dec 16, 2012 21:54 | | Version | trunk | | OS | Linux | | CC | @sunfishcode | ## Extended Description make check on LLVM configured with--enable-targets=host-only on ppc shows lots of failures related to m...
make check: x86 tests when configured with host-only on PPC
https://api.github.com/repos/llvm/llvm-project/issues/8188/comments
7
2010-08-04T22:44:53Z
2021-12-03T21:44:59Z
https://github.com/llvm/llvm-project/issues/8188
1,070,992,979
8,188
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7815](https://llvm.org/bz7815) | | Resolution | DUPLICATE | | Resolved on | Aug 04, 2010 15:47 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description This program emits an unexpected warning: int f(); void test() { if ...
'x' is always zero in this context should not apply to LHS of assignment
https://api.github.com/repos/llvm/llvm-project/issues/8187/comments
1
2010-08-04T22:43:13Z
2021-12-03T21:44:59Z
https://github.com/llvm/llvm-project/issues/8187
1,070,992,971
8,187
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7814](https://llvm.org/bz7814) | | Resolution | FIXED | | Resolved on | Aug 04, 2010 17:41 | | Version | trunk | | OS | Linux | | CC | @efriedma-quic | ## Extended Description regehr@gamow work017]$ clang -O1 small.c -o small [regehr@gamow work017]$ ./small 0 [regehr@gamow wor...
possible integer wrong code bug on x64
https://api.github.com/repos/llvm/llvm-project/issues/8186/comments
2
2010-08-04T22:37:42Z
2021-12-03T21:44:58Z
https://github.com/llvm/llvm-project/issues/8186
1,070,992,963
8,186
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7813](https://llvm.org/bz7813) | | Resolution | INVALID | | Resolved on | Aug 10, 2010 05:06 | | Version | trunk | | OS | Linux | | Attachments | [LLVM's SelectionDAG when trying to run Neverball with r300g](https://user-images.githubusercontent.com/60944935/143741795-a5698f53-2...
"Cannot yet select" error when using Gallium (Mesa master)
https://api.github.com/repos/llvm/llvm-project/issues/8185/comments
6
2010-08-04T22:14:27Z
2021-12-03T21:44:57Z
https://github.com/llvm/llvm-project/issues/8185
1,070,992,953
8,185
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7812](https://llvm.org/bz7812) | | Resolution | FIXED | | Resolved on | Aug 04, 2010 15:01 | | Version | unspecified | | OS | All | | CC | @tkremenek | ## Extended Description hummer:src thakis$ cat test.cc const int& g() { int s; return s; } hummer:src thakis$ ~/src/llvm/...
Clang doesn't warn when a function returns a reference to a local function
https://api.github.com/repos/llvm/llvm-project/issues/8184/comments
1
2010-08-04T20:14:00Z
2021-12-03T21:44:56Z
https://github.com/llvm/llvm-project/issues/8184
1,070,992,939
8,184
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7811](https://llvm.org/bz7811) | | Resolution | INVALID | | Resolved on | Aug 06, 2010 04:30 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @nlewycky | ## Extended Description Reproducer: $cat bug.c int a; $clang -c -emit-llvm -g -O0 bug...
Linker (llvm-ld) lose debug information on global variables even without optimizations enabled
https://api.github.com/repos/llvm/llvm-project/issues/8183/comments
2
2010-08-04T19:13:40Z
2021-12-03T21:44:55Z
https://github.com/llvm/llvm-project/issues/8183
1,070,992,932
8,183
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7810](https://llvm.org/bz7810) | | Resolution | FIXED | | Resolved on | Aug 04, 2010 19:45 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description Consider: void operator delete(void* const); GCC 4.5.0 and ...
Clang rejects const-qualified parameter type for operator delete
https://api.github.com/repos/llvm/llvm-project/issues/8182/comments
1
2010-08-04T18:12:16Z
2021-12-03T21:44:54Z
https://github.com/llvm/llvm-project/issues/8182
1,070,992,924
8,182
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7809](https://llvm.org/bz7809) | | Resolution | FIXED | | Resolved on | Feb 13, 2011 05:02 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @lattner,@echristo,@oscarfv | ## Extended Description The LLVM headers llvm-c/Target.h and llvm/Targe...
TargetSelect.h shouldn't include llvm/Config/config.h
https://api.github.com/repos/llvm/llvm-project/issues/8181/comments
19
2010-08-04T17:22:39Z
2021-12-03T21:44:53Z
https://github.com/llvm/llvm-project/issues/8181
1,070,992,916
8,181
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7808](https://llvm.org/bz7808) | | Resolution | FIXED | | Resolved on | Aug 04, 2010 04:18 | | Version | 2.7 | | OS | Linux | | Attachments | [demo code](https://user-images.githubusercontent.com/60944935/143741793-8daa010d-61e3-4e12-adb7-a3250921ed9f.gz) | | Reporter | LLVM Bug...
method visibility ignored
https://api.github.com/repos/llvm/llvm-project/issues/8180/comments
1
2010-08-04T11:16:53Z
2021-12-03T21:44:53Z
https://github.com/llvm/llvm-project/issues/8180
1,070,992,909
8,180
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7807](https://llvm.org/bz7807) | | Resolution | FIXED | | Resolved on | Aug 06, 2010 09:15 | | Version | trunk | | OS | All | | Attachments | [Obtained with clang++ -E](https://user-images.githubusercontent.com/60944935/143741791-2a5775d6-2792-430f-a993-e88b0bcccd26.gz) | | Repo...
Template deduction assertion with template template parameters
https://api.github.com/repos/llvm/llvm-project/issues/8179/comments
2
2010-08-04T08:57:45Z
2021-12-03T21:44:52Z
https://github.com/llvm/llvm-project/issues/8179
1,070,992,901
8,179
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7806](https://llvm.org/bz7806) | | Resolution | WONTFIX | | Resolved on | Jan 18, 2016 05:02 | | Version | trunk | | OS | Linux | | Attachments | [Input to the JIT](https://user-images.githubusercontent.com/60944935/143741790-121273c1-4262-463f-b0bd-c8183a960600.gz) | | Reporter...
MIC (Modified immediate constants) field is not honored in ARM JIT's Code emitter
https://api.github.com/repos/llvm/llvm-project/issues/8178/comments
1
2010-08-04T04:38:16Z
2022-01-20T02:32:53Z
https://github.com/llvm/llvm-project/issues/8178
1,070,992,888
8,178
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [7805](https://llvm.org/bz7805) | | Resolution | FIXED | | Resolved on | Aug 09, 2010 12:58 | | Version | trunk | | OS | Linux | | Attachments | [g++-4.5.1 -fopenmp -S -O1 -fplugin=<path-to-dragonegg.so> test.cx](https://user-images.githubusercontent.com/92601274/143741789-ff8fde...
Bad interaction with OpenMP
https://api.github.com/repos/llvm/llvm-project/issues/8177/comments
3
2010-08-04T02:59:07Z
2021-12-03T21:44:50Z
https://github.com/llvm/llvm-project/issues/8177
1,070,992,871
8,177