[LLVMbugs] [Bug 7493] clang++ rejects extended initializer list.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Feb 9 01:14:54 PST 2012


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

Paweł Sikora <pluto at agmk.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|LATER                       |FIXED

--- Comment #3 from Paweł Sikora <pluto at agmk.net> 2012-02-09 03:14:54 CST ---
with current 'clang-3.0 -std=c++0x' i can compile original testcase:

$ clang++ t.cpp -c -Wall -std=c++0x -O --save-temps -g0
$ cat t.s
        .file   "t.ii"
        .text
        .globl  _Z3fooi
        .align  16, 0x90
        .type   _Z3fooi, at function
_Z3fooi:                                # @_Z3fooi
.Ltmp0:
        .cfi_startproc
# BB#0:
        movl    %edi, %eax
        ret
.Ltmp1:
        .size   _Z3fooi, .Ltmp1-_Z3fooi
.Ltmp2:
        .cfi_endproc
.Leh_func_end0:
        .section        ".note.GNU-stack","", at progbits


so, it looks fixed.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list