[Bug c++/35241] [4.3 regression] ICE with sizeof in variadic template

2008-02-17 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=35241

[Bug c++/35191] [4.3 regression] ICE: tree check: expected class 'expression', have 'exceptional' (error_mark) in bot_manip, at cp/tree.c:1480

2008-02-15 Thread reichelt at gcc dot gnu dot org
--- Comment #3 from reichelt at gcc dot gnu dot org 2008-02-15 08:19 --- Confirmed. This is a serious problem IMHO. Here's a valid example that crashes for me: #includevector #includestring struct A { std::string s; }; struct B { B(); std::vectorA

[Bug c++/35191] [4.3 regression] ICE: tree check: expected class 'expression', have 'exceptional' (error_mark) in bot_manip, at cp/tree.c:1480

2008-02-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=35191

[Bug c++/35191] [4.3 regression] ICE: tree check: expected class 'expression', have 'exceptional' (error_mark) in bot_manip, at cp/tree.c:1480

2008-02-15 Thread reichelt at gcc dot gnu dot org
--- Comment #4 from reichelt at gcc dot gnu dot org 2008-02-15 09:03 --- Reduced testcase: struct A { A(); A(const A); }; struct B { A a; }; struct C { C(const B = B()); }; C c; -- http://gcc.gnu.org/bugzilla

[Bug c++/35191] [4.3 regression] ICE: tree check: expected class 'expression', have 'exceptional' (error_mark) in bot_manip, at cp/tree.c:1480

2008-02-15 Thread reichelt at gcc dot gnu dot org
--- Comment #5 from reichelt at gcc dot gnu dot org 2008-02-15 09:05 --- The (valid!) testcase in comment #4 gives the following error message: bug.cc:17: error: void value not ignored as it ought to be bug.cc:17: internal compiler error: tree check: expected class 'expression', have

[Bug c++/35191] [4.3 Regression] ICE: tree check: expected class 'expression', have 'exceptional' (error_mark) in bot_manip, at cp/tree.c:1480

2008-02-15 Thread reichelt at gcc dot gnu dot org
--- Comment #7 from reichelt at gcc dot gnu dot org 2008-02-15 11:40 --- Reopen... -- reichelt at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c++/35116] [4.3 Regression]: Fail to compile valid code

2008-02-15 Thread reichelt at gcc dot gnu dot org
--- Comment #6 from reichelt at gcc dot gnu dot org 2008-02-15 11:40 --- *** Bug 35191 has been marked as a duplicate of this bug. *** -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/35191] [4.3 Regression] ICE: tree check: expected class 'expression', have 'exceptional' (error_mark) in bot_manip, at cp/tree.c:1480

2008-02-15 Thread reichelt at gcc dot gnu dot org
--- Comment #8 from reichelt at gcc dot gnu dot org 2008-02-15 11:40 --- ... to mark as duplicate of PR35116 *** This bug has been marked as a duplicate of 35116 *** -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/30303] [4.2 regression] ICE with invalid constructor definition

2008-02-12 Thread reichelt at gcc dot gnu dot org
--- Comment #16 from reichelt at gcc dot gnu dot org 2008-02-13 07:31 --- The ICE disappeared on the 4.2 branch. Probably due to 2008-02-12 Jason Merrill [EMAIL PROTECTED] PR c++/33916 * Revert: 2006-10-17 Mark Mitchell [EMAIL PROTECTED] PR c

[Bug c++/35112] New: [4.1/4.2/4.3 regression] ICE and broken diagnostic with ambiguous class name

2008-02-06 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=35112

[Bug c++/35112] [4.1/4.2/4.3 regression] ICE and broken diagnostic with ambiguous class name

2008-02-06 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Keywords||diagnostic Target Milestone|--- |4.1.3

[Bug c++/35109] [4.1/4.2/4.3 Regression] ICE in lookup_name_real, at cp/name-lookup.c:4056

2008-02-06 Thread reichelt at gcc dot gnu dot org
--- Comment #4 from reichelt at gcc dot gnu dot org 2008-02-06 20:56 --- Even shorter testcase: == void foo() { struct A { friend class B; }; B::B() {} } == This is similar to PR34912. -- reichelt at gcc dot gnu dot org changed

