[Bug fortran/100662] intrinsic::ieee_arithmetic fails on aarch, powerpc architectures on FreeBSD

2021-08-29 Thread andreast at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100662 --- Comment #15 from Andreas Tobler --- Regarding comment #10, Steve is right with his guess, configure doesn't find the fenv functionalities needed. The reason is pretty simple, for aarch64 and powerpc, they are not public. A quick trial

[Bug fortran/100662] intrinsic::ieee_arithmetic fails on aarch, powerpc architectures on FreeBSD

2021-08-12 Thread andreast at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100662 --- Comment #13 from Andreas Tobler --- I try to find some spare cycles to look into. But I can only investigate the aarch64 part. The powerpcs are gone here.

[Bug bootstrap/97304] Boostrap failure on freebsd: ld: error: unable to find library -lc

2020-12-18 Thread andreast at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97304 --- Comment #7 from Andreas Tobler --- Any news on this? Or can we close this PR? TIA, Andreas

[Bug bootstrap/97304] Boostrap failure on freebsd: ld: error: unable to find library -lc

2020-10-07 Thread andreast at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97304 --- Comment #6 from Andreas Tobler --- First, excuse me Thomas, I was focused on 'Tobias' from the description text. It seems to pass bootstrap with /usr/bin/ld on FreeBSD-13. The test suite will tell more.

[Bug bootstrap/97304] Boostrap failure on freebsd: ld: error: unable to find library -lc

2020-10-07 Thread andreast at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97304 --- Comment #5 from Andreas Tobler --- Hi Tobias, on FreeBSD-12.1, the ld is from binutils 2.17, a really old one. Try to configure with '--with-as=/usr/local/bin/as --with-ld=/usr/local/bin/ld '. Prerequisite is the installation of the

[Bug target/37073] -fno-math-errno should be the default on FreeBSD

2019-08-26 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37073 Andreas Tobler changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |andreast at gcc dot gnu.org

[Bug target/89125] Misoptimization of converting sin(x) and cos(x) into sincos(x,,)

2019-02-01 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89125 --- Comment #12 from Andreas Tobler --- where ever we place it, it'll be an improvement. Make sense to place it in config/freebsd.c, then it is FreeBSD only.

[Bug target/89125] Misoptimization of converting sin(x) and cos(x) into sincos(x,,)

2019-02-01 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89125 --- Comment #10 from Andreas Tobler --- I can confirm this finding with the attached patch. There is an improvement in the gcc results but no improvement/degradation in the other results. Tested on yesterday's trunk.

[Bug libgcc/84292] __sync_add_and_fetch returns the old value instead of the new value

2018-11-20 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84292 --- Comment #7 from Andreas Tobler --- I can do a backport w/o an open PR' right? If so, then the PR can be set to resolved.

[Bug libstdc++/85768] New: FreeBSD bootstrap fails due to undefined reference to 'backtrace'

2018-05-13 Thread andreast at gcc dot gnu.org
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: andreast at gcc dot gnu.org Target Milestone: --- A recent commit (260054) broke bootstrap on FreeBSD. The reason is an undefined reference to 'backtrace'. This function

[Bug libgcc/84292] __sync_add_and_fetch returns the old value instead of the new value

2018-04-27 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84292 --- Comment #5 from Andreas Tobler --- Author: andreast Date: Fri Apr 27 19:14:05 2018 New Revision: 259722 URL: https://gcc.gnu.org/viewcvs?rev=259722=gcc=rev Log: 2018-04-27 Andreas Tobler Maryse

[Bug libgcc/84292] __sync_add_and_fetch returns the old value instead of the new value

2018-04-01 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84292 Andreas Tobler changed: What|Removed |Added Last reconfirmed|2018-02-08 00:00:00 |2018-4-1 --- Comment #3 from Andreas

[Bug libgcc/84292] __sync_add_and_fetch returns the old value instead of the new value

2018-02-08 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84292 Andreas Tobler changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |andreast at gcc dot gnu.org

[Bug libgcc/82635] std::thread's join broken on FreeBSD with all GCCs >= 5

