[Bug c++/109385] decltype in lambda causes internal compiler error

2023-04-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109385 Andrew Pinski changed: What|Removed |Added Keywords||c++-lambda, |

[Bug driver/104707] GCC doesn't give default lib path to the linker when multilib is off

2023-04-02 Thread i at rvalue dot moe via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104707 rvalue changed: What|Removed |Added CC||i at rvalue dot moe --- Comment #8 from rvalue

[Bug c++/109385] New: decltype in lambda causes internal compiler error

2023-04-02 Thread stevenxia990430 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109385 Bug ID: 109385 Summary: decltype in lambda causes internal compiler error Product: gcc Version: 12.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug other/104707] GCC doesn't give default lib path to the linker when multilib is off

2023-04-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104707 --- Comment #7 from Andrew Pinski --- > since all modern operating systems have a large enough parameter space (all > of them have 262k at least). Windows still does not

[Bug other/104707] GCC doesn't give default lib path to the linker when multilib is off

2023-04-02 Thread sterprim at outlook dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104707 Tan xc changed: What|Removed |Added Component|target |other Version|11.2.0

[Bug c++/109384] New: unquoted keyword 'float' in format [-Werror=format-diag]

2023-04-02 Thread damian--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109384 Bug ID: 109384 Summary: unquoted keyword 'float' in format [-Werror=format-diag] Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Prio

[Bug target/102146] [11 regression] several test cases fails after r11-8940

2023-04-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102146 --- Comment #22 from CVS Commits --- The master branch has been updated by HaoChen Gui : https://gcc.gnu.org/g:0580ea4b7a6dc8ee981b08f936b3ce62c6dfe200 commit r13-6981-g0580ea4b7a6dc8ee981b08f936b3ce62c6dfe200 Author: Haochen Gui Date: Fri

[Bug libstdc++/109383] New: [QoI] std::type_index::operator<=> should not call __builtin_strcmp twice

2023-04-02 Thread de34 at live dot cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109383 Bug ID: 109383 Summary: [QoI] std::type_index::operator<=> should not call __builtin_strcmp twice Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: norm

[Bug c++/103663] Diagnostic is missing multiple instantiation frames to help point to where the problem happens

2023-04-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103663 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/90508] GCC does not produce full template backtraces when instantiating but not calling virtual functions

2023-04-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90508 --- Comment #3 from Andrew Pinski --- Note the older gccs even get the line even more wrong, take: ``` template struct a { int t; virtual b g() { return 0; } }; a t; int tt; a t1; int tt1; ``` The error points to the line containing a

[Bug c++/109382] Error inside virtual function of class template does not show point of instantiation/use, only shows where the function is defined.

2023-04-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109382 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/90508] GCC does not produce full template backtraces when instantiating but not calling virtual functions

2023-04-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90508 Andrew Pinski changed: What|Removed |Added CC||zeratul976 at hotmail dot com --- Commen

[Bug c++/90508] GCC does not produce full template backtraces when instantiating but not calling virtual functions

2023-04-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90508 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug c++/109382] Error inside virtual function of class template does not show point of instantiation

2023-04-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109382 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug c++/109382] Error inside virtual function of class template does not show point of instantiation

2023-04-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109382 --- Comment #1 from Andrew Pinski --- clang gives: :7:8: error: member reference base type 'int' is not a structure or union T().waldo(); ~~~^~ :11:10: note: in instantiation of member function 'C::f' requested here C obj;

[Bug c++/109382] New: Error inside virtual function of class template does not show point of instantiation

2023-04-02 Thread zeratul976 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109382 Bug ID: 109382 Summary: Error inside virtual function of class template does not show point of instantiation Product: gcc Version: 12.1.0 Status: UNCONFIRMED S

[Bug debug/44126] wrong location description for DW_AT_vtable_elem_location

2023-04-02 Thread tromey at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44126 --- Comment #7 from Tom Tromey --- I happened to be looking in this area and I see that gcc still generates the old, incorrect form.

[Bug c++/109381] [10/11/12/13 Regression] Ambiguous member lookup with this-> accepted when it should be rejected

2023-04-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109381 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Keywords|

[Bug c++/109381] [10/11/12/13 Regression] Ambiguous member lookup with this-> accepted when it should be rejected