[Bug middle-end/35099] [4.3 Regression] ICE in remove_unreachable_regions with -O -fopenmp

2008-02-06 Thread reichelt at gcc dot gnu dot org
--- Comment #5 from reichelt at gcc dot gnu dot org 2008-02-06 22:31 --- Even shorter testcase that doesn't trigger a warning: === struct A { ~A() throw(); void foo(); }; struct B { B() { A().foo(); } }; void bar() { #pragma omp parallel { #pragma

[Bug bootstrap/35115] [4.3 Regression] ../../gcc-4.3-work/gcc/objcp/objcp-decl.c:98: error: implicit declaration of function 'comptypes'

2008-02-06 Thread reichelt at gcc dot gnu dot org
--- Comment #1 from reichelt at gcc dot gnu dot org 2008-02-06 23:04 --- See also http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00195.html -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/33738] -Wtype-limits misses a warning when comparing enums

2008-02-05 Thread reichelt at gcc dot gnu dot org
--- Comment #8 from reichelt at gcc dot gnu dot org 2008-02-05 19:54 --- Reopened, since the patch was reverted. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

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

2008-02-05 Thread reichelt at gcc dot gnu dot org
Version: 4.3.0 Status: UNCONFIRMED Keywords: ice-on-valid-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++/35096] [4.3 regression] ICE with vector attribute

2008-02-05 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=35096

[Bug c++/35097] New: [4.3 regression] ICE with attribute and template specialization

2008-02-05 Thread reichelt at gcc dot gnu dot org
Product: gcc Version: 4.3.0 Status: UNCONFIRMED Keywords: ice-on-valid-code, monitored Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu

[Bug c++/35098] New: [4.1/4.24.3 regression] ICE with attribute unused in template

2008-02-05 Thread reichelt at gcc dot gnu dot org
in template Product: gcc Version: 4.3.0 Status: UNCONFIRMED Keywords: ice-on-valid-code, monitored Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot

[Bug c++/35098] [4.1/4.2/4.3 regression] ICE with attribute unused in template

2008-02-05 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Summary|[4.1/4.24.3 regression] ICE |[4.1/4.2/4.3 regression] ICE |with attribute

[Bug c++/35097] [4.3 regression] ICE with attribute and template specialization

2008-02-05 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=35097

[Bug c++/35074] New: [4.3 regression] ICE with attribute aligned for template classes

2008-02-04 Thread reichelt at gcc dot gnu dot org
Product: gcc Version: 4.3.0 Status: UNCONFIRMED Keywords: ice-on-valid-code, monitored Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot

[Bug c++/35074] [4.3 regression] ICE with attribute aligned for template classes

2008-02-04 Thread reichelt at gcc dot gnu dot org
--- Comment #1 from reichelt at gcc dot gnu dot org 2008-02-04 13:18 --- Jason, this might be fallout from your patch 2008-01-24 Jason Merrill [EMAIL PROTECTED] PR c++/34913 * decl2.c (is_late_template_attribute): Defer any attribute with dependent args

[Bug c++/35074] [4.3 regression] ICE with attribute aligned for template classes

2008-02-04 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=35074

[Bug c++/35078] New: ICE with reference in parallel for loop

2008-02-04 Thread reichelt at gcc dot gnu dot org
Keywords: ice-on-invalid-code, diagnostic, monitored, openmp 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=35078

[Bug c++/35077] New: [4.3 regression] ICE with attribute in broken class declaration

2008-02-04 Thread reichelt at gcc dot gnu dot org
: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35077

[Bug c++/35075] New: [4.3 regression] ICE with references in templates

2008-02-04 Thread reichelt at gcc dot gnu dot org
in templates 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 at gcc

[Bug c++/35074] [4.3 regression] ICE with attribute aligned for template classes

