[Bug middle-end/19236] [4.0 regression] ICE compiling logp(x) with -ffast-math

2005-01-02 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2005-01-03 07:30 --- Let's add Uros since he worked on the i386 backend lately and Honza as another expert. -- What|Removed |

[Bug rtl-optimization/19235] [4.0 regression] GCC generates SSE2 instructions for AthlonXP which doesn't support them.

2005-01-02 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2005-01-03 07:46 --- Confirmed with gcc 4.0.0 20050102. Adding Uros since he made recent patches in this area, and also Honza as another expert. -- What|Removed |Added

[Bug target/19250] minss/maxss SSE insn not generated for -mfpmath=sse

2005-01-04 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2005-01-04 09:05 --- Btw. we do the right thing for 64-bit x86-64: $ gcc -O2 -ffast-math -c t.c $ objdump -d t.o t.o: file format elf64-x86-64 Disassembly of section .text: : 0: f3 0f 5d c1

[Bug target/19326] New: gcc.c-torture/execute/simd-6.c fails on x86-64

2005-01-08 Thread aj at gcc dot gnu dot org
Severity: normal Priority: P2 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aj at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: x86_64-linux-gnu GCC host triplet: x86_64-linux-gnu GCC target tr

[Bug target/19326] gcc.c-torture/execute/simd-6.c fails on x86-64

2005-01-08 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2005-01-08 17:01 --- These two fail with similiar ICEs: gcc.dg/i386-sse-1.c (test for excess errors) gcc.dg/i386-sse-2.c (test for excess errors) -- What|Removed |Added

[Bug c/19342] New: internal compiler error: in common_type, at c-typeck.c:490

2005-01-08 Thread aj at gcc dot gnu dot org
dot gnu dot org ReportedBy: aj at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: * GCC host triplet: * GCC target triplet: * http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19342

[Bug c/19342] internal compiler error: in common_type, at c-typeck.c:490

2005-01-08 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2005-01-09 07:10 --- Created an attachment (id=7910) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7910&action=view) Preprocessed source file - i386 compilation -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19342

[Bug c/19342] internal compiler error: in common_type, at c-typeck.c:490

2005-01-08 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2005-01-09 07:15 --- Btw. error did not occur with GCC CVS from 20050103 and the next one tested was from 20050108. -- What|Removed |Added

[Bug c++/19343] New: New warnings in libstdc++-v3 since 2004-01-05

2005-01-08 Thread aj at gcc dot gnu dot org
Summary: New warnings in libstdc++-v3 since 2004-01-05 Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aj

[Bug c++/19343] New warnings in libstdc++-v3 since 2004-01-05

2005-01-08 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2005-01-09 07:19 --- Gaby comments in http://gcc.gnu.org/ml/libstdc++/2005-01/msg00064.html: This is a compiler regression. The body of the function is: _M_get(size_t __sz) throw(std::bad_alloc) { #if defined

[Bug tree-optimization/19241] [4.0 Regression] ICE in make_decl_rtl with inliner

2005-01-08 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2005-01-09 07:29 --- Honza, this is an inliner bug - could you look at it, please? -- What|Removed |Added

[Bug c/19346] New: Wrong warnings about undefined aliases

2005-01-09 Thread aj at gcc dot gnu dot org
ndefined aliases Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aj at gcc dot gnu dot org CC: gcc-bugs at gcc

[Bug rtl-optimization/19348] internal consistency error while compiling linux kernel

2005-01-09 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2005-01-09 17:57 --- This might be a duplicate of PR19084. -- What|Removed |Added CC

[Bug ada/19337] [4.0 Regression] ada does not compile

2005-01-09 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2005-01-09 18:00 --- Btw. this crashes in the same place as in PR 19241. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19337

[Bug fortran/17917] gfortran ICE on "equivalence"

2005-01-10 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2005-01-10 13:40 --- This bug occurs also in a SPEC2004 candidate benchmark. -- What|Removed |Added

[Bug tree-optimization/19458] [4.0 Regression] bootstrap failure

2005-01-15 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2005-01-15 15:16 --- This happens also at x86_64-linux-gnu: ../../gcc/libgcc2.c: In function '__mulvti3': ../../gcc/libgcc2.c:279: internal compiler error: in simplify_cond_and_lookup_avail_expr, at tree-ssa-dom.c:20

[Bug tree-optimization/19458] [4.0 Regression] bootstrap failure

2005-01-15 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2005-01-15 16:07 --- *** Bug 19459 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug bootstrap/19459] [4.0 regression] bootstrap failure on i486-linux

