[Bug c/27273] New: tree check fail for legal code

2006-04-23 Thread dcb314 at hotmail dot com
Summary: tree check fail for legal code Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot

[Bug c/27273] tree check fail for legal code

2006-04-23 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2006-04-23 19:12 --- Created an attachment (id=11319) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11319&action=view) C source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27273

[Bug c/27381] New: ice on valid code with -O2

2006-05-02 Thread dcb314 at hotmail dot com
See http://gcc.gnu.org/bugs.html> for instructions. Preprocessed source code attached. Flag -O2 required. -- Summary: ice on valid code with -O2 Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27381

[Bug c/27381] ice on valid code with -O2

2006-05-02 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2006-05-02 11:19 --- Created an attachment (id=11357) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11357&action=view) C source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27381

[Bug c++/27410] New: tree check fail for legal code

2006-05-03 Thread dcb314 at hotmail dot com
ed source code attached. No special flags required. -- Summary: tree check fail for legal code Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at

[Bug c++/27472] New: ice for legal code

2006-05-07 Thread dcb314 at hotmail dot com
CONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27472

[Bug rtl-optimization/27472] ICE with -fsee -O2

2006-05-07 Thread dcb314 at hotmail dot com
--- Comment #2 from dcb314 at hotmail dot com 2006-05-07 21:44 --- (In reply to comment #1) > -fsee has now been turned off by default so this is not a regression. By "now" do you mean before or after the 20060506 snapshot ? The code used to compile on the previous

[Bug c/27735] New: ice with -O3 on legal code

2006-05-22 Thread dcb314 at hotmail dot com
hotmail dot com GCC host triplet: i686-suse-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27735

[Bug c/27735] ice with -O3 on legal code

2006-05-22 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2006-05-22 22:11 --- Created an attachment (id=11496) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11496&action=view) C source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27735

[Bug c/27735] ice with -O3 on legal code

2006-05-22 Thread dcb314 at hotmail dot com
--- Comment #2 from dcb314 at hotmail dot com 2006-05-22 22:15 --- (In reply to comment #0) I just tried to compile Suse Linux package qemacs-0.3.1-214 with the GNU C compiler version 4.2 snapshot 20060520. The compiler snapshot said xml.c: In function 'xml_colorize_line':

[Bug c++/13717] duplicated parameter name not caught ?

2006-05-29 Thread dcb314 at hotmail dot com
--- Comment #7 from dcb314 at hotmail dot com 2006-05-29 22:34 --- (In reply to comment #5) > Based on 8.3.5/8 and the example from 8.3.6/9 which reads > > int f(int a, int b = a); > > I think this bug is invalid and function declarations with duplicate parameter

[Bug c/28162] New: ice on valid code

2006-06-25 Thread dcb314 at hotmail dot com
Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: x86_64-suse http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28162

[Bug c/28162] ice on valid code

2006-06-25 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2006-06-25 09:28 --- Created an attachment (id=11744) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11744&action=view) C source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28162

[Bug c/38140] New: ice for C code with -O2

2008-11-15 Thread dcb314 at hotmail dot com
Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: suse-linux-x86_64 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38140

[Bug c/38140] ice for C code with -O2

2008-11-15 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2008-11-15 21:37 --- Created an attachment (id=16689) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16689&action=view) C source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38140

[Bug java/38176] New: Java: 4 * use of toUpperCase/toLowerCase().equals()

2008-11-19 Thread dcb314 at hotmail dot com
toUpperCase/toLowerCase().equals() Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: minor Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host

[Bug java/38189] New: Java: set but not used local variable in tight loop

2008-11-20 Thread dcb314 at hotmail dot com
iority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: suse-linux-x86_64 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38189

[Bug java/38190] New: ConcurrentHashMap.java: 2 * unused local variables

2008-11-20 Thread dcb314 at hotmail dot com
rrentHashMap.java: 2 * unused local variables Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: minor Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot co

[Bug java/38191] New: gjdoc/Main.java: dead local variable

2008-11-20 Thread dcb314 at hotmail dot com
iority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: suse-linux-x86_64 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38191

[Bug java/38192] New: SwingCallbackHandler.java: remove unused local variable

2008-11-20 Thread dcb314 at hotmail dot com
va AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: suse-linux-x86_64 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38192

[Bug java/38193] New: HashMap.java: unused local variable

2008-11-20 Thread dcb314 at hotmail dot com
iority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: suse-linux-x86_64 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38193

