<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - GNU/Linux: CodeGen/address-safety-attr.cpp fails on i386"
   href="https://llvm.org/bugs/show_bug.cgi?id=25710">25710</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>GNU/Linux: CodeGen/address-safety-attr.cpp fails on i386
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>3.6
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>LLVM Codegen
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedclangbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>sylvestre@debian.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>FAIL: Clang :: CodeGen/address-safety-attr.cpp (1353 of 8403)
******************** TEST 'Clang :: CodeGen/address-safety-attr.cpp' FAILED
********************
Script:
--
echo "int DefinedInDifferentFile(int *a) { return *a; }" >
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/tools/clang/test/CodeGen/Output/address-safety-attr.cpp.tmp.extra-source.cpp
echo "struct S { S(){} ~S(){} };" >>
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/tools/clang/test/CodeGen/Output/address-safety-attr.cpp.tmp.extra-source.cpp
echo "S glob_array[5];" >>
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/tools/clang/test/CodeGen/Output/address-safety-attr.cpp.tmp.extra-source.cpp
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/Release/bin/clang -cc1
-internal-isystem
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/Release/bin/../lib/clang/3.7.1/include
-nostdsysteminc -std=c++11 -triple x86_64-apple-darwin -emit-llvm -o -
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/clang/test/CodeGen/address-safety-attr.cpp
-include
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/tools/clang/test/CodeGen/Output/address-safety-attr.cpp.tmp.extra-source.cpp
| /«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/Release/bin/FileCheck
-check-prefix=WITHOUT
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/clang/test/CodeGen/address-safety-attr.cpp
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/Release/bin/clang -cc1
-internal-isystem
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/Release/bin/../lib/clang/3.7.1/include
-nostdsysteminc -std=c++11 -triple x86_64-apple-darwin -emit-llvm -o -
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/clang/test/CodeGen/address-safety-attr.cpp
-include
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/tools/clang/test/CodeGen/Output/address-safety-attr.cpp.tmp.extra-source.cpp
-fsanitize=address |
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/Release/bin/FileCheck
-check-prefix=ASAN
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/clang/test/CodeGen/address-safety-attr.cpp
echo "fun:*BlacklistedFunction*" >
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/tools/clang/test/CodeGen/Output/address-safety-attr.cpp.tmp.func.blacklist
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/Release/bin/clang -cc1
-internal-isystem
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/Release/bin/../lib/clang/3.7.1/include
-nostdsysteminc -std=c++11 -triple x86_64-apple-darwin -emit-llvm -o -
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/clang/test/CodeGen/address-safety-attr.cpp
-include
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/tools/clang/test/CodeGen/Output/address-safety-attr.cpp.tmp.extra-source.cpp
-fsanitize=address
-fsanitize-blacklist=/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/tools/clang/test/CodeGen/Output/address-safety-attr.cpp.tmp.func.blacklist
| /«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/Release/bin/FileCheck
-check-prefix=BLFUNC
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/clang/test/CodeGen/address-safety-attr.cpp
echo
"src:/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/clang/test/CodeGen/address-safety-attr.cpp"
>
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/tools/clang/test/CodeGen/Output/address-safety-attr.cpp.tmp.file.blacklist
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/Release/bin/clang -cc1
-internal-isystem
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/Release/bin/../lib/clang/3.7.1/include
-nostdsysteminc -std=c++11 -triple x86_64-apple-darwin -emit-llvm -o -
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/clang/test/CodeGen/address-safety-attr.cpp
-include
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/tools/clang/test/CodeGen/Output/address-safety-attr.cpp.tmp.extra-source.cpp
-fsanitize=address
-fsanitize-blacklist=/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/tools/clang/test/CodeGen/Output/address-safety-attr.cpp.tmp.file.blacklist
| /«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/Release/bin/FileCheck
-check-prefix=BLFILE
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/clang/test/CodeGen/address-safety-attr.cpp
--
Exit Code: 1

Command Output (stderr):
--
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/clang/test/CodeGen/address-safety-attr.cpp:86:12:
error: expected string not found in input
// BLFILE: AddressSafetyOk{{.*}}) [[NOATTR]]
           ^
<stdin>:159:48: note: scanning from here
define i32 @_Z16NoAddressSafety6Pi(i32* %a) #2 {
                                               ^
<stdin>:159:48: note: with variable "NOATTR" equal to "#2"
define i32 @_Z16NoAddressSafety6Pi(i32* %a) #2 {
                                               ^
<stdin>:168:17: note: possible intended match here
define i32 @_Z15AddressSafetyOkPi(i32* %a) #0 {
                ^</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>