[Bug c++/34491] [4.1/4.2/4.3 regression] ICE invalid template specialization

2007-12-15 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34491

[Bug c++/34397] [4.3 regression] ICE on invalid default template parameter

2007-12-12 Thread reichelt at gcc dot gnu dot org
--- Comment #9 from reichelt at gcc dot gnu dot org 2007-12-12 08:11 --- Are you sure you don't have a modified compiler? Pretty sure. I bootstrapped a really clean one (svn diff --no-ignore showed nothing) last night on i686-pc-linux-gnu. It still shows the segfault. The x86_64

[Bug c++/34397] [4.3 regression] ICE on invalid default template parameter

2007-12-11 Thread reichelt at gcc dot gnu dot org
--- Comment #6 from reichelt at gcc dot gnu dot org 2007-12-11 08:03 --- Also crashes on x86_64-unknown-linux-gnu. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34397

[Bug c++/34397] [4.3 regression] ICE on invalid default template parameter

2007-12-10 Thread reichelt at gcc dot gnu dot org
--- Comment #5 from reichelt at gcc dot gnu dot org 2007-12-10 22:17 --- What target is this on? i686-pc-linux-gnu. I can see the ICE since at least 2007-05-13 on mainline (I don't have any older mainline versions around). -- reichelt at gcc dot gnu dot org changed

[Bug c++/34394] New: [4.1/4.2/4.3 regression] Broken diagnostic: 'abs_expr' not supported by dump_expr

2007-12-08 Thread reichelt at gcc dot gnu dot org
: diagnostic, monitored Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34394

[Bug c++/34395] New: [4.3 regression] Broken diagnostic: 'type_pack_expansion' not supported by dump_type_prefix/suffix

2007-12-08 Thread reichelt at gcc dot gnu dot org
++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34395

[Bug c++/34395] [4.3 regression] Broken diagnostic: 'type_pack_expansion' not supported by dump_type_prefix/suffix

2007-12-08 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34395

[Bug c++/34055] [4.3 regression] ICE with invalid specialization of variadic template

2007-12-08 Thread reichelt at gcc dot gnu dot org
--- Comment #2 from reichelt at gcc dot gnu dot org 2007-12-08 20:50 --- Trivially modified versions of the testcase - using T or T() instead of T* - still fail: templatetypename... struct A; templatetypename...T struct AT { void foo

[Bug c++/34394] [4.1/4.2/4.3 regression] Broken diagnostic: 'abs_expr' not supported by dump_expr

2007-12-08 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34394

[Bug c++/34397] New: [4.3 regression] ICE on invalid default template parameter

2007-12-08 Thread reichelt at gcc dot gnu dot org
, monitored Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34397

[Bug c++/34397] [4.3 regression] ICE on invalid default template parameter

2007-12-08 Thread reichelt at gcc dot gnu dot org
--- Comment #3 from reichelt at gcc dot gnu dot org 2007-12-08 23:01 --- Well, I'm using the version from 2007-12-06, and since then nothing C++ related has been checked in. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34399] New: [4.3 regression] ICE on invalid friend declaration of variadic template

2007-12-08 Thread reichelt at gcc dot gnu dot org
-code, monitored Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34399

[Bug c++/34399] [4.3 regression] ICE on invalid friend declaration of variadic template

2007-12-08 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34399

[Bug c++/34069] [4.3 regression] ICE with invalid specialization of variadic template

2007-12-07 Thread reichelt at gcc dot gnu dot org
--- Comment #3 from reichelt at gcc dot gnu dot org 2007-12-07 21:43 --- Both the reduced testcase here and the original testcase in PR 32128 are now fixed in mainline (probably by the patch for PR 33091). -- reichelt at gcc dot gnu dot org changed: What|Removed

[Bug fortran/29267] different length non-constant strings in array constructors ICE

2007-12-07 Thread reichelt at gcc dot gnu dot org
--- Comment #15 from reichelt at gcc dot gnu dot org 2007-12-07 22:12 --- Btw, the original testcase started compiling on mainline between 2007-07-16 and 2007-08-15. It now compiles and runs without error. -- reichelt at gcc dot gnu dot org changed: What|Removed

[Bug c++/33091] [c++0x] ICE using remove_reference on variadic param pack

2007-12-07 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33091

[Bug c++/34267] New: [4.3 regression] ICE applying __decltype to name of template class

2007-11-28 Thread reichelt at gcc dot gnu dot org
Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34267

