On Wed, Jun 24, 2015 at 9:16 AM, Kaelyn Takata <[email protected]> wrote: > Yeah, I fixed it earlier yesterday while working through a few > typo-correction-related bugs I'd been CC'ed on, without realizing it was the > same issue Davide had been patching. > > On Wed, Jun 24, 2015 at 5:09 AM, Meador Inge <[email protected]> wrote: >> >> On Tue, Jun 23, 2015 at 10:00 PM, Davide Italiano <[email protected]> >> wrote: >> >> > davide@rabbit1:/exps/llvm2/build/bin % ./clang foo.c -o foo >> > foo.c:7:8: error: use of undeclared identifier 'a' >> > fabs(a); >> > ^ >> > 1 error generated. >> >> Looks like it was fixed in r240443: >> >> * >> http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20150622/131553.html >> >> The fix is pretty much identical to yours. >> >> -- >> # Meador >> _______________________________________________ >> cfe-commits mailing list >> [email protected] >> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits > >
No problem at all. Glad this was fixed and my proposed fix wasn't wrong =) _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
