[Bug ada/116438] GNAT should print backtraces on ICEs with bug box

2024-09-17 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116438 --- Comment #7 from Eric Botcazou --- Using libbacktrace can only address half of the problem, namely the half where the internal_error handler of the middle-end is called directly. For the other half, namely when a signal (e.g. out of a segfau

[Bug target/116698] [12/13/14/15 Regression] ICE: in add_cfi_args_size, at dwarf2cfi.cc:501 with -O -finstrument-functions -fstack-check=generic -m32 -mrtd -maccumulate-outgoing-args

2024-09-13 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116698 Eric Botcazou changed: What|Removed |Added Status|NEW |SUSPENDED --- Comment #3 from Eric Botc

[Bug ada/116438] GNAT should print backtraces on ICEs with bug box

2024-09-12 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
should use |GNAT should print |libbacktrace to print |backtraces on ICEs with bug |backtraces on ICE with bug |box |boxes | Assignee|unassigned at gcc dot gnu.org |ebotcazou at gcc dot

[Bug target/105782] emission of inefficient movxtod/movdtox with -mvis3

2024-09-09 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
gcc dot gnu.org |unassigned at gcc dot gnu.org

[Bug ada/115250] [15 regression] gnat.dg/opt58.adb FAILs

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

[Bug ada/115246] [15 regression] gnat.dg/alignment14.adb FAILs

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

[Bug ada/115250] [15 regression] gnat.dg/opt58.adb FAILs

2024-09-09 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
||ebotcazou at gcc dot gnu.org Last reconfirmed||2024-09-09 Status|UNCONFIRMED |NEW --- Comment #1 from Eric Botcazou --- The warning can be suppressed.

[Bug ada/115246] [15 regression] gnat.dg/alignment14.adb FAILs

2024-09-09 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
||ebotcazou at gcc dot gnu.org Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #1 from Eric Botcazou --- Probably most 32-bit targets.

[Bug ada/116551] internal error on bit-packed array type with Volatile_Full_Access

2024-09-09 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
at gcc dot gnu.org |ebotcazou at gcc dot gnu.org

[Bug ada/116551] internal error on bit-packed array type with Volatile_Full_Access

2024-09-09 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
CC||ebotcazou at gcc dot gnu.org --- Comment #1 from Eric Botcazou --- This one is indeed generic.

[Bug ada/116644] Warnings in generic code don't report column number

2024-09-09 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
|UNCONFIRMED |WAITING Ever confirmed|0 |1 CC||ebotcazou at gcc dot gnu.org --- Comment #1 from Eric Botcazou --- Why is that insufficient exactly? 256 is clearly not in range of My_Byte.

[Bug ada/116498] infinite loop on MSP430 with -mlarge flag

2024-09-09 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
at gcc dot gnu.org |ebotcazou at gcc dot gnu.org

[Bug ada/116498] gnat enters busy wait trying to compile for msp430-none-elf with -mlarge flag

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

[Bug ada/116430] Crash "Assert_Failure nlists.adb:674" while compiling

2024-09-09 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
|1 CC||ebotcazou at gcc dot gnu.org Status|UNCONFIRMED |WAITING --- Comment #3 from Eric Botcazou --- Assertions are not enabled in release builds, please try with 14.1 or 14.2.

[Bug tree-optimization/116226] ICE when building exp_aggr.adb with -Warray-bounds (tree check: expected integer_cst, have ssa_name in get_len, at ree.h:6509)

2024-09-09 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
||2024-09-09 Status|UNCONFIRMED |NEW CC||ebotcazou at gcc dot gnu.org --- Comment #6 from Eric Botcazou --- check_out_of_bounds_and_warn must probably test that low_bound is an INTEGER_CST before calling

[Bug ada/116190] wrong finalization of anonymous array aggregate

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

[Bug ada/116190] raised STORAGE_ERROR : stack overflow or erroneous memory access with array of unbounded strings

