FW: E4rn Your D3gree Now

2005-11-04 Thread Darryl Crum
Hey Esteban, Remember I told you about that e-mail I got the other day saying I could get my B/A, B/S/C, M/A, M/S/C, M/B/A, P/H/D, in 2 weeks without any study required and 100% verifiable ? Well bro I gave it a shot and now 2 weeks later I have my BA and working on getting my Masters which I

[Bug ada/22533] [4.1 regression] ICE in get_base_var

2005-11-04 Thread uweigand at gcc dot gnu dot org
--- Comment #24 from uweigand at gcc dot gnu dot org 2005-11-05 00:23 --- Well, the workaround removes the ICE, but constructor handling appears still broken: ada/sem_prag.o(.text+0xa58): In function `sem_prag.analyze_pragma.check_no_identifier': ../../gcc-head/gcc/ada/sem_prag.adb:116

Bug#335650: gij-4.0: assertion failure with rhdb-explain

2005-11-04 Thread Timo Lindfors
Package: gij-4.0 Version: 4.0.2-3 Followup-For: Bug #335650 (Just for your info) I get the same assertion failure even with the simplest possible Swing program: [EMAIL PROTECTED]:~/local/hello$ cat testcase.java import javax.swing.*; import java.awt.*; public class testcase extends JFrame {

Bug#328421: Crosslink to other BTSes

2005-11-04 Thread Enrico Zini
Hello, In a private conversation, Warren Togami provided me links to the same bug in Novell, RedHat and GCC's Bugzilla (posting with his permission): https://bugzilla.novell.com/show_bug.cgi?id=85416&x=8&y=7 Novell's earlier report, where they resorted to using a fragile and ugly "ld-version-s

[Bug ada/22533] [4.1 regression] ICE in get_base_var

2005-11-04 Thread laurent at guerby dot net
--- Comment #23 from laurent at guerby dot net 2005-11-04 19:29 --- Add mips and mips64, for reference, workaround patch from Andreas Schwab here: http://gcc.gnu.org/ml/gcc/2005-11/msg00239.html Index: ipa-utils.c === --- i

[Bug libmudflap/23170] [4.0 only] libmudflap should not use functions marked obsolescent by POSIX/SUS

2005-11-04 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Last reconfirmed|2005-08-01 12:15:21 |2005-11-04 15:34:54 date||

[Bug middle-end/8081] ICE with variably sized types and nested functions

2005-11-04 Thread pinskia at gcc dot gnu dot org
--- Comment #18 from pinskia at gcc dot gnu dot org 2005-11-04 15:33 --- Still fails on the mainline: t.c: In function ‘main’: t.c:15: internal compiler error: in assign_stack_temp_for_type, at function.c:595 Please submit a full bug report, with preprocessed source if appropriate. See

[Bug rtl-optimization/23567] [3.4/4.0/4.1 regression] if-conversion causes wrong code

2005-11-04 Thread jakub at gcc dot gnu dot org
--- Comment #8 from jakub at gcc dot gnu dot org 2005-11-04 10:52 --- Sorry, haven't touched this for a while. Testing a new patch, there have been other problems in noce_process_if_block. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23567 --- You are receiving this mail beca

Bug#337340: sentinel attribute should support non-NULL sentinels

2005-11-04 Thread Josh Triplett
Falk Hueffner wrote: > Josh Triplett <[EMAIL PROTECTED]> writes: >>The sentinel attribute tells GCC to ensure that the argument list of a >>variadic function always ends with a final NULL argument. It should be >>possible to use this attribute for a variadic function where the >>sentinel is some c

Bug#337340: sentinel attribute should support non-NULL sentinels

2005-11-04 Thread Falk Hueffner
Josh Triplett <[EMAIL PROTECTED]> writes: > The sentinel attribute tells GCC to ensure that the argument list of a > variadic function always ends with a final NULL argument. It should be > possible to use this attribute for a variadic function where the > sentinel is some constant other than NUL