2023-04-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109381 Andrew Pinski changed: What|Removed |Added Known to work||7.5.0 Summary|Ambiguous memb

[Bug c++/109381] New: Ambiguous member lookup with this-> accepted when it should be rejected

2023-04-02 Thread arthur.j.odwyer at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109381 Bug ID: 109381 Summary: Ambiguous member lookup with this-> accepted when it should be rejected Product: gcc Version: unknown Status: UNCONFIRMED Keywords: acc

[Bug fortran/100607] ICE with SELECT RANK

2023-04-02 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100607 kargl at gcc dot gnu.org changed: What|Removed |Added Keywords|ice-on-invalid-code | Priority|P3

[Bug c++/109378] new builtin like __builtin_sqrt but does not set errno

2023-04-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109378 Andrew Pinski changed: What|Removed |Added Resolution|FIXED |INVALID --- Comment #12 from Andrew Pin

[Bug c++/109378] new builtin like __builtin_sqrt but does not set errno

2023-04-02 Thread g.peterhoff--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109378 g.peterh...@t-online.de changed: What|Removed |Added Resolution|INVALID |FIXED --- Comment #11 from g.p

[Bug target/109380] inline member function symbol not exported with explicit template instantiation declaration on MinGW

2023-04-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109380 --- Comment #3 from Andrew Pinski --- Note there are not many folks working on mingw support for GCC these days. Also I don't work on that port, I work on other ports and try to triage bug reports which is why I commented here.

[Bug target/109380] inline member function symbol not exported with explicit template instantiation declaration on MinGW

2023-04-02 Thread vittorio.romeo at outlook dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109380 --- Comment #2 from Vittorio Romeo --- Hmm, you might be correct. Seeing that the issue has not been looked at since 2017, are you aware of any workaround besides `-Wl,--export-all-symbols`? The issue is preventing me from applying explicit te

[Bug target/109380] inline member function symbol not exported with explicit template instantiation declaration on MinGW

2023-04-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109380 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/109378] new builtin like __builtin_sqrt but does not set errno

2023-04-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109378 --- Comment #10 from Andrew Pinski --- >This would have the advantage that std::sqrt would not "contaminate" the >calling function with conditional jumps and thus inflate it. Also what do you mean by inflate it? do you mean code size? Or do yo

[Bug c++/109378] new builtin like __builtin_sqrt but does not set errno

2023-04-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109378 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID Summary|improve __bu

[Bug c++/109380] New: inline member function symbol not exported with explicit template instantiation declaration on MinGW

2023-04-02 Thread vittorio.romeo at outlook dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109380 Bug ID: 109380 Summary: inline member function symbol not exported with explicit template instantiation declaration on MinGW Product: gcc Version: 12.2.0 Status: UNCONFI

[Bug c++/109378] new builtin like __builtin_sqrt but does not set errno

2023-04-02 Thread g.peterhoff--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109378 --- Comment #8 from g.peterh...@t-online.de --- But I don't want and can't use a version of std::sqrt that requires compiler specific flags/options/__builtins and injects internals of std::sqrt/__builtin_sqrt into the calling context/function. I

[Bug c++/89088] Dllexport for explicit template instantiation missing inline methods

2023-04-02 Thread vittorio.romeo at outlook dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89088 Vittorio Romeo changed: What|Removed |Added CC||vittorio.romeo at outlook dot com ---

[Bug c++/109378] new builtin like __builtin_sqrt but does not set errno

2023-04-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109378 --- Comment #7 from Andrew Pinski --- Also you could do: template inline constexpr Type my_sqrt(const Type x) noexcept { if (std::isless(x, 0.0)) __builtin_unreachable(); return std::sqrt(x); } And GCC will optimize away the check

[Bug c++/109378] new builtin like __builtin_sqrt but does not set errno

2023-04-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109378 --- Comment #6 from Andrew Pinski --- >Wouldn't it be better to rewrite __builtin_sqrt so that these tests are done >inside __builtin_sqrt and not already in the calling context? NO, in fact it is designed this way to better optimize sqrt in t

[Bug c++/109378] new builtin like __builtin_sqrt but does not set errno