2024-09-09 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
||2024-09-09 CC||ebotcazou at gcc dot gnu.org Status|UNCONFIRMED |NEW --- Comment #1 from Eric Botcazou --- Yes but, contrary to what you said, declaring an array type does work: with Ada.Strings.Unbounded; use

[Bug ada/116089] GNATprove raises Program_Error for loop frame condition when calling function with Side_Effects

2024-09-09 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
||ebotcazou at gcc dot gnu.org Status|UNCONFIRMED |RESOLVED --- Comment #1 from Eric Botcazou --- GNATprove is not part of GCC.

[Bug ada/115917] GNAT fails to bootstrap with LTO and -Werror=lto-type-mismatch

2024-09-08 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
| |x86_64-pc-linux-gnu | Target Milestone|--- |15.0 Resolution|--- |FIXED CC||ebotcazou at gcc dot gnu.org --- Comment #4 from Eric Botcazou --- Fixed on mainline.

[Bug ada/116438] Ada FE should use libbacktrace to print backtraces on ICE with bug boxes

2024-08-21 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116438 --- Comment #3 from Eric Botcazou --- In my experience a backtrace is not sufficient to debug compiler issues.

[Bug target/114189] Target implements obsolete vcond{,u,eq} expanders

2024-07-12 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114189 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org

[Bug rtl-optimization/115883] [15 Regression] late-combine exposing LRA problems

2024-07-12 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115883 --- Comment #1 from Eric Botcazou --- Are you sure about REG_POINTER though? IIRC the PA port does rely on it for correctness.

[Bug target/115591] internal error on global variable-length array

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

[Bug target/115591] internal error on global variable-length array

2024-07-06 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115591 --- Comment #10 from Eric Botcazou --- Thanks Jeff! Any objection to backporting the fix onto the 14 branch?

[Bug target/115591] internal error on global variable-length array

2024-07-02 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115591 --- Comment #7 from Eric Botcazou --- > Just threw this into my tester. Figure ~90 minutes to get back the cross > results. Thanks! > I assume that if we go forward that you'll handle putting together a > regression test since it's Ada source

[Bug target/115739] Building cross-compiler to sparc-wrs-vxworks fails since r15-1594-g55947b32c38a40

2024-07-02 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115739 --- Comment #3 from Eric Botcazou --- The fix is OK for mainline, thanks!

[Bug ada/115630] Bounded queue does not finalize controlled components

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

[Bug ada/115666] Cloaking access to subprogram in a record allows storing anonymous access-to-subprogram value

2024-06-27 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115666 --- Comment #5 from Eric Botcazou --- I probably should have said "but nobody should write this sort of code."

[Bug ada/115630] Bounded queue does not finalize controlled components

2024-06-27 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
|1 CC||ebotcazou at gcc dot gnu.org Status|UNCONFIRMED |WAITING --- Comment #1 from Eric Botcazou --- Please try with newer versions, 14.x at least or else mainline.

[Bug ada/115666] Cloaking access to subprogram in a record allows storing anonymous access-to-subprogram value

2024-06-27 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
|NEW CC||ebotcazou at gcc dot gnu.org Last reconfirmed||2024-06-27 --- Comment #2 from Eric Botcazou --- Confirmed, but nobody should write this sort of things.

[Bug target/115608] ICE in extract_insn, at recog.cc:2812 when building with -mv8plus

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

[Bug target/115591] internal error on global variable-length array

2024-06-25 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115591 --- Comment #5 from Eric Botcazou --- Jeff, this looks like an obvious fix given the comment just above the modified code, but only a maintainer can probably assess that.

[Bug target/115608] ICE in extract_insn, at recog.cc:2812 when building with -mv8plus

2024-06-24 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115608 --- Comment #7 from Eric Botcazou --- Right, but Solaris does it automatically so Linux can probably mimic it.

[Bug target/115608] ICE in extract_insn, at recog.cc:2812 when building with -mv8plus

