[Bug c/117311] Documentation request: __builtin_frame_address(0) and inline assembly

2024-10-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117311 Andrew Pinski changed: What|Removed |Added Resolution|WONTFIX |INVALID --- Comment #2 from Andrew Pins

[Bug c/117266] RFE: builtin 2N/N -> N div/mod

2024-10-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117266 --- Comment #15 from Andrew Pinski --- (In reply to H. Peter Anvin from comment #14) > A bigger, philosophical question: we are always told that builtins are > better for the compiler than inline assembly, as it gives the compiler more > informa

[Bug middle-end/117313] [15 regression] ICE when building linux-6.11.5 (output_constructor_regular_field, at varasm.cc:5672)

2024-10-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117313 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |15.0 Keywords|

[Bug c/117265] RFE: support for assembly macros/assembly headers

2024-10-26 Thread hpa at zytor dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117265 --- Comment #14 from H. Peter Anvin --- Note: comment 13 is not intended to be rhetorical but is a genuine question.

[Bug c/117266] RFE: builtin 2N/N -> N div/mod

2024-10-26 Thread hpa at zytor dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117266 --- Comment #16 from H. Peter Anvin --- Well, if that is the way you feel about it. It is certainly different from the messages we get in other situations, so it is a bit confusing to me. It isn't *that* unusual that you know a priori that the

[Bug middle-end/117313] [15 regression] ICE when building linux-6.11.5 (output_constructor_regular_field, at varasm.cc:5672)

2024-10-26 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117313 --- Comment #3 from Sam James --- (In reply to Andrew Pinski from comment #1) > Created attachment 59452 [details] > Reduced testcase This is rejected by GCC 14: /tmp/f.c:2:23: error: flexible array member in a struct with no named members

[Bug c/112716] LTO optimization with struct with variable size

2024-10-26 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112716 Sam James changed: What|Removed |Added Last reconfirmed||2024-10-27 Status|UNCONFIRMED

[Bug tree-optimization/95284] ICE: verify_gimple failed

2024-10-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95284 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |11.0

[Bug target/14907] bogus sign/zero extension when relaying parameters with regparm

2024-10-26 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14907 --- Comment #5 from H.J. Lu --- (In reply to Nicholas Miell from comment #4) > This also occurs on AMD64 without any special attributes (the ABI passes > params in registers already). > > When compiling: > extern char c2(char); > char c1(char c)

[Bug c/117265] RFE: support for assembly macros/assembly headers

2024-10-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117265 --- Comment #15 from Andrew Pinski --- Maybe what you want is really a builtin does the load/store and the ability to output the register # that the address is formed into instead of this inline-asm. This might be better than what you are asking

[Bug target/55212] [SH] Switch to LRA

2024-10-26 Thread olegendo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212 --- Comment #413 from Oleg Endo --- Created attachment 59442 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59442&action=edit Reduced test case for comment #405 (In reply to John Paul Adrian Glaubitz from comment #405) > File too large to

[Bug ada/39756] c9a011b Ada ACATS random FAIL or hang

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39756 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ada/42150] GNAT (really) appears to misbehave with limited types/finalization/extended return

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42150 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ada/29112] misleading error message for declarations in the wrong place

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29112 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Target Milestone|---

[Bug ada/48039] Legal program rejected, a formal function is not visible in generic

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48039 Eric Botcazou changed: What|Removed |Added Keywords||rejects-valid CC|

[Bug ada/52319] Legal program rejected, "use" clause in subpackage invalidates "use type" clause

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52319 Eric Botcazou changed: What|Removed |Added Last reconfirmed|2015-12-06 00:00:00 |2024-10-26 Keywords|

[Bug ada/49240] Inherited equality operator of interface not visible

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49240 Eric Botcazou changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug ada/49783] GCC must bring ads and adb files after installation

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49783 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ada/52033] confusing error message on illegal code with incomplete type

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52033 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ada/52873] A.18.2 Vectors To_Index (C) = 0 though C /= No_Element

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52873 Eric Botcazou changed: What|Removed |Added Keywords||wrong-code Last reconfirmed|2015-12-06