2017-11-05 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82635 Andreas Tobler changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libgcc/82635] std::thread's join broken on FreeBSD with all GCCs >= 5

2017-11-05 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82635 --- Comment #17 from Andreas Tobler --- Author: andreast Date: Sun Nov 5 19:33:44 2017 New Revision: 254432 URL: https://gcc.gnu.org/viewcvs?rev=254432=gcc=rev Log: 2017-11-05 Andreas Tobler Backport from mainline

[Bug libgcc/82635] std::thread's join broken on FreeBSD with all GCCs >= 5

2017-11-05 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82635 --- Comment #16 from Andreas Tobler --- Author: andreast Date: Sun Nov 5 19:30:41 2017 New Revision: 254431 URL: https://gcc.gnu.org/viewcvs?rev=254431=gcc=rev Log: 2017-11-05 Andreas Tobler Backport from mainline

[Bug libgcc/82635] std::thread's join broken on FreeBSD with all GCCs >= 5

2017-11-04 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82635 --- Comment #15 from Andreas Tobler --- Author: andreast Date: Sat Nov 4 19:40:23 2017 New Revision: 254411 URL: https://gcc.gnu.org/viewcvs?rev=254411=gcc=rev Log: 2017-11-04 Andreas Tobler PR libgcc/82635 *

[Bug libgcc/82635] std::thread's join broken on FreeBSD with all GCCs >= 5

2017-11-01 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82635 --- Comment #14 from Andreas Tobler --- The gcc5 branch is closed, so I can not commit there. In the ports tree we're on gcc6 as default gcc. We still can build gcc5. I certainly can talk to Gerald to make an exception or whatever and patch the

[Bug libgcc/82635] std::thread's join broken on FreeBSD with all GCCs >= 5

2017-10-31 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82635 --- Comment #12 from Andreas Tobler --- Will soon commit a fix, for gcc6/7/8 on FreeBSD > 9.3. Older gcc's and OS releases will not be supported by this fix.

[Bug libgcc/82635] std::thread's join broken on FreeBSD with all GCCs >= 5

2017-10-21 Thread andreast at gcc dot gnu.org
at gcc dot gnu.org |andreast at gcc dot gnu.org --- Comment #11 from Andreas Tobler --- For the record, in gcc5 this one went in: md_unwind_header=i386/freebsd-unwind.h Before we had no MD_FALLBACK_FRAME_STATE_FOR. Will investigate.

[Bug libgcc/82635] std::thread's join broken on FreeBSD with all GCCs >= 5

2017-10-20 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82635 --- Comment #9 from Andreas Tobler --- Could you please tell us the FreeBSD version and arch you run on? uname -ra

[Bug sanitizer/79562] sanitizer breaks bootstrap of x86_64-*-freebsd

2017-02-17 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79562 --- Comment #10 from Andreas Tobler --- Author: andreast Date: Fri Feb 17 19:23:28 2017 New Revision: 245547 URL: https://gcc.gnu.org/viewcvs?rev=245547=gcc=rev Log: 2017-02-17 Andreas Tobler Backported from

[Bug sanitizer/79562] sanitizer breaks bootstrap of x86_64-*-freebsd

2017-02-17 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79562 --- Comment #9 from Andreas Tobler --- Author: andreast Date: Fri Feb 17 19:21:39 2017 New Revision: 245546 URL: https://gcc.gnu.org/viewcvs?rev=245546=gcc=rev Log: 2017-02-17 Andreas Tobler Backported from

[Bug sanitizer/79562] sanitizer breaks bootstrap of x86_64-*-freebsd

2017-02-16 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79562 Andreas Tobler changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug sanitizer/79562] sanitizer breaks bootstrap of x86_64-*-freebsd

2017-02-16 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79562 --- Comment #6 from Andreas Tobler --- Author: andreast Date: Thu Feb 16 21:23:51 2017 New Revision: 245520 URL: https://gcc.gnu.org/viewcvs?rev=245520=gcc=rev Log: 2017-02-16 Andreas Tobler PR sanitizer/79562