2024-06-24 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115608 Eric Botcazou changed: What|Removed |Added Status|WAITING |NEW --- Comment #5 from Eric Botcazou

[Bug target/115608] ICE in extract_insn, at recog.cc:2812 when building with -mv8plus

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

[Bug target/115591] internal error on global variable-length array

2024-06-23 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115591 --- Comment #2 from Eric Botcazou --- The immediate fix is: diff --git a/gcc/config/riscv/riscv.cc b/gcc/config/riscv/riscv.cc index c17141d909a..5e34dc92210 100644 --- a/gcc/config/riscv/riscv.cc +++ b/gcc/config/riscv/riscv.cc @@ -1702,7 +170

[Bug target/115591] internal error on global variable-length array

2024-06-23 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115591 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org

[Bug ada/115535] negative value returned by 'Image for array with nonnegative integer component

2024-06-19 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
at gcc dot gnu.org |ebotcazou at gcc dot gnu.org --- Comment #2 from Eric Botcazou --- I'll have a closer look.

[Bug ada/115507] bogus Constraint_Error for Wide_Wide_Value with wide enumeration literal

2024-06-19 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
at gcc dot gnu.org |ebotcazou at gcc dot gnu.org --- Comment #2 from Eric Botcazou --- I'll have a closer look.

[Bug ada/115535] negative value returned by 'Image applied to array with nonnegative integer component

2024-06-18 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
teger |representation under|component |certain conditions | CC||ebotcazou at gcc dot gnu.org --- Comment #1 from Eric Botcazou --- Build_Elementary_Put_Image_Call uses the signedness of the base typ

[Bug ada/115507] bogus Constraint_Error for Wide_Wide_Value with wide enumeration literal

2024-06-18 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
r for |unicode strings |Wide_Wide_Value with wide ||enumeration literal Last reconfirmed||2024-06-18 CC||ebotcazou at gcc dot gnu.org Ever confir

[Bug tree-optimization/87332] [meta-bug] Issues related to Identical Code Folding (ICF) and Tail Merging (-ftree-tail-merge)

2024-06-14 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87332 Bug 87332 depends on bug 109817, which changed state. Bug 109817 Summary: internal error in ICF pass on Ada interfaces https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109817 What|Removed |Added

[Bug ipa/109817] internal error in ICF pass on Ada interfaces

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

[Bug ada/114710] too late finalization of temporary object

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

[Bug ada/115376] ICE with if expression in value setting of a constant declaration

2024-06-13 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115376 --- Comment #3 from Eric Botcazou --- > After trying and several attempts to find a small reproducer, I'm afraid > that I won't be able to provide better help than the ALS team could. Note that a small reproducer is not mandatory, so it's usual

[Bug ada/114708] [12/13/14/15 regression] internal error on access to an incomplete formal in generic package

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

[Bug ada/114398] [13/14/15 regression] Storage_Error with 'Access of primitive function returning limited type

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

[Bug ada/114398] [13/14/15 regression] Storage_Error with 'Access of primitive function returning limited type

2024-06-10 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114398 --- Comment #9 from Eric Botcazou --- https://gcc.gnu.org/g:e54d90911858174a0c528d2c06198bc2061b3b22 commit r13-8829-ge54d90911858174a0c528d2c06198bc2061b3b22 Author: Javier Miranda Date: Thu Apr 18 09:54:22 2024 + ada: Storage_Erro

[Bug ada/114398] [13/14/15 regression] Storage_Error with 'Access of primitive function returning limited type

2024-06-10 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114398 --- Comment #7 from Eric Botcazou --- https://gcc.gnu.org/g:a1bec0455fb6f871bbc2c80d6e19c90deebbf824 commit r14-10298-ga1bec0455fb6f871bbc2c80d6e19c90deebbf824 Author: Javier Miranda Date: Thu Apr 18 09:54:22 2024 + ada: Storage_Err

[Bug ada/114398] [13/14/15 regression] Storage_Error with 'Access of primitive function returning limited type

