[Bug sanitizer/94328] Logging of defects to file does not work with Asan and Ubsan combined

2020-03-25 Thread gmc at synopsys dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94328 Gordon Mc changed: What|Removed |Added Known to fail||9.2.0 --- Comment #5 from Gordon Mc ---

[Bug sanitizer/94328] Logging of defects to file does not work with Asan and Ubsan combined

2020-03-25 Thread gmc at synopsys dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94328 --- Comment #4 from Gordon Mc --- This seems to be specific to GCC - I just tested with clang 7.1.0, and it behaves as I would expect it to (both Asan and Ubsan content went to the UABSAN log file - none went to stderr)

[Bug sanitizer/94328] Logging of defects to file does not work with Asan and Ubsan combined

2020-03-25 Thread gmc at synopsys dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94328 --- Comment #2 from Gordon Mc --- Created attachment 48116 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48116=edit Script to run the testcase

[Bug sanitizer/94328] Logging of defects to file does not work with Asan and Ubsan combined

2020-03-25 Thread gmc at synopsys dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94328 --- Comment #1 from Gordon Mc --- Created attachment 48115 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48115=edit Makefile

[Bug sanitizer/94328] New: Logging of defects to file does not work with Asan and Ubsan combined

2020-03-25 Thread gmc at synopsys dot com
Priority: P3 Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: gmc at synopsys dot com CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org, marxin

[Bug c++/92364] [7 only] strict-overflow warning only when using "--coverage" flag and -O2 or above, and inlining

2019-11-06 Thread gmc at synopsys dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92364 --- Comment #3 from Gordon Mc --- Hi Andrew, Thanks for your time, and for the quick response. Yes, I may have reduced the testcase too far. It used to have the problem even with the values being initialized, but that was a much larger

[Bug c++/92364] New: strict-overflow warning only when using "--coverage" flag and -O2 or above, and inlining

2019-11-04 Thread gmc at synopsys dot com
NCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: gmc at synopsys dot com Target Milestone: --- Created attachment 47170 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47170=edit Source file t

[Bug libstdc++/81542] Compilation failure with math.h and -D_GLIBCXX_USE_C99_FP_MACROS_DYNAMIC

2017-07-24 Thread gmc at synopsys dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81542 Gordon Mc changed: What|Removed |Added Target||Target: x86_64-redhat-linux --- Comment #4

[Bug libstdc++/81542] Compilation failure with math.h and -D_GLIBCXX_USE_C99_FP_MACROS_DYNAMIC

2017-07-24 Thread gmc at synopsys dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81542 --- Comment #3 from Gordon Mc --- GCC build being used, was configured with --enable-bootstrap --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,fortran

[Bug c++/81542] New: Compilation failure with math.h and -D_GLIBCXX_USE_C99_FP_MACROS_DYNAMIC

2017-07-24 Thread gmc at synopsys dot com
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: gmc at synopsys dot com Target Milestone: --- There appears to be a problem with the math.h file created by GCC, starting with GCC version 6.x Create testfile "test.cxx&q

[Bug c++/77832] isnan() check causes signal 8 with signaling nans

2016-10-03 Thread gmc at synopsys dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77832 --- Comment #2 from Gordon Mc --- Created attachment 39743 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39743=edit Runs the test prog with various arguments

[Bug c++/77832] isnan() check causes signal 8 with signaling nans

2016-10-03 Thread gmc at synopsys dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77832 --- Comment #1 from Gordon Mc --- Created attachment 39742 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39742=edit Makefile

[Bug c++/77832] New: isnan() check causes signal 8 with signaling nans

2016-10-03 Thread gmc at synopsys dot com
: c++ Assignee: unassigned at gcc dot gnu.org Reporter: gmc at synopsys dot com Target Milestone: --- Created attachment 39741 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39741=edit test program The example prog shows incorrect isnan() behavior when u