[Bug java/19810] Finally handling inconsistent when compiling to class/executable

2005-02-18 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-02-19 00:19 --- I investigated this some more. The code generator for "return" looks at the finally stack to decide whether to call any finally handlers. But, the code generator for "try" has a s

[Bug java/20056] [4.0 regression] 'verification failed: incompatible type on stack' with --indirect-dispatch

2005-02-18 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-02-19 01:52 --- I've checked in the fix for this. -- What|Removed |Added Status|ASS

[Bug libgcj/20087] New: gij should support -verbose:jni

2005-02-19 Thread tromey at gcc dot gnu dot org
tatus: UNCONFIRMED Severity: enhancement Priority: P2 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tromey at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu

[Bug libgcj/19728] libgcj Gnu.java missing SHA-160

2005-02-20 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-02-20 22:32 --- I've checked in this patch -- What|Removed |Added Statu

[Bug java/20502] New: gcj failure if .jar contains same .class twice

2005-03-16 Thread tromey at gcc dot gnu dot org
.class twice Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tromey at gcc dot gnu dot org CC: gcc-bugs

[Bug java/20507] New: gcj needs a way to omit resources from .o

2005-03-16 Thread tromey at gcc dot gnu dot org
c dot gnu dot org ReportedBy: tromey at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20507

[Bug java/20495] [4.0 Regression] building gcj hangs on gcj-dbtool

2005-03-16 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-03-17 02:17 --- Are there other threads running? If so, could you send stack traces from these as well? If not, then something more serious has gone wrong on your system, as it is hanging on a mutex in the C library

[Bug libgcj/6996] gij needs assertion-related command-line options

2005-03-22 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-03-22 20:37 --- I'm testing a patch for this. -- What|Removed |Added AssignedTo|unassigned a

[Bug java/20526] gij -X reports no options are recognized, while -Xmx and -Xms seem to be

2005-03-23 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-03-23 20:51 --- FWIW, we do support "-ms" and "-mx", but not "-Xms" and "-Xmx". Those are just ignored. However, we ought to recognize those. I'm leaving the PR open for now,

[Bug libgcj/2641] Calendar and GregorianCalendar have serious problems

2005-03-23 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-03-23 21:37 --- Fix checked in. -- What|Removed |Added Status|NEW

[Bug libgcj/14892] Issues with TimerTask/Calendar

2005-03-23 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-03-23 21:37 --- Fix checked in. -- What|Removed |Added Status|UNCONFIRMED

[Bug libgcj/18083] Calendar returns incorrect values for DAY_OF_YEAR and DAY_OF_WEEK after calling add().

2005-03-23 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-03-23 21:38 --- Fix checked in. -- What|Removed |Added Status|NEW

[Bug libgcj/11085] SimpleDateFormat fails to parse valid dates

2005-03-23 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-03-23 21:38 --- Fix checked in. -- What|Removed |Added Status|NEW

[Bug libgcj/9854] GregorianCalendar does not validate months correctly

2005-03-23 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-03-23 21:39 --- Fix checked in. -- What|Removed |Added Status|NEW

[Bug libgcj/8321] SimpleTimeZone doesn't work properly for daylight saving time.

2005-03-24 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-03-24 16:57 --- According to Sven, the recent Calendar/SimpleDateFormat fix fixed this as well. -- What|Removed |Added

[Bug libgcj/16990] [meta-bug] TimeZone Issues in libgcj/classpath

2005-03-24 Thread tromey at gcc dot gnu dot org
-- Bug 16990 depends on bug 8321, which changed state. Bug 8321 Summary: SimpleTimeZone doesn't work properly for daylight saving time. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8321 What|Old Value |New Value --

[Bug libgcj/17003] java.util.TimeZone information outdated

2005-03-24 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-03-24 17:00 --- *** Bug 19682 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug libgcj/19682] TimeZone data needs to be regenerated

2005-03-24 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-03-24 17:00 --- Duplicate PR. *** This bug has been marked as a duplicate of 17003 *** -- What|Removed |Added

[Bug libgcj/16990] [meta-bug] TimeZone Issues in libgcj/classpath

