[Bug fortran/115070] [13/14/15 Regression] ICE using IEEE_ARITHMETIC in a derived type method with class, intent(out)

2024-05-16 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115070 --- Comment #6 from Francois-Xavier Coudert --- So the var_decl in question is fpstate.0: unit-size align:8 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type 0x1035003f0 precision:8 min max

[Bug fortran/115070] [13/14/15 Regression] ICE using IEEE_ARITHMETIC in a derived type method with class, intent(out)

2024-05-16 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115070 Francois-Xavier Coudert changed: What|Removed |Added CC||fxcoudert at gcc dot gnu.org

[Bug middle-end/111632] gcc fails to bootstrap when using libc++

2024-05-09 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111632 Francois-Xavier Coudert changed: What|Removed |Added CC||ilg at livius dot net ---

[Bug bootstrap/115006] Bootstrap with clang 17 on macOS & CLT 15.3 fails to compile gcov.cc

2024-05-09 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115006 Francois-Xavier Coudert changed: What|Removed |Added CC||fxcoudert at gcc dot gnu.org

[Bug fortran/111853] f951: Segmentation fault at gfc_expression_rank

2024-03-14 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111853 Francois-Xavier Coudert changed: What|Removed |Added CC||fxcoudert at gcc dot gnu.org

[Bug target/114049] gcc.dg/framework-1.c FAILs with Xcode 15.3 beta 3

2024-03-07 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114049 Francois-Xavier Coudert changed: What|Removed |Added CC||fxcoudert at gcc dot gnu.org

[Bug target/114233] Newly-introduced pr113617.C test fails on Darwin

2024-03-07 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114233 --- Comment #3 from Francois-Xavier Coudert --- Jakub has posted a patch in the linker PR (thanks!). But there remains a darwin bug. The test in check_effective_target_shared actually works with C, but not with C++, because: Undefined symbols

[Bug rtl-optimization/113617] [14 Regression] Symbol ... referenced in section `.data.rel.ro.local' of ...: defined in discarded section ... since r14-4944

2024-03-07 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113617 --- Comment #26 from Francois-Xavier Coudert --- PS: I can confirm two things: 1. Your patch above is still necessary 2. In conjunction with the darwin-specific fix below, the testcase now passes: diff --git

[Bug rtl-optimization/113617] [14 Regression] Symbol ... referenced in section `.data.rel.ro.local' of ...: defined in discarded section ... since r14-4944

2024-03-07 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113617 --- Comment #25 from Francois-Xavier Coudert --- Yes, that test in check_effective_target_shared actually works with C, but not with C++, because: Undefined symbols for architecture arm64: "__Z3foov", referenced from: __Z3bazv in

[Bug rtl-optimization/113617] [14 Regression] Symbol ... referenced in section `.data.rel.ro.local' of ...: defined in discarded section ... since r14-4944

2024-03-07 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113617 --- Comment #23 from Francois-Xavier Coudert --- It's not being passed -shared on darwin: Executing on host: /Users/fx/ibin-20240306/gcc/testsuite/g++/../../xg++ -B/Users/fx/ibin-20240306/gcc/testsuite/g++/../../

[Bug rtl-optimization/113617] [14 Regression] Symbol ... referenced in section `.data.rel.ro.local' of ...: defined in discarded section ... since r14-4944

2024-03-07 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113617 --- Comment #21 from Francois-Xavier Coudert --- That reduces a lot, but it's still missing main: Excess errors: Undefined symbols for architecture x86_64: "_main", referenced from:

[Bug middle-end/111632] gcc fails to bootstrap when using libc++

2024-03-07 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111632 --- Comment #18 from Francois-Xavier Coudert --- First patch pushed as https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=9970b576b7e4ae337af1268395ff221348c4b34a (forgot to add the PR number, silly me)

