[Bug libstdc++/38080] New: dead links in libstdc++ headers

2008-11-11 Thread gcc at abeckmann dot de
Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at abeckmann dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38080

[Bug c++/33361] New: ICE in find_outermost_region_in_block, at tree-cfg.c:4803

2007-09-08 Thread gcc at abeckmann dot de
lock, at tree- cfg.c:4803 Product: gcc Version: 4.2.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at abeckmann dot de GCC host triple

[Bug tree-optimization/33361] ICE in find_outermost_region_in_block, at tree-cfg.c:4803

2007-09-09 Thread gcc at abeckmann dot de
--- Comment #1 from gcc at abeckmann dot de 2007-09-09 12:51 --- Created an attachment (id=14177) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14177&action=view) testcase (reduced to be < 500k) Sorry for the delay of the testcase, I had to reduce it from 1.9 MB to 4

[Bug web/33364] New: reporting bugs + minimizing testcases

2007-09-09 Thread gcc at abeckmann dot de
: unassigned at gcc dot gnu dot org ReportedBy: gcc at abeckmann dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33364

[Bug web/33364] reporting bugs + minimizing testcases

2007-09-09 Thread gcc at abeckmann dot de
--- Comment #2 from gcc at abeckmann dot de 2007-09-09 13:49 --- Another URL valuable for minimize.html: http://gcc.gnu.org/wiki/A_guide_to_testcase_reduction -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33364

[Bug c++/33372] New: segfault on incomplete code in openmp mode

2007-09-09 Thread gcc at abeckmann dot de
ity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at abeckmann dot de GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33372

[Bug tree-optimization/33361] ICE in find_outermost_region_in_block, at tree-cfg.c:4803

2007-09-17 Thread gcc at abeckmann dot de
--- Comment #6 from gcc at abeckmann dot de 2007-09-17 17:35 --- Created an attachment (id=14216) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14216&action=view) minimal testcase The ICE only occurs with -O3 and above. $ /suse/NOBACKUP/gcc/gcc-4.2-branch/bin/g++ -v -O3 -

[Bug c++/39750] New: ICE in uses_template_parms, at cp/pt.c:6332

2009-04-13 Thread gcc at abeckmann dot de
27; before '{' token ice-uses_template_parms-cp_pt.c-6333.ii:6: error: expected unqualified-id before '{' token -- Summary: ICE in uses_template_parms, at cp/pt.c:6332 Product: gcc Version: 4.4.0 Status: UNCONF

[Bug c++/39751] New: ICE in cp_lexer_new_from_tokens, at cp/parser.c:342

2009-04-13 Thread gcc at abeckmann dot de
UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at abeckmann dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39751

[Bug c++/39754] New: ICE: tree check: accessed elt 2 of tree_vec with 1 elts in tsubst, at cp/pt.c:9248

2009-04-13 Thread gcc at abeckmann dot de
Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at abeckmann dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39754

[Bug c++/39754] [4.5 Regression] ICE: tree check: accessed elt 2 of tree_vec with 1 elts in tsubst, at cp/pt.c:9248

2009-04-14 Thread gcc at abeckmann dot de
--- Comment #2 from gcc at abeckmann dot de 2009-04-14 07:04 --- An updated testcase that compiles without errors on 4.4.0: == 8< == template < typename > struct A ; template < typename T , typename = A < T > > struct B { } ; template < cl

[Bug c++/39754] [4.5 Regression] ICE: tree check: accessed elt 2 of tree_vec with 1 elts in tsubst, at cp/pt.c:9248

2009-04-16 Thread gcc at abeckmann dot de
--- Comment #5 from gcc at abeckmann dot de 2009-04-16 14:28 --- It does compile successfully using 4.4.0 built with --enable-checking. Is there anyting else to enable these tree checks? $ x86_64-linux-gnu-g++-4.4.x -v -c PR39754.min.ii && echo SUCCESS Using built-in specs

[Bug c++/39822] New: ICE: Segmentation fault -- with function template default template arguments in c++0x mode

2009-04-20 Thread gcc at abeckmann dot de
Summary: ICE: Segmentation fault -- with function template default template arguments in c++0x mode Product: gcc Version: 4.3.4 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assig

[Bug c++/39822] ICE: Segmentation fault -- with function template default template arguments in c++0x mode