[Bug ada/53625] GNAT bug box einfo.adb:2741 from Indefinite_Vectors containing access to controlled type

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53625 Eric Botcazou changed: What|Removed |Added Target Milestone|--- |15.0 Resolution|---

[Bug ada/54178] qualifying a record aggregate incorrectly hides names in local instantiation

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54178 Eric Botcazou changed: What|Removed |Added Keywords||rejects-valid Last reconfirmed|2015-12

[Bug ada/50600] "Illegal instruction" when using pragma Profile (Restricted)

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50600 --- Comment #2 from Eric Botcazou --- Still hangs on mainline.

[Bug ada/62122] GNAT RM: flaw in example of @node Attribute Unrestricted_Access

2024-10-26 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62122 --- Comment #3 from GCC Commits --- The master branch has been updated by Eric Botcazou : https://gcc.gnu.org/g:ecf80e7daf7f27defe1ca724e265f723d10e7681 commit r15-4696-gecf80e7daf7f27defe1ca724e265f723d10e7681 Author: Eric Botcazou Date: Sa

[Bug target/117301] Many AVX10 tests fail

2024-10-26 Thread liuhongt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117301 --- Comment #3 from Hongtao Liu --- yes, new instructions are still under review for binutils and not landed on Binutil trunk, but GCC check_effective_target_avx10_2 target with "old" _mm256_mask_vpdpbssd_epi32. The problem should be gone when

[Bug ada/62230] aggregate incorrectly rejected as ancestor part

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62230 Eric Botcazou changed: What|Removed |Added Last reconfirmed|2015-12-06 00:00:00 |2024-10-26 Keywords|

[Bug ada/64556] Aspect Preelaborate is ignored on library-level subprogram

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64556 Eric Botcazou changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug ada/64869] "use all type" clause is ineffective

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64869 Eric Botcazou changed: What|Removed |Added Last reconfirmed|2015-12-06 00:00:00 |2024-10-26 Keywords|

[Bug ada/63725] Scalar_Storage_Order and nested string subtypes

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63725 Eric Botcazou changed: What|Removed |Added Target Milestone|--- |9.0 Status|NEW

[Bug ada/62122] GNAT RM: flaw in example of @node Attribute Unrestricted_Access

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62122 Eric Botcazou changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug ada/34343] Legal program rejected, Ada 2005 prefix notation, RM 4.1.3(9.2/2), 6.4(10.1/2)

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34343 --- Comment #3 from Eric Botcazou --- Still fails on mainline.

[Bug ada/34374] limited with clause and private parent package

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34374 --- Comment #2 from Eric Botcazou --- Still fails on mainline.

[Bug ada/29958] Assert_Failure at sem_ch7.adb:1496 with an inherited generic package

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29958 --- Comment #6 from Eric Botcazou --- Still fails on mainline.

[Bug ada/34511] Legal program rejected, RM 12.6(10): generic formal subprogram with implicit default

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34511 --- Comment #2 from Eric Botcazou --- Still fails on mainline.

[Bug ada/37796] Globals and functions private to generic body exported when instantiated in a spec

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37796 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Target Milestone|---

[Bug ada/38882] incorrect deferred constant declaration accepted

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38882 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ada/42148] Accepts illegal program, RM 10.1.1/14

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42148 --- Comment #2 from Eric Botcazou --- The error is still missing.

[Bug ada/42411] Illegal program accepted, RM 4.1(8), 8.6(27)/2

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42411 --- Comment #3 from Eric Botcazou --- The first error is still missing.

[Bug ada/35793] Illegal program not detected, RM 3.8(12)

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35793 --- Comment #3 from Eric Botcazou --- The error is still missing.