[Bug sanitizer/79562] sanitizer breaks bootstrap of x86_64-*-freebsd

2017-02-16 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79562 Andreas Tobler changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug sanitizer/79562] sanitizer breaks bootstrap of x86_64-*-freebsd

2017-02-16 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79562 Andreas Tobler changed: What|Removed |Added CC||andreast at gcc dot gnu.org

[Bug target/71767] Endless stream of warnings when using GCC with -Wa,-q and Clang Integrated Assembler

2016-11-27 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71767 Andreas Tobler changed: What|Removed |Added CC||andreast at gcc dot gnu.org

[Bug bootstrap/69611] Bootstrap broken on PowerPC FreeBSD, IEEE 128-bit floating point support.

2016-02-04 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69611 Andreas Tobler changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug bootstrap/69611] Bootstrap broken on PowerPC FreeBSD, IEEE 128-bit floating point support.

2016-02-03 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69611 --- Comment #7 from Andreas Tobler --- Author: andreast Date: Wed Feb 3 22:15:21 2016 New Revision: 233111 URL: https://gcc.gnu.org/viewcvs?rev=233111=gcc=rev Log: 2016-02-03 Andreas Tobler PR bootstrap/69611

[Bug bootstrap/69611] Bootstrap broken on PowerPC FreeBSD, IEEE 128-bit floating point support.

2016-02-03 Thread andreast at gcc dot gnu.org
at gcc dot gnu.org |andreast at gcc dot gnu.org --- Comment #6 from Andreas Tobler --- patch request is here: https://gcc.gnu.org/ml/gcc-patches/2016-02/msg00242.html

[Bug bootstrap/69611] New: Bootstrap broken on PowerPC FreeBSD, IEEE 128-bit floating point support.

2016-02-01 Thread andreast at gcc dot gnu.org
Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: andreast at gcc dot gnu.org Target Milestone: --- PowerPC FreeBSD does not support 128-bit floating point yet. Bootstrap on this target is broken because of undefined

[Bug target/68617] arm ice output_operand: invalid %-code for -march=armv6k + thumb

2015-12-22 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68617 Andreas Tobler changed: What|Removed |Added CC||andreast at gcc dot gnu.org

[Bug libffi/65726] [5/6 Regression] libffi fails to build when not bootstrapping: configure: error: C++ preprocessor "/lib/cpp" fails sanity check

2015-12-04 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65726 --- Comment #12 from Andreas Tobler --- Author: andreast Date: Fri Dec 4 19:51:35 2015 New Revision: 231301 URL: https://gcc.gnu.org/viewcvs?rev=231301=gcc=rev Log: 2015-12-04 Andreas Tobler Backport from mainline

[Bug libffi/65726] [5/6 Regression] libffi fails to build when not bootstrapping: configure: error: C++ preprocessor "/lib/cpp" fails sanity check

2015-12-04 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65726 Andreas Tobler changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libffi/65726] [5/6 Regression] libffi fails to build when not bootstrapping: configure: error: C++ preprocessor "/lib/cpp" fails sanity check

2015-12-04 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65726 --- Comment #13 from Andreas Tobler --- Author: andreast Date: Fri Dec 4 20:25:13 2015 New Revision: 231305 URL: https://gcc.gnu.org/viewcvs?rev=231305=gcc=rev Log: 2015-12-04 Andreas Tobler Backport from mainline

[Bug libffi/65726] [5/6 Regression] libffi fails to build when not bootstrapping: configure: error: C++ preprocessor "/lib/cpp" fails sanity check

2015-12-01 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65726 --- Comment #10 from Andreas Tobler --- I will wait until gcc5 opens again and then I back-port this patch to gcc5 and gcc49.

[Bug libffi/65726] [5/6 Regression] libffi fails to build when not bootstrapping: configure: error: C++ preprocessor "/lib/cpp" fails sanity check

2015-12-01 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65726 --- Comment #9 from Andreas Tobler --- Author: andreast Date: Tue Dec 1 20:15:35 2015 New Revision: 231128 URL: https://gcc.gnu.org/viewcvs?rev=231128=gcc=rev Log: 2015-12-01 Andreas Tobler PR libffi/65726 *