2008-02-04 Thread reichelt at gcc dot gnu dot org
--- Comment #3 from reichelt at gcc dot gnu dot org 2008-02-04 13:59 --- Well, the ICE appeared before 2008-01-31 Douglas Gregor [EMAIL PROTECTED] Jakub Jelinek [EMAIL PROTECTED] PR c++/34935 PR c++/34936 * typeck.c (structural_comptypes): Handle

[Bug c++/35076] New: ICE with rvalue references and casts

2008-02-04 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=35076

[Bug c++/35075] [4.3 regression] ICE with references in templates

2008-02-04 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=35075

[Bug tree-optimization/35011] [4.3 regression] ICE with -fcheck-data-deps

2008-01-29 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=35011

[Bug tree-optimization/35011] New: [4.3 regression] ICE with -fcheck-data-deps

2008-01-29 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=35011

[Bug c++/35022] New: [4.3 regression] ICE with parameter pack in template constant parameter

2008-01-29 Thread reichelt at gcc dot gnu dot org
at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35022

[Bug c++/35022] [4.3 regression] ICE with parameter pack in template constant parameter

2008-01-29 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=35022

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

2008-01-29 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=35024

[Bug c++/35024] [4.3 regression] ICE with parameter pack in nested type

2008-01-29 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=35024

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

2008-01-29 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=35026

[Bug c++/35023] [4.3 regression] ICE with parameter pack in variable declaration

2008-01-29 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=35023

[Bug c++/35023] New: [4.3 regression] ICE with parameter pack in variable declaration

2008-01-29 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=35023

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

2008-01-29 Thread reichelt at gcc dot gnu dot org
: 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 dot gnu

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

2008-01-29 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=35025

[Bug c++/35026] [4.3 regression] ICE with parameter pack in pointer type

2008-01-29 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=35026

[Bug c++/35028] New: ICE with strange ctor and firstprivate

2008-01-29 Thread reichelt at gcc dot gnu dot org
: ice-on-valid-code, monitored, openmp 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=35028

[Bug c/34993] New: [4.1/4.2/4.3 regression] ICE with attribute for array with unknown bound

2008-01-27 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=34993

[Bug c/34993] [4.1/4.2/4.3 regression] ICE with attribute for array with unknown bound

2008-01-27 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=34993

[Bug middle-end/33333] ICE with #pragma omp parallel for in try/catch statement

2008-01-26 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Known to fail|4.2.0 4.2.2 4.3.0 |4.2.0 4.2.2 Known to work||4.3.0

[Bug c++/30209] C++ front-end rejects valid compound literal (with complex types)

2008-01-26 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=30209

[Bug c++/33959] [4.1 Regression] ICE in instantiate_class_template, at cp/pt.c:6649

2008-01-26 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added CC||reichelt at gcc dot gnu dot

[Bug c++/32029] [4.1/4.2/4.3 regression] ICE on instantiation of template parameter

2008-01-26 Thread reichelt at gcc dot gnu dot org
--- Comment #6 from reichelt at gcc dot gnu dot org 2008-01-26 14:07 --- The 4.2 branch is now also back to accepts-invalid. This is due to the fix for PR 33959. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34487] [4.1/4.2/4.3 regression] ICE using class instead of typename

2008-01-26 Thread reichelt at gcc dot gnu dot org
--- Comment #3 from reichelt at gcc dot gnu dot org 2008-01-26 14:08 --- The 4.2 branch is now also back to accepts-invalid. This is due to the fix for PR 33959. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/31529] [4.3 Regression] ICE in cgraph_expand_function with IMA

2008-01-26 Thread reichelt at gcc dot gnu dot org
--- Comment #14 from reichelt at gcc dot gnu dot org 2008-01-26 14:32 --- But now we accept the IMHO invalid version: file1.c: void foo() {} file2.c: void foo() {} GCC 4.0.x used to produce an error: file2.c:1: error: redefinition of 'foo' file1.c:1: error: previous definition

[Bug c++/34913] [4.1/4.2 Regression] ICE vector in template

2008-01-24 Thread reichelt at gcc dot gnu dot org
--- Comment #7 from reichelt at gcc dot gnu dot org 2008-01-25 00:15 --- *** Bug 29979 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34913