[Bug ada/35984] Illegal program not detected, RM 4.6(24/2)

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35984 Eric Botcazou changed: What|Removed |Added Target Milestone|--- |13.0 Status|NEW

[Bug tree-optimization/117307] [15 regression] ICE when building gavl-1.4.0 in vect_slp_analyze_operations

2024-10-26 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117307 --- Comment #2 from Sam James --- ``` int a; float *b, *c; float d; void e() { for (; a; a++) { if (d) { c[0] = b[0]; c[1] = b[1]; } else if (b[1]) c[0] = b[0] * 0; b += 2; c += 2; } } ```

[Bug ada/36619] Assignment to classwide leads to constraint error

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36619 Eric Botcazou changed: What|Removed |Added Target Milestone|--- |9.0 Status|NEW

[Bug tree-optimization/117176] [15 regression] ICE when building netpbm-11.8.0

2024-10-26 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117176 --- Comment #8 from Sergei Trofimovich --- To state the obvious bisect landed on r15-4324-gaccb85345edb91 "middle-end: support SLP early break"

[Bug ada/38327] Rejects legal program involving T'Class'Read

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38327 --- Comment #2 from Eric Botcazou --- Still fails on mainline.

[Bug ada/38330] Illegal program not detected, RM 4.3.1(16/2)

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38330 --- Comment #2 from Eric Botcazou --- The error is still missing.

[Bug ada/42413] Legal tasking program hangs at run time, function returning task that is then passed to a subprogram

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42413 --- Comment #2 from Eric Botcazou --- Still hangs on mainline.

[Bug ada/42948] Generic instantiation inside protected object bug box

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42948 Eric Botcazou changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug ada/43041] Default WCEM for opened files is always WCEM_Brackets instead of the -gnatW-specified encoding

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43041 Eric Botcazou changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug ada/44058] The No_Tasking restriction does not imply No_Task_Hierarchy, but should

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44058 Eric Botcazou changed: What|Removed |Added Target Milestone|--- |15.0 Status|NEW

[Bug ada/16097] Illegal program not detected, RM 6.3.1(9), RM 8.5.4(5)

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16097 --- Comment #5 from Eric Botcazou --- The error is still missing.

[Bug ada/16083] Illegal program not detected, RM 3.9.2(13)

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16083 --- Comment #5 from Eric Botcazou --- The error is still missing.

[Bug ada/16096] Illegal program not detected, RM 8.5.4(5)

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16096 --- Comment #5 from Eric Botcazou --- The error is still missing.

[Bug tree-optimization/117176] [15 regression] ICE when building netpbm-11.8.0

2024-10-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117176 --- Comment #9 from Andrew Pinski --- https://gcc.gnu.org/pipermail/gcc-patches/2024-October/666250.html

[Bug c++/117308] New: Undocumented implementation limits of C++ specification (ISO/IEC 14882)

2024-10-26 Thread Thomas.Kiess at vector dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117308 Bug ID: 117308 Summary: Undocumented implementation limits of C++ specification (ISO/IEC 14882) Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity: norm

[Bug ada/18762] Illegal program not detected, RM 6.3.1(7), 8.5.4(5), 13.14(3)

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18762 --- Comment #5 from Eric Botcazou --- The error is still missing.

[Bug ada/24480] subtype declared in generic child fails to match actual

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24480 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ada/15606] Legal program rejected, RM 8.2(22)

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15606 --- Comment #10 from Eric Botcazou --- Still fails on mainline.

[Bug ada/17954] Missing diagnostic for ill-placed pragma Pack

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17954 Eric Botcazou changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[Bug ada/18221] Illegal program not detected, access to invisible type RM 8.2(9)

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18221 --- Comment #6 from Eric Botcazou --- The error is still missing.

[Bug ada/18205] Legal program rejected, RM 13.13.2(14)

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18205 --- Comment #6 from Eric Botcazou --- Still fails on mainline.

