--- Comment #3 from mrs at gcc dot gnu dot org 2006-05-18 18:22 ---
Subject: Bug 25802
Author: mrs
Date: Thu May 18 18:22:12 2006
New Revision: 113888
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113888
Log:
Fix up vla, vm and [*] sematics.
PR
--- Comment #7 from mrs at gcc dot gnu dot org 2006-05-18 18:22 ---
Subject: Bug 18740
Author: mrs
Date: Thu May 18 18:22:12 2006
New Revision: 113888
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113888
Log:
Fix up vla, vm and [*] sematics.
PR
--- Comment #4 from mrs at gcc dot gnu dot org 2006-05-18 18:22 ---
Subject: Bug 7948
Author: mrs
Date: Thu May 18 18:22:12 2006
New Revision: 113888
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113888
Log:
Fix up vla, vm and [*] sematics.
PR
--- Comment #13 from mrs at gcc dot gnu dot org 2006-05-19 10:07 ---
Subject: Bug 27673
Author: mrs
Date: Fri May 19 10:06:17 2006
New Revision: 113904
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113904
Log:
PR c/27673
* c-parser.c (c_parser_parms_de
--- Comment #16 from mrs at gcc dot gnu dot org 2006-06-08 22:23 ---
Subject: Bug 26427
Author: mrs
Date: Thu Jun 8 22:23:17 2006
New Revision: 114498
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114498
Log:
PR target/26427
* config/
--- Comment #5 from mrs at gcc dot gnu dot org 2006-07-12 13:12 ---
Subject: Bug 28280
Author: mrs
Date: Wed Jul 12 13:12:08 2006
New Revision: 115369
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115369
Log:
PR c/28280
* c-parser.c (c_parser_typeof_s
--- Comment #8 from mrs at gcc dot gnu dot org 2006-07-15 17:03 ---
Subject: Bug 28280
Author: mrs
Date: Sat Jul 15 17:03:44 2006
New Revision: 115479
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115479
Log:
Revert:
PR c/28280
* c-
--- Comment #12 from mrs at gcc dot gnu dot org 2006-08-15 18:01 ---
Subject: Bug 28280
Author: mrs
Date: Tue Aug 15 18:01:19 2006
New Revision: 116163
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116163
Log:
PR c/28280
* c-parser.c (c_parser_typeof_s
--- Comment #3 from mrs at gcc dot gnu dot org 2006-09-29 01:21 ---
Subject: Bug 28617
Author: mrs
Date: Fri Sep 29 01:21:14 2006
New Revision: 117296
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117296
Log:
PR target/28617
* config/rs6000/rs6000.h [IN
--- Comment #10 from mrs at gcc dot gnu dot org 2009-08-28 16:14 ---
When one builds with CC='gcc -m32', would be nice for config.guess to know this
is i686-apple-darwin10. When using CC='gcc -m64', would be nice for
config.guess to know this is x86_64-apple-darw
--- Comment #3 from mrs at gcc dot gnu dot org 2009-10-08 16:36 ---
These two look ok to me. The testsuite should be glanced at by Janis to double
check.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41605
--- Comment #4 from mrs at gcc dot gnu dot org 2009-10-08 16:44 ---
Oh, if one wanted to, one could have libgcc_s forward the EH calls into
/usr/lib/libgcc_s.1.dylib by dlopening it and then doing dlsym on the symbols
and calling them. This would `fix' the programs that linked ag
--- Comment #6 from mrs at gcc dot gnu dot org 2009-10-14 13:28 ---
See comment #3.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41605
--- Comment #38 from mrs at gcc dot gnu dot org 2010-02-19 19:06 ---
Subject: Bug 43061
Author: mrs
Date: Fri Feb 19 19:06:38 2010
New Revision: 156907
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156907
Log:
PR objc/43061
* cgra
--- Comment #3 from mrs at gcc dot gnu dot org 2010-02-20 17:28 ---
Subject: Bug 43125
Author: mrs
Date: Sat Feb 20 17:28:14 2010
New Revision: 156927
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156927
Log:
PR middle-end/43125
* c-decl.c (merge_decls
--- Comment #10 from mrs at gcc dot gnu dot org 2010-03-02 19:40 ---
Subject: Bug 41090
Author: mrs
Date: Tue Mar 2 19:40:02 2010
New Revision: 157172
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157172
Log:
PR c++/41090
* g++.dg/ext/label13.C (C::C
--- Comment #12 from mrs at gcc dot gnu dot org 2010-03-18 22:57 ---
Subject: Bug 36399
Author: mrs
Date: Thu Mar 18 22:56:38 2010
New Revision: 157553
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157553
Log:
2010-03-11 Francois-Xavier Coudert
Jack
--- Comment #13 from mrs at gcc dot gnu dot org 2010-03-19 10:20 ---
Subject: Bug 42554
Author: mrs
Date: Fri Mar 19 10:19:52 2010
New Revision: 157563
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157563
Log:
PR ada/42554
* configure.ac: Only pass -c t
--- Comment #7 from mrs at gcc dot gnu dot org 2010-03-22 23:13 ---
Subject: Bug 23071
Author: mrs
Date: Mon Mar 22 23:13:10 2010
New Revision: 157654
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157654
Log:
PR target/23071
* config/rs6000/
--- Comment #9 from mrs at gcc dot gnu dot org 2010-03-22 23:21 ---
This has now been fixed.
--
mrs at gcc dot gnu dot org changed:
What|Removed |Added
--
mrs at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23071
--
mrs at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
Version|4.5.0 |4.4.0
http
--- Comment #14 from mrs at gcc dot gnu dot org 2010-03-23 00:10 ---
This has now been fixed.
--
mrs at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #10 from mrs at gcc dot gnu dot org 2010-03-23 20:03 ---
Subject: Bug 33120
Author: mrs
Date: Tue Mar 23 20:02:57 2010
New Revision: 157677
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157677
Log:
PR target/33120
* config/
--- Comment #11 from mrs at gcc dot gnu dot org 2010-03-23 20:13 ---
This should now be fixed.
--
mrs at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #12 from mrs at gcc dot gnu dot org 2010-03-24 16:08 ---
Subject: Bug 33120
Author: mrs
Date: Wed Mar 24 16:07:51 2010
New Revision: 157697
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157697
Log:
PR java/43504
Revert fix for PR targ
--- Comment #4 from mrs at gcc dot gnu dot org 2010-03-24 16:08 ---
Subject: Bug 43504
Author: mrs
Date: Wed Mar 24 16:07:51 2010
New Revision: 157697
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157697
Log:
PR java/43504
Revert fix for PR targ
--- Comment #5 from mrs at gcc dot gnu dot org 2010-03-24 16:10 ---
This has been fixed.
--
mrs at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #13 from mrs at gcc dot gnu dot org 2010-03-24 16:13 ---
The fixed cause many failures in the libjava testsuite. I've reverted this fix
for now until I can spend some time to resolve those issues. We should also
ensure that ada is clean as well before we consider this
--- Comment #6 from mrs at gcc dot gnu dot org 2010-03-24 16:20 ---
Thanks for the quick heads up.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43504
--- Comment #12 from mrs at gcc dot gnu dot org 2010-04-02 23:57 ---
Ok. Ok for gcc-4.5.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23716
--- Comment #6 from mrs at gcc dot gnu dot org 2010-04-03 00:05 ---
Ok.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35996
--- Comment #7 from mrs at gcc dot gnu dot org 2010-04-03 18:06 ---
The Apple gcc-4.2 tree had a few fixes that improved these tests as I recall.
I think if we pull the code from darwin_rs6000_special_round_type_align it will
fix this.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi
--- Comment #9 from mrs at gcc dot gnu dot org 2010-04-12 21:32 ---
Agreed.
--
mrs at gcc dot gnu dot org changed:
What|Removed |Added
Status|NEW
refix
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mrs at gcc dot gnu dot org
GCC build triplet: x86_64-apple-darwin10
--- Comment #2 from mrs at gcc dot gnu dot org 2010-04-21 18:39 ---
When I run it by hand, I get:
$ /Users/mrs/net/gcc-java/gcc/xgcc -B/Users/mrs/net/gcc-java/gcc/
/Users/mrs/net/gcc/libjava/testsuite/libjava.jni/invocation/PR16923.c
-bind_at_load -multiply_defined suppress -I. -I
--- Comment #1 from mrs at gcc dot gnu dot org 2010-04-21 18:44 ---
I think this is the root cause of PR43086.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43839
--- Comment #2 from mrs at gcc dot gnu dot org 2010-04-21 18:52 ---
Found it:
if { [istarget "*-*-darwin*"] } {
lappend cxxflags -shared-libgcc -lgcj -liconv
}
in libjava/testsuite/libjava.jni/jni.exp. This needs the proper -L added just
before -liconv, or libgcj l
--- Comment #3 from mrs at gcc dot gnu dot org 2010-04-21 19:00 ---
Nasty hack around:
Index: testsuite/libjava.jni/jni.exp
===
--- testsuite/libjava.jni/jni.exp (revision 157698)
+++ testsuite/libjava.jni/jni.exp
--- Comment #3 from mrs at gcc dot gnu dot org 2010-04-21 19:02 ---
I've been able to confirm that with the hack patch in PR43839, this testcase
works on x86_64-apple-darwin10.
*** This bug has been marked as a duplicate of 43839 ***
--
mrs at gcc dot gnu dot org ch
--- Comment #4 from mrs at gcc dot gnu dot org 2010-04-21 19:02 ---
*** Bug 43086 has been marked as a duplicate of this bug. ***
--
mrs at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from mrs at gcc dot gnu dot org 2010-04-21 19:23 ---
Came in with http://gcc.gnu.org/ml/java-patches/2007-q4/msg00053.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43839
--- Comment #6 from mrs at gcc dot gnu dot org 2010-04-21 19:26 ---
Ah, that wasn't the original work, just some mods along the way.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43839
--- Comment #8 from mrs at gcc dot gnu dot org 2010-04-26 14:49 ---
One open question for me would be, are 16 bytes of an arbitrary named
section/segment enough? It you carve out a slice, say lto_%d, that leaves just
12 bytes for the `name', if this big enough?
--
--- Comment #7 from mrs at gcc dot gnu dot org 2010-04-26 20:34 ---
Subject: Bug 43715
Author: mrs
Date: Mon Apr 26 20:33:49 2010
New Revision: 158747
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158747
Log:
2010-04-21 Jack Howarth
PR 43715
* tests
--- Comment #8 from mrs at gcc dot gnu dot org 2010-04-26 20:48 ---
Subject: Bug 43715
Author: mrs
Date: Mon Apr 26 20:48:35 2010
New Revision: 158748
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158748
Log:
2010-04-26 Jack Howarth
PR 43715
--- Comment #9 from mrs at gcc dot gnu dot org 2010-04-26 20:55 ---
Trunk fixed, leaving open for 4.5.1.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43715
--
mrs at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.5.1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43715
--- Comment #15 from mrs at gcc dot gnu dot org 2010-04-27 00:08 ---
Subject: Bug 35165
Author: mrs
Date: Tue Apr 27 00:08:28 2010
New Revision: 158752
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158752
Log:
2010-04-26 Iain Sandoe
PR testsuite/35165
--- Comment #4 from mrs at gcc dot gnu dot org 2010-08-30 16:49 ---
Let us know if there are any remaining issues, thanks.
--
mrs at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #27 from mrs at gcc dot gnu dot org 2010-09-01 00:25 ---
I don't think MAIN_STACK_BOUNDARY needs to be set, nor will it help to set it.
The alignment is set up by the crt runtime, and just to call to main, the
alignment of the stack must be 128, before we issue the
--- Comment #5 from mrs at gcc dot gnu dot org 2010-09-15 07:55 ---
Fixed.
--
mrs at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED
--- Comment #13 from mrs at gcc dot gnu dot org 2010-05-01 00:32 ---
Subject: Bug 32052
Author: mrs
Date: Sat May 1 00:32:13 2010
New Revision: 158958
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158958
Log:
2010-04-30 Iain Sandoe
PR objc++/32052
--- Comment #14 from mrs at gcc dot gnu dot org 2010-05-01 00:33 ---
Thanks.
--
mrs at gcc dot gnu dot org changed:
What|Removed |Added
CC|mikestump at
--- Comment #27 from mrs at gcc dot gnu dot org 2010-05-01 23:22 ---
Ok for all the darwin bits with any necessary mods to turn off or fix the
32-bit port. If you attach the the 32-bit .s file, I can puzzle it out for
you. In short, only - of two defined symbols in the same section
--- Comment #33 from mrs at gcc dot gnu dot org 2010-05-02 01:23 ---
So, mumble isn't defined in the wpa file. The .wpa. file has to be assembled
at the same time as 2008_1.s, or, different code would need to be
generated. darwin.c manages the code gen by asking the questio
--- Comment #37 from mrs at gcc dot gnu dot org 2010-05-03 21:39 ---
First question to decide is what direction they want to go with it, that's an
LTO question. Once that is decided, if the direction to do is to change
darwin.c, I have given the 3 lines to do that, what remains u
--- Comment #10 from mrs at gcc dot gnu dot org 2010-05-03 22:38 ---
Subject: Bug 43839
Author: mrs
Date: Mon May 3 22:37:50 2010
New Revision: 159009
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159009
Log:
PR 43839
* testsuite/Makefile.am: Override
--- Comment #40 from mrs at gcc dot gnu dot org 2010-05-03 22:47 ---
Jack, if I follow what you want, that's an LTO fix, I don't know the LTO code.
I don't know that that fix is even possible. I think one must do the LTO_SYM
fix, if I had to guess. I don't hav
--- Comment #42 from mrs at gcc dot gnu dot org 2010-05-04 08:22 ---
Steve, machopic_symbol_defined_p I think is being asked if that symbol is being
defined. It is saying yes, but is isn't defined. Since it was not defined
before, but is with LTO, I was assuming it was a symbol
--- Comment #16 from mrs at gcc dot gnu dot org 2010-05-05 03:08 ---
Subject: Bug 35165
Author: mrs
Date: Wed May 5 03:08:26 2010
New Revision: 159055
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159055
Log:
PR objc/35165
* encode-8.mm: Restore ru
--- Comment #9 from mrs at gcc dot gnu dot org 2010-05-07 00:22 ---
This is fixed for 4.6.0. Iain, if you want to put this into 4.5.1, I'll
approve that.
--
mrs at gcc dot gnu dot org changed:
What|Removed |
--- Comment #5 from mrs at gcc dot gnu dot org 2010-05-07 17:34 ---
Subject: Bug 43708
Author: mrs
Date: Fri May 7 17:34:31 2010
New Revision: 159164
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159164
Log:
PR target/43708
* config/da
--- Comment #6 from mrs at gcc dot gnu dot org 2010-05-07 17:35 ---
Thanks.
--
mrs at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED
--- Comment #49 from mrs at gcc dot gnu dot org 2010-05-25 00:29 ---
r159527 has yet more lto work in it.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43729
--- Comment #2 from mrs at gcc dot gnu dot org 2010-05-25 01:00 ---
Subject: Bug 43689
Author: mrs
Date: Tue May 25 01:00:16 2010
New Revision: 159805
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159805
Log:
2010-05-24 Iain Sandoe
PR ObjC++/43689
--- Comment #3 from mrs at gcc dot gnu dot org 2010-05-25 01:02 ---
Fixed now.
--
mrs at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED
--- Comment #32 from mrs at gcc dot gnu dot org 2010-05-27 15:10 ---
I'd like to hear what Jack has to say, otherwise, fine by me.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43553
--- Comment #4 from mrs at gcc dot gnu dot org 2010-05-28 17:56 ---
I checked in a fix for this in r159988. I'm skeptical of the abi doc, so I'd
prefer just the first part, as I know it is needed. Thanks.
--
mrs at gcc dot gnu dot org changed:
What
--- Comment #4 from mrs at gcc dot gnu dot org 2010-05-28 18:34 ---
Subject: Bug 44125
Author: mrs
Date: Fri May 28 18:33:45 2010
New Revision: 159989
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159989
Log:
PR objc/44125
* objc.dg/const-str-9.m: Remov
--- Comment #5 from mrs at gcc dot gnu dot org 2010-05-28 18:35 ---
static isn't part of the test case, it just wasn't reduced.
--
mrs at gcc dot gnu dot org changed:
What|Removed
--- Comment #4 from mrs at gcc dot gnu dot org 2010-05-29 17:58 ---
I believe this has already been fixed by r160020.
--
mrs at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #6 from mrs at gcc dot gnu dot org 2010-05-29 20:26 ---
Subject: Bug 44315
Author: mrs
Date: Sat May 29 20:26:12 2010
New Revision: 160035
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=160035
Log:
2010-05-29 H.J. Lu
PR bootstr
--- Comment #7 from mrs at gcc dot gnu dot org 2010-05-29 20:30 ---
Ok, should be fixed now.
--
mrs at gcc dot gnu dot org changed:
What|Removed |Added
--
mrs at gcc dot gnu dot org changed:
What|Removed |Added
CC|mikestump at comcast dot net|
Target Milestone|--- |4.6.0
http
--- Comment #11 from mrs at gcc dot gnu dot org 2010-06-09 17:21 ---
Fixed.
--
mrs at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED
--- Comment #11 from mrs at gcc dot gnu dot org 2010-06-12 16:48 ---
This is a failure to manage memory type of error, and -E will never be able to
grab a testcase. I'm in the long slow process of manually trimming down a
testcase, but it is slow going. Essentially replace #in
--- Comment #1 from mrs at gcc dot gnu dot org 2010-07-09 05:30 ---
I think this was fixed when H.J. reverted the patch.
--
mrs at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #25 from mrs at gcc dot gnu dot org 2006-03-02 02:20 ---
Subject: Bug 25908
Author: mrs
Date: Thu Mar 2 02:20:54 2006
New Revision: 111632
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111632
Log:
PR darwin/25908
* decl2.c (import_export_de
79 matches
Mail list logo