[Bug c++/34267] [4.3 regression] ICE applying __decltype to name of template class

2007-11-28 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34267

[Bug c++/34268] New: [4.3 regression] ICE applying __decltype to destructor

2007-11-28 Thread reichelt at gcc dot gnu dot org
org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34268

[Bug c++/34268] [4.3 regression] ICE applying __decltype to destructor

2007-11-28 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34268

[Bug c++/34269] New: [4.3 regression] Incomplete __decltype expressions accepted

2007-11-28 Thread reichelt at gcc dot gnu dot org
gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34269

[Bug c++/34269] [4.3 regression] Incomplete __decltype expressions accepted

2007-11-28 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34269

[Bug c++/34270] New: [4.3 regression] ICE applying __decltype to ternary expression

2007-11-28 Thread reichelt at gcc dot gnu dot org
Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34270

[Bug c++/34270] [4.3 regression] ICE applying __decltype to ternary expression

2007-11-28 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34270

[Bug c++/34271] New: [4.3 regression] ICE in invalid initialization of static template member

2007-11-28 Thread reichelt at gcc dot gnu dot org
Version: 4.3.0 Status: UNCONFIRMED Keywords: ice-on-invalid-code, monitored Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http

[Bug c++/34271] [4.3 regression] ICE in invalid initialization of static template member

2007-11-28 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34271

[Bug c++/34273] [4.3 regression] Broken diagnostic: 'tree_binfo' not supported by dump_decl

2007-11-28 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34273

[Bug c++/34273] New: [4.3 regression] Broken diagnostic: 'tree_binfo' not supported by dump_decl

2007-11-28 Thread reichelt at gcc dot gnu dot org
Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34273

[Bug c++/34272] New: ICE with invalid template specialization

2007-11-28 Thread reichelt at gcc dot gnu dot org
org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34272

[Bug c++/34274] New: [4.3 regression] Broken diagnostic: 'template_template_parm' not supported by dump_decl

2007-11-28 Thread reichelt at gcc dot gnu dot org
Keywords: diagnostic, monitored Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34274

[Bug c++/34274] [4.3 regression] Broken diagnostic: 'template_template_parm' not supported by dump_decl

2007-11-28 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34274

[Bug c++/34275] New: [4.1/4.2/4.3 regression] Broken diagnostic: 'obj_type_ref' not supported by dump_expr

2007-11-28 Thread reichelt at gcc dot gnu dot org
by dump_expr Product: gcc Version: 4.3.0 Status: UNCONFIRMED Keywords: diagnostic, monitored Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc

[Bug c++/34275] [4.1/4.2/4.3 regression] Broken diagnostic: 'obj_type_ref' not supported by dump_expr

2007-11-28 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34275

[Bug c++/34103] [4.3 regression] ICE with invalid variadic template functions

2007-11-15 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34103

[Bug c++/34102] New: [4.3 regression] ICE with invalid inheritance of variadic templates

2007-11-15 Thread reichelt at gcc dot gnu dot org
Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34102

[Bug c++/34102] [4.3 regression] ICE with invalid inheritance of variadic templates

2007-11-15 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34102

[Bug c++/34100] [4.3 regression] ICE with vector attribute

2007-11-15 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34100

[Bug c++/34101] New: [4.3 regression] ICE with argument deduction of variadic template function

2007-11-15 Thread reichelt at gcc dot gnu dot org
: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34101

[Bug c++/34101] [4.3 regression] ICE with argument deduction of variadic template function

2007-11-15 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34101

[Bug c++/34055] [4.3 regression] ICE with invalid specialization of variadic template

2007-11-14 Thread reichelt at gcc dot gnu dot org
--- Comment #1 from reichelt at gcc dot gnu dot org 2007-11-14 20:54 --- Fixed by the patch for PR34058 et al. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34100] New: [4.3 regression] ICE with vector attribute

2007-11-14 Thread reichelt at gcc dot gnu dot org
Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34100

[Bug c++/34103] New: [4.3 regression] ICE with invalid variadic template functions

2007-11-14 Thread reichelt at gcc dot gnu dot org
-on-invalid-code, error-recovery, monitored Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34103

[Bug middle-end/34088] New: [4.3 regression] ICE with uninitialized variable and -Werror

2007-11-13 Thread reichelt at gcc dot gnu dot org
Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34088

[Bug middle-end/34088] [4.3 regression] ICE with uninitialized variable and -Werror