[Bug ada/17320] Illegal program not detected, RM 3.9.3(11)

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17320 --- Comment #5 from Eric Botcazou --- The error is still missing.

[Bug tree-optimization/117307] [15 regression] ICE when building gavl-1.4.0 in vect_slp_analyze_operations

2024-10-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117307 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |15.0 Keywords|

[Bug ada/25988] visibility problem with generic child package

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25988 --- Comment #5 from Eric Botcazou --- Still fails on mainline.

[Bug ada/18765] Illegal program not detected, "/=" when "=" is ambiguous

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18765 Eric Botcazou changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |ebotcazou at gcc dot gnu.org

[Bug target/112274] Bug due to unused expressions on s390x

2024-10-26 Thread stefansf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112274 Stefan Schulze Frielinghaus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resoluti

[Bug tree-optimization/117307] [15 regression] ICE when building gavl-1.4.0 in vect_slp_analyze_operations

2024-10-26 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117307 --- Comment #1 from Sam James --- Reduced: ``` int blend_graya_float_j; float *blend_graya_float_ovl_ptr, *blend_graya_float_dst_ptr; float blend_graya_float_dst_ptr_3; void blend_graya_float() { float a_b; for (; blend_graya_float_j; blend_

[Bug ada/29463] Value of a static expression of a decimal fixed point type must be a multiple of the small

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29463 --- Comment #3 from Eric Botcazou --- The error is still missing.

[Bug ada/31417] Illegal program not detected, RM 7.3(13), 4.9.1(1), nonstatic discriminants

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31417 --- Comment #5 from Eric Botcazou --- The errors are still missing.

[Bug ada/32181] Legal program executes incorrectly, RM 3.4(27)

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32181 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Target Milestone|---

[Bug ada/33910] address clauses not rejected in Ada 83 mode

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33910 Eric Botcazou changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

[Bug ada/33908] fixed point division not rejected in Ada 83 mode

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33908 Eric Botcazou changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

[Bug ada/32318] GNAT.Calendar.Time_IO "%c" incorrectly claims to be reporting the time zone

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32318 --- Comment #2 from Eric Botcazou --- Still true on mainline.

[Bug target/55212] [SH] Switch to LRA

2024-10-26 Thread olegendo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212 --- Comment #414 from Oleg Endo --- (In reply to Kazumoto Kojima from comment #410) > Created attachment 59432 [details] > a trial patch for c#404 > > It's difficult to see what is going on, because the test case is too huge. > Looking at the p

[Bug ada/33994] wrong code for indexed component when index subtype has 'Size > 32

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33994 --- Comment #7 from Eric Botcazou --- Still fails on mainline.

[Bug ada/34290] Problem with procedure visibility at the prefixed view call

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34290 --- Comment #7 from Eric Botcazou --- Still fails on mainline: eric@fomalhaut:~/build/gcc/native/tmp> gcc -c main_windows-constructors.adb +===GNAT BUG DETECTED==+ | 15.0.0 20241024 (experiment

[Bug ada/18454] Illegal program not detected, RM 10.1.5(4), 8.1(16)

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18454 --- Comment #5 from Eric Botcazou --- The error is still missing.

[Bug c/112716] LTO optimization with struct with variable size

2024-10-26 Thread uecker at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112716 --- Comment #11 from uecker at gcc dot gnu.org --- I asked the C FE and it wants to get this fixed.

[Bug ada/46318] ICE (GNAT bug box) on invalid

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46318 Eric Botcazou changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug ada/41854] Assert_Failure sinfo.adb:2362

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41854 Eric Botcazou changed: What|Removed |Added Keywords||ice-on-invalid-code Target Milestone|-

[Bug ada/42793] Bug box when using generic package

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42793 Eric Botcazou changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug tree-optimization/117307] New: [15 regression] ICE when building gavl-1.4.0 in vect_slp_analyze_operations