[Bug libf2c/38194] New: DefaultListSelectionModel.java: remove dead for loop ?

2008-11-20 Thread dcb314 at hotmail dot com
Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: minor Priority: P3 Component: libf2c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: suse-linux-x86_64 http://gcc.gnu

[Bug java/38195] New: ClassRmicCompiler.java: remove unused variable

2008-11-20 Thread dcb314 at hotmail dot com
Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: suse-linux-x86_64 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38195

[Bug java/38197] New: JobSheetsSupported.java: unused local variable

2008-11-20 Thread dcb314 at hotmail dot com
orted.java: unused local variable Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: minor Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host tri

[Bug java/38198] New: DefaultTableColumnModel.java: redundant call to new

2008-11-20 Thread dcb314 at hotmail dot com
nent: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: suse-linux-x86_64 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38198

[Bug bootstrap/38288] New: i386/i386.c: 7 * set but not used variables

2008-11-27 Thread dcb314 at hotmail dot com
Version: 4.4.0 Status: UNCONFIRMED Severity: minor Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: suse-linux-x86_64 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38288

[Bug target/38288] i386/i386.c: 7 * set but not used variables

2008-11-28 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2008-11-28 10:59 --- I've sent a patch to gcc-patches. If the patch is accepted, then this report may be closed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38288

[Bug target/38288] i386/i386.c: 7 * set but not used variables

2008-11-28 Thread dcb314 at hotmail dot com
--- Comment #3 from dcb314 at hotmail dot com 2008-11-28 13:55 --- Created an attachment (id=16786) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16786&action=view) patch for bug report -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38288

[Bug bootstrap/38302] New: inefficient use of strlen in for loop

2008-11-28 Thread dcb314 at hotmail dot com
t;"); -- Summary: inefficient use of strlen in for loop Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org

[Bug c/38343] New: ice for legal code with -O2

2008-12-01 Thread dcb314 at hotmail dot com
Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: suse-linux-x86_64 http://gcc.

[Bug c/38343] ice for legal code with -O2

2008-12-01 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2008-12-01 10:01 --- Created an attachment (id=16799) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16799&action=view) C source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38343

[Bug c++/38427] New: crash for reference init code

2008-12-06 Thread dcb314 at hotmail dot com
This code used to compile ok on snapshot 20081128 -- Summary: crash for reference init code Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org

[Bug c/38428] New: ice for Linux kernel code with -O2

2008-12-06 Thread dcb314 at hotmail dot com
Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: suse-linux-x86_64 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38428

[Bug c/38428] ice for Linux kernel code with -O2

2008-12-06 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2008-12-06 12:28 --- Created an attachment (id=16840) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16840&action=view) C source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38428

[Bug c++/38472] New: bad generated code for new snapshot

2008-12-10 Thread dcb314 at hotmail dot com
Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: suse-linux-x86_64 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38472

[Bug c++/38490] New: stack overflow with -O2 for legal C++ code

2008-12-11 Thread dcb314 at hotmail dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: suse-linux-x86_64 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38490

[Bug c++/38490] stack overflow with -O2 for legal C++ code

2008-12-11 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2008-12-11 19:02 --- Created an attachment (id=16887) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16887&action=view) C++ source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38490

[Bug c/38491] New: excessive note generation

2008-12-11 Thread dcb314 at hotmail dot com
gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: suse-linux-x86_64 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38491

[Bug c/38491] excessive note generation

2008-12-11 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2008-12-11 21:30 --- Created an attachment (id=16890) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16890&action=view) C source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38491

[Bug c/38518] New: Excessive compile time with -O3

2008-12-13 Thread dcb314 at hotmail dot com
Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: suse-linux-x86_64 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38518

[Bug c/38518] Excessive compile time with -O3

2008-12-13 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2008-12-13 18:18 --- Created an attachment (id=16904) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16904&action=view) C source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38518

[Bug c/38518] Excessive compile time with -O3

2008-12-14 Thread dcb314 at hotmail dot com
--- Comment #3 from dcb314 at hotmail dot com 2008-12-14 09:52 --- (In reply to comment #2) > On 2.66GHz Cor2 Quad running Fedora 9/x86-64, gcc 4.4 revision 142740 gave: Thanks for the extra information. I am concerned that the -O3 takes nine times longer than the -O2. I&#

[Bug c/38608] New: ice for legal code with -O3