2023-04-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109378 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement

[Bug c++/109378] improve __builtin_sqrt

2023-04-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109378 --- Comment #5 from Andrew Pinski --- (In reply to g.peterhoff from comment #4) > Hm. Maybe we misunderstood each other or I don't understand. I don't want to > set -fno-math-errno or any other compiler-specific flag. My intention is > that __bu

[Bug c++/109378] improve __builtin_sqrt

2023-04-02 Thread g.peterhoff--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109378 --- Comment #4 from g.peterh...@t-online.de --- Hm. Maybe we misunderstood each other or I don't understand. I don't want to set -fno-math-errno or any other compiler-specific flag. My intention is that __builtin_sqrt doesn't "contaminate" the ca

[Bug target/109375] FAIL: gnat.dg/opt39.adb scan-tree-dump-not optimized "tmp"

2023-04-02 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109375 John David Anglin changed: What|Removed |Added Resolution|--- |FIXED Status|WAITING

[Bug target/109375] FAIL: gnat.dg/opt39.adb scan-tree-dump-not optimized "tmp"

2023-04-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109375 --- Comment #2 from CVS Commits --- The master branch has been updated by John David Anglin : https://gcc.gnu.org/g:8f989fe879ddc2753ac9fa580b2b0a1024c98f0f commit r13-6978-g8f989fe879ddc2753ac9fa580b2b0a1024c98f0f Author: John David Anglin D

[Bug c++/109378] improve __builtin_sqrt

2023-04-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109378 Andrew Pinski changed: What|Removed |Added Target||*-linux-gnu --- Comment #3 from Andrew

[Bug c++/109378] improve __builtin_sqrt

2023-04-02 Thread g.peterhoff--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109378 --- Comment #2 from g.peterh...@t-online.de --- But this is of no use if I want to compile something "normally" without compiler specific options.

[Bug target/109379] improve __builtin_fmal

2023-04-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109379 --- Comment #2 from Andrew Pinski --- and doing it inline is not going to help that much as the overhead is not due to not being inlined; it is just an expensive operation as it has to be done using soft-float.

[Bug target/109379] improve __builtin_fmal

2023-04-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109379 Andrew Pinski changed: What|Removed |Added Resolution|WONTFIX |INVALID

[Bug target/109379] improve __builtin_fmal

2023-04-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109379 Andrew Pinski changed: What|Removed |Added Resolution|--- |WONTFIX Status|UNCONFIRMED

[Bug c++/109379] New: improve __builtin_fmal

2023-04-02 Thread g.peterhoff--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109379 Bug ID: 109379 Summary: improve __builtin_fmal Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee

[Bug c++/109378] improve __builtin_sqrt

2023-04-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109378 --- Comment #1 from Andrew Pinski --- -fno-math-errno

[Bug c++/109378] New: improve __builtin_sqrt

2023-04-02 Thread g.peterhoff--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109378 Bug ID: 109378 Summary: improve __builtin_sqrt Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee

[Bug fortran/104272] finalizer gets called during allocate

2023-04-02 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104272 anlauf at gcc dot gnu.org changed: What|Removed |Added CC||anlauf at gcc dot gnu.org,

[Bug target/109376] FAIL: gnat.dg/prot7.adb (test for excess errors)

2023-04-02 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109376 John David Anglin changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/109376] FAIL: gnat.dg/prot7.adb (test for excess errors)

2023-04-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109376 --- Comment #3 from CVS Commits --- The master branch has been updated by John David Anglin : https://gcc.gnu.org/g:e35503833c0418fb6a0475f6e927cbcf64814c1e commit r13-6977-ge35503833c0418fb6a0475f6e927cbcf64814c1e Author: John David Anglin D

[Bug fortran/64654] problem of handling character arguments in parent of an 'entry' with fewer arguments at -O0

2023-04-02 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64654 anlauf at gcc dot gnu.org changed: What|Removed |Added Last reconfirmed|2021-12-17 00:00:00 |2023-4-2 --- Comment #3 from

[Bug modula2/109336] The -fmod= and -fdef= options do not work.