2024-10-26 Thread sjames at gcc dot gnu.org via Gcc-bugs
p-O3 bootstrap-lto bootstrap-cet' Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 15.0.0 20241026 (experimental) 40fedaf35fa99a9728d5b84d47035f4c92e1ba90 (Gentoo 15.0. p, commit d4278761ff6c0c703c8cf4d105cac664e15a0df8) ```

[Bug tree-optimization/117306] New: [15 Regression] ICE on netpbm-11.8.0 with -O3 -march=znver2: in operator[], at vec.h:910

2024-10-26 Thread slyfox at gcc dot gnu.org via Gcc-bugs
anitizer --enable-languages=c CFLAGS='-O1 -g0' CXXFLAGS='-O1 -g0' LDFLAGS='-O1 -g0' Thread model: posix Supported LTO compression algorithms: zlib gcc version 15.0.0 20241026 (experimental) (GCC)

[Bug ada/15800] SIGSEGV on mutually recursive record type declarations

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15800 --- Comment #8 from Eric Botcazou --- Still fails on mainline.

[Bug tree-optimization/117306] [15 Regression] ICE on netpbm-11.8.0 with -O3 -march=znver2: in operator[], at vec.h:910

2024-10-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117306 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/117176] [15 regression] ICE when building netpbm-11.8.0

2024-10-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117176 Andrew Pinski changed: What|Removed |Added CC||slyfox at gcc dot gnu.org --- Comment #

[Bug ada/50263] Constant integer in multidimensional array 'Range(X) crashes GNAT

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50263 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Target Milestone|---

[Bug ada/16078] Legal program rejected, visible declaration not seen

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16078 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/117305] New: include files processed differently depending on directory they were fetched from

2024-10-26 Thread joakim.rosqvist at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117305 Bug ID: 117305 Summary: include files processed differently depending on directory they were fetched from Product: gcc Version: 14.2.0 Status: UNCONFIRMED Seve

[Bug ada/15605] invalid program not detected, RM 8.3(22), 8.5.4(6)

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15605 --- Comment #6 from Eric Botcazou --- The second error is still missing.

[Bug ada/16075] Wrong output from legal program, ordered generic parameter association

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16075 --- Comment #6 from Eric Botcazou --- Still fails on mainline.

[Bug ada/16077] Wrong output from legal program, pragma Import (Ada)

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16077 --- Comment #6 from Eric Botcazou --- Still fails on mainline.

[Bug ada/16214] Legal program rejected, nested generic packages

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16214 --- Comment #5 from Eric Botcazou --- Still fails on mainline.

[Bug c/117305] include files processed differently depending on directory they were fetched from

2024-10-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117305 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug ada/13370] 'constant String' with 'pragma Machine_Attribute' triggers ICE

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13370 --- Comment #7 from Eric Botcazou --- Still fails on mainline:

[Bug ada/15610] Invalid program not detected, generic formal parameter hides declared item

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15610 --- Comment #6 from Eric Botcazou --- The error is still missing.

[Bug ada/15844] Illegal program not detected, RM 8.3(8)

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15844 --- Comment #6 from Eric Botcazou --- The error is still missing.

[Bug ada/15845] Illegal program not detected, circular renames

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15845 --- Comment #6 from Eric Botcazou --- The error is still missing.

[Bug ada/18453] Legal instantiation rejected; illegal instantiation accepted

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18453 --- Comment #5 from Eric Botcazou --- Still fails on mainline.

[Bug tree-optimization/117234] A few tree codes are marked as trapping when they can't

2024-10-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117234 --- Comment #3 from Andrew Pinski --- Created attachment 59444 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59444&action=edit Patch which I am testing

[Bug ada/16076] Illegal program not detected, RM 13.14(5)

2024-10-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16076 --- Comment #6 from Eric Botcazou --- The error is still missing.

  1   2   3   >