[Bug libffi/65726] [5/6 Regression] libffi fails to build when not bootstrapping: configure: error: C++ preprocessor "/lib/cpp" fails sanity check

2015-11-26 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65726 Andreas Tobler changed: What|Removed |Added Status|WAITING |ASSIGNED Last reconfirmed|2015-04-09

[Bug bootstrap/66252] [6 regression] bootstrap comparison failures on sparc-linux

2015-05-25 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66252 --- Comment #2 from Andreas Tobler andreast at gcc dot gnu.org --- I see the same failures on sparc-solaris 10

[Bug ipa/66181] [6 Regression]: /usr/include/bits/types.h:134:16: ICE: verify_type failed

2015-05-25 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66181 --- Comment #11 from Andreas Tobler andreast at gcc dot gnu.org --- For the record from my side: sparc-solaris and arm*-*-freebsd* are also affected. Applying the line from #6 cures the bootstrap on arm. But sparc-solaris is still broken, 66252

[Bug target/47123] *freebsd configurations configure, but don't build

2015-05-03 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47123 Andreas Tobler andreast at gcc dot gnu.org changed: What|Removed |Added CC||andreast

[Bug target/47123] *freebsd configurations configure, but don't build

2015-05-03 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47123 Andreas Tobler andreast at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/47093] [meta-bug]: broken configurations

2015-05-03 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47093 Bug 47093 depends on bug 47123, which changed state. Bug 47123 Summary: *freebsd configurations configure, but don't build https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47123 What|Removed |Added

[Bug target/65535] powerpc64-freebsd build failure

2015-04-17 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65535 --- Comment #6 from Andreas Tobler andreast at gcc dot gnu.org --- Author: andreast Date: Fri Apr 17 17:50:46 2015 New Revision: 222192 URL: https://gcc.gnu.org/viewcvs?rev=222192root=gccview=rev Log: PR target/65535 * config.gcc: Exit

[Bug target/65535] powerpc64-freebsd build failure

2015-04-17 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65535 Andreas Tobler andreast at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/65535] powerpc64-freebsd build failure

2015-04-16 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65535 --- Comment #5 from Andreas Tobler andreast at gcc dot gnu.org --- Here my patch: https://gcc.gnu.org/ml/gcc-patches/2015-04/msg00839.html I do not like to hardcode a version number. Would mean to update when needed.. The important thing here

[Bug target/65535] powerpc64-freebsd build failure

2015-04-04 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65535 --- Comment #1 from Andreas Tobler andreast at gcc dot gnu.org --- Here a native build seems to succeed, right now in stage three with sources from today. [tritium:head/objdir/gcc] andreast% grep -i fbsd_major * Makefile:tm_defines= LIBC_GLIBC=1

[Bug target/65535] powerpc64-freebsd build failure

2015-04-04 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65535 --- Comment #3 from Andreas Tobler andreast at gcc dot gnu.org --- Unfortunately the build fails with: /usr/local/bin/ld: libbackend.a(tree-diagnostic.o): bad reloc symbol index (0x1 = 0x39) for offset 0x3ee6 in section `.debug_info

[Bug target/65535] powerpc64-freebsd build failure

2015-04-04 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65535 --- Comment #2 from Andreas Tobler andreast at gcc dot gnu.org --- Btw, cool bug ID ;) 0x

[Bug target/64368] [5 Regression] Several libstdc++ test failures on non-linux platforms after r218964.

2015-01-27 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64368 --- Comment #27 from Andreas Tobler andreast at gcc dot gnu.org --- FreeBSD/amd64 is back to normal too, thanks! https://gcc.gnu.org/ml/gcc-testresults/2015-01/msg03141.html

[Bug other/63699] bootstrap fails with Apple clang 6.0

2014-11-04 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63699 Andreas Tobler andreast at gcc dot gnu.org changed: What|Removed |Added CC||andreast