2024-06-10 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114398 --- Comment #4 from Eric Botcazou --- https://gcc.gnu.org/g:add6d89eaed4070803882b9a0b643d963ca8d80a commit r15-1158-gadd6d89eaed4070803882b9a0b643d963ca8d80a Author: Javier Miranda Date: Thu Apr 18 09:54:22 2024 + ada: Storage_Erro

[Bug ada/115376] ICE with if expression in value setting of a constant declaration

2024-06-07 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115376 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org

[Bug ada/115349] compiler infers the wrong Accum_Type for a Reducer expression

2024-06-05 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
||ebotcazou at gcc dot gnu.org Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #1 from Eric Botcazou --- What crash do you get though? AFAICS it's a standard Constraint_Error.

[Bug ada/115305] [15 Regression] many (162) acats regressions on i686-darwin9

2024-05-31 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115305 --- Comment #7 from Eric Botcazou --- They might come from https://gcc.gnu.org/cgi-bin/gcc-gitref.cgi?r=r15-615 and, in particular, the change made to libgnarl/s-osinte__darwin.ads, in which case the way out would be to duplicate libgnat/s-osloc

[Bug ada/115305] [15 Regression] many (162) acats regressions on i686-darwin9

2024-05-31 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
||2024-05-31 CC||ebotcazou at gcc dot gnu.org --- Comment #5 from Eric Botcazou --- Thanks for creating the PR.

[Bug ada/115292] [15 Regression] i686-darwin17 bootstrap fails for Ada (between r15-856 and r15-889)

2024-05-30 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
||ebotcazou at gcc dot gnu.org Status|UNCONFIRMED |WAITING Last reconfirmed||2024-05-30 --- Comment #1 from Eric Botcazou --- Can you post the list of ACATS regressions on the 32-bit host?

[Bug ada/115270] GNAT tools do not link on 32-bit SPARC/Linux

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

[Bug ada/115270] gnat doesn't link on 32-bit Linux/sparc

2024-05-29 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115270 --- Comment #2 from Eric Botcazou --- Created attachment 58304 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58304&action=edit Tentative fix Please give it a try when you have a chance.

[Bug ada/115270] gnat doesn't link on 32-bit Linux/sparc

2024-05-29 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115270 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug debug/115235] Non-standard .debug_addr section

2024-05-27 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115235 --- Comment #5 from Eric Botcazou --- > Hi, can you clarify what you mean? Why does -gsplit-dwarf without -gdwarf-5 > emit in debug fission with extended dwarf-4 if it's specifically dealing > with dwarf 5? The sentence is indeed a bit ambiguou

[Bug debug/115235] Non-standard .debug_addr section

2024-05-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
|RESOLVED CC||ebotcazou at gcc dot gnu.org --- Comment #2 from Eric Botcazou --- The implementation of -gsplit-dwarf deals specifically with DWARF 5 and later.

[Bug rtl-optimization/115038] [14/15 regression] internal error in seh_cfa_offset with -O2 -fno-omit-frame-pointer

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

[Bug rtl-optimization/115038] [14/15 regression] internal error in seh_cfa_offset with -O2 -fno-omit-frame-pointer

2024-05-22 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115038 --- Comment #9 from Eric Botcazou --- > Eric, do you want to handle the final bootstrap+regression test? Or do you > want me to take it from here? I can do it right now.

[Bug target/115188] New: [14/15 regression] invalid Thumb assembly for atomic store in loop on ARMv6

2024-05-22 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: ebotcazou at gcc dot gnu.org Target Milestone: --- This apparently comes from the fix for PR target/111235: the following code: int data[4]; void init (unsigned int lb

[Bug ada/115168] [15 regression] Several libada compile errors on Solaris

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

[Bug ada/115168] [15 regression] Several libada compile errors on Solaris

2024-05-20 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115168 --- Comment #2 from Eric Botcazou --- Created attachment 58255 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58255&action=edit Tentative fix

[Bug ada/115168] [15 regression] Several libada compile errors on Solaris

2024-05-20 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115168 Eric Botcazou changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug rtl-optimization/115038] [14/15 regression] internal error in seh_cfa_offset with -O2 -fno-omit-frame-pointer