[Bug rtl-optimization/113617] [14 Regression] Symbol ... referenced in section `.data.rel.ro.local' of ...: defined in discarded section ... since r14-4944

2024-03-07 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113617 Francois-Xavier Coudert changed: What|Removed |Added CC||fxcoudert at gcc dot gnu.org

[Bug target/114233] Newly-introduced pr113617.C test fails on Darwin

2024-03-07 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114233 Francois-Xavier Coudert changed: What|Removed |Added CC||jakub at redhat dot com ---

[Bug middle-end/111632] gcc fails to bootstrap when using libc++

2024-03-06 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111632 Francois-Xavier Coudert changed: What|Removed |Added CC||fxcoudert at gcc dot gnu.org

[Bug target/114233] Newly-introduced pr113617.C test fails on Darwin

2024-03-04 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114233 Francois-Xavier Coudert changed: What|Removed |Added Target||x86_64-apple-darwin23

[Bug target/114233] New: Newly-introduced pr113617.C test fails on Darwin

2024-03-04 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
: target Assignee: unassigned at gcc dot gnu.org Reporter: fxcoudert at gcc dot gnu.org Target Milestone: --- FAIL: g++.dg/other/pr113617.C -std=gnu++14 (test for excess errors) Excess errors: ld: Undefined symbols: R::Y>::operator->(), referenced from: A::fo

[Bug target/114036] Test failure of gcov-14.c on darwin

2024-02-21 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114036 --- Comment #3 from Francois-Xavier Coudert --- There's only one symbol we care about here, and its name is known, so I'll make a patch with your suggestion and test it.

[Bug target/114033] Failure of test darwin-cfstring1.C

2024-02-21 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114033 --- Comment #3 from Francois-Xavier Coudert --- Created attachment 57480 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57480=edit Preprocessed source

[Bug target/114033] Failure of test darwin-cfstring1.C

2024-02-21 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114033 --- Comment #2 from Francois-Xavier Coudert --- This is latest released version: MacOSX13.3.sdk from CLT 15.1 (on macOS 14.3). I am attaching the preprocessed source. The code from CFData.h that is triggering this is: typedef

[Bug target/114035] Failure of pr97172-2.c on darwin

2024-02-21 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114035 Francois-Xavier Coudert changed: What|Removed |Added Target||x86_64-apple-darwin23 Last

[Bug target/114036] Test failure of gcov-14.c on darwin

2024-02-21 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114036 Francois-Xavier Coudert changed: What|Removed |Added Status|UNCONFIRMED |NEW Target|

[Bug target/114036] New: Test failure of gcov-14.c on darwin

2024-02-21 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
Assignee: unassigned at gcc dot gnu.org Reporter: fxcoudert at gcc dot gnu.org Target Milestone: --- FAIL: gcc.misc-tests/gcov-14.c (test for excess errors) Excess errors: ld: warning: -undefined suppress is deprecated The test has specific option for darwin: /* The following

[Bug target/114035] New: Failure of pr97172-2.c on darwin

2024-02-21 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
Assignee: unassigned at gcc dot gnu.org Reporter: fxcoudert at gcc dot gnu.org Target Milestone: --- on x86_64-apple-darwin23 (https://gcc.gnu.org/pipermail/gcc-testresults/2024-February/808546.html) I see: FAIL: gcc.dg/pr97172-2.c (test for excess errors) The excess error

[Bug target/114034] Failure of tests gcov-dump-{1,2}.C

2024-02-21 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114034 Francois-Xavier Coudert changed: What|Removed |Added Status|UNCONFIRMED |NEW Target|

[Bug target/114034] New: Failure of tests gcov-dump-{1,2}.C

2024-02-21 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
Assignee: unassigned at gcc dot gnu.org Reporter: fxcoudert at gcc dot gnu.org Target Milestone: --- We have the following failures on x86_64-apple-darwin23: FAIL: g++.dg/gcov/gcov-dump-1.C -std=gnu++98 (test for excess errors) FAIL: g++.dg/gcov/gcov-dump-1.C -std=gnu++14 (test

[Bug target/114033] Failure of test darwin-cfstring1.C

2024-02-21 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114033 Francois-Xavier Coudert changed: What|Removed |Added Last reconfirmed||2024-02-21 Ever

[Bug target/114033] New: Failure of test darwin-cfstring1.C

2024-02-21 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
Assignee: unassigned at gcc dot gnu.org Reporter: fxcoudert at gcc dot gnu.org Target Milestone: --- The test g++.dg/other/darwin-cfstring1.C fails on x86_64-apple-darwin23 for -std=gnu++14 and later: FAIL: g++.dg/other/darwin-cfstring1.C -std=gnu++14 (test for excess errors

[Bug libfortran/110651] libgfortran.spec links twice with libgcc spec

2024-02-11 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110651 Francois-Xavier Coudert changed: What|Removed |Added Status|NEW |RESOLVED

[Bug target/105980] [11 Regression] ICE in final_scan_insn_1, at final.cc:2811

2024-02-10 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105980 Francois-Xavier Coudert changed: What|Removed |Added CC||fxcoudert at gcc dot gnu.org

[Bug target/111342] ICE for g++.target/i386/pr105980.C on x86_64-apple-darwin21

2024-02-10 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111342 Francois-Xavier Coudert changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/112580] [14 Regression]: g++.dg/modules/xtreme-header-4_b.C et al; ICE tree check: expected class 'type', have 'declaration'

2024-01-15 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112580 --- Comment #5 from Francois-Xavier Coudert --- Not entirely, xtreme-header_b.C is still failing, as indicated above. See recently: https://gcc.gnu.org/pipermail/gcc-testresults/2024-January/805380.html FAIL: g++.dg/modules/xtreme-header-2_b.C

[Bug libfortran/110651] libgfortran.spec links twice with libgcc spec

2023-12-19 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110651 Francois-Xavier Coudert changed: What|Removed |Added Keywords||patch

[Bug fortran/112828] Abort with malloc(): corrupted top size

2023-12-03 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112828 Francois-Xavier Coudert changed: What|Removed |Added CC||fxcoudert at gcc dot gnu.org

[Bug fortran/100651] [11/12/13/14 Regression] Weird memory corruption with multiple triggers

2023-11-25 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100651 Francois-Xavier Coudert changed: What|Removed |Added CC||fxcoudert at gcc dot gnu.org

[Bug c++/112580] [14 Regression]: g++.dg/modules/xtreme-header-4_b.C et al; ICE tree check: expected class 'type', have 'declaration'

2023-11-22 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
||fxcoudert at gcc dot gnu.org Ever confirmed|0 |1 Last reconfirmed||2023-11-22 --- Comment #1 from Francois-Xavier Coudert --- Confirmed, and also seen on a non-linux target, x86_64-apple-darwin21: https

[Bug modula2/112506] gm2 test failures on x86_64-apple-darwin21

2023-11-12 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112506 --- Comment #1 from Francois-Xavier Coudert --- The stack trace for the "expecting a DefImp symbol" error is the following: * thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 2.1 * frame #0: 0x00010004a240

[Bug modula2/112506] gm2 test failures on x86_64-apple-darwin21

2023-11-12 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112506 Francois-Xavier Coudert changed: What|Removed |Added Host||x86_64-apple-darwin21

[Bug modula2/112506] New: gm2 test failures on x86_64-apple-darwin21

2023-11-12 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
: modula2 Assignee: gaius at gcc dot gnu.org Reporter: fxcoudert at gcc dot gnu.org Target Milestone: --- Recent test results show ~100 test failures on Darwin (see for example https://gcc.gnu.org/pipermail/gcc-testresults/2023-November/800694.html): === gm2 Summary

[Bug libstdc++/112397] New: Two persistent libstdc++ test failures on x86_64-apple-darwin

2023-11-05 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: fxcoudert at gcc dot gnu.org Target Milestone: --- FAIL: 17_intro/static.cc -std=gnu++17 (test for excess errors) FAIL: 20_util/to_chars/4.cc -std=gnu++17 (test for excess errors

[Bug libbacktrace/112396] New: "make check" should not error out, even when some checks failed

2023-11-05 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
ty: normal Priority: P3 Component: libbacktrace Assignee: unassigned at gcc dot gnu.org Reporter: fxcoudert at gcc dot gnu.org CC: ian at gcc dot gnu.org Target Milestone: --- The behaviour in GCC is pretty consistent: parts of the testsuite do not

[Bug target/112368] Darwin failures for avx256_move_by_pieces and avx256_store_by_pieces

2023-11-04 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112368 Francois-Xavier Coudert changed: What|Removed |Added Status|NEW |RESOLVED

[Bug target/112368] Darwin failures for avx256_move_by_pieces and avx256_store_by_pieces

2023-11-03 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112368 --- Comment #2 from Francois-Xavier Coudert --- Could have been fixed by 8c40b72036c967fbb1d1150515cf70aec382f0a2 But the set of failures on Linux and Darwin are not exactly the same, so we will see in the next regtest.

[Bug target/112368] Darwin failures for avx256_move_by_pieces and avx256_store_by_pieces

2023-11-03 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112368 Francois-Xavier Coudert changed: What|Removed |Added Ever confirmed|0 |1 Host|

[Bug target/112368] New: Darwin failures for avx256_move_by_pieces and avx256_store_by_pieces

2023-11-03 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: fxcoudert at gcc dot gnu.org Target Milestone: --- Seeing many failures on x86_64-apple-darwin21 related to TARGET_AVX256_MOVE_BY_PIECES: FAIL: g++.target/i386/pr80566-2.C -std

[Bug testsuite/111066] g++.dg/special/initpri3.C fails on darwin

2023-11-03 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111066 Francois-Xavier Coudert changed: What|Removed |Added Status|NEW |RESOLVED

[Bug analyzer/104042] Four memcpy/memset analyzer failures on darwin

2023-11-03 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104042 Francois-Xavier Coudert changed: What|Removed |Added Build||x86_64-apple-darwin21

[Bug target/111635] Objects built with -flto cannot be linked with Xcode

2023-10-30 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111635 --- Comment #5 from Francois-Xavier Coudert --- Third try (on aarch64-darwin): I installed Homebrew's libusb. But now, the build succeeds… ⌁ [fx:/tmp/bmpflash] f87ad30 6s ± meson compile -C build INFO: autodetecting backend as ninja INFO:

[Bug target/111635] Objects built with -flto cannot be linked with Xcode

2023-10-30 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111635 Francois-Xavier Coudert changed: What|Removed |Added CC||fxcoudert at gcc dot gnu.org

[Bug target/112297] Failure of pr100936.c on x86_64-apple-darwin21

2023-10-30 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112297 Francois-Xavier Coudert changed: What|Removed |Added Build||x86_64-apple-darwin21

[Bug target/112297] New: Failure of pr100936.c on x86_64-apple-darwin21

2023-10-30 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
: target Assignee: unassigned at gcc dot gnu.org Reporter: fxcoudert at gcc dot gnu.org Target Milestone: --- FAIL: gcc.target/i386/pr100936.c (test for excess errors) The error is: pr100936.s:8:2: error: 32-bit absolute addressing is not supported in 64-bit mode lea

[Bug target/112294] thread_local13.C and thread_local14.C fail on x86_64-darwin

2023-10-30 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112294 Francois-Xavier Coudert changed: What|Removed |Added Ever confirmed|0 |1 Host|

[Bug target/112294] New: thread_local13.C and thread_local14.C fail on x86_64-darwin

2023-10-30 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: fxcoudert at gcc dot gnu.org Target Milestone: --- The following test failures: FAIL: g++.dg/tls/thread_local13.C -std=gnu++14 execution test FAIL: g++.dg/tls/thread_local13.C -std=gnu

[Bug target/112287] gcc.target/i386/pr111698.c fails on x86_64-darwin

2023-10-30 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112287 --- Comment #2 from Francois-Xavier Coudert --- (In reply to Andrew Pinski from comment #1) > My bet is that the testcase just needs a -march option since iirc Darwin > defaults to core2. Thanks, it works. Patch posted to the list.

[Bug target/112287] gcc.target/i386/pr111698.c fails on x86_64-darwin

2023-10-30 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112287 Francois-Xavier Coudert changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug target/112287] New: gcc.target/i386/pr111698.c fails on x86_64-darwin

2023-10-30 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
Component: target Assignee: unassigned at gcc dot gnu.org Reporter: fxcoudert at gcc dot gnu.org Target Milestone: --- The fix for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111698 introduced testsuite failures on x86_64-apple-darwin21: PASS: gcc.target/i386/pr111698.c (test

[Bug target/111350] gcc.target/i386/avx512fp16-vfcmulcph-1b.c and friends fail on x86_64-apple-darwin21

2023-09-08 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111350 --- Comment #3 from Francois-Xavier Coudert --- Clang: 14.0.0 build 1400 CLT: 14.2.0.0.1.1668646533

[Bug target/111350] New: gcc.target/i386/avx512fp16-vfcmulcph-1b.c and friends fail on x86_64-apple-darwin21

2023-09-08 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: fxcoudert at gcc dot gnu.org Target Milestone: --- We're seeing these failures on x86_64-apple-darwin21: FAIL: gcc.target/i386/avx512fp16-vfcmulcph-1b.c (test

[Bug c++/111075] ICE on g++.dg/torture/tail-padding1.C on darwin

2023-09-08 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111075 --- Comment #1 from Francois-Xavier Coudert --- Preprocessed source: % cat a-tail-padding1.ii # 0 "/Users/fx/gcc-upstream/gcc/testsuite/g++.dg/torture/tail-padding1.C" # 0 "" # 0 "" # 1

[Bug target/111342] New: ICE for g++.target/i386/pr105980.C on x86_64-apple-darwin21

2023-09-08 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: fxcoudert at gcc dot gnu.org Target Milestone: --- There is an ICE for g++.target/i386/pr105980.C on x86_64-apple-darwin21. It is linked to the -mforce-indirect-call option passed

[Bug target/111340] gcc.dg/bitint-12.c fails on x86_64-apple-darwin

2023-09-08 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111340 --- Comment #2 from Francois-Xavier Coudert --- Created attachment 55857 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55857=edit Output of -fdump-rtl-final

[Bug c/111340] New: gcc.dg/bitint-12.c fails on x86_64-apple-darwin

2023-09-08 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
: c Assignee: unassigned at gcc dot gnu.org Reporter: fxcoudert at gcc dot gnu.org Target Milestone: --- gcc.dg/bitint-12.c fails on x86_64-apple-darwin, with excess error: /Users/fx/gcc-upstream/gcc/testsuite/gcc.dg/bitint-12.c:18:3: error: invalid 'asm': invalid expression

[Bug target/111237] fp-int-convert-float64x.c fails on x86_64-apple-darwin with "ambiguous instructions require an explicit suffix"

2023-08-30 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111237 Francois-Xavier Coudert changed: What|Removed |Added Resolution|--- |INVALID

[Bug c/111237] fp-int-convert-float64x.c fails on x86_64-apple-darwin with "ambiguous instructions require an explicit suffix"

2023-08-30 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111237 --- Comment #1 from Francois-Xavier Coudert --- The failure was not seen on August 9 at https://gcc.gnu.org/pipermail/gcc-testresults/2023-August/793205.html on x86_64-apple-darwin20, so either it is a regression, or the Apple assembler has

[Bug c/111237] New: fp-int-convert-float64x.c fails on x86_64-apple-darwin with "ambiguous instructions require an explicit suffix"

2023-08-30 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: fxcoudert at gcc dot gnu.org Target Milestone: --- Many of these messages: /var/

[Bug c++/111083] Test failure of g++.dg/ipa/pr67056.C on darwin

2023-08-20 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111083 Francois-Xavier Coudert changed: What|Removed |Added Last reconfirmed||2023-08-20

[Bug c++/111083] New: Test failure of g++.dg/ipa/pr67056.C on darwin

2023-08-20 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
: c++ Assignee: unassigned at gcc dot gnu.org Reporter: fxcoudert at gcc dot gnu.org Target Milestone: --- On darwin (both aarch64 and x86_64), we see the following test failure: FAIL: g++.dg/ipa/pr67056.C scan-ipa-dump cp "Speculative outer type:struct Composite

[Bug ipa/85656] gcc.dg/ipa/ipa-icf-38.c FAILs

2023-08-20 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85656 Francois-Xavier Coudert changed: What|Removed |Added CC||fxcoudert at gcc dot gnu.org

[Bug lto/111081] LTO link failure on darwin: g++.dg/lto/pr65276

2023-08-20 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111081 Francois-Xavier Coudert changed: What|Removed |Added Ever confirmed|0 |1 Known to fail|

[Bug lto/111081] New: LTO link failure on darwin: g++.dg/lto/pr65276

2023-08-20 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
: lto Assignee: unassigned at gcc dot gnu.org Reporter: fxcoudert at gcc dot gnu.org CC: marxin at gcc dot gnu.org Target Milestone: --- The test failure is seen on both x86_64-apple-darwin and aarch64-apple-darwin: FAIL: g++.dg/lto/pr65276 cp_lto_pr65276_0.o

[Bug analyzer/104042] Four memcpy/memset analyzer failures on darwin

2023-08-19 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104042 --- Comment #5 from Francois-Xavier Coudert --- Patch posted for Darwin at https://gcc.gnu.org/pipermail/gcc-patches/2023-August/627923.html

[Bug testsuite/111066] g++.dg/special/initpri3.C fails on darwin

2023-08-19 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111066 --- Comment #3 from Francois-Xavier Coudert --- Makes sense, patch posted: https://gcc.gnu.org/pipermail/gcc-patches/2023-August/627922.html

[Bug testsuite/111067] g++.dg/opt/icf{1,2,3}.C tests fail on darwin

2023-08-19 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111067 --- Comment #2 from Francois-Xavier Coudert --- I tried with: diff --git a/gcc/testsuite/g++.dg/opt/icf1.C b/gcc/testsuite/g++.dg/opt/icf1.C index fbb275e635a..d4e4bbf91b9 100644 --- a/gcc/testsuite/g++.dg/opt/icf1.C +++

[Bug c++/111075] ICE on g++.dg/torture/tail-padding1.C on darwin

2023-08-19 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111075 Francois-Xavier Coudert changed: What|Removed |Added Target||x86_64-apple-darwin20

[Bug c++/111075] New: ICE on g++.dg/torture/tail-padding1.C on darwin

2023-08-19 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
: c++ Assignee: unassigned at gcc dot gnu.org Reporter: fxcoudert at gcc dot gnu.org Target Milestone: --- ICE on valid C++ code, reduced from the test failure of g++.dg/torture/tail-padding1.C observed on x86_64-apple-darwin20 (see for example at https://gcc.gnu.org/pipermail

[Bug tree-optimization/107876] [13 Regression] ICE in verify_dominators, at dominance.cc:1184 (error: dominator of 4 should be 14, not 16) since r13-3749-g7314b98b1bcd382c

2023-08-19 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107876 Francois-Xavier Coudert changed: What|Removed |Added CC||fxcoudert at gcc dot gnu.org

[Bug c++/105838] [11/12 Regression] g++ 12.1.0 runs out of memory or time when building const std::vector of std::strings

2023-08-19 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105838 Francois-Xavier Coudert changed: What|Removed |Added CC||fxcoudert at gcc dot gnu.org

[Bug c++/110070] Code quality regression with for (int i: {1,2,4,6})

2023-08-18 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110070 Francois-Xavier Coudert changed: What|Removed |Added CC||fxcoudert at gcc dot gnu.org

[Bug c++/111067] g++.dg/opt/icf{1,2,3}.C tests fail on darwin

2023-08-18 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111067 Francois-Xavier Coudert changed: What|Removed |Added Known to fail||14.0 Target|

[Bug c++/111067] New: g++.dg/opt/icf{1,2,3}.C tests fail on darwin

2023-08-18 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
++ Assignee: unassigned at gcc dot gnu.org Reporter: fxcoudert at gcc dot gnu.org Target Milestone: --- As seen for example on https://gcc.gnu.org/pipermail/gcc-testresults/2023-August/793205.html FAIL: g++.dg/opt/icf1.C -std=gnu++14 execution test FAIL: g++.dg/opt/icf1.C

[Bug c++/111066] g++.dg/special/initpri3.C fails on darwin

2023-08-18 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111066 Francois-Xavier Coudert changed: What|Removed |Added Ever confirmed|0 |1

[Bug c++/111066] New: g++.dg/special/initpri3.C fails on darwin

2023-08-18 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
++ Assignee: unassigned at gcc dot gnu.org Reporter: fxcoudert at gcc dot gnu.org Target Milestone: --- A warning there triggers the failure: FAIL: g++.dg/special/initpri3.C at line 10 (test for warnings, line 9) FAIL: g++.dg/special/initpri3.C (test for excess errors) Excess

[Bug target/110796] builtin_iseqsig fails some tests in armv8l-linux-gnueabihf

2023-07-25 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110796 --- Comment #8 from Francois-Xavier Coudert --- (In reply to Richard Earnshaw from comment #6) > Is the exception status supposed to be in a defined state when the test > runs? Shouldn't there be a call to feclearexcept (FE_ALL_EXCEPT) at the

[Bug target/110796] builtin_iseqsig fails some tests in armv8l-linux-gnueabihf

2023-07-25 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110796 --- Comment #5 from Francois-Xavier Coudert --- OK, so it signals FE_INVALID on the first test. Can you run this with the same options, and see what happens? --- #include #include void ftrue (float x, float y) { if (!__builtin_iseqsig

[Bug target/110796] builtin_iseqsig fails some tests in armv8l-linux-gnueabihf

2023-07-25 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110796 --- Comment #3 from Francois-Xavier Coudert --- Do the failure only occur at -Os? Does it pass at -O0, -O1, -O2? And could you possibly run builtin-iseqsig-1.c under gdb and obtain a backtrace?

[Bug libfortran/110759] [14 Regression] IEEE Fortran change broke RISC-V linux build

2023-07-21 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110759 --- Comment #11 from Francois-Xavier Coudert --- Thanks Andrew for fixing it, my mistake. Apologies to everyone.

[Bug target/104871] macosx-version-min wrong for macOS >= Big Sur (darwin20)

2023-07-16 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
||fxcoudert at gcc dot gnu.org Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #5 from Francois-Xavier Coudert --- Fixed on all open branches.

[Bug target/91520] AVX512 target assembler fails for x86_64 Darwin

2023-07-16 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91520 Francois-Xavier Coudert changed: What|Removed |Added CC||fxcoudert at gcc dot gnu.org

[Bug libfortran/105935] libgfortran build fails if HAVE_VSNPRINTF test fails

2023-06-19 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105935 --- Comment #3 from Francois-Xavier Coudert --- > These two functions are available from libiberty. Are we linking runtime libraries like libgfortran against libiberty? I thought that was only for the compiler itself.

[Bug libfortran/105935] libgfortran build fails if HAVE_VSNPRINTF test fails

2023-06-19 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105935 Francois-Xavier Coudert changed: What|Removed |Added CC||fxcoudert at gcc dot gnu.org

[Bug libfortran/74755] libgfortran: build breaks if localtime_r prototype is present, but definition is not

2023-06-19 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
|--- |INVALID CC||fxcoudert at gcc dot gnu.org --- Comment #4 from Francois-Xavier Coudert --- > I suppose that needs to be fixed in nvptx-newlib, unless this (localtime_r > prototype present, but defi

[Bug libfortran/37643] fortran doesn't build on 4.4.0 for vax

2023-06-19 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
||fxcoudert at gcc dot gnu.org Resolution|--- |WONTFIX --- Comment #1 from Francois-Xavier Coudert --- I don't think anyone on the gfortran team has access to a VAX machine to build, and so much has changed in the compiler and library

[Bug libfortran/109207] Uninitialised static variables in unit.c

2023-06-19 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109207 Francois-Xavier Coudert changed: What|Removed |Added CC||fxcoudert at gcc dot gnu.org

[Bug libfortran/81985] several sanitizer undefined runtime errors in sanitized libgfortran

2023-06-19 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
|--- |11.0 Status|WAITING |RESOLVED CC||fxcoudert at gcc dot gnu.org --- Comment #4 from Francois-Xavier Coudert --- Agree, was fixed for the 11 branch and later. Closing.

[Bug libfortran/109373] remove --enable-intermodule from libgfortran configure

2023-06-19 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
||fxcoudert at gcc dot gnu.org Target Milestone|--- |14.0 Status|UNCONFIRMED |RESOLVED --- Comment #1 from Francois-Xavier Coudert --- Fixed in https://gcc.gnu.org/git/?p=gcc.git;a=commit;h

[Bug fortran/105105] [Meta] Fortran IEEE support

2023-06-06 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105105 Bug 105105 depends on bug 95644, which changed state. Bug 95644 Summary: [F2018] IEEE_FMA is missing from the IEEE_ARITHMETIC module https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95644 What|Removed |Added

[Bug fortran/95644] [F2018] IEEE_FMA is missing from the IEEE_ARITHMETIC module

2023-06-06 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95644 Francois-Xavier Coudert changed: What|Removed |Added Known to work||13.0 Target Milestone|12.4

[Bug bootstrap/105664] Install with suffix creates extra file

2023-04-21 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105664 Francois-Xavier Coudert changed: What|Removed |Added Last reconfirmed||2023-04-21

[Bug fortran/107062] [13 regression] gfortran.dg/ieee/fma_1.f90 fails after r13-2577-g7c4c65d11469d2

2022-10-03 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107062 Francois-Xavier Coudert changed: What|Removed |Added Resolution|--- |FIXED

[Bug fortran/107062] [13 regression] gfortran.dg/ieee/fma_1.f90 fails after r13-2577-g7c4c65d11469d2

2022-10-03 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107062 --- Comment #5 from Francois-Xavier Coudert --- Fixed on trunk: https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=31d7c8bc2630e1b5a35ccce97ac862c4920ba582

  1   2   3   4   5   6   7   8   9   10   >