2008-12-23 Thread dcb314 at hotmail dot com
Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: x86_64-suse-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38608

[Bug c/38608] ice for legal code with -O3

2008-12-23 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2008-12-23 10:23 --- Created an attachment (id=16974) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16974&action=view) C source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38608

[Bug tree-optimization/38608] [4.4 Regression] ice for legal code with -O2, PRE

2008-12-23 Thread dcb314 at hotmail dot com
--- Comment #5 from dcb314 at hotmail dot com 2008-12-23 17:51 --- (In reply to comment #4) > *** This bug has been marked as a duplicate of 38564 *** I'm not completely sure about this: the original code was fine at -O2 on x86_64 and failed at -O3 on the same machine. #38564

[Bug rtl-optimization/33424] segmentation fault for legal code with -O2

2008-12-26 Thread dcb314 at hotmail dot com
--- Comment #4 from dcb314 at hotmail dot com 2008-12-26 09:55 --- (In reply to comment #3) > I think this is fixed on the trunk now. I agree. I just re-checked it and it seems fixed to me. -- dcb314 at hotmail dot com changed: What|Remo

[Bug c++/38780] New: upgrade warning to error for bad C++ code ?

2009-01-09 Thread dcb314 at hotmail dot com
g to error for bad C++ code ? Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triple

[Bug c/38781] New: PR38151: valgrind finds problem

2009-01-09 Thread dcb314 at hotmail dot com
t gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: x86_64-suse-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38781

[Bug c++/38780] upgrade warning to error for bad C++ code ?

2009-01-10 Thread dcb314 at hotmail dot com
--- Comment #2 from dcb314 at hotmail dot com 2009-01-10 08:47 --- (In reply to comment #1) > You can get an error via -pedantic-errors. Agreed - but switching on that flag opens a whole can of worms. All I'm interested in is getting this *one* warning changed into an er

[Bug c++/38841] New: valgrind finds problem for broken C++ code

2009-01-14 Thread dcb314 at hotmail dot com
gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: x86_64-suse-linux http://gcc.gnu.org/bugz

[Bug target/38781] PR38151: valgrind finds problem

2009-01-15 Thread dcb314 at hotmail dot com
--- Comment #4 from dcb314 at hotmail dot com 2009-01-15 21:51 --- (In reply to comment #3) > An updated patch is at > > http://gcc.gnu.org/ml/gcc-patches/2009-01/msg00747.html I have a couple of minor questions about the coding style of this patch. 1. Why is the "/

[Bug c/38869] New: valgrind find problem with -O3 -march=native

2009-01-16 Thread dcb314 at hotmail dot com
ative Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: x86_64-suse-linux

[Bug c/38869] valgrind find problem with -O3 -march=native

2009-01-16 Thread dcb314 at hotmail dot com
--- Comment #5 from dcb314 at hotmail dot com 2009-01-16 15:54 --- (In reply to comment #1) > Where is the input file? gcc/testsuite/gcc.dg/callabi/func-1.c My apologies for not getting the cut'n'paste correct. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38869

[Bug c++/39017] New: ice for legal C++ with -O3

2009-01-29 Thread dcb314 at hotmail dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: x86_64-suse-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39017

[Bug c++/39017] ice for legal C++ with -O3

2009-01-29 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2009-01-29 11:53 --- Created an attachment (id=17209) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17209&action=view) C++source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39017

[Bug c/18624] GCC does not detect local variable set but never used

2009-01-30 Thread dcb314 at hotmail dot com
--- Comment #12 from dcb314 at hotmail dot com 2009-01-30 13:48 --- (In reply to comment #1) > Yes this would be slightly useful but one has to be care full of what is > warned about. Agreed. For a first cut, a simple straight forward job, without considering the complex cases,

[Bug c++/40081] New: verify_stmts failed with -O2

2009-05-09 Thread dcb314 at hotmail dot com
l Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: x86_64-suse-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40081

[Bug c++/40081] verify_stmts failed with -O2

2009-05-09 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2009-05-09 11:08 --- Created an attachment (id=17835) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17835&action=view) C++ source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40081

[Bug c++/40100] New: verify_flow_info failed with -O2

2009-05-11 Thread dcb314 at hotmail dot com
ired. -- Summary: verify_flow_info failed with -O2 Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314

[Bug c++/40100] verify_flow_info failed with -O2

2009-05-11 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2009-05-11 09:23 --- Created an attachment (id=17851) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17851&action=view) C++ source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40100