[Bug bootstrap/55784] [4.8 regression] declaration of C function 'const char* strsignal(int)' conflicts with /usr/include/string.h:112: error: previous declaration

2012-12-24 Thread andreast at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55784 Andreas Tobler andreast at gcc dot gnu.org changed: What|Removed |Added CC

[Bug debug/54693] VTA guality issues with loops

2012-11-17 Thread andreast at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54693 Andreas Tobler andreast at gcc dot gnu.org changed: What|Removed |Added CC

[Bug debug/54693] VTA guality issues with loops

2012-11-17 Thread andreast at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54693 --- Comment #20 from Andreas Tobler andreast at gcc dot gnu.org 2012-11-17 12:36:16 UTC --- Just for clarification, the following commits (after #14) in this PR did not resolve the bootstrap issue. I was on r193501 when I first encountered

[Bug bootstrap/54684] New: bootstrap broken with --disable-checking

2012-09-23 Thread andreast at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54684 Bug #: 54684 Summary: bootstrap broken with --disable-checking Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug preprocessor/51776] fixincludes hacks around a C++ deficiency

2012-01-11 Thread andreast at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51776 --- Comment #1 from Andreas Tobler andreast at gcc dot gnu.org 2012-01-11 16:23:57 UTC --- Author: andreast Date: Wed Jan 11 16:23:48 2012 New Revision: 183096 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=183096 Log: 2012-01-11 Bruce

[Bug bootstrap/51705] [4.7 Regression] FreeBSD uses unsupported C++11 features when __cplusplus == 201103L

2012-01-11 Thread andreast at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51705 Andreas Tobler andreast at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug bootstrap/51705] [4.7 Regression] FreeBSD uses unsupported C++11 features when __cplusplus == 201103L

2012-01-10 Thread andreast at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51705 Andreas Tobler andreast at gcc dot gnu.org changed: What|Removed |Added Attachment #26207|0 |1

[Bug bootstrap/51705] [4.7 Regression] FreeBSD uses unsupported C++11 features when __cplusplus == 201103L

2012-01-10 Thread andreast at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51705 Andreas Tobler andreast at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug bootstrap/51705] [4.7 Regression] FreeBSD uses unsupported C++11 features when __cplusplus == 201103L

2012-01-09 Thread andreast at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51705 --- Comment #34 from Andreas Tobler andreast at gcc dot gnu.org 2012-01-09 20:32:00 UTC --- Just to double check, shall I leave the backslash in this line? c_fix_arg = __attribute__\(\(__noreturn__\)\); And more important, do we have an ok

[Bug bootstrap/51705] [4.7 Regression] FreeBSD uses unsupported C++11 features when __cplusplus == 201103L

2012-01-06 Thread andreast at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51705 --- Comment #29 from Andreas Tobler andreast at gcc dot gnu.org 2012-01-06 15:57:51 UTC --- Bootstrap in progress with the below. Additions: - Jakub's recent comment on c_fix_arg. - extend mach to match FreeBSD10.* to FreeBSD19.* (Should give

[Bug bootstrap/51705] FreeBSD uses unsupported C++11 features when __cplusplus == 201103L

2011-12-30 Thread andreast at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51705 Andreas Tobler andreast at gcc dot gnu.org changed: What|Removed |Added CC||andreast

[Bug bootstrap/51705] FreeBSD uses unsupported C++11 features when __cplusplus == 201103L

2011-12-30 Thread andreast at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51705 --- Comment #19 from Andreas Tobler andreast at gcc dot gnu.org 2011-12-30 10:59:03 UTC --- Works too: +sed = s/\\[\\[noreturn\\]\\]/__attribute__((__noreturn__))/; +test_text = #define _Noreturn __attribute__((__noreturn__

[Bug bootstrap/51705] FreeBSD uses unsupported C++11 features when __cplusplus == 201103L

2011-12-30 Thread andreast at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51705 --- Comment #21 from Andreas Tobler andreast at gcc dot gnu.org 2011-12-30 18:06:27 UTC --- Neither bash nor GNU sed is installed on this machine.

[Bug bootstrap/51705] FreeBSD uses unsupported C++11 features when __cplusplus == 201103L

