[LLVMbugs] [Bug 22006] New: r224667 breaks bootstrap on Fedora 20

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Dec 22 14:44:17 PST 2014


http://llvm.org/bugs/show_bug.cgi?id=22006

            Bug ID: 22006
           Summary: r224667 breaks bootstrap on Fedora 20
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: hjl.tools at gmail.com
                CC: llvmbugs at cs.uiuc.edu, rtrieu at google.com
    Classification: Unclassified

On Fedora 20/x86 and Fedora 20/x86-64, r224667:

commit db865a1e4453bcdab9151476cf33c52b7b9eceb6
Author: Richard Trieu <rtrieu at google.com>
Date:   Sat Dec 20 02:42:08 2014 +0000

    Fix for PR21758

    When a non-type template argument expression needs a conversion to change
it
    into the argument type, preserve that information by remaking the
    TemplateArgument with an expression that has those conversions.  Also a
smal
l
    fix to template type diffing to handle the extra conversions in some cases.


    git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224667
91177308-0d34
-0410-b5e6-96231b3b80d8

caused:

FAIL: LLVM :: MC/Mips/mips64-expansions.s (8249 of 12121)
******************** TEST 'LLVM :: MC/Mips/mips64-expansions.s' FAILED
********************
Script:
--
/export/build/gnu/llvm-clang-bootstrap/stage2/build-x86_64-linux/Release+Asserts/bin/llvm-mc
/export/project/git/llvm/test/MC/Mips/mips64-expansions.s
-triple=mips64el-unknown-linux -show-encoding -mcpu=mips64r2 |
/export/build/gnu/llvm-clang-bootstrap/stage2/build-x86_64-linux/Release+Asserts/bin/FileCheck
/export/project/git/llvm/test/MC/Mips/mips64-expansions.s
--
Exit Code: 1

Command Output (stderr):
--
/export/project/git/llvm/test/MC/Mips/mips64-expansions.s:25:10: error:
expected string not found in input
# CHECK: ori $12, $12, 21515 # encoding: [0x0b,0x54,0x8c,0x35]
         ^
<stdin>:184:2: note: scanning from here
 ori $12, $12, 61952 # encoding: [0x00,0xf2,0x8c,0x35]
 ^
<stdin>:188:2: note: possible intended match here
 ori $12, $12, 29696 # encoding: [0x00,0x74,0x8c,0x35]
 ^

--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 
Testing Time: 15.80s
********************
Failing Tests (1):
    LLVM :: MC/Mips/mips64-expansions.s

  Expected Passes    : 11983
  Expected Failures  : 82
  Unsupported Tests  : 55
  Unexpected Failures: 1
make[4]: *** [check-local] Error 1
make[4]: Leaving directory
`/export/build/gnu/llvm-clang-bootstrap/stage2/build-x86_64-linux/test'
make[3]: *** [check] Error 2

in stage 2 bootstrap.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20141222/5ba6d1ca/attachment.html>


More information about the llvm-bugs mailing list