[Bug target/54988] New: fpmath=sse target pragma causes inlining failure because of target specific option mismatch

2012-10-19 Thread gcc at blino dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54988 Bug #: 54988 Summary: fpmath=sse target pragma causes inlining failure because of target specific option mismatch Classification: Unclassified Product: gcc Version: 4.7.

[Bug c++/54988] fpmath=sse target pragma causes inlining failure because of target specific option mismatch

2012-10-23 Thread gcc at blino dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54988 --- Comment #4 from Olivier Blin 2012-10-23 12:21:52 UTC --- Thanks Jakub, I can confirm that your patch fixes both the small testcase and the Qt5 qdrawhelper issues (applied on top of gcc 4.7.2)

[Bug c++/68052] New: No printf format warnings in C++ code for macro in system headers

2015-10-22 Thread gcc at blino dot org
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: gcc at blino dot org Target Milestone: --- In gcc versions starting from 4.8, it seems that printf format warnings in macros are inconsistent, depending on whether the header defining

[Bug c++/68052] No printf format warnings in C++ code for macro in system headers

2015-10-22 Thread gcc at blino dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68052 Olivier Blin changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|DUPLICATE

[Bug c++/68052] No printf format warnings in C++ code for macro in system headers

2015-10-22 Thread gcc at blino dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68052 --- Comment #3 from Olivier Blin --- Quoting Martin Sebor's answer from the gcc-help mailing list: https://gcc.gnu.org/ml/gcc-help/2015-10/msg00128.html > I'm inclined to say it's a bug. I recommend opening it in Bugzilla. > The only way I was a