2024-05-20 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
at gcc dot gnu.org |ebotcazou at gcc dot gnu.org

[Bug rtl-optimization/115038] [14/15 regression] internal error in seh_cfa_offset with -O2 -fno-omit-frame-pointer

2024-05-19 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115038 Eric Botcazou changed: What|Removed |Added Component|target |rtl-optimization Keywords|EH

[Bug ada/115106] [15 regression] SEGV in sem_elab.internal_representation.nts_map.mutate_and_rehash

2024-05-18 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115106 --- Comment #8 from Eric Botcazou --- > However, I will comment that it maybe built but there are cats regressions > (1) on x86_64, (2) on i686-darwin17 (many) on i686-darwin9. No idea what > caused those at the moment - and my hardware is very

[Bug ada/115106] [15 regression] SEGV in sem_elab.internal_representation.nts_map.mutate_and_rehash

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

[Bug ada/115133] [15 regression] s-oslock__solaris.ads doesn't compile

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

[Bug ada/115133] [15 regression] s-oslock__solaris.ads doesn't compile

2024-05-17 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115133 Eric Botcazou changed: What|Removed |Added Attachment #58229|0 |1 is obsolete|

[Bug rtl-optimization/78664] LRA must honor REG_ALLOC_ORDER to pick reload registers

2024-05-17 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78664 --- Comment #3 from Eric Botcazou --- OK, thanks for the explanation.

[Bug ada/115133] [15 regression] s-oslock__solaris.ads doesn't compile

2024-05-17 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115133 Eric Botcazou changed: What|Removed |Added Attachment #58228|0 |1 is obsolete|

[Bug ada/115133] [15 regression] s-oslock__solaris.ads doesn't compile

2024-05-17 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115133 --- Comment #3 from Eric Botcazou --- Created attachment 58228 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58228&action=edit Tentative fix

[Bug ada/115133] [15 regression] s-oslock__solaris.ads doesn't compile

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

[Bug web/115105] Document "Reimplement GNU threads library on native Windows" change on GCC 13 changes list

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

[Bug ada/115113] [15 Regression] Ada bootstrap fails

2024-05-16 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
||ebotcazou at gcc dot gnu.org --- Comment #1 from Eric Botcazou --- See also PR ada/115106.

[Bug ada/115106] [15 regression] SEGV in sem_elab.internal_representation.nts_map.mutate_and_rehash

2024-05-16 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
|1 Last reconfirmed||2024-05-16 CC||ebotcazou at gcc dot gnu.org --- Comment #2 from Eric Botcazou --- > The reghunt identified > > commit 9b7cad5884f21cc5783075be0043777448db3fab > Author:

[Bug web/115105] Document "Reimplement GNU threads library on native Windows" change on GCC 13 changes list

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

[Bug target/64835] -fno-ipa-cp is inconsitently supported when attributes optimize or target are used

2024-05-15 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64835 --- Comment #12 from Eric Botcazou --- > Eric, gcc.dg/ipa/iinline-attr.c XPASSes on 64-bit SPARC since > > commit ffabce849033e57ebaf60029822b81e981681c21 > Author: Eric Botcazou > Date: Tue Nov 29 11:43:32 2022 +0100 > > Couple of test

[Bug target/115038] [14/15 regression] internal error in seh_cfa_offset with -O2 -fno-omit-frame-pointer

2024-05-12 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115038 --- Comment #4 from Eric Botcazou --- Tentative fixlet: diff --git a/gcc/fold-mem-offsets.cc b/gcc/fold-mem-offsets.cc index 2e15b05529e..84b9623058b 100644 --- a/gcc/fold-mem-offsets.cc +++ b/gcc/fold-mem-offsets.cc @@ -491,7 +491,7 @@ fold_of