[Bug driver/40144] New: ice in common_handle_option

2009-05-14 Thread dcb314 at hotmail dot com
.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: driver AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: x86_64-suse-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40144

[Bug c++/40163] New: null pointer in remove_unreachable_regions

2009-05-15 Thread dcb314 at hotmail dot com
tus: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: x86_64-suse-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40163

[Bug c++/40163] null pointer in remove_unreachable_regions

2009-05-15 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2009-05-15 15:37 --- Created an attachment (id=17875) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17875&action=view) C++ source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40163

[Bug c/40298] New: possible failure in cgraph_clone_inlined_nodes with -O3

2009-05-29 Thread dcb314 at hotmail dot com
: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: x86_64-suse-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40298

[Bug c/40298] possible failure in cgraph_clone_inlined_nodes with -O3

2009-05-29 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2009-05-29 18:28 --- Created an attachment (id=17932) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17932&action=view) C source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40298

[Bug c/40351] New: ice in generate_subtree_copies for Linux kernel build

2009-06-05 Thread dcb314 at hotmail dot com
verity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: x86_64-suse-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40351

[Bug c/40351] ice in generate_subtree_copies for Linux kernel build

2009-06-05 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2009-06-05 10:57 --- Created an attachment (id=17953) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17953&action=view) gzipped C source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40351

[Bug c++/40357] New: compiler hang for C++ code

2009-06-05 Thread dcb314 at hotmail dot com
: compiler hang for C++ code Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host

[Bug c++/40357] compiler hang for C++ code

2009-06-05 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2009-06-05 18:28 --- Created an attachment (id=17956) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17956&action=view) C++source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40357

[Bug c++/40387] New: verify_cgraph_node failed with -O3

2009-06-09 Thread dcb314 at hotmail dot com
-- Summary: verify_cgraph_node failed with -O3 Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: x86_64-suse-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40387

[Bug c++/40387] verify_cgraph_node failed with -O3

2009-06-09 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2009-06-09 12:56 --- Created an attachment (id=17970) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17970&action=view) C++ source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40387

[Bug c++/40388] New: another null pointer in remove_unreachable_regions

2009-06-09 Thread dcb314 at hotmail dot com
RMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: x86_64-suse-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40388

[Bug middle-end/40388] [4.5 Regression] another null pointer in remove_unreachable_regions

2009-06-10 Thread dcb314 at hotmail dot com
--- Comment #2 from dcb314 at hotmail dot com 2009-06-10 08:28 --- Created an attachment (id=17973) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17973&action=view) C++ source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40388

[Bug c/18624] GCC does not detect local variable set but never used

2009-06-11 Thread dcb314 at hotmail dot com
--- Comment #14 from dcb314 at hotmail dot com 2009-06-11 12:57 --- (In reply to comment #13) > We need someone to write the patch. Just that. I've got some spare time now, so I'd like to have a go. I can see that used_flag bitfield can be expanded from 1 bit to 2 bi

[Bug c/40432] New: verify_stmts failed with -O2: non-register as LHS of unary operation

2009-06-12 Thread dcb314 at hotmail dot com
ortedBy: dcb314 at hotmail dot com GCC host triplet: x86_64-suse-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40432

[Bug tree-optimization/40432] [4.5 Regression] verify_stmts failed with -O2: non-register as LHS of unary operation

2009-06-12 Thread dcb314 at hotmail dot com
--- Comment #2 from dcb314 at hotmail dot com 2009-06-12 18:58 --- Created an attachment (id=17990) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17990&action=view) gzipped C source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40432

[Bug boehm-gc/40478] New: boehm-gc/os_dep.c: Resource leak

2009-06-17 Thread dcb314 at hotmail dot com
ource leak Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: boehm-gc AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: x86_64-

[Bug java/40479] New: libjava/gnu/gcj/util/natGCInfo.cc: bad call to sprintf

2009-06-17 Thread dcb314 at hotmail dot com
nu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: x86_64-suse-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40479

[Bug c++/40492] New: ice in create_tmp_var

2009-06-19 Thread dcb314 at hotmail dot com
Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: x86_64-suse-linux http://gcc.gnu.org/b

[Bug c++/40492] ice in create_tmp_var

2009-06-19 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2009-06-19 11:28 --- Created an attachment (id=18023) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18023&action=view) C++ source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40492

[Bug c/40501] New: error: invalid conversion in gimple call

