https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83612

Tom de Vries <vries at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bernd.edlinger at hotmail dot 
de

--- Comment #1 from Tom de Vries <vries at gcc dot gnu.org> ---
In more detail:
...
src/gcc/testsuite/gcc.dg/ubsan/object-size-9.c:11:13: runtime error: load of
address 0x000000600ff2 with insufficient space for an object of type 'char'
0x000000600ff2: note: pointer points here
<memory cannot be printed>
PASS: gcc.dg/ubsan/object-size-9.c   -O2  execution test
FAIL: gcc.dg/ubsan/object-size-9.c   -O2  output pattern test, is
gcc.dg/ubsan/object-size-9.c:11:13: runtime error: load of address
0x000000600ff2 with insufficient space for an object of type 'char'
0x000000600ff2: note: pointer points here
<memory cannot be printed>
, should match load of address [^
^M]* with insufficient space for an object of type 'char'[^
^M]*(
|^M
|^M)[^
^M]*note: pointer points here[^
^M]*(
|^M
|^M)[^
^M]*[^
^M]*(
|^M
|^M)[^
^M]*\^
...

Reply via email to