2005-03-24 Thread tromey at gcc dot gnu dot org
-- Bug 16990 depends on bug 19682, which changed state. Bug 19682 Summary: TimeZone data needs to be regenerated http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19682 What|Old Value |New Value

[Bug java/20768] Bytecode -> native code doesn't handle exception properly

2005-04-05 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-04-05 20:15 --- Could you attach the ecj-generated bytecode for this file? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20768

[Bug libgcj/21020] java.lang.NoSuchFieldError regression from earlier 4.0.0 snapshot

2005-04-14 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-04-14 18:05 --- For 4.0, my recent system class loader patch works around this problem. The attached patch should go in the trunk asap. I looked at all other users of _Jv_FindClassFromSignature, and this was the only

[Bug libgcj/32028] Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD)

2008-08-04 Thread tromey at gcc dot gnu dot org
--- Comment #7 from tromey at gcc dot gnu dot org 2008-08-04 18:31 --- I didn't fix anything. AFAIK the classpath configury still does not check versions. I'm moving this to the classpath product. It should be fixed there. -- tromey at gcc dot gnu dot org changed:

[Bug libgcj/32028] Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD)

2008-08-04 Thread tromey at gcc dot gnu dot org
--- Comment #8 from tromey at gcc dot gnu dot org 2008-08-04 18:32 --- Hmm, I could not get bugzilla to change the product. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32028

[Bug libgcj/31890] Java Namespace error - javaprims.h out of sync

2008-08-04 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2008-08-04 18:52 --- Testing a patch. -- tromey at gcc dot gnu dot org changed: What|Removed |Added AssignedTo

[Bug libgcj/31890] Java Namespace error - javaprims.h out of sync

2008-08-04 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2008-08-05 01:29 --- Subject: Bug 31890 Author: tromey Date: Tue Aug 5 01:28:26 2008 New Revision: 138664 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=138664 Log: PR libgcj/31890: * gcj/javaprims.h: Re

[Bug c/21759] Implement warning for codes at the intersection of C and C++

2008-08-07 Thread tromey at gcc dot gnu dot org
--- Comment #9 from tromey at gcc dot gnu dot org 2008-08-07 20:28 --- See this note for some details on the semantics of this warning, with respect to keywords: http://gcc.gnu.org/ml/gcc-patches/2008-07/msg00808.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21759

[Bug debug/20403] dwarf-3: DW_MACINFO_define - wrong lineno fields for predefined macros

2008-08-07 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2008-08-07 21:33 --- This works in 4.3, probably due to the switch to mapped locations. I didn't try anything earlier. -- tromey at gcc dot gnu dot org changed: What|Removed |

[Bug preprocessor/7263] __extension__ keyword doesn't suppress warning on LL or ULL constants

2008-08-10 Thread tromey at gcc dot gnu dot org
--- Comment #12 from tromey at gcc dot gnu dot org 2008-08-10 22:17 --- > I am not sure how that will work. How do you specify a different value of > system_header for a single location? My understanding is that sysp is for a > whole line_map, so you cannot just change its va

[Bug preprocessor/7263] __extension__ keyword doesn't suppress warning on LL or ULL constants

2008-08-10 Thread tromey at gcc dot gnu dot org
--- Comment #14 from tromey at gcc dot gnu dot org 2008-08-11 02:18 --- Just FYI -- I was thinking of PR 36478. I'll respond to the rest later. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7263

[Bug preprocessor/7263] __extension__ keyword doesn't suppress warning on LL or ULL constants

2008-08-19 Thread tromey at gcc dot gnu dot org
--- Comment #17 from tromey at gcc dot gnu dot org 2008-08-19 19:28 --- Maybe libcpp could have a mode where it also recognizes the __extension__ token? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7263

[Bug c/37259] New: spurious warning on correct code

2008-08-27 Thread tromey at gcc dot gnu dot org
u dot org ReportedBy: tromey at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37259

[Bug preprocessor/36906] #pragma GNU poison index()