[Bug c++/29979] ICE with vector types arrays in templates

2008-01-24 Thread reichelt at gcc dot gnu dot org
--- Comment #2 from reichelt at gcc dot gnu dot org 2008-01-25 00:15 --- Both testcases are fixed by the patch in PR34913. *** This bug has been marked as a duplicate of 34913 *** -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34962] New: [4.1/4.2/4.3 regression] ICE with VLA and attribute in template

2008-01-24 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=34962

[Bug c++/34962] [4.1/4.2/4.3 regression] ICE with VLA and attribute in template

2008-01-24 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=34962

[Bug c++/34963] [4.3 regression] ICE completely broken destructor

2008-01-24 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=34963

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

2008-01-24 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=34965

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

2008-01-24 Thread reichelt at gcc dot gnu dot org
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://gcc.gnu.org/bugzilla/show_bug.cgi?id=34965

[Bug c++/34963] New: [4.3 regression] ICE completely broken destructor

2008-01-24 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++/34961] [4.3 regression] ICE with invalid use of parameter pack in attribute

2008-01-24 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=34961

[Bug c++/34961] New: [4.3 regression] ICE with invalid use of parameter pack in attribute

2008-01-24 Thread reichelt at gcc dot gnu dot org
: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34961

[Bug c++/34961] [4.3 regression] ICE with invalid use of parameter pack in attribute

2008-01-24 Thread reichelt at gcc dot gnu dot org
--- Comment #1 from reichelt at gcc dot gnu dot org 2008-01-25 00:34 --- Btw, this is related to PR34913, but not yet fixed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34961

[Bug c++/34964] New: [4.3 regression] ICE with broken variable in #pragma omp threadprivate

2008-01-24 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=34964

[Bug middle-end/34969] New: [4.3 regression] ICE with -fipa-cp -ffast-math

2008-01-24 Thread reichelt at gcc dot gnu dot org
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=34969

[Bug middle-end/34969] [4.3 regression] ICE with -fipa-cp -ffast-math

2008-01-24 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=34969

[Bug c++/34935] New: [4.3 regression] ICE with attribute may_alias

2008-01-22 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=34935

[Bug c++/34935] [4.3 regression] ICE with attribute may_alias

2008-01-22 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=34935

[Bug c++/34936] New: [4.3 regression] ICE with double and attribute may_alias

2008-01-22 Thread reichelt at gcc dot gnu dot org
Product: gcc Version: 4.3.0 Status: UNCONFIRMED Keywords: ice-on-valid-code, monitored Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org

[Bug c++/34936] [4.1/4.2/4.3 regression] ICE with double and attribute may_alias

2008-01-22 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Summary|[4.3 regression] ICE with |[4.1/4.2/4.3 regression] ICE |double

[Bug c++/34937] New: [4.3 regression] ICE with attribute weak

2008-01-22 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=34937

[Bug c++/34937] [4.1/4.2/4.3 regression] ICE with attribute weak

2008-01-22 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Summary|[4.3 regression] ICE with |[4.1/4.2/4.3 regression] ICE |attribute weak

[Bug c++/34938] New: ICE with function pointers and attribute noreturn

2008-01-22 Thread reichelt at gcc dot gnu dot org
-on-valid-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=34938

[Bug c++/34939] New: [4.1/4.2/4.3 regression] ICE with friend and attribute weak

2008-01-22 Thread reichelt at gcc dot gnu dot org
Version: 4.3.0 Status: UNCONFIRMED Keywords: ice-on-valid-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

[Bug c++/34939] [4.1/4.2/4.3 regression] ICE with friend and attribute weak

2008-01-22 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=34939

[Bug c++/24314] Extra template in partial specialization is compiled successfuly.

2008-01-21 Thread reichelt at gcc dot gnu dot org
--- Comment #5 from reichelt at gcc dot gnu dot org 2008-01-21 12:22 --- *** Bug 34834 has been marked as a duplicate of this bug. *** -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34834] Accepts invalid code for partial specializations.

