[Bug c++/54941] New: do not print line/column numbers for <built-in>:0:0

manu at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Oct 17 00:11:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54941

             Bug #: 54941
           Summary: do not print line/column numbers for <built-in>:0:0
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: manu@gcc.gnu.org


/home/manuel/test3/192379M/build/gcc/testsuite/g++2/../../g++
-B/home/manuel/test3/192379M/build/gcc/testsuite/g++2/../../
/home/manuel/test3/src/gcc/testsuite/g++.dg/lookup/new1.C 
-fno-diagnostics-show-caret  -nostdinc++
-I/home/manuel/test3/192379M/build/x86_64-unknown-linux-gnu/32/libstdc++-v3/include/x86_64-unknown-linux-gnu
-I/home/manuel/test3/192379M/build/x86_64-unknown-linux-gnu/32/libstdc++-v3/include
-I/home/manuel/test3/src/libstdc++-v3/libsupc++
-I/home/manuel/test3/src/libstdc++-v3/include/backward
-I/home/manuel/test3/src/libstdc++-v3/testsuite/util -fmessage-length=0
-std=c++11  -pedantic-errors -Wno-long-long  -S  -m32 -o new1.s
/home/manuel/test3/src/gcc/testsuite/g++.dg/lookup/new1.C: In function 'int
main()':
/home/manuel/test3/src/gcc/testsuite/g++.dg/lookup/new1.C:8:20: error: no
matching function for call to 'operator new(sizetype, int*)'
/home/manuel/test3/src/gcc/testsuite/g++.dg/lookup/new1.C:8:20: note: candidate
is:
<built-in>:0:0: note: void* operator new(unsigned int)
<built-in>:0:0: note:   candidate expects 1 argument, 2 provided!



More information about the Gcc-bugs mailing list