[Bug target/115038] [14/15 regression] internal error in seh_cfa_offset with -O2 -fno-omit-frame-pointer

2024-05-12 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115038 --- Comment #3 from Eric Botcazou --- It's the -ffold-mem-offsets pass messing up with the prologue and the frame-related instructions (so -fno-fold-mem-offsets is a workaround).

[Bug target/115038] [14/15 regression] internal error in seh_cfa_offset with -O2 -fno-omit-frame-pointer

2024-05-12 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115038 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org Target

[Bug ada/15614] Illegal program not detected, RM 12.1(11)

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

[Bug ada/114964] Ada Address_To_Access_Conversions gnat_to_gnu_entity internal error

2024-05-06 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114964 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org Ever

[Bug go/114582] go.test/test/fixedbugs/issue34123.go FAILs

2024-05-03 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114582 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org Last

[Bug ada/81087] array index out of range in gnatlink, making test always false

2024-04-30 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81087 --- Comment #6 from Eric Botcazou --- There is a fix in the pipeline for GCC 15, although I'm not sure if it will handle all the issues.

[Bug tree-optimization/114864] [12/13/14/15 regression] wrong code at -O1 with "-fno-tree-dce -fno-tree-fre" on x86_64-linux-gnu

2024-04-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114864 --- Comment #4 from Eric Botcazou --- Another instance is https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100453

[Bug tree-optimization/114864] [12/13/14/15 regression] wrong code at -O1 with "-fno-tree-dce -fno-tree-fre" on x86_64-linux-gnu

2024-04-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114864 --- Comment #3 from Eric Botcazou --- Yes, this is a known issue in SRA, see PR optimization/111873, but it apparently shows up only with nonsensical combinations of switches so, well...

[Bug target/114416] calling convention incompatibility with vendor compiler for V9

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

[Bug target/114416] calling convention incompatibility with vendor compiler for V9

2024-04-24 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114416 --- Comment #17 from Eric Botcazou --- > The sparc-sun-solaris2.11 bootstrap (both multilibs) has just completed > successfully without regressions. > > However, sparc/sol2.h needed an #undef to fix > > In file included from ./tm.h:27, >

[Bug target/114416] calling convention incompatibility with vendor compiler for V9

2024-04-24 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114416 --- Comment #14 from Eric Botcazou --- OK, thanks, let's go ahead for Solaris then, but I agree that we'd better do nothing for other platforms at this point. Do you happen to have some spare cycles to conduct a testing cycle of the above tenta

[Bug target/114416] calling convention incompatibility with vendor compiler for V9

2024-04-23 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114416 --- Comment #12 from Eric Botcazou --- Rainer, what's your take on this? Should we proceed and change the ABI on Solaris for GCC 14?

[Bug ada/114708] [12/13/14 regression] internal error on access to an incomplete formal in generic package

2024-04-21 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114708 --- Comment #3 from Eric Botcazou --- This appears to be sufficient: diff --git a/gcc/ada/exp_util.adb b/gcc/ada/exp_util.adb index 04d114694ab..f81380846e0 100644 --- a/gcc/ada/exp_util.adb +++ b/gcc/ada/exp_util.adb @@ -6076,6 +6076,12 @@ pac

[Bug ada/114710] temporary object finalized too late

2024-04-21 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
at gcc dot gnu.org |ebotcazou at gcc dot gnu.org --- Comment #2 from Eric Botcazou --- I'll have a look.

[Bug ada/114710] temporary object finalized too late

2024-04-20 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114710 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org Ever

[Bug ada/114708] [12/13/14 regression] internal error on access to an incomplete formal in generic package

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

[Bug ada/114708] [12/13/14 regression] internal error on access to an incomplete formal in generic package

2024-04-20 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114708 Eric Botcazou changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug ada/114708] [12/13/14 regression] internal error on access to an incomplete formal in generic package

2024-04-20 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114708 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org

  1   2   3   4   5   6   7   8   9   10   >