2005-01-15 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2005-01-15 16:07 --- *** This bug has been marked as a duplicate of 19458 *** -- What|Removed |Added

[Bug target/19584] New: ICE: insn does not satisfy its constraints

2005-01-23 Thread aj at gcc dot gnu dot org
0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aj at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: x86_64-linux-gnu GCC host trip

[Bug target/19584] ICE: insn does not satisfy its constraints

2005-01-23 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2005-01-23 09:28 --- Created an attachment (id=8042) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8042&action=view) Reduced testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19584

[Bug middle-end/19585] New: internal compiler error: Segmentation fault in gen_decl_die

2005-01-23 Thread aj at gcc dot gnu dot org
n fault in gen_decl_die Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aj at gcc dot gnu dot org

[Bug middle-end/19585] internal compiler error: Segmentation fault in gen_decl_die

2005-01-23 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2005-01-23 10:37 --- Created an attachment (id=8043) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8043&action=view) Preprocessed source file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19585

[Bug middle-end/19689] ICE in store_bit_field, at expmed.c

2005-01-29 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2005-01-29 08:39 --- Created an attachment (id=8098) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8098&action=view) Preprocessed source file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19689

[Bug middle-end/19689] ICE in store_bit_field, at expmed.c

2005-01-29 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2005-01-29 08:46 --- Note this bug has been introduced after 2005-01-25. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19689

[Bug other/19525] [4.0 Regression] In-build-directory multilib testing broken

2005-02-06 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2005-02-06 10:27 --- See also http://gcc.gnu.org/ml/gcc/2004-12/msg01142.html This appears also on x86-64. -- What|Removed |Added

[Bug libgcj/19823] java fails with non-executable memory

2005-02-09 Thread aj at gcc dot gnu dot org
-- What|Removed |Added CC||aj at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19823

[Bug libgcj/19823] java fails with non-executable memory

2005-02-09 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2005-02-09 18:27 --- I looked at my build dir (4.0 CVS) and everything looks ok. I guess I should run some strace - could somebody tell me how to invoke gij from the commandline in a simple case so that I can check this

[Bug libgcj/19823] java fails with non-executable memory

2005-02-09 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2005-02-10 06:11 --- I agree, the USE_MMAP is not global. I'm trying now the following patch to see whether we're really on the right track: Index: boehm-

[Bug libgcj/19823] java fails with non-executable memory

2005-02-10 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2005-02-10 09:22 --- With my patch, the results look good again (this is on x86-64 with multilibs): === libjava Summary for unix === # of expected passes3726 # of expected failures 14

[Bug middle-end/19689] New: ICE in store_bit_field, at expmed.c

2005-01-29 Thread aj at gcc dot gnu dot org
source if appropriate. Note the same ICE occurs also on Linux/ia64 and Linux/x86-64. -- Summary: ICE in store_bit_field, at expmed.c Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: middle-end A

[Bug tree-optimization/17656] [4.0 Regression] internal compiler error: in replace_immediate_uses, at tree-ssa.c:1041

2004-10-11 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2004-10-11 15:28 --- (In reply to comment #6) > Andreas, yes please for PPC and/or x86. > > It might be we are miscompiling GCC :(. Here's the actual call on 32-bit ppc: # gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPA

[Bug tree-optimization/17656] [4.0 Regression] internal compiler error: in replace_immediate_uses, at tree-ssa.c:1041

2004-10-11 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2004-10-11 15:29 --- Created an attachment (id=7325) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7325&action=view) Preprocessed file for Linux/PPC -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17656

[Bug middle-end/18005] New: ICE in fold-const.c/fold

2004-10-14 Thread aj at gcc dot gnu dot org
Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aj at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: x86_64-linux-gnu GCC host triplet: x86_64-linux-gnu GCC target triplet: x86_64-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18005

[Bug middle-end/18005] ICE in fold-const.c/fold

2004-10-14 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2004-10-15 05:27 --- Created an attachment (id=7355) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7355&action=view) Preprocessed source file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18005

[Bug middle-end/18040] New: ICE in for_each_index, at tree-ssa-loop-im.c:178

2004-10-17 Thread aj at gcc dot gnu dot org
dot gnu dot org ReportedBy: aj at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i586-linux-gnu GCC host triplet: i586-linux-gnu GCC target triplet: i586-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18040

[Bug middle-end/18040] ICE in for_each_index, at tree-ssa-loop-im.c:178