2009-04-20 Thread gcc at abeckmann dot de
--- Comment #2 from gcc at abeckmann dot de 2009-04-20 17:50 --- probably a duplicate of bug #35828 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39822

[Bug c++/35828] [C++0x] ICE on default template template parameter in template function

2009-04-20 Thread gcc at abeckmann dot de
--- Comment #6 from gcc at abeckmann dot de 2009-04-20 17:51 --- I stumbled across this ICE on a very similar testcase (on 4.3.4, 4.4.0, 4.5.0): -- 8< -- template < typename > struct A ; template < template < typename > class = A > void t

[Bug fortran/94672] New: gfortran/OpenMP chokes on PRESENT(array) despite of SHARED(array): Error: ‘array’ not specified in enclosing ‘parallel’

2020-04-20 Thread gcc at abeckmann dot de
Version: 10.0 Status: UNCONFIRMED Keywords: openmp Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gcc at abeckmann dot de Target Milestone: --- Created attachment 48314

[Bug fortran/95366] New: TYPE IS(character(*)) no longer matches

2020-05-27 Thread gcc at abeckmann dot de
: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gcc at abeckmann dot de Target Milestone: --- Created attachment 48618 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48618&action=edit 2 modules and a main program that demonstrate

[Bug c++/56534] New: [4.7/4.8 Regression] ICE Segfault on invalid code in check_elaborated_type_specifier

2013-03-05 Thread gcc at abeckmann dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56534 Bug #: 56534 Summary: [4.7/4.8 Regression] ICE Segfault on invalid code in check_elaborated_type_specifier Classification: Unclassified Product: gcc Version: 4.7.3 S

[Bug c++/55786] g++ segmentation fault

2013-03-05 Thread gcc at abeckmann dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55786 Andreas Beckmann changed: What|Removed |Added CC||gcc at abeckmann dot de --- Comment

[Bug c++/56543] New: [4.7.3/4.8 Regression] ICE on valid code in copy_node_stat

2013-03-05 Thread gcc at abeckmann dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56543 Bug #: 56543 Summary: [4.7.3/4.8 Regression] ICE on valid code in copy_node_stat Classification: Unclassified Product: gcc Version: 4.7.3 Status: UNCONFIRME

[Bug libstdc++/41249] New: [c++0x] std::list<>::splice() binding rvalue-reference to lvalue problem

2009-09-03 Thread gcc at abeckmann dot de
Summary: [c++0x] std::list<>::splice() binding rvalue-reference to lvalue problem Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo: una

[Bug c++/40146] Unexplained "'' is used uninitialized in this function" warning

2009-10-16 Thread gcc at abeckmann dot de
--- Comment #9 from gcc at abeckmann dot de 2009-10-16 11:05 --- Created an attachment (id=18809) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18809&action=view) different test case I've seen this spurious warning, too, and could reduce it to a different, much small

[Bug c++/40146] Unexplained "'' is used uninitialized in this function" warning

2009-10-16 Thread gcc at abeckmann dot de
--- Comment #10 from gcc at abeckmann dot de 2009-10-16 13:11 --- === compile command (shows the spurious warning) === x86_64-linux-gnu-g++-4.4.x -O2 -W -Wall -DSPURIOUS_WARNING -c anonymous-iuuitf.cpp === === === compile command (no spurious warning) === x86_64-linux-gnu-g++-4.4.x -O2

[Bug c++/38908] [4.4 regression] Unexplained "'' is used uninitialized in this function" warning in cc1plus -m64

2009-10-16 Thread gcc at abeckmann dot de
--- Comment #19 from gcc at abeckmann dot de 2009-10-16 13:13 --- some cases where this warning still occurs in 4.4 are documented in #40146 -- gcc at abeckmann dot de changed: What|Removed |Added

[Bug c++/46871] [C++0x] ICE: in cxx_eval_constant_expression, at cp/semantics.c:6686 on invalid code (+rejects valid)

2011-01-11 Thread gcc at abeckmann dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46871 Andreas Beckmann changed: What|Removed |Added CC||gcc at abeckmann dot de --- Comment

[Bug c++/47290] New: memory exhausted compiling a destructor with an infinite 'for (;;);' loop

2011-01-14 Thread gcc at abeckmann dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47290 Summary: memory exhausted compiling a destructor with an infinite 'for (;;);' loop Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug regression/32072] New: g++ -O3 fails on code that compiles with -O2

