--- Comment #1 from joel at gcc dot gnu dot org 2008-12-01 14:39 ---
Still broken:
+===GNAT BUG DETECTED==+
| 4.4.0 20081126 (experimental) [trunk revision 142228] (arm-unknown-rtems4.10)
GCC error:|
| in find_valid_class, at reload.c
oduct: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: boehm-gc
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: joel at gcc dot gnu dot org
GCC target triplet: h8300-rtems4.10
http://gcc.gnu.or
--- Comment #1 from joel at gcc dot gnu dot org 2008-12-01 15:15 ---
Ada not boehm-gc. Selected wrong box.
--
joel at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #6 from joel at gcc dot gnu dot org 2008-12-02 14:01 ---
Still present with
gcc (GCC) 4.4.0 20081126 (experimental) [trunk revision 142228]
--
joel at gcc dot gnu dot org changed:
What|Removed |Added
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: joel at gcc dot gnu dot org
GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38387
--- Comment #1 from joel at gcc dot gnu dot org 2008-12-03 16:54 ---
Created an attachment (id=16818)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16818&action=view)
program to run with psim
This is a random ACATS test executable that can be run with psim to show if it
w
--- Comment #3 from joel at gcc dot gnu dot org 2008-12-03 17:07 ---
Created an attachment (id=16819)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16819&action=view)
psim device tree
Run as follows:
powerpc-rtems4.10-run -f psim_tree a22006c
Expected output:
,.,.
--- Comment #5 from joel at gcc dot gnu dot org 2008-12-03 17:22 ---
Works with -O0
(CFLAGS="-O0" ~/old/test-gcc/gdb-6.8/configure --target=powerpc-rtems4.10
--enable-sim --enable-sim-hardware --enable-timebase --enable-sim-trace
--prefix=/n/12/joel/test-gcc/install/ &
--- Comment #6 from joel at gcc dot gnu dot org 2008-12-03 17:32 ---
At -O1, there was a core dump.
(gdb) run -f psim_tree.joel
/home/joel/test-gcc/gcc-svn/gcc/testsuite/ada/acats/work-psim/tests/a/a22006c/a22006c
Starting program: /home/joel/test-gcc/install/bin/powerpc-rtems4.10-run
--- Comment #7 from joel at gcc dot gnu dot org 2008-12-03 17:40 ---
Works with -fno-strict-aliasing added.
Core dumps at -O1
Works at -O0.
Is there anything I can do to narrow this down further?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38387
--- Comment #9 from joel at gcc dot gnu dot org 2008-12-03 20:33 ---
Created an attachment (id=16822)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16822&action=view)
Warning log from gdb build
This is "grep warning build.log | sort -u" from a build with
-W
--- Comment #10 from joel at gcc dot gnu dot org 2008-12-03 20:35 ---
I have attached e.log which contains the warnings. All of the warnings in
ppc-instructions are for taking the address of a double and casting it as
an unsigned64 *.
ld-insn.c:814 is a print so that's irrel
--- Comment #11 from joel at gcc dot gnu dot org 2008-12-09 20:11 ---
I wondered if I had a mistake in my testing since some of the later results
didn't make sense as I thought about them. I am pretty convinced now this
is NOT a strict aliasing problem in psim.
Broken
--- Comment #14 from joel at gcc dot gnu dot org 2008-12-10 17:13 ---
My native compiler got updated as part of an RTEMS test sweep to:
gcc (GCC) 4.4.0 20081209 (experimental) [trunk revision 142610]
I can't reproduce this failure at all now.
I am guessing this was the sa
--- Comment #8 from joel at gcc dot gnu dot org 2008-12-10 18:08 ---
Created an attachment (id=16876)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16876&action=view)
working s-scaval.adb
Not much. Just an empty version of s-scaval.adb that lets the build proceed
past thi
--- Comment #9 from joel at gcc dot gnu dot org 2008-12-10 19:14 ---
ACATS look surprisingly good with the fix in:
http://gcc.gnu.org/ml/gcc-testresults/2008-12/msg01013.html
sh-rtems4.10-gcc (GCC) 4.4.0 20081210 (experimental) [trunk revision 142643]
=== acats Summary ===
# of
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: joel at gcc dot gnu dot org
GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38587
--- Comment #2 from joel at gcc dot gnu dot org 2008-12-21 02:15 ---
(In reply to comment #1)
> This sounds more likely an overflow issue. Does -fno-strict-overflow make
> this
> work?
>
No. "-O2 -fno-strict-overflow" did not work.
I also tried with -O1 and
--- Comment #3 from joel at gcc dot gnu dot org 2009-01-05 14:32 ---
Issue appears to have been independently resolved as of:
gcc (GCC) 4.4.0 20090105 (experimental) [trunk revision 143068]
I will make a full test run on the powerpc to make sure and close this if that
run is OK
--- Comment #4 from joel at gcc dot gnu dot org 2009-01-05 22:09 ---
Grrr.. it looks like I was just sleepy this morning. The problem is
still there as originally described.
gcc (GCC) 4.4.0 20090105 (experimental) [trunk revision 143092]
Running on gcc12 in the CFARM.
--
http
--- Comment #5 from joel at gcc dot gnu dot org 2009-01-08 22:07 ---
Problem still present:
gcc (GCC) 4.4.0 20090108 (experimental) [trunk revision 143192]
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38587
--- Comment #1 from joel at gcc dot gnu dot org 2009-01-12 14:20 ---
Is this still happening? I accidentally did not commit the change to
lib/target-supports.exp and did it over the weekend (Saturday?).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38790
--- Comment #2 from joel at gcc dot gnu dot org 2009-01-12 14:23 ---
It is not appearing here:
(powerpc-aix) http://gcc.gnu.org/ml/gcc-testresults/2009-01/msg01087.html or
(powerpc-darwin) http://gcc.gnu.org/ml/gcc-testresults/2009-01/msg01077.html
so it is fixed. Sorry for missed
--- Comment #7 from joel at gcc dot gnu dot org 2009-01-19 14:38 ---
Works with 4.3.2 as shipped with Fedora 10 (RPM gcc-4.3.2-7.x86_64)
--
joel at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #8 from joel at gcc dot gnu dot org 2009-01-19 14:45 ---
$ gcc --version
gcc (GCC) 4.4.0 20090116 (experimental) [trunk revision 143442]
broken still. Test script
=
rm -rf b-gdb && mkdir b-gdb && cd b-gdb &am
--- Comment #9 from joel at gcc dot gnu dot org 2009-01-19 14:51 ---
Created an attachment (id=17144)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17144&action=view)
PSIM test executable that produces assertion
PowerPC PSIM executable used by previous test script.
--
--- Comment #10 from joel at gcc dot gnu dot org 2009-01-19 14:54 ---
Created an attachment (id=17145)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17145&action=view)
preprocessed idecode.c
Preprocessed version of idecode.i using this gcc version on Fedora 10:
4.4.0 2
--- Comment #11 from joel at gcc dot gnu dot org 2009-01-19 15:00 ---
(In reply to comment #6)
> Can you attach preprocessed source of idecode.c at least? Can you track down
> where in idecode.c the bug is and wrap a main () around that piece, making it
> an executable testca
--- Comment #13 from joel at gcc dot gnu dot org 2009-01-19 19:09 ---
Created an attachment (id=17147)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17147&action=view)
script to run psim
script to run psim to reproduce bug. Specifying the device tree is painful.
--
--- Comment #14 from joel at gcc dot gnu dot org 2009-01-19 19:15 ---
(In reply to comment #12)
> How can I reproduce it on Linux/x86-64, assuming I know nothing
> about rtems and sim?
>
You don't have to know much of anything. It should be reproducible with
powerpc-e
--- Comment #16 from joel at gcc dot gnu dot org 2009-01-19 22:20 ---
(In reply to comment #15)
> Revision 142516 gave:
>
> [...@gnu-28 pr38587]$ ./psim-4.10 ./powerpc-psim-ticker.ralf
> events.c:329: assertion failed - !events->processing
That sounds like th
--- Comment #28 from joel at gcc dot gnu dot org 2009-01-20 15:55 ---
I am starting a test sweep with this patch applied.
I will report back when the testing is done.
Thanks.
--joel
(In reply to comment #27)
> (In reply to comment #26)
> > Well, ISTR something about local
--- Comment #43 from joel at gcc dot gnu dot org 2009-01-22 19:23 ---
(In reply to comment #42)
> Fixed.
>
Did the test case get added to the suite?
This does appear to be fixed to me as well.
C/C++: http://gcc.gnu.org/ml/gcc-testresults/2009-01/msg02243.html
Ada:
--- Comment #4 from joel at gcc dot gnu dot org 2009-01-27 19:04 ---
(In reply to comment #3)
> Fixed as of revision 139039.
>
Disagree. http://gcc.gnu.org/ml/gcc-testresults/2009-01/msg02352.html is ACATS
for powerpc-rtems on psim. Test C974013 fails with exactly the same bac
Severity: normal
Priority: P3
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: joel at gcc dot gnu dot org
GCC target triplet: powerpc-rtems4.10
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38989
at gcc dot gnu dot org
ReportedBy: joel at gcc dot gnu dot org
GCC target triplet: sparc-rtems4.10
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40620
--- Comment #5 from joel at gcc dot gnu dot org 2009-07-02 16:44 ---
/home/joel/test-gcc/b-gcc1-sparc/./gcc/xgcc
-B/home/joel/test-gcc/b-gcc1-sparc/./gcc/ -nostdinc
-B/home/joel/test-gcc/b-gcc1-sparc/sparc-rtems4.10/newlib/ -isystem
/home/joel/test-gcc/b-gcc1-sparc/sparc-rtems4.10
at gcc dot gnu dot org
ReportedBy: joel at gcc dot gnu dot org
GCC target triplet: sparc-rtems4.10
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40622
--- Comment #1 from joel at gcc dot gnu dot org 2009-07-02 16:44 ---
*** This bug has been marked as a duplicate of 40462 ***
--
joel at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #6 from joel at gcc dot gnu dot org 2009-07-02 16:44 ---
*** Bug 40622 has been marked as a duplicate of this bug. ***
--
joel at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: joel at gcc dot gnu dot org
GCC host triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40640
--- Comment #1 from joel at gcc dot gnu dot org 2009-07-03 15:24 ---
Created an attachment (id=18135)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18135&action=view)
preprocessed test case (hw_opic.c
preprocessed version of gdb/sim/ppc/hw_opic.c
FAILS: gcc -O2 -c t.c
Summary: ICE verify_ssa failed
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: joel at gcc dot gnu dot org
GCC targ
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: joel at gcc dot gnu dot org
GCC target triplet: arm-rtems4.10
http://gcc.gnu.org/bugzilla
: ICE in gen_add2_insn, at optabs.c:4720
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: joel at gcc dot gnu dot org
GCC target trip
--- Comment #1 from joel at gcc dot gnu dot org 2009-07-16 17:02 ---
Created an attachment (id=18209)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18209&action=view)
Test case (preprocessed)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40776
--- Comment #2 from joel at gcc dot gnu dot org 2009-07-16 17:03 ---
/home/joel/test-gcc/b-gcc1-m32c/./gcc/xgcc
-B/home/joel/test-gcc/b-gcc1-m32c/./gcc/ -c j.c -mcpu=m32cm -O0
Works.. ICE at -O1 and -O2
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40776
-interface/targtyps.c
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: joel at gcc dot gnu dot org
GCC build triplet: sh
--- Comment #7 from joel at gcc dot gnu dot org 2009-07-17 14:32 ---
Patch committed. Ran coverage to verify that it didn't introduce a new
uncovered range of code.
Sorry to have broken it. Trying to get to 100% test coverage and eliminate dead
code.
--
joel at gcc dot gnu do
--- Comment #8 from joel at gcc dot gnu dot org 2009-07-17 14:38 ---
Stupid human error. Clicked on wrong bug.
--
joel at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #9 from joel at gcc dot gnu dot org 2009-07-30 01:29 ---
(In reply to comment #8)
> Is comment #5 meant to be a claim that the patch does not fully fix the bug?
> If so, please state with what revision on what target the problem is still
> observed.
No. I repo
--- Comment #1 from joel at gcc dot gnu dot org 2009-08-12 14:25 ---
4.3.4 definitely builds.
--
joel at gcc dot gnu dot org changed:
What|Removed |Added
Known to
--- Comment #1 from joel at gcc dot gnu dot org 2005-11-14 19:48 ---
Created an attachment (id=10238)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10238&action=view)
Simple fix
This is the simplest way to fix this bug. I just added an include of stdarg.h
but I don
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: joel at gcc dot gnu dot org
GCC target triplet: avr-rtems4.7
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24894
--- Comment #1 from joel at gcc dot gnu dot org 2005-11-16 15:30 ---
Created an attachment (id=10252)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10252&action=view)
Preprocessed file that produces ICE
This is the preprocessed output of the file causing the ICE.
--
ReportedBy: joel at gcc dot gnu dot org
GCC host triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24907
--- Comment #1 from joel at gcc dot gnu dot org 2005-11-17 15:36 ---
Also fails building m68k-rtems4.7.
--
joel at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from joel at gcc dot gnu dot org 2005-11-17 17:59 ---
Created an attachment (id=10265)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10265&action=view)
Preprocessed file that produces ICE
This is the command line which produces the ICE. I changed -c t
--- Comment #4 from joel at gcc dot gnu dot org 2005-11-18 21:16 ---
arm-rtems4.7 now builds. The empty version is used for all RTEMS target.
Thanks.
--
joel at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #7 from joel at gcc dot gnu dot org 2005-11-21 14:56 ---
(In reply to comment #6)
> Shall we close this as WORKSFORME?
Looks like it.
--
joel at gcc dot gnu dot org changed:
What|Removed |Ad
--- Comment #16 from joel at gcc dot gnu dot org 2005-11-23 00:00 ---
Checking in on this one. Target m68k-rtems4.7 still fails to compile paranoia
using 4.0.1 with many patches between 4.0.1 and 4.0.2.
Moving to both the head and 4.1 branch as of today, m68k-rtems4.7 compiles
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: joel at gcc dot gnu dot org
GCC target triplet: h8300*-*-rtems*
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33803
--- Comment #1 from joel at gcc dot gnu dot org 2007-10-17 21:07 ---
Created an attachment (id=14367)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14367&action=view)
preprocessed code to generate problem
This is the preprocessed version of the file used to generate
--- Comment #2 from joel at gcc dot gnu dot org 2007-10-17 21:12 ---
I have tried this code with the following gcc versions:
WORKS 3.2.3: -O2
FAILS 4.1.1: -O2
FAILS 4.2.1: -O2
FAILS 4.2.2: -O2
WORKS 4.2.1: -O0
WORKS 4.2.2: -O0
WORKS 4.1.1
--- Additional Comments From joel at gcc dot gnu dot org 2005-03-10 20:50
---
Any chance of this getting committed to the 3.4, 4.0 and 4.1 branches so it
can be closed?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18251
--- Additional Comments From joel at gcc dot gnu dot org 2005-04-06 18:29
---
I can confirm this for m68k-rtems with gcc 4.0.0 20050303. This looks like the
ICE that happens for us in our pppd stack on the Coldfire.
I also confirm that the small test case in
http://gcc.gnu.org
--- Comment #4 from joel at gcc dot gnu dot org 2008-08-06 19:34 ---
Does not happen in my most recent test.
arm-rtems4.9-gcc (GCC) 4.4.0 20080802 (experimental) [trunk revision 138553]
--
joel at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #1 from joel at gcc dot gnu dot org 2008-08-06 19:35 ---
*** This bug has been marked as a duplicate of 35298 ***
--
joel at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #2 from joel at gcc dot gnu dot org 2008-08-06 19:35 ---
*** Bug 36940 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35298
--- Comment #15 from joel at gcc dot gnu dot org 2008-08-06 19:37 ---
Created an attachment (id=16032)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16032&action=view)
Lastest version of patch (against rev 138553)
hwint tested on sparc. ACATS results posted for sparc, mip
--- Comment #16 from joel at gcc dot gnu dot org 2008-08-06 19:38 ---
(From update of attachment 15724)
Obsoleted by 20080806 patch
--
joel at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #17 from joel at gcc dot gnu dot org 2008-08-06 19:40 ---
Created an attachment (id=16033)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16033&action=view)
New file not in 20080806 diff.
Must go with http://gcc.gnu.org/bugzilla/attachment.cgi?id=16032
--
--- Comment #18 from joel at gcc dot gnu dot org 2008-08-06 19:47 ---
Created an attachment (id=16034)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16034&action=view)
Latest version against revision 138553
Goes with http://gcc.gnu.org/bugzilla/attachment.cgi?id=16033
s
dot gnu dot org
ReportedBy: joel at gcc dot gnu dot org
GCC target triplet: *-rtems*
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37040
--- Comment #1 from joel at gcc dot gnu dot org 2008-08-06 20:01 ---
Created an attachment (id=16035)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16035&action=view)
Updates Ada socket code to compile
2008-05-28 Joel Sherrill <[EMAIL PROTECTED]>
* gen-soc
--- Comment #1 from joel at gcc dot gnu dot org 2008-08-08 16:03 ---
Also occurs on powerpc-rtems4.9 -
4.4.0 20080807 (experimental) [trunk revision 138841]
--
joel at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #2 from joel at gcc dot gnu dot org 2008-08-08 16:08 ---
Created an attachment (id=16048)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16048&action=view)
Updated RTEMS support for revision 138841
--
joel at gcc dot gnu dot org changed:
What|
--- Comment #3 from joel at gcc dot gnu dot org 2008-08-08 16:08 ---
2008-08-08 Joel Sherrill <[EMAIL PROTECTED]>
* s-oscons-tmplt.c: RTEMS defines AF_INET6 but does support it.
* gsocket.h, socket.c: Update to support RTEMS.
* gcc-interface/Make-l
Severity: normal
Priority: P3
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: joel at gcc dot gnu dot org
GCC target triplet: i386-rtems4.9
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37094
--- Comment #4 from joel at gcc dot gnu dot org 2008-08-12 12:52 ---
Patch committed to SVN trunk.
--
joel at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #1 from joel at gcc dot gnu dot org 2008-08-12 17:59 ---
This is 5 months old and the target now builds. Must have been fixed along the
way. Closing.
--
joel at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from joel at gcc dot gnu dot org 2008-08-12 18:05 ---
This looks to still be needed as of
gcc (GCC) 4.4.0 20080811 (experimental) [trunk revision 138957]
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21327
--- Comment #6 from joel at gcc dot gnu dot org 2008-08-12 18:10 ---
This works with 4.3.1. I am closing this one.
--
joel at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from joel at gcc dot gnu dot org 2008-08-12 19:47 ---
Works with 4.3.1. Should this be closed if someone can confirm it is fixed on
the trunk?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34439
--- Comment #2 from joel at gcc dot gnu dot org 2008-08-13 13:08 ---
No surprise but still broke for rev 139039.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37094
d at gcc dot gnu dot org
ReportedBy: joel at gcc dot gnu dot org
GCC target triplet: powerpc-rtems4.9
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37430
--- Comment #1 from joel at gcc dot gnu dot org 2008-09-08 19:05 ---
Worked on SVN trunk as of this report
http://gcc.gnu.org/ml/gcc-testresults/2008-08/msg02355.html
--
joel at gcc dot gnu dot org changed:
What|Removed |Added
FIRMED
Severity: normal
Priority: P3
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: joel at gcc dot gnu dot org
GCC target triplet: sparc-rtems4.9
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37431
--- Comment #2 from joel at gcc dot gnu dot org 2008-09-08 19:10 ---
Stupid mistake.. Previous link was to sparc not powerpc ACATS. Here is the
correct URL for test results where this did not fail.
20080812 (experimental) [trunk revision 139039] on powerpc-rtems4.9
http://gcc.gnu.org
--- Comment #1 from joel at gcc dot gnu dot org 2008-09-08 19:32 ---
4.3.0 results here http://gcc.gnu.org/ml/gcc-testresults/2008-05/msg00543.html
--
joel at gcc dot gnu dot org changed:
What|Removed |Added
Version: 4.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: joel at gcc dot gnu dot org
GCC target triplet: arm-rtems4.9
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37440
--- Comment #19 from joel at gcc dot gnu dot org 2008-09-11 20:08 ---
Now merged on SVN trunk. Closing. Thanks Arnaud.
--
joel at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from joel at gcc dot gnu dot org 2008-09-11 20:12 ---
ping. Still not fixed as of 20080910 [trunk revision 140246]
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21327
--- Comment #2 from joel at gcc dot gnu dot org 2008-09-18 13:41 ---
ACATS for 4.3.2
http://gcc.gnu.org/ml/gcc-testresults/2008-09/msg00876.html
--
joel at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from joel at gcc dot gnu dot org 2008-09-20 21:24 ---
According to http://gcc.gnu.org/ml/gcc-testresults/2008-09/msg01683.html this
problem is gone. We are back down to 10 failures. Thanks.
Are there any remaining on that report, you want me to give you a back trace
: normal
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: joel at gcc dot gnu dot org
GCC target triplet: m32c-elf
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37665
--- Comment #1 from joel at gcc dot gnu dot org 2008-09-27 21:00 ---
Created an attachment (id=16417)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16417&action=view)
small test program
test program demonstrating problem
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37665
ion]
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: joel at gcc dot gnu dot org
GCC target triplet: arm-rtems4.9
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37666
--- Comment #3 from joel at gcc dot gnu dot org 2008-09-30 13:06 ---
Created an attachment (id=16432)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16432&action=view)
preprocessed code
Prepropcessed output -- untrimmed
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37666
--- Comment #4 from joel at gcc dot gnu dot org 2008-09-30 14:03 ---
Arguments to create ICE were "-O2 -mthumb"
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37666
1 - 100 of 351 matches
Mail list logo