2007-11-13 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added GCC build triplet||i686-pc-linux-gnu GCC host triplet

[Bug c++/34068] New: [4.3 regression] ICE using pseudo-destructor for invalid expression

2007-11-11 Thread reichelt at gcc dot gnu dot org
Keywords: ice-on-invalid-code, error-recovery, monitored Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34068

[Bug c++/34068] [4.3 regression] ICE using pseudo-destructor for invalid expression

2007-11-11 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34068

[Bug c++/34069] New: [4.3 regression] ICE with invalid specialization of variadic template

2007-11-11 Thread reichelt at gcc dot gnu dot org
template Product: gcc Version: 4.3.0 Status: UNCONFIRMED Keywords: ice-on-invalid-code, monitored Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt

[Bug c++/34069] [4.3 regression] ICE with invalid specialization of variadic template

2007-11-11 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34069

[Bug c++/32128] [4.3 regression] ICE on variadic template with two parameter packs

2007-11-11 Thread reichelt at gcc dot gnu dot org
--- Comment #4 from reichelt at gcc dot gnu dot org 2007-11-11 21:27 --- The testcase from comment #1 still crashes, but this problem is tracked in PR34069. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32128

[Bug c++/34050] New: [4.3 regression] ICE derived classes and variadic templates

2007-11-10 Thread reichelt at gcc dot gnu dot org
ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34050

[Bug c++/34050] [4.3 regression] ICE derived classes and variadic templates

2007-11-10 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34050

[Bug c++/34051] New: [4.3 regression] ICE in dependent_type_p with variadic templates

2007-11-10 Thread reichelt at gcc dot gnu dot org
++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34051

[Bug c++/34051] [4.3 regression] ICE in dependent_type_p with variadic templates

2007-11-10 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34051

[Bug c++/34052] New: [4.3 regression] Trouble with variadic templates as template-template parameter

2007-11-10 Thread reichelt at gcc dot gnu dot org
, accepts-invalid, monitored Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34052

[Bug c++/34052] [4.3 regression] Trouble with variadic templates as template-template parameter

2007-11-10 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34052

[Bug c++/34050] [4.3 regression] ICE derived classes and variadic templates

2007-11-10 Thread reichelt at gcc dot gnu dot org
--- Comment #2 from reichelt at gcc dot gnu dot org 2007-11-10 19:30 --- How can this be a regression? Support variadic templates did not exist in previous releases. The C++ frontend shouldn't crash with any input, even with line-noise. It didn't crash with this input in previous

[Bug c++/34054] New: [4.3 regression] ICE with parameter pack in return type

2007-11-10 Thread reichelt at gcc dot gnu dot org
-recovery, monitored Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34054

[Bug c++/34054] [4.3 regression] ICE with parameter pack in return type

2007-11-10 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34054

[Bug c++/34055] New: [4.3 regression] ICE with invalid specialization of variadic template

2007-11-10 Thread reichelt at gcc dot gnu dot org
, error-recovery, monitored Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34055

[Bug c++/34055] [4.3 regression] ICE with invalid specialization of variadic template

2007-11-10 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34055

[Bug c++/34056] New: [4.3 regression] ICE with parameter pack and pointer

2007-11-10 Thread reichelt at gcc dot gnu dot org
Keywords: ice-on-invalid-code, error-recovery, monitored Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34056

[Bug c++/34056] [4.3 regression] ICE with parameter pack and pointer

2007-11-10 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34056

[Bug c++/34057] New: [4.3 regression] ICE with variadic template and vector attribute

2007-11-10 Thread reichelt at gcc dot gnu dot org
Keywords: ice-on-invalid-code, error-recovery, monitored Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34057

[Bug c++/34058] New: [4.3 regression] ICE with variadic template and typedef

2007-11-10 Thread reichelt at gcc dot gnu dot org
, monitored Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34058

[Bug c++/34058] [4.3 regression] ICE with variadic template and typedef

2007-11-10 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34058

[Bug c++/34057] [4.3 regression] ICE with variadic template and vector attribute

2007-11-10 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34057

[Bug c++/34059] New: [4.1/4.2/4.3 regression] ICE with invalid base type for class member

2007-11-10 Thread reichelt at gcc dot gnu dot org
: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34059

[Bug c++/34059] [4.1/4.2/4.3 regression] ICE with invalid base type for class member

2007-11-10 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34059

[Bug c++/34060] New: [4.3 regression] ICE with invalid specialization of variadic template