2007-05-24 Thread gcc at abeckmann dot de
Priority: P3 Component: regression AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at abeckmann dot de GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32072

[Bug regression/32072] g++ -O3 fails on code that compiles with -O2

2007-05-24 Thread gcc at abeckmann dot de
--- Comment #1 from gcc at abeckmann dot de 2007-05-24 17:26 --- Created an attachment (id=13609) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13609&action=view) preprocessed source code of the test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32072

[Bug regression/32072] g++ -O3 fails on code that compiles with -O2

2007-05-24 Thread gcc at abeckmann dot de
--- Comment #3 from gcc at abeckmann dot de 2007-05-24 19:04 --- But why does g++ behave differently if called with different optimization levels? I was looking for a mcstl bug first, but since g++ accepted this code with -O2 I went for g++. On the other hand, if this is actually a bug

[Bug c++/32546] New: 'warning: array subscript is above/below array bounds' on delete[]

2007-06-29 Thread gcc at abeckmann dot de
Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at abeckmann dot de GCC host triplet: i486-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32546

[Bug inline-asm/78311] New: "register value used as expression" on i386 in inline assembly statement with "o" constraint

2016-11-11 Thread gcc at abeckmann dot de
Status: UNCONFIRMED Severity: normal Priority: P3 Component: inline-asm Assignee: unassigned at gcc dot gnu.org Reporter: gcc at abeckmann dot de Target Milestone: --- This is a regression from GCC 5 on i386. This code example has been minimized f

[Bug c++/59960] New: accepts ill-formed 'auto a1 = t1, a2 = t2;' where t1 and t2 have different template types

2014-01-27 Thread gcc at abeckmann dot de
NCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: gcc at abeckmann dot de The following code is accepted by g++ in c++11 mode (tested 4.7, 4.8, 4.9): = 8< = #include #include template v

[Bug libstdc++/42319] New: incomplete type char_traits if parallel mode is active

2009-12-07 Thread gcc at abeckmann dot de
Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at abeckmann dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42319

[Bug c++/45609] New: 'is used uninitialized' becomes 'may be used uninitialized' on unrelated code changes (namespace addition)

2010-09-08 Thread gcc at abeckmann dot de
; on unrelated code changes (namespace addition) Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at abeckmann dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45609

[Bug c++/45609] 'is used uninitialized' becomes 'may be used uninitialized' on unrelated code changes (namespace addition)

2010-09-08 Thread gcc at abeckmann dot de
--- Comment #1 from gcc at abeckmann dot de 2010-09-09 06:24 --- Created an attachment (id=21746) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21746&action=view) minimized testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45609

[Bug libstdc++/45613] New: bits/random.h misses include guards

2010-09-09 Thread gcc at abeckmann dot de
++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at abeckmann dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45613

[Bug middle-end/45854] New: ICE in redirect_eh_edge_1, at tree-eh.c:2131

2010-10-01 Thread gcc at abeckmann dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45854 Summary: ICE in redirect_eh_edge_1, at tree-eh.c:2131 Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end AssignedTo:

[Bug c++/45857] New: memory exhausted compiling some variadic templates

2010-10-01 Thread gcc at abeckmann dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45857 Summary: memory exhausted compiling some variadic templates Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: u

[Bug c++/45894] New: ICE: segmentation fault with -Wall

2010-10-05 Thread gcc at abeckmann dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45894 Summary: ICE: segmentation fault with -Wall Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassig...@gcc.gn

[Bug c++/45993] New: ICE in uses_template_parms, at cp/pt.c:7064

2010-10-12 Thread gcc at abeckmann dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45993 Summary: ICE in uses_template_parms, at cp/pt.c:7064 Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassig.

[Bug bootstrap/44455] GCC fails to build if MPFR 3.0.0 (Release Candidate) is used

2010-11-03 Thread gcc at abeckmann dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44455 Andreas Beckmann changed: What|Removed |Added CC||gcc at abeckmann dot de --- Comment

[Bug c++/46852] New: ICE: tree check: expected class ‘type’, have ‘exceptional’ (error_mark) in cp_parser_class_specifier, at cp/parser.c:16947