2008-01-21 Thread reichelt at gcc dot gnu dot org
--- Comment #1 from reichelt at gcc dot gnu dot org 2008-01-21 12:22 --- *** This bug has been marked as a duplicate of 24314 *** -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

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

2008-01-21 Thread reichelt at gcc dot gnu dot org
Version: 4.3.0 Status: UNCONFIRMED Keywords: ice-on-valid-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++/34911] [4.1/4.2/4.3 regression] ICE with vectors of bool

2008-01-21 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=34911

[Bug c++/34912] New: [4.1/4.2/4.3 regression] ICE with friend in local class

2008-01-21 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://gcc.gnu.org

[Bug c++/34912] [4.1/4.2/4.3 regression] ICE with friend in local class

2008-01-21 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=34912

[Bug c++/34913] New: [4.1/4.2/4.3 regression] ICE vector in template

2008-01-21 Thread reichelt at gcc dot gnu dot org
Keywords: ice-on-valid-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=34913

[Bug c++/34913] [4.1/4.2/4.3 regression] ICE vector in template

2008-01-21 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=34913

[Bug c++/34914] New: [4.1/4.2/4.3 regression] Broken diagnostic: 'offset_type' not supported by pp_c_type_specifier

2008-01-21 Thread reichelt at gcc dot gnu dot org
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://gcc.gnu.org/bugzilla

[Bug c++/34914] [4.1/4.2/4.3 regression] Broken diagnostic: 'offset_type' not supported by pp_c_type_specifier

2008-01-21 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=34914

[Bug c++/34917] New: [4.2/4.3 regression] ICE with const vector

2008-01-21 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=34917

[Bug c++/34917] [4.2/4.3 regression] ICE with const vector

2008-01-21 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=34917

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

2008-01-21 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=34918

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

2008-01-21 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=34918

[Bug c++/34919] New: [4.3 regression] ICE with invalid use of parameter pack

2008-01-21 Thread reichelt at gcc dot gnu dot org
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 at gcc dot gnu dot org

[Bug c++/34919] [4.3 regression] ICE with invalid use of parameter pack

2008-01-21 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=34919

[Bug c++/34892] [4.3 regression] ICE with ellipsis in default template argument

2008-01-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=34892

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

2008-01-20 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=34891

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

2008-01-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=34891

[Bug c++/34892] New: [4.3 regression] ICE with ellipsis in default template argument

2008-01-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 tree-optimization/34825] [4.2/4.3 regression] ICE with -funsafe-math-optimizations

2008-01-17 Thread reichelt at gcc dot gnu dot org
--- Comment #1 from reichelt at gcc dot gnu dot org 2008-01-17 09:32 --- Confirmed. Reduced testcase: == double foo(double x, double y) { return x == y ? x/y*x/y : 0; } == -- reichelt at gcc dot gnu dot org changed

[Bug c++/34752] pointer to member rejected in variadic template

2008-01-16 Thread reichelt at gcc dot gnu dot org
--- Comment #2 from reichelt at gcc dot gnu dot org 2008-01-16 21:35 --- Fixed. Probably by the patch for PR34751. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34752] pointer to member rejected in variadic template

2008-01-16 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=34752

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

2008-01-16 Thread reichelt at gcc dot gnu dot org
--- Comment #2 from reichelt at gcc dot gnu dot org 2008-01-16 21:48 --- Although PR34314 has been fixed, the testcase here still crashes. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34757] [4.3 regression] ICE with invalid parameters in variadic template

2008-01-16 Thread reichelt at gcc dot gnu dot org
--- Comment #2 from reichelt at gcc dot gnu dot org 2008-01-16 22:09 --- Fixed. Probably by the patch for PR34751. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

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

2008-01-16 Thread reichelt at gcc dot gnu dot org
--- Comment #6 from reichelt at gcc dot gnu dot org 2008-01-16 23:06 --- This is still not fixed. The testcase in the testsuite - trunk/gcc/testsuite/g++.dg/cpp0x/vt-34055.C - is only covers the original testcase (which was fixed quite a while ago). The other two testcases from

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