2007-11-10 Thread reichelt at gcc dot gnu dot org
Product: gcc Version: 4.3.0 Status: UNCONFIRMED Keywords: ice-on-invalid-code, error-recovery, monitored Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc

[Bug c++/34060] [4.3 regression] ICE with invalid specialization of variadic template

2007-11-10 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34060

[Bug c++/34061] New: [4.3 regression] ICE with template-template parameters and inheritance

2007-11-10 Thread reichelt at gcc dot gnu dot org
: UNCONFIRMED Keywords: ice-on-invalid-code, error-recovery, monitored Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug c++/34061] [4.3 regression] ICE with template-template parameters and inheritance

2007-11-10 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34061

[Bug tree-optimization/33458] [4.3 regression] ICE PHI def is not a GIMPLE value

2007-11-03 Thread reichelt at gcc dot gnu dot org
--- Comment #6 from reichelt at gcc dot gnu dot org 2007-11-03 20:21 --- Still crashes for me with today's compiler. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33458

[Bug fortran/25252] ICE on invalid code

2007-11-02 Thread reichelt at gcc dot gnu dot org
--- Comment #14 from reichelt at gcc dot gnu dot org 2007-11-02 09:55 --- The ICE disappeared on i686-pc-linux-gnu between 2007-08-15 and 2007-09-14. Can anybody else reproduce the problem or can we close the PR? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25252

[Bug tree-optimization/31037] [4.3 Regression] ICE: verify_ssa failed - definition in block 23 does not dominate use in block 32

2007-11-02 Thread reichelt at gcc dot gnu dot org
--- Comment #13 from reichelt at gcc dot gnu dot org 2007-11-02 09:13 --- The testcase in comment #10 stopped crashing for me between 2007-08-15 and 2007-09-14. It wanted to investigate why, but never managed to. Seems to be fixed now. -- reichelt at gcc dot gnu dot org changed

[Bug c++/33969] New: [4.2/4.3 regression] ICE with const and function pointer

2007-11-01 Thread reichelt at gcc dot gnu dot org
ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33969

[Bug c++/33969] [4.2/4.3 regression] ICE with const and function pointer

2007-11-01 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33969

[Bug c++/33837] [4.3 regresssion] ICE with invalid use of decltype

2007-11-01 Thread reichelt at gcc dot gnu dot org
--- Comment #2 from reichelt at gcc dot gnu dot org 2007-11-01 12:00 --- This ICE still happens when I add the missing parentheses to the testcase: == void foo() { __decltype (A::foo()); } == An even simpler testcase

[Bug c++/24602] g++: Internal error: Illegal instruction (program cc1plus)

2007-11-01 Thread reichelt at gcc dot gnu dot org
--- Comment #10 from reichelt at gcc dot gnu dot org 2007-11-01 12:52 --- Nathan confirmed in private mail that the compiler now does the right thing. So closing as fixed. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/27002] [4.3 regression] ICE with -fipa-pta when calling a function

2007-11-01 Thread reichelt at gcc dot gnu dot org
--- Comment #5 from reichelt at gcc dot gnu dot org 2007-11-01 21:51 --- The testcase crashes mainline again with a different ICE: bug.f: In function 'bar': bug.f:2: error: stmt (0x4001a0b0) marked modified after optimization pass: foo (C.498); bug.f:2: internal compiler error

[Bug c++/28558] [4.0/4.1/4.2/4.3 regression] Trouble with __attribute__ and non-PODs

2007-11-01 Thread reichelt at gcc dot gnu dot org
--- Comment #9 from reichelt at gcc dot gnu dot org 2007-11-01 21:53 --- Adjusting target milestone sionce this is only fixed on mainline. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28560] [4.0/4.1/4.2/4.3 regression] Trouble with __attribute__ in template parameter

2007-11-01 Thread reichelt at gcc dot gnu dot org
--- Comment #2 from reichelt at gcc dot gnu dot org 2007-11-01 21:58 --- The second testcase indeed doesn't crash anymore since the fix for PR28558. However, the first testcase still crashes. -- reichelt at gcc dot gnu dot org changed: What|Removed

[Bug c++/32566] [4.3 regression] ICE with invalid specialization of variadic template

2007-10-31 Thread reichelt at gcc dot gnu dot org
--- Comment #2 from reichelt at gcc dot gnu dot org 2007-10-31 07:24 --- Fixed on mainline. Probably by the patch for PR31993 and PR32252. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/32500] [4.2 Regression] Loop optimization limits range to size of array used inside loop