2010-12-08 Thread gcc at abeckmann dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46852 Summary: ICE: tree check: expected class ‘type’, have ‘exceptional’ (error_mark) in cp_parser_class_specifier, at cp/parser.c:16947 Product: gcc Version: 4.6.0 Sta

[Bug c++/46564] [4.6 Regression] ICE: in decl_constant_var_p, at cp/decl2.c:3562 on invalid recursive initialization

2010-12-08 Thread gcc at abeckmann dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46564 Andreas Beckmann changed: What|Removed |Added CC||gcc at abeckmann dot de --- Comment

[Bug c++/46855] New: cc1plus: internal compiler error: Segmentation fault (instead of g++-4.5's: expected unqualified-id at end of input)

2010-12-08 Thread gcc at abeckmann dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46855 Summary: cc1plus: internal compiler error: Segmentation fault (instead of g++-4.5's: expected unqualified-id at end of input) Product: gcc Version: 4.6.0 Status: U

[Bug c++/46857] New: internal compiler error: Segmentation fault (in -std=c++0x mode)

2010-12-08 Thread gcc at abeckmann dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46857 Summary: internal compiler error: Segmentation fault (in -std=c++0x mode) Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Co

[Bug c++/39751] ICE in cp_lexer_new_from_tokens, at cp/parser.c:342

2010-12-08 Thread gcc at abeckmann dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39751 Andreas Beckmann changed: What|Removed |Added Known to work||3.3.6, 4.6.0 Known to fail|4.4.0,

[Bug c++/46858] New: ICE: in cp_lexer_new_from_tokens, at cp/parser.c:464

2010-12-08 Thread gcc at abeckmann dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46858 Summary: ICE: in cp_lexer_new_from_tokens, at cp/parser.c:464 Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo:

[Bug c++/46701] [C++0x] ICE in build_data_member_initialization, at cp/semantics.c:5503

2010-12-08 Thread gcc at abeckmann dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46701 Andreas Beckmann changed: What|Removed |Added CC||gcc at abeckmann dot de --- Comment

[Bug c++/46701] [C++0x] ICE in build_data_member_initialization, at cp/semantics.c:5503

2010-12-09 Thread gcc at abeckmann dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46701 --- Comment #11 from Andreas Beckmann 2010-12-09 21:50:26 UTC --- I just retried with trunk r167662 and could still reproduce this bug for both miles' code and my minimized test case So it was *not* fixed by 46348. (But the testcase from 46348 no

[Bug c++/49187] New: parallel mode compilation broken - unqualified lookup? (bisected)

2011-05-27 Thread gcc at abeckmann dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49187 Summary: parallel mode compilation broken - unqualified lookup? (bisected) Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 C

[Bug c++/34357] New: internal compiler error: in layout_type, at stor-layout.c:1864

2007-12-06 Thread gcc at abeckmann dot de
Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at abeckmann dot de GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34357

[Bug c++/34357] internal compiler error: in layout_type, at stor-layout.c:1864

2007-12-06 Thread gcc at abeckmann dot de
--- Comment #1 from gcc at abeckmann dot de 2007-12-06 13:02 --- Also present in gcc version 4.2.3 20071123 (prerelease) (Debian 4.2.2-4) ==> internal compiler error: in layout_type, at stor-layout.c:1851 Not found in gcc version 4.1.3 20071019 (prerelease) (Debian 4.1.2-17)

[Bug libstdc++/36552] New: includes itself: ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp

2008-06-17 Thread gcc at abeckmann dot de
: UNCONFIRMED Severity: minor Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at abeckmann dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36552

[Bug libgomp/26165] Cannot find libgomp.spec after 'make install' on x86_64 and ppc64

2008-07-12 Thread gcc at abeckmann dot de
--- Comment #15 from gcc at abeckmann dot de 2008-07-12 16:01 --- Hi, this bug (not searching for libgomp.spec in the correct place) is still present in the gcc-4_3-branch as of today (r137745). Configured on an amd64 Debian testing/unstable machine: ../gcc-4_3-branch/configure

[Bug c++/118501] New: aarch64: ICE in simplify_context::simplify_subreg

2025-01-15 Thread gcc at abeckmann dot de via Gcc-bugs
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: gcc at abeckmann dot de Target Milestone: --- Target: aarch64-unknown-linux-gnu The following code snippet (minimized with cvise from 3.5MB preprocessed source originating from thrust unittests) causes an