[Bug target/89951] Uncorrect instructions flag for Nehalem / westmere arch

2019-04-04 Thread bratsinot at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89951 --- Comment #6 from Alexander --- (In reply to Martin Liška from comment #5) > What kind of error? Can you please provide a test-case? Like these: > cd gui/ && ( test -e Makefile || > /tmp/qt-everywhere-src-5.12.1/qtbase/bin/qmake -o Makefile >

[Bug target/89951] Uncorrect instructions flag for Nehalem / westmere arch

2019-04-04 Thread bratsinot at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89951 --- Comment #4 from Alexander --- (In reply to Uroš Bizjak from comment #2) > These two flags are irrelevant without -mavx. But, for example, when i build Qt5 gcc give error about these two instructions.

[Bug target/89951] New: Uncorrect flag for Nehalem / westmere

2019-04-03 Thread bratsinot at gmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: bratsinot at gmail dot com Target Milestone: --- gcc set uncorrect flags -mavx256-split-unaligned-load and -mavx256-split-unaligned-store when use -march=native or Nehalem / westmere arch. Nehalem / westmere don't hav

[Bug c/56507] GCC -march=native for Core2Duo

2013-03-02 Thread bratsinot at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56507 --- Comment #4 from Alexander 2013-03-02 18:51:35 UTC --- (In reply to comment #3) > Can you invoke the following command: > cat /proc/cpuinfo I'm terribly sorry, something went wrong (several times), when I executed "gcc -march=native

[Bug c/56507] GCC -march=native for Core2Duo

2013-03-02 Thread bratsinot at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56507 --- Comment #2 from Alexander 2013-03-02 13:49:39 UTC --- (In reply to comment #1) > (In reply to comment #0) > > GCC -march=native includes only flags: -mmmx -msse -msse2 -msse3 -mssse3 > > but some Core2Duo processors have -msse4 -msse4

[Bug c/56507] New: GCC -march=native for Core2Duo

2013-03-01 Thread bratsinot at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56507 Bug #: 56507 Summary: GCC -march=native for Core2Duo Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: enhancement Pri

[Bug c/55646] Array of data as argument

2012-12-11 Thread bratsinot at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55646 --- Comment #1 from Alexander 2012-12-11 14:07:21 UTC --- If write this: > static const uint8_t qwe[] = {0xAA,0xBB,0xCC,0x0A}; > fwrite(qwe, 1, 4, stdout); gcc put data in one piece, something like that: > qwe.2230: > .byte -86 > .

[Bug c/55646] New: Array of data as argument

2012-12-11 Thread bratsinot at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55646 Bug #: 55646 Summary: Array of data as argument Classification: Unclassified Product: gcc Version: 4.7.1 Status: UNCONFIRMED Severity: normal Priority: P3 C

[Bug c/54587] New: Error with constant in arithmetic

2012-09-15 Thread bratsinot at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54587 Bug #: 54587 Summary: Error with constant in arithmetic Classification: Unclassified Product: gcc Version: 4.7.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c/50992] Wconversion does not handle complex type conversions

2011-11-04 Thread bratsinot at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50992 Alexander changed: What|Removed |Added Severity|enhancement |normal --- Comment #6 from Alexander 2011-11

[Bug c/50992] abs() and cabs()

2011-11-04 Thread bratsinot at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50992 Alexander changed: What|Removed |Added Summary|Wconversion does not handle |abs() and cabs() |complex t

[Bug c/50992] abs() and cabs()

2011-11-04 Thread bratsinot at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50992 --- Comment #2 from Alexander 2011-11-04 14:59:53 UTC --- Created attachment 25714 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25714 NULL I right now noticed that abs() just return real part of complex number.

[Bug c/50992] New: abs() and cabs()

2011-11-04 Thread bratsinot at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50992 Bug #: 50992 Summary: abs() and cabs() Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c/50136] New: Loop inc/dec optimization.

2011-08-19 Thread bratsinot at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50136 Bug #: 50136 Summary: Loop inc/dec optimization. Classification: Unclassified Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 C

[Bug c/50135] New: Loop optimization.

2011-08-19 Thread bratsinot at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50135 Bug #: 50135 Summary: Loop optimization. Classification: Unclassified Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component