2004-10-17 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2004-10-17 12:37 --- Created an attachment (id=7368) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7368&action=view) Preprocessed and compressed source file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18040

[Bug tree-optimization/18712] [4.0 Regression] ICE: vector VEC(basic_block) push domain error, in insert_phi_nodes_for at tree-into-ssa.c:1049

2004-11-29 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2004-11-29 09:58 --- The same error occurs for me on Linux/ia64 and Linux/x86-64. Diego, this seems to have been introduced by one of your patches. Could you look at it, please? -- What|Removed

[Bug target/18864] New: ICE: insn does not satisfy its constraints

2004-12-07 Thread aj at gcc dot gnu dot org
Status: UNCONFIRMED Severity: normal Priority: P2 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aj at gcc dot gnu dot org CC: amodra at bigpond dot net dot au,gcc-bugs at gcc dot gnu dot org

[Bug target/18864] ICE: insn does not satisfy its constraints

2004-12-07 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2004-12-07 08:22 --- Created an attachment (id=7695) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7695&action=view) Preprocessed file for Linux/PPC -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18864

[Bug c++/18865] New: ICE in cp_expr_size, at cp/cp-objcp-common.c:86

2004-12-07 Thread aj at gcc dot gnu dot org
Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aj at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org

[Bug c++/18865] ICE in cp_expr_size, at cp/cp-objcp-common.c:86

2004-12-07 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2004-12-07 08:49 --- Created an attachment (id=7696) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7696&action=view) Preprocessed and compressed file for Linux/x86 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18865

[Bug target/18967] [4.0 regression] type conflict for __v2di in xmmintrin.h

2004-12-13 Thread aj at gcc dot gnu dot org
-- What|Removed |Added CC||aj at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18967

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

2024-08-01 Thread aj at ianozi dot com via Gcc-bugs
: UNCONFIRMED Severity: normal Priority: P3 Component: ada Assignee: unassigned at gcc dot gnu.org Reporter: aj at ianozi dot com CC: dkm at gcc dot gnu.org Target Milestone: --- Created attachment 58805 --> https://gcc.gnu.org/bugzi

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

2024-09-10 Thread aj at ianozi dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116190 --- Comment #2 from aj at ianozi dot com --- Apologies, I misspoke. I tested it with "My_Array" being a named type, I didn't test it with "This_Crashes" being a named type, ergo this crashes: with A

[Bug ada/109798] New: Gnat Bug Detected

2023-05-10 Thread aj at ianozi dot com via Gcc-bugs
: unassigned at gcc dot gnu.org Reporter: aj at ianozi dot com CC: dkm at gcc dot gnu.org Target Milestone: --- Steps to reproduce: 1) Create test program called "testing.adb" with the following contents: ``` pragma Ada_2022; procedure Testing is type Test_Enum

[Bug ada/109798] Gnat Bug Detected

2023-05-11 Thread aj at ianozi dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109798 aj at ianozi dot com changed: What|Removed |Added CC||aj at ianozi dot com --- Comment

[Bug ada/109798] Gnat Bug Detected

2023-05-11 Thread aj at ianozi dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109798 --- Comment #8 from aj at ianozi dot com --- (In reply to simon from comment #7) > I think it’s the -gnatVa (I took out the -f*sections and all the style > options except a simple -gnaty). simon, you are correct; I independently went t

[Bug ada/110398] New: Program_Error sem_eval.adb:4635 explicit raise

2023-06-24 Thread aj at ianozi dot com via Gcc-bugs
: ada Assignee: unassigned at gcc dot gnu.org Reporter: aj at ianozi dot com CC: dkm at gcc dot gnu.org Target Milestone: --- Tested with godbolt: https://ada.godbolt.org/z/ezqshsxzo Also tested on version 12 (the link is using version 13). Steps to reproduce

[Bug ada/110398] Program_Error sem_eval.adb:4635 explicit raise

2023-06-26 Thread aj at ianozi dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110398 --- Comment #2 from aj at ianozi dot com --- Created attachment 55403 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55403&action=edit files for bug

[Bug ada/110398] Program_Error sem_eval.adb:4635 explicit raise

2023-06-26 Thread aj at ianozi dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110398 --- Comment #3 from aj at ianozi dot com --- Sorry about that. Here's the results on my Macbook (Darwin macbook 21.6.0 Darwin Kernel Version 21.6.0: Thu Mar 9 20:12:18 PST 2023; root:xnu-8020.240.18.700.8~1/RELEASE_ARM64_T8110 arm64): ``

<    1   2