2023-04-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109336 --- Comment #3 from CVS Commits --- The master branch has been updated by Gaius Mulley : https://gcc.gnu.org/g:5bb27a1bb2f1c0533e1dda6c4a326e50756830f1 commit r13-6976-g5bb27a1bb2f1c0533e1dda6c4a326e50756830f1 Author: Gaius Mulley Date: Sun

[Bug fortran/103931] Type name "c_ptr" is ambiguous when iso_c_binding is imported both directly and indirectly

2023-04-02 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103931 --- Comment #12 from anlauf at gcc dot gnu.org --- (In reply to Bernhard Reutner-Fischer from comment #11) > Both the original testcase as well as the reduced testcase from comment #2 > compile fine for me with trunk from earlier today at r13-697

[Bug other/109306] The strstr implementation in libiberty might have undefined behavior (out of bounds mem access)

2023-04-02 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109306 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug other/109306] The strstr implementation in libiberty might have undefined behavior (out of bounds mem access)

2023-04-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109306 --- Comment #7 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:1719fa40c4ee4def60a2ce2f27e17f8168cf28ba commit r13-6975-g1719fa40c4ee4def60a2ce2f27e17f8168cf28ba Author: Jakub Jelinek Date: S

[Bug target/109374] FAIL: gnat.dg/div_zero.adb execution test

2023-04-02 Thread dave.anglin at bell dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109374 --- Comment #4 from dave.anglin at bell dot net --- On 2023-04-02 12:54 p.m., ebotcazou at gcc dot gnu.org wrote: >> I believe hppa-linux can unwind through signal frames.  VDSO support was >> added fairly recently. > Does the unwinder compensate

[Bug target/109078] Missing optimization on aarch64 for types like `float32x4x2_t`

2023-04-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109078 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement

[Bug tree-optimization/109281] use std::optional results in suboptimal code

2023-04-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109281 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement

[Bug d/109377] New: FAIL: gdc.test/runnable/nan.d execution test

2023-04-02 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109377 Bug ID: 109377 Summary: FAIL: gdc.test/runnable/nan.d execution test Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: d

[Bug target/109374] FAIL: gnat.dg/div_zero.adb execution test

2023-04-02 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109374 Eric Botcazou changed: What|Removed |Added Status|NEW |WAITING --- Comment #3 from Eric Botcaz

[Bug target/109374] FAIL: gnat.dg/div_zero.adb execution test

2023-04-02 Thread dave.anglin at bell dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109374 --- Comment #2 from dave.anglin at bell dot net --- I believe hppa-linux can unwind through signal frames.  VDSO support was added fairly recently. The unwind tests in glibc all pass. GDB needs an update to unwind through signal frames with rece

[Bug target/109376] FAIL: gnat.dg/prot7.adb (test for excess errors)

2023-04-02 Thread dave.anglin at bell dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109376 --- Comment #2 from dave.anglin at bell dot net --- I would judge the test should be skipped on hppa.

[Bug analyzer/109372] FAIL: gcc.dg/analyzer/pipe-glibc.c (test for excess errors)

2023-04-02 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109372 John David Anglin changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRME

[Bug target/109376] FAIL: gnat.dg/prot7.adb (test for excess errors)

2023-04-02 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109376 Eric Botcazou changed: What|Removed |Added Ever confirmed|0 |1 Component|ada

[Bug target/109375] FAIL: gnat.dg/opt39.adb scan-tree-dump-not optimized "tmp"

2023-04-02 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109375 Eric Botcazou changed: What|Removed |Added Component|ada |target Last reconfirmed|

[Bug target/109374] FAIL: gnat.dg/div_zero.adb execution test

2023-04-02 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109374 Eric Botcazou changed: What|Removed |Added Last reconfirmed||2023-04-02 Ever confirmed|0

[Bug analyzer/109372] FAIL: gcc.dg/analyzer/pipe-glibc.c (test for excess errors)

2023-04-02 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109372 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1

[Bug ada/109376] New: FAIL: gnat.dg/prot7.adb (test for excess errors)

2023-04-02 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109376 Bug ID: 109376 Summary: FAIL: gnat.dg/prot7.adb (test for excess errors) Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug fortran/103931] Type name "c_ptr" is ambiguous when iso_c_binding is imported both directly and indirectly