2009-06-20 Thread dcb314 at hotmail dot com
n in gimple call Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: x86_64-s

[Bug c/40501] error: invalid conversion in gimple call

2009-06-20 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2009-06-20 12:20 --- Created an attachment (id=18028) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18028&action=view) C source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40501

[Bug c++/40502] New: crash in cp_diagnostic_starter

2009-06-20 Thread dcb314 at hotmail dot com
, malloc'd or (recently) free'd -- Summary: crash in cp_diagnostic_starter Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org

[Bug c++/40502] crash in cp_diagnostic_starter

2009-06-20 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2009-06-20 12:34 --- Created an attachment (id=18031) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18031&action=view) C++ source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40502

[Bug c/40570] New: ice in get_constraint_for_ptr_offset with -O3

2009-06-27 Thread dcb314 at hotmail dot com
Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: x86_64-suse-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40570

[Bug c/40570] ice in get_constraint_for_ptr_offset with -O3

2009-06-27 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2009-06-27 18:08 --- Created an attachment (id=18079) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18079&action=view) C source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40570

[Bug c/40582] New: ice for non-trivial conversion at assignment with -O2

2009-06-29 Thread dcb314 at hotmail dot com
ReportedBy: dcb314 at hotmail dot com GCC host triplet: x86_64-suse-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40582

[Bug c/40582] ice for non-trivial conversion at assignment with -O2

2009-06-29 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2009-06-29 10:42 --- Created an attachment (id=18089) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18089&action=view) C source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40582

[Bug c/40711] New: verify_ssa failed with -O2

2009-07-10 Thread dcb314 at hotmail dot com
unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: x86_64-suse-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40711

[Bug c/40711] verify_ssa failed with -O2

2009-07-10 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2009-07-10 11:06 --- Created an attachment (id=18172) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18172&action=view) gzipped C source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40711

[Bug c++/40357] [4.5 Regression] compiler hang for C++ code

2009-07-15 Thread dcb314 at hotmail dot com
--- Comment #5 from dcb314 at hotmail dot com 2009-07-15 07:44 --- (In reply to comment #4) > Fixed by the patch for PR debug/40705 I don't think so. I tried the code on snapshot 20090709 and it still hangs. By the way, how can a fix for a crash also fix a hang ? I wo

[Bug other/40789] New: fixincludes/fixincl.c: duplicate call to close ?

2009-07-17 Thread dcb314 at hotmail dot com
mmary: fixincludes/fixincl.c: duplicate call to close ? Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at ho

[Bug bootstrap/40923] New: bootstrap failure for 20090730 with --enable-build-with-cxx

2009-07-31 Thread dcb314 at hotmail dot com
ReportedBy: dcb314 at hotmail dot com GCC host triplet: x86_64-suse-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40923

[Bug bootstrap/40923] bootstrap failure for 20090730 with --enable-build-with-cxx

2009-07-31 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2009-07-31 11:40 --- (In reply to comment #0) > I just tried to bootstrap gcc 4.5 mainline snapshot 20090730 > and it failed when comparing stage 2 and stage3. The extra word --enable-build-with-cxx seems to be significant, because

[Bug c++/40938] New: ice in create_tmp_var

2009-08-02 Thread dcb314 at hotmail dot com
ent: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: x86_64-suse-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40938

[Bug c++/40938] ice in create_tmp_var

2009-08-02 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2009-08-02 08:48 --- Created an attachment (id=18284) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18284&action=view) C++ source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40938

[Bug c++/40938] ice in create_tmp_var

2009-08-02 Thread dcb314 at hotmail dot com
--- Comment #3 from dcb314 at hotmail dot com 2009-08-02 09:44 --- (In reply to comment #2) > PR40866 ? Maybe - there are many ways to fail a sanity check. I notice that the line where it crashes is of the form gcc_assert(!X && Y); It might be better to split th

[Bug c/25547] New: 3 * dead data in compiler source code

2005-12-23 Thread dcb314 at hotmail dot com
rity: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: x86_64-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25547

[Bug c/25567] New: 4 * set but never used

2005-12-26 Thread dcb314 at hotmail dot com
nu dot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: x86_64-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25567

[Bug c/25734] New: ice for legal kernel code with -Os

2006-01-10 Thread dcb314 at hotmail dot com
ot org ReportedBy: dcb314 at hotmail dot com GCC host triplet: x86_x64-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25734

  1   2   3   4   5   6   7   8   9   10   >