2007-10-30 Thread reichelt at gcc dot gnu dot org
--- Comment #19 from reichelt at gcc dot gnu dot org 2007-10-30 20:29 --- Subject: Bug 32500 Author: reichelt Date: Tue Oct 30 20:29:22 2007 New Revision: 129780 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129780 Log: PR tree-optimization/32500 * gcc.c-torture

[Bug tree-optimization/32500] [4.2 Regression] Loop optimization limits range to size of array used inside loop

2007-10-30 Thread reichelt at gcc dot gnu dot org
--- Comment #20 from reichelt at gcc dot gnu dot org 2007-10-30 20:30 --- Subject: Bug 32500 Author: reichelt Date: Tue Oct 30 20:30:47 2007 New Revision: 129781 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129781 Log: PR tree-optimization/32500 * gcc.c-torture

[Bug c++/33838] [4.3 regresssion] ICE with invalid use of decltype

2007-10-28 Thread reichelt at gcc dot gnu dot org
--- Comment #2 from reichelt at gcc dot gnu dot org 2007-10-28 21:19 --- While PR33839 and PR33837 got fixed, this ICE still persists. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/24791] ICE on invalid instantiation of template's static member

2007-10-28 Thread reichelt at gcc dot gnu dot org
--- Comment #13 from reichelt at gcc dot gnu dot org 2007-10-28 21:27 --- Fixed by Jason's patch. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/24791] ICE on invalid instantiation of template's static member

2007-10-28 Thread reichelt at gcc dot gnu dot org
--- Comment #14 from reichelt at gcc dot gnu dot org 2007-10-28 21:31 --- *** Bug 20133 has been marked as a duplicate of this bug. *** -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/20133] [4.0/4.1/4.2/4.3 Regression] internal compiler error: in import_export_decl, at cp/decl2.c:1726

2007-10-28 Thread reichelt at gcc dot gnu dot org
--- Comment #13 from reichelt at gcc dot gnu dot org 2007-10-28 21:31 --- This is a variant of PR24791 that was fixed on mainline by Jason. *** This bug has been marked as a duplicate of 24791 *** -- reichelt at gcc dot gnu dot org changed: What|Removed

[Bug c++/33836] New: [4.1/4.2/4.3 regresssion] ICE with invalid use of

2007-10-20 Thread reichelt at gcc dot gnu dot org
: UNCONFIRMED Keywords: ice-on-invalid-code, error-recovery, monitored Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug c++/33836] [4.1/4.2/4.3 regresssion] ICE with invalid use of

2007-10-20 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33836

[Bug c++/33837] New: [4.1/4.2/4.3 regresssion] ICE with invalid use of decltype

2007-10-20 Thread reichelt at gcc dot gnu dot org
Product: gcc Version: 4.3.0 Status: UNCONFIRMED Keywords: ice-on-invalid-code, error-recovery, monitored Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc

[Bug c++/33837] [4.1/4.2/4.3 regresssion] ICE with invalid use of decltype

2007-10-20 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33837

[Bug c++/33838] New: [4.3 regresssion] ICE with invalid use of decltype

2007-10-20 Thread reichelt at gcc dot gnu dot org
Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33838

[Bug c++/33838] [4.3 regresssion] ICE with invalid use of decltype

2007-10-20 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33838

[Bug c++/33839] [4.3 regresssion] ICE with decltype

2007-10-20 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33839

[Bug c++/33840] New: bit-field size accepted for struct

2007-10-20 Thread reichelt at gcc dot gnu dot org
Status: UNCONFIRMED Keywords: accepts-invalid, monitored Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug c++/33841] New: [4.2/4.3 regression] ICE with non-integral bit-field

2007-10-20 Thread reichelt at gcc dot gnu dot org
Version: 4.3.0 Status: UNCONFIRMED Keywords: ice-on-invalid-code, error-recovery, monitored Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http

[Bug c++/33841] [4.2/4.3 regression] ICE with non-integral bit-field

2007-10-20 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33841

[Bug c++/33842] New: [4.1/4.2/4.3 regression] Broken diagnostic: 'offsetof_expr' not supported by dump_expr

2007-10-20 Thread reichelt at gcc dot gnu dot org
Product: gcc Version: 4.3.0 Status: UNCONFIRMED Keywords: diagnostic, monitored Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http

<    4   5   6   7   8   9   10   11   12   13   >