2023-04-02 Thread aldot at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103931 --- Comment #11 from Bernhard Reutner-Fischer --- (In reply to Bernhard Reutner-Fischer from comment #10) > (In reply to anlauf from comment #9) > > The reduced testcase compiles for me with today's 13-trunk, but not > > 12-branch. > > However,

[Bug ada/109375] New: FAIL: gnat.dg/opt39.adb scan-tree-dump-not optimized "tmp"

2023-04-02 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109375 Bug ID: 109375 Summary: FAIL: gnat.dg/opt39.adb scan-tree-dump-not optimized "tmp" Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Pr

[Bug ada/109374] New: FAIL: gnat.dg/div_zero.adb execution test

2023-04-02 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109374 Bug ID: 109374 Summary: FAIL: gnat.dg/div_zero.adb execution test Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada

[Bug testsuite/95706] New test case gfortran.dg/pr95690.f90 fails

2023-04-02 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95706 --- Comment #14 from John David Anglin --- Executing on host: /home/dave/gnu/gcc/objdir/gcc/testsuite/gfortran/../../gfortran -B/home/dave/gnu/gcc/objdir/gcc/testsuite/gfortran/../../ -B/home/dave/gnu/gcc/objdir/hppa-linux-gnu/./libgfortran/ /ho

[Bug testsuite/94384] FAIL: gfortran.dg/fmt_f_default_field_width_3.f90 -O (test for excess errors)

2023-04-02 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94384 --- Comment #2 from John David Anglin --- Also: FAIL: gfortran.dg/fmt_g_default_field_width_3.f90 -O (test for errors, line 36)

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

2023-04-02 Thread aldot at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109373 Bug ID: 109373 Summary: remove --enable-intermodule from libgfortran configure Product: gcc Version: unknown Status: UNCONFIRMED Severity: minor Priority: P3 Co

[Bug testsuite/94384] FAIL: gfortran.dg/fmt_f_default_field_width_3.f90 -O (test for excess errors)

2023-04-02 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94384 --- Comment #1 from John David Anglin --- Test still fails with version 13.0.1 20230330 but fail is different: Executing on host: /home/dave/gnu/gcc/objdir/gcc/testsuite/gfortran/../../gfortran -B/home/dave/gnu/gcc/objdir/gcc/testsuite/gfortran/

[Bug sanitizer/56781] boostrap-asan failure: fixincl fails to link (missing -lasan)

2023-04-02 Thread aldot at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56781 Bernhard Reutner-Fischer changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Bug jit/66054] bootstrap comparison failure with --enable-host-shared

2023-04-02 Thread aldot at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66054 Bernhard Reutner-Fischer changed: What|Removed |Added Resolution|--- |FIXED Status|UNCO

[Bug c++/98531] [modules] g++.dg/modules/xtreme-header-2_a.H etc. FAIL

2023-04-02 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98531 --- Comment #18 from John David Anglin --- Executing on host: /home/dave/gnu/gcc/objdir/gcc/testsuite/g++/../../xg++ -B/home/dave/gnu/gcc/objdir/gcc/testsuite/g++/../../ /home/dave/gnu/gcc/gcc/gcc/testsuite/g++.dg/modules/xtreme-header-2_a.H

[Bug analyzer/109372] New: FAIL: gcc.dg/analyzer/pipe-glibc.c (test for excess errors)

2023-04-02 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109372 Bug ID: 109372 Summary: FAIL: gcc.dg/analyzer/pipe-glibc.c (test for excess errors) Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal P

[Bug target/108722] gcc.dg/analyzer/file-CWE-1341-example.c fails on power 9 BE

2023-04-02 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108722 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug c++/98531] [modules] g++.dg/modules/xtreme-header-2_a.H etc. FAIL

2023-04-02 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98531 John David Anglin changed: What|Removed |Added Target|i386-pc-solaris2.11,|i386-pc-solaris2.11,

[Bug tree-optimization/109363] [13 Regression] gcc.dg/tree-ssa/pr23109.c cris-elf reciptmp with r13-6945-g429a7a88438cc8

2023-04-02 Thread hp at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109363 Hans-Peter Nilsson changed: What|Removed |Added Target Milestone|--- |13.0 Status|UNCONFIRME