--- 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 |
--- 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
--- 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
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
--- 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
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
--- 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
--- 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
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
--- 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
--- 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
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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
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
--- 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
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
--- 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
--- 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
--- 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
--- 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
--
What|Removed |Added
CC||aj at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19823
--- 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
--- 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-
--- 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
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
--- 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
--- 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
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
--- 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
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
--- 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
--- 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
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
--- 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
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
--- 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
--
What|Removed |Added
CC||aj at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18967
: 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
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
: 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
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
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
: 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
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
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):
``
101 - 150 of 150 matches
Mail list logo