2008-09-02 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2008-09-02 19:22 --- One problem with this approach is that this code would not error: #include char (*fnptr)() = rindex; I tend to agree with Andrew -- poisoning is too crude a tool for this use. Is there a reason you do not use

[Bug debug/28064] .debug_str is used only when optimizing

2008-09-19 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2008-09-19 17:37 --- FWIW -- on trunk, debug_str is controlled by -fmerge-debug-strings, which is enabled by default (on supporting platforms). -- tromey at gcc dot gnu dot org changed: What|Removed

[Bug debug/20403] dwarf-3: DW_MACINFO_define - wrong lineno fields for predefined macros

2008-09-19 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2008-09-19 17:42 --- I'm closing this. It is fixed on mainline and is not apparently a regression. -- tromey at gcc dot gnu dot org changed: What|Removed |

[Bug c++/37590] New: g++ should emit different debug info for variable's type

2008-09-19 Thread tromey at gcc dot gnu dot org
ld emit different debug info for variable's type Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tromey at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37590

[Bug c++/37590] g++ should emit different debug info for variable's type

2008-09-19 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2008-09-19 18:59 --- Consider this code: #include std::string zardoz1; using std::string; string zardoz2; In this case, IMO, 'whatis' should print 'std::string' for zardoz1, but just 'string' fo

[Bug c/33787] remove globals from c-format.c

2008-09-19 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2008-09-19 21:38 --- FWIW -- I think this patch turned out to have some GC-related bug. And, I don't think I need this for the incremental branch either, any more. So, I'm just dropping it and closing this. If someone else want

[Bug c++/37590] g++ should emit different debug info for variable's type

2008-09-22 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2008-09-22 15:19 --- No, I think we have to record what the user actually wrote. For instance, consider: #include using namespace std; std::string x1; string x2; If we record the fully qualified name, we can't distinguish thes

[Bug c++/37590] g++ should emit different debug info for variable's type

2008-09-23 Thread tromey at gcc dot gnu dot org
--- Comment #7 from tromey at gcc dot gnu dot org 2008-09-23 20:48 --- Jan> Tom, could you elaborate why x1 and x2 should be printed differently? Jan> I do not say they should not but I do not see a clear reason for either way. My view is that "whatis" should print t

[Bug debug/37959] New: g++ does not emit DW_AT_explicit

2008-10-30 Thread tromey at gcc dot gnu dot org
: UNCONFIRMED Severity: normal Priority: P3 Component: debug AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tromey at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37959

[Bug debug/38058] New: gcc does not emit DW_TAG_template_type_parameter

2008-11-07 Thread tromey at gcc dot gnu dot org
Component: debug AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tromey at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38058

[Bug debug/38058] gcc does not emit DW_TAG_template_type_parameter

2008-11-07 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2008-11-08 00:57 --- I agree. I didn't see that one since I searched for the full tag name. *** This bug has been marked as a duplicate of 30161 *** -- tromey at gcc dot gnu dot org changed: What|Re

[Bug debug/30161] GCC should generate dwarf info about template parameters

2008-11-07 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2008-11-08 00:57 --- *** Bug 38058 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30161

[Bug c++/34829] [4.3 Regression] placement new with primitive Java types rejected

2008-01-17 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2008-01-17 20:19 --- Confirmed. >From the ChangeLog it looks like the intent was to only reject aggregate types. -- tromey at gcc dot gnu dot org changed: What|Removed |Ad

[Bug c++/34829] [4.3 Regression] placement new with primitive Java types rejected

2008-01-17 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2008-01-17 20:23 --- Testing a patch. -- tromey at gcc dot gnu dot org changed: What|Removed |Added AssignedTo

[Bug libgcj/21714] [4.0/4.1/4.2/4.3 Regression] libjava bootstrap failure in java/lang/natConcreteProcess.cc

2008-01-17 Thread tromey at gcc dot gnu dot org
--- Comment #9 from tromey at gcc dot gnu dot org 2008-01-17 22:25 --- >From comment #6: > What are the problems with the old implementation? Would it make > sense to resurrect it as natProcessNoThread.c or something? See PR 11801 for the problems with the old imple

[Bug c/19541] need another option to support what -I- did just besides -iquote

