[Bug middle-end/34678] Optimization generates incorrect code with -frounding-math option (#pragma STDC FENV_ACCESS not implemented)

2008-10-16 Thread merkert at comcast dot net
--- Comment #13 from merkert at comcast dot net 2008-10-16 11:56 --- Would it make sense to have a function attribute to indicate that rounding mode was changed as a side effect? This way, one could keep the default rounding behavior and not incur a performance penalty, but at the same

[Bug bootstrap/34481] stage3-intl: error: C compiler cannot create executables

2008-03-14 Thread merkert at comcast dot net
--- Comment #5 from merkert at comcast dot net 2008-03-14 18:57 --- I've been getting the same thing with the 4.3 release build. I had no problem building this version: gcc (GCC) 4.3.0 20071228 (experimental) Here's the tail of my output (I'll try to build again) m -

[Bug bootstrap/34481] stage3-intl: error: C compiler cannot create executables

2008-03-14 Thread merkert at comcast dot net
--- Comment #6 from merkert at comcast dot net 2008-03-15 01:45 --- It seems to do better (still compiling), now that I've adjusted the LD_LIBRARY_PATH to point to mpfr (there's another bug that seems to be a duplicate). It should really produce a better warning or something.

[Bug c/39128] New: GPC polygon clipping library fails with -O2

2009-02-07 Thread merkert at comcast dot net
RMED Severity: major Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: merkert at comcast dot net GCC build triplet: gcc (GCC) 4.4.0 20090130 (experimental) GCC host triplet: Linux linux 2.6.11.4-21.17

[Bug c/39128] GPC polygon clipping library fails with -O2

2009-02-07 Thread merkert at comcast dot net
--- Comment #1 from merkert at comcast dot net 2009-02-08 02:17 --- Created an attachment (id=17268) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17268&action=view) Preprocessed source Compile like this: gcc -O2 main.i -o clip -- http://gcc.gnu.org/bugzilla/show_bug

[Bug c/39128] GPC polygon clipping library fails with -O2

2009-02-07 Thread merkert at comcast dot net
--- Comment #2 from merkert at comcast dot net 2009-02-08 02:18 --- Created an attachment (id=17269) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17269&action=view) The data file that causes the core dump run like this: gzip -dc polygon.gz | ./clip -- http://gcc.

[Bug c/39128] GPC polygon clipping library fails with -O2

2009-02-07 Thread merkert at comcast dot net
--- Comment #3 from merkert at comcast dot net 2009-02-08 02:19 --- Created an attachment (id=17270) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17270&action=view) Full source code Full source code, including main.i and gpc code and the polygon that causes the co

[Bug c/39128] GPC polygon clipping library fails with -O2

2009-02-07 Thread merkert at comcast dot net
--- Comment #4 from merkert at comcast dot net 2009-02-08 02:48 --- I just found out that it compiles at -O2 if I also specify -ffloat-store. So, I'm thinking it might be related to that old bug (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323), which would not entirely be a sur

[Bug c++/49274] New: Regression: unique_ptr needs full definition of map type

2011-06-02 Thread merkert at comcast dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49274 Summary: Regression: unique_ptr needs full definition of map type Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: major Priority: P3 Component:

[Bug libstdc++/49274] Regression: unique_ptr needs full definition of map type

2011-06-02 Thread merkert at comcast dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49274 merkert at comcast dot net changed: What|Removed |Added Component|c++ |libstdc++ --- Comment #1

[Bug c/34678] New: Optimization generates incorrect code with -frounding-math option

2008-01-04 Thread merkert at comcast dot net
mization generates incorrect code with -frounding- math option Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mer

[Bug middle-end/34678] Optimization generates incorrect code with -frounding-math option (#pragma STDC FENV_ACCESS not implemented)

2008-01-05 Thread merkert at comcast dot net
--- Comment #2 from merkert at comcast dot net 2008-01-05 15:38 --- Ok, so how then would one accomplish this in std c without resorting to asm? I still assume the original code is correct even though the rounding-math doesn't do what I wanted. At any rate, I played a little wi