2011-12-30 Thread andreast at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51705 --- Comment #22 from Andreas Tobler andreast at gcc dot gnu.org 2011-12-30 18:54:53 UTC --- On another machine: egrep SED|SHELL * config.log:SED='/usr/local/bin/gsed' config.log:SHELL='/bin/sh' Works too.

[Bug bootstrap/51388] Configure failure to detect unsupported warning options for non-bootstrap builds (including cross builds)

2011-12-20 Thread andreast at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51388 Andreas Tobler andreast at gcc dot gnu.org changed: What|Removed |Added CC||andreast

[Bug bootstrap/51388] Configure failure to detect unsupported warning options for non-bootstrap builds (including cross builds)

2011-12-20 Thread andreast at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51388 --- Comment #12 from Andreas Tobler andreast at gcc dot gnu.org 2011-12-20 15:57:36 UTC --- Seems to work. At least in stage one, compiling gcc. Thank you!

[Bug target/48690] gcc-4.3.5 fails for target m68k

2011-04-28 Thread andreast at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48690 --- Comment #33 from Andreas Tobler andreast at gcc dot gnu.org 2011-04-28 16:58:53 UTC --- I was able to build a cross gcc with the patch below. But I do not know if this correct. Especially I do not know if we can lower the BIGGEST_ALIGNMENT

[Bug target/48690] gcc-4.3.5 fails for target m68k

2011-04-22 Thread andreast at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48690 --- Comment #22 from Andreas Tobler andreast at gcc dot gnu.org 2011-04-22 14:16:13 UTC --- I need some time to bisect. I'll let you know asap which version is the breaking one.

[Bug target/48690] gcc-4.3.5 fails for target m68k

2011-04-22 Thread andreast at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48690 --- Comment #23 from Andreas Tobler andreast at gcc dot gnu.org 2011-04-22 16:56:53 UTC --- Ok. The breaking revision is 121736. If you add this to m68k/netbsd-elf.h it compiles. #undef STRICT_ALIGNMENT #define STRICT_ALIGNMENT 0 I had

[Bug target/48690] gcc-4.3.5 fails for target m68k

2011-04-22 Thread andreast at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48690 Andreas Tobler andreast at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug target/48690] gcc-4.3.5 fails for target m68k

2011-04-22 Thread andreast at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48690 Andreas Tobler andreast at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug target/48690] gcc-4.3.5 fails for target m68k

2011-04-22 Thread andreast at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48690 --- Comment #29 from Andreas Tobler andreast at gcc dot gnu.org 2011-04-22 20:38:28 UTC --- Unfortunately the issue is not solved yet. I was informed that 68010 needs STRICT_ALIGNMENT. So I have to think about how to solve this. Afaik, netbsd has

[Bug target/48690] gcc-4.3.5 fails for target m68k

2011-04-22 Thread andreast at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48690 --- Comment #32 from Andreas Tobler andreast at gcc dot gnu.org 2011-04-22 22:15:28 UTC --- The last build was successful with commenting BIGGEST_ALIGNMENT and adding PREFERRED_STACK_BOUNDARY 32. I'll continue later. Thanks Andreas!

[Bug target/48690] gcc-4.3.5 fails for target m68k

2011-04-21 Thread andreast at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48690 --- Comment #15 from Andreas Tobler andreast at gcc dot gnu.org 2011-04-21 11:34:32 UTC --- This was my fault. I have in mind that my breakage happened between 4.2 and 4.3. (And you write that 4.2.4 is ok, right?) Unfortunately we can not update

[Bug target/48690] gcc-4.3.5 fails for target m68k

2011-04-21 Thread andreast at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48690 --- Comment #17 from Andreas Tobler andreast at gcc dot gnu.org 2011-04-21 15:46:44 UTC --- svn diff -r 122895:122896 m68k.md

[Bug target/48690] gcc-4.3.5 fails for target m68k

2011-04-20 Thread andreast at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48690 Andreas Tobler andreast at gcc dot gnu.org changed: What|Removed |Added CC||andreast