2008-01-18 Thread tromey at gcc dot gnu dot org
--- Comment #8 from tromey at gcc dot gnu dot org 2008-01-18 21:52 --- Changing component; the patch here doesn't touch the preprocessor at all. -- tromey at gcc dot gnu dot org changed: What|Removed |

[Bug c++/34859] g++ -D__STDC_LIMIT_MACROS -D__STDC_LIMIT_MACROS causes error

2008-01-18 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2008-01-19 06:55 --- These two macros are mentioned in footnotes in the C standard. I think we should accept them. Take a look at DR #593 here, though: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2130.html I don't h

[Bug c/34748] cc1 fails with "Not a directory" on trivial file

2008-01-19 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2008-01-19 18:06 --- I'm closing because the original reporter could not reproduce. If you think this is in error, post a note here and I will reopen this. -- tromey at gcc dot gnu dot org changed: What|Re

[Bug libgcj/34369] java.net.URI.relativize(URI) method returns incorrect results

2008-01-21 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2008-01-21 20:00 --- I'm handling this. -- tromey at gcc dot gnu dot org changed: What|Removed |

[Bug libgcj/34369] java.net.URI.relativize(URI) method returns incorrect results

2008-01-21 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2008-01-21 20:09 --- Fixed on trunk. -- tromey at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug libgcj/34369] java.net.URI.relativize(URI) method returns incorrect results

2008-01-21 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2008-01-21 20:09 --- Subject: Bug 34369 Author: tromey Date: Mon Jan 21 20:08:38 2008 New Revision: 131701 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131701 Log: 2008-01-21 Luciano Chavez <[EMAIL PROTECTED]&g

[Bug c++/34829] [4.3 Regression] placement new with primitive Java types rejected

2008-01-22 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2008-01-22 17:55 --- Subject: Bug 34829 Author: tromey Date: Tue Jan 22 17:54:59 2008 New Revision: 131732 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131732 Log: gcc/testsuite PR c++/34829: * g+

[Bug c++/34829] [4.3 Regression] placement new with primitive Java types rejected

2008-01-22 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2008-01-22 17:57 --- Fix checked in. -- tromey at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c++/34859] g++ -D__STDC_LIMIT_MACROS -D__STDC_LIMIT_MACROS causes error

2008-01-22 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2008-01-22 21:43 --- Fix checked in. -- tromey at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c++/34859] g++ -D__STDC_LIMIT_MACROS -D__STDC_LIMIT_MACROS causes error

2008-01-22 Thread tromey at gcc dot gnu dot org
--- Comment #7 from tromey at gcc dot gnu dot org 2008-01-22 21:44 --- Subject: Bug 34859 Author: tromey Date: Tue Jan 22 21:43:49 2008 New Revision: 131743 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131743 Log: libcpp PR c++/34859: *

[Bug c/34911] [4.1/4.2/4.3 regression] ICE with vectors of bool

2008-01-22 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2008-01-22 21:51 --- It is easy to reject bools, but I wonder if that is enough. It is interesting that handle_vector_size_attribute doesn't call vector_mode_valid_p, but the corresponding mode attribute does. Anyway, I can re

[Bug c/34911] [4.1/4.2/4.3 regression] ICE with vectors of bool

2008-01-22 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2008-01-23 01:05 --- AFAICT vector_mode_valid_p knows about this fallback option. Is that incorrect? See the last line... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34911

[Bug c++/34829] [4.3 Regression] placement new with primitive Java types rejected

2008-01-23 Thread tromey at gcc dot gnu dot org
--- Comment #9 from tromey at gcc dot gnu dot org 2008-01-23 16:43 --- Reopened while I look at the new problem -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/31700] [JNI] -X options not recognised by JNI_CreateJavaVM

2008-01-23 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2008-01-23 17:59 --- Fix checked in a while ago. -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/33887] [4.1/4.2 Regression] Reference to bitfield gets wrong value when optimizing

2008-01-25 Thread tromey at gcc dot gnu dot org
--- Comment #36 from tromey at gcc dot gnu dot org 2008-01-25 20:48 --- The second patch is fine by me, you might as well commit it now. Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33887

[Bug target/34982] [4.3 regression] calling a function with undefined parameters causes segmentation fault at -O1 or higher

2008-01-29 Thread tromey at gcc dot gnu dot org
--- Comment #13 from tromey at gcc dot gnu dot org 2008-01-30 01:19 --- > other > than that, I'm not aware of any commonly used K&R bits and pieces in a modern > system. FWIW -- Emacs is mostly K&R. -- tromey at gcc dot gnu dot org changed:

[Bug c/35089] previous declaration of jboolean

2008-02-05 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2008-02-05 17:02 --- I think you need an additional -I pointing to the directory containing the JDK's jni_md.h. Can you confirm this and get back to me? -- tromey at gcc dot gnu dot org changed: What|Re

[Bug c/35089] previous declaration of jboolean

2008-02-05 Thread tromey at gcc dot gnu dot org
-- tromey at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED|WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35089

[Bug libgcj/35091] NoClassDefFoundError in case the path contains umlauts

2008-02-05 Thread tromey at gcc dot gnu dot org
--- Comment #1 from tromey at gcc dot gnu dot org 2008-02-05 17:09 --- Probably a dup of PR 9463. What locale are you using? How is the umlaut encoded in the directory name? -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/24170] libjava natFilePosix.cc seems to have a security problem

2008-02-20 Thread tromey at gcc dot gnu dot org
--- Comment #9 from tromey at gcc dot gnu dot org 2008-02-20 18:38 --- I'll handle it. -- tromey at gcc dot gnu dot org changed: What|Removed |Added Assig

[Bug libgcj/24170] libjava natFilePosix.cc seems to have a security problem

2008-02-20 Thread tromey at gcc dot gnu dot org
--- Comment #10 from tromey at gcc dot gnu dot org 2008-02-20 19:09 --- Subject: Bug 24170 Author: tromey Date: Wed Feb 20 19:09:09 2008 New Revision: 132491 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132491 Log: PR libgcj/24170: * java/io/natFile

[Bug libgcj/24170] libjava natFilePosix.cc seems to have a security problem

2008-02-20 Thread tromey at gcc dot gnu dot org
--- Comment #11 from tromey at gcc dot gnu dot org 2008-02-20 19:10 --- Fix checked in. -- tromey at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug java/35257] jar: internal error: java.lang.NullPointerException bootstrapping libjava

2008-02-20 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2008-02-20 21:10 --- Based on the command line it looks like your system gjar is crashing. Is that the case? -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/28079] #line range not verified without -pedantic

2008-02-25 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2008-02-25 21:10 --- Sorry for the delay on this. I never remember our rules about when to emit pedantic warnings and the like. I think libcpp should follow the overall gcc approach here, whatever that is. I agree that warning about

[Bug preprocessor/22168] #if #A == #B should have a diagnostic in ISO C mode

2008-02-26 Thread tromey at gcc dot gnu dot org
--- Comment #16 from tromey at gcc dot gnu dot org 2008-02-26 20:48 --- *** Bug 35312 has been marked as a duplicate of this bug. *** -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/35312] Invalid syntax in PP expressions not diagnosed in strict mode

2008-02-26 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2008-02-26 20:48 --- I agree, closing as dup. I have a patch for that bug. I forget what happened to it, but I'll look into it soon. *** This bug has been marked as a duplicate of 22168 *** -- tromey at gcc dot gnu dot org ch

[Bug java/35410] clone() for array types has incorrect return type

2008-02-29 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2008-02-29 21:56 --- Confirmed. We probably need to make and upload a new canonical ecj jar. -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/35458] Dependency generation (-M) does not quote '#' in filenames

2008-03-06 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2008-03-06 18:09 --- Subject: Bug 35458 Author: tromey Date: Thu Mar 6 18:08:40 2008 New Revision: 132982 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132982 Log: libcpp 2008-03-06 Markus Milleder <[EMAI

[Bug preprocessor/35458] Dependency generation (-M) does not quote '#' in filenames

2008-03-06 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2008-03-06 18:15 --- I agree with comment #3. This is an improvement. Users concerned with real portability should be avoiding "#" anyhow. -- tromey at gcc dot gnu dot org changed: What

[Bug preprocessor/35322] [4.2/4.3/4.4 regression] ICE with incomplete macro

2008-03-13 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2008-03-13 15:48 --- Testing a patch. -- tromey at gcc dot gnu dot org changed: What|Removed |Added AssignedTo

[Bug preprocessor/35326] [4.2/4.3/4.4 regression] ICE with stray digraph token

2008-03-13 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2008-03-13 15:53 --- I tried this but was unable to see the ICE. I used trunk, both gcc and g++. What options did you use? Anything special? If you still see an ICE, could you perhaps append a stack trace from cc1? That might help

[Bug preprocessor/35322] [4.2/4.3/4.4 regression] ICE with incomplete macro

2008-03-13 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2008-03-13 21:10 --- Subject: Bug 35322 Author: tromey Date: Thu Mar 13 21:10:07 2008 New Revision: 133195 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133195 Log: gcc/testsuite PR libcpp/35322: * gc

[Bug preprocessor/35322] [4.2/4.3 regression] ICE with incomplete macro

2008-03-13 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2008-03-13 21:11 --- Fixed on trunk. I'm never sure if I should close these PRs or not. It is a regression on the older branches, but minor enough that I doubt anybody will want to back-port the fix. -- tromey at gcc dot gnu do

[Bug preprocessor/35322] [4.2/4.3 regression] ICE with incomplete macro

2008-03-14 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2008-03-14 15:45 --- Subject: Bug 35322 Author: tromey Date: Fri Mar 14 15:44:56 2008 New Revision: 133220 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133220 Log: 2008-03-14 Uros Bizjak <[EMAIL PROTECTED]&g

[Bug pch/14933] missing pre-compiled header depends with -MD

2008-03-14 Thread tromey at gcc dot gnu dot org
--- Comment #9 from tromey at gcc dot gnu dot org 2008-03-14 21:25 --- I'm testing this patch. -- tromey at gcc dot gnu dot org changed: What|Removed |

[Bug java/32247] -Wall enables -Wunused enables -Wunused-parameter

2008-03-18 Thread tromey at gcc dot gnu dot org
--- Comment #12 from tromey at gcc dot gnu dot org 2008-03-18 17:03 --- I agree we should probably change ecj1's interpretation of -Wall. But, ecj1 can't be part of gcc. That was already decided. I believe the installation instructions have information on what to download s

[Bug c/35694] Error about bad function argument isn't issued on the line of the argument but on the line where function ends

2008-03-25 Thread tromey at gcc dot gnu dot org
--- Comment #1 from tromey at gcc dot gnu dot org 2008-03-25 19:25 --- Confirmed. This is related to the column number stuff. The current status here is that errors issued by the parser itself all have been audited for proper location use; however the rest of the C front end has not

[Bug preprocessor/35697] -MF should create dependency file atomically

2008-04-04 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2008-04-04 14:33 --- Confirmed. I think the best behavior is a bit unclear. -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/33143] preprocess should ignore trigraphs in /* */ comments

2008-04-04 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2008-04-04 16:28 --- I tried this test case and as far as I can tell it works as expected. Can you say what you think is wrong? I thought perhaps you were misreading the error output. The errors from the initial report are: z1.cc:2:1

[Bug preprocessor/33143] preprocess should ignore trigraphs in /* */ comments

2008-04-04 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2008-04-04 16:39 --- It is no trouble. Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33143

[Bug preprocessor/35326] [4.2/4.3/4.4 regression] ICE with stray digraph token

2008-04-05 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2008-04-05 13:30 --- With trunk I still can't reproduce this. I ran valgrind on cc1 and cc1plus, and see no reports. Here's the command line I'm using: valgrind /home/tromey/gnu/Trunk/install/libexec/gcc/i686-pc-linux-gn

[Bug libgcj/39180] New String constructors need to be implemented in local copy of java.lang.String

2009-02-13 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2009-02-13 17:54 --- This line looks fishy: + boffset = cbuf->position(); boffset is a byte offset from the start of 'data' to the first character. So, you probably need to multiply by sizeof(jchar) and also add i

[Bug java/22377] BC compilation fails to detect abstract instantiation

2009-02-22 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2009-02-22 17:04 --- I'm not sure that suggestion will work. My recollection is that the order of checks is specified, and that allocating memory before the abstract-ness check would be incorrect. I didn't confirm this wit

[Bug preprocessor/39080] -MF writes dependencies for last file only

2009-02-22 Thread tromey at gcc dot gnu dot org
--- Comment #1 from tromey at gcc dot gnu dot org 2009-02-22 17:12 --- This is not really a bug. In this scenario, cc1 is executed multiple times. Each invocation overwrites the -MF file. A fix is not to pass multiple .c files to a given invocation of gcc. Perhaps we should note

[Bug debug/39436] New: g++ does not emit DW_TAG_try_block or DW_TAG_catch_block

2009-03-11 Thread tromey at gcc dot gnu dot org
Component: debug AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tromey at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39436

[Bug target/39558] Bad interaction of decls named 'vector' and -maltivec vector support

2009-03-27 Thread tromey at gcc dot gnu dot org
--- Comment #10 from tromey at gcc dot gnu dot org 2009-03-28 01:15 --- I think this patch looks ok, assuming it works. I'd like to reiterate that all this vector stuff would probably be much cleaner if it were implemented as context-sensitive keywords in the parser. --

[Bug c/37973] -MM fails with when used with -combine

2009-03-29 Thread tromey at gcc dot gnu dot org
--- Comment #1 from tromey at gcc dot gnu dot org 2009-03-30 01:15 --- This is not really a bug. I don't think -MM is intended to work with -combine. This restriction should be documented, though. -- tromey at gcc dot gnu dot org changed: What|Re

[Bug c/37985] unsigned char shift lacks "statement with no effect" warning

2009-03-29 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2009-03-30 01:38 --- convert_to_integer sets TREE_NO_WARNING on the shift, causing cc1 to later bypass the warning. #0 convert_to_integer (type=0xb7cf62d8, expr=0xb7cee630) at ../../trunk/gcc/convert.c:542 #1 0x080a7069 in convert

[Bug preprocessor/39512] linemap_init in lex.c does not initialize reallocator

2009-03-29 Thread tromey at gcc dot gnu dot org
--- Comment #1 from tromey at gcc dot gnu dot org 2009-03-30 01:43 --- Thanks. I'll fix this. -- tromey at gcc dot gnu dot org changed: What|Removed |

[Bug preprocessor/30491] behaviour with -MMD and -c / -E causes differring behaviours.

2009-03-30 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2009-03-30 15:15 --- Not a bug. -- tromey at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug preprocessor/39512] linemap_init in lex.c does not initialize reallocator

2009-03-30 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2009-03-30 15:26 --- Subject: Bug 39512 Author: tromey Date: Mon Mar 30 15:25:42 2009 New Revision: 145300 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145300 Log: PR preprocessor/39512: * li

[Bug preprocessor/39512] linemap_init in lex.c does not initialize reallocator

2009-03-30 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2009-03-30 15:26 --- I checked in the fix. -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/31932] cpp -f*-charset and gcj --encoding accept no values except UTF-8

2009-03-30 Thread tromey at gcc dot gnu dot org
--- Comment #9 from tromey at gcc dot gnu dot org 2009-03-30 20:54 --- Subject: Bug 31932 Author: tromey Date: Mon Mar 30 20:54:18 2009 New Revision: 145316 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145316 Log: 2009-03-30 Sergiy Vyshnevetskiy PR prep

[Bug preprocessor/31932] cpp -f*-charset and gcj --encoding accept no values except UTF-8

2009-03-30 Thread tromey at gcc dot gnu dot org
--- Comment #10 from tromey at gcc dot gnu dot org 2009-03-30 20:57 --- I checked in the fix on the trunk. -- tromey at gcc dot gnu dot org changed: What|Removed |Added

<    1   2   3   4   5   6   7   8   9   10   >