public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug go/46986] New: Fails to build due to -Werror with --disable-werror
 2011-04-28 16:47 UTC  (2+ messages)
` [Bug go/46986] Go is not supported on Darwin

[Bug target/46975] New: Replace 32 bit instructions with 16 bit instructions in thumb2
 2011-04-28 16:45 UTC  (2+ messages)
` [Bug target/46975] "

[Bug rtl-optimization/44025] Multiple load 0 to register
 2011-04-28 16:42 UTC 

[Bug libstdc++/28811] --with-pic vs static libraries and libstdc++
 2011-04-28 16:41 UTC 

[Bug target/48708] New: Invalid V2DI vector set insn generated
 2011-04-28 16:40 UTC  (2+ messages)
` [Bug target/48708] "

[Bug libstdc++/48750] New: for_each_template_random_access_ed has unbalanced new/delete[]
 2011-04-28 16:40 UTC  (4+ messages)
` [Bug libstdc++/48750] "

[Bug libstdc++/38678] [DR XXX] istream::read() calls streambuf::sgetn()
 2011-04-28 16:39 UTC 

[Bug target/46942] New: x86_64 parameter passing unnecessary sign/zero extends
 2011-04-28 16:38 UTC  (2+ messages)
` [Bug target/46942] "

[Bug lto/46944] New: gcc should accept -fuse-linker-plugin only if linker handles -plugin
 2011-04-28 16:37 UTC  (2+ messages)
` [Bug driver/46944] "

[Bug target/40523] GCC generates invalid instructions when building for Thumb-2 on armel
 2011-04-28 16:37 UTC 

[Bug middle-end/46479] New: [4.4/4.5/4.6 Regression] "+m" (*regs) : "a" (regs) doesn't use (%eax) for the MEM
 2011-04-28 16:36 UTC  (2+ messages)
` [Bug middle-end/46479] "

[Bug c++/44641] Generated constructors and destructors get wrong debug location when a typedef uses a forward declaration of the type before the definition
 2011-04-28 16:34 UTC 

[Bug bootstrap/47016] New: bootstrap on darwin needs much more disk space than expected to complete
 2011-04-28 16:33 UTC  (2+ messages)
` [Bug bootstrap/47016] "

[Bug driver/47852] New: crash with g++ -lpthread on irix
 2011-04-28 16:31 UTC  (2+ messages)
` [Bug target/47852] "

[Bug c++/33979] support for char16_t, char32_t
 2011-04-28 16:31 UTC 

[Bug bootstrap/44107] libstdc++ (dylib) is built with an erroneous dependency towards /usr/lib
 2011-04-28 16:28 UTC 

[Bug lto/47334] New: g++.dg/torture/pr31863.C -O2 -flto FAILs without visibility
 2011-04-28 16:27 UTC  (2+ messages)
` [Bug lto/47334] "

[Bug rtl-optimization/47521] New: Unnecessary usage of edx register
 2011-04-28 16:27 UTC  (2+ messages)
` [Bug rtl-optimization/47521] "

[Bug target/27308] Compiler generates incorrect code when calling a function with the result of an inline function as parameter
 2011-04-28 16:26 UTC 

[Bug target/37954] odd sized packed structures passed by value, under ARM, cause lockup of application
 2011-04-28 16:25 UTC 

[Bug objc/31056] objc bogus warning when using const
 2011-04-28 16:25 UTC 

[Bug testsuite/41166] contrib/test_summary should not depend upon config.status
 2011-04-28 16:20 UTC  (2+ messages)

[Bug tree-optimization/41089] [4.5/4.6/4.7 Regression] stdarg pass produces wrong code
 2011-04-28 16:20 UTC 

[Bug debug/47510] New: DW_TAG_typedef can have children when designating a naming typedef
 2011-04-28 16:19 UTC  (2+ messages)
` [Bug debug/47510] "

[Bug target/46770] New: Replace .ctors/.dtors with .init_array/.fini_array on targets supporting them
 2011-04-28 16:17 UTC  (2+ messages)
` [Bug target/46770] "

[Bug debug/47393] New: g++.dg/debug/dwarf2/icf.C FAILs on IRIX
 2011-04-28 16:15 UTC  (2+ messages)
` [Bug debug/47393] "

[Bug libstdc++/43622] no C++ typeinfo for __float128 and __int128
 2011-04-28 16:15 UTC 

[Bug target/39694] -print-file-name doesn't work on mingw in 100%
 2011-04-28 16:13 UTC 

[Bug objc/48109] New: Objective-C class defs/refs are lost under LTO on Darwin for ABI0/1
 2011-04-28 16:12 UTC  (2+ messages)
` [Bug objc/48109] "

[Bug target/38384] shared link/execute fails for cross gcc from linux to target hppa64-hp-hpux11.00
 2011-04-28 16:09 UTC 

[Bug c/47650] New: wrong output of print_generic_decl() called from a plugin
 2011-04-28 16:08 UTC  (2+ messages)
` [Bug middle-end/47650] "

[Bug target/46934] New: gcc ICE: error: unrecognizable insn: in extract_insn, at recog.c:2109
 2011-04-28 16:06 UTC  (2+ messages)
` [Bug target/46934] "

[Bug debug/37022] internal compiler error: in compute_barrier_args_size
 2011-04-28 16:05 UTC 

[Bug target/48806] New: ICE in reload_cse_simplify_operands, at postreload.c:403
 2011-04-28 16:04 UTC 

[Bug middle-end/38474] slow compilation at -O0 due to expand's temp slot goo
 2011-04-28 16:04 UTC 

[Bug tree-optimization/46194] New: [4.5/4.6 Regression] gcc.dg/graphite/block-0.c FAILs with -ftree-parallelize-loops
 2011-04-28 16:02 UTC  (2+ messages)
` [Bug tree-optimization/46194] [4.5 "

[Bug c/32455] [4.3/4.4/4.5/4.6/4.7 regression] ICE with modified va_list, allows declaration of __builtin_*
 2011-04-28 16:01 UTC 

[Bug c++/47488] New: [C++0x] decltype + template + string literals: ICE in write_template_arg_literal, at cp/mangle.c
 2011-04-28 15:59 UTC  (2+ messages)
` [Bug c++/47488] sorry, unimplemented: string literal in function template signature

[Bug middle-end/45416] [4.5/4.6/4.7 Regression] Code size regression between 4.6/4.7(4.5) and 4.4 for ARM
 2011-04-28 15:59 UTC  (2+ messages)

[Bug fortran/35779] error pointer wrong in PARAMETER
 2011-04-28 15:58 UTC 

[Bug libstdc++/48771] New: [C++0x] is_literal_type incorrect for references to non-literal types
 2011-04-28 15:57 UTC  (4+ messages)
` [Bug c++/48771] "

[Bug tree-optimization/33562] [4.3/4.4/4.5/4.6/4.7 Regression] aggregate DSE disabled
 2011-04-28 15:57 UTC 

[Bug middle-end/48685] New: [4.5/4.6/4.7 regression] ICE in gimplify_expr, at gimplify.c:7034
 2011-04-28 15:53 UTC  (2+ messages)
` [Bug c/48685] [4.5 Regression] "

[Bug target/43804] [4.5/4.6 regression] ICE in reload_cse_simplify_operands
 2011-04-28 15:53 UTC 

[Bug c++/48046] New: [4.5/4.6 Regression] Expected diagnostic "reference to 'type' is ambiguous" not given for function-local static declaration
 2011-04-28 15:52 UTC  (5+ messages)
` [Bug c++/48046] [4.5 "

[Bug c++/45383] [4.5 Regression] Implicit conversion to pointer does no longer automatically generate operator== and operator!=
 2011-04-28 15:49 UTC 

[Bug middle-end/45566] [4.5 Regression] ICE: in convert_to_eh_region_ranges, at except.c:2446 with -freorder-blocks-and-partition -fnon-call-exceptions -fprofile-use
 2011-04-28 15:47 UTC 

[Bug target/42894] [4.5 Regression] Invalid rtl sharing in Thumb1
 2011-04-28 15:47 UTC 

[Bug rtl-optimization/40761] [4.4/4.5/4.6/4.7 Regression] IRA memory hog for insanely nested loops
 2011-04-28 15:45 UTC 

[Bug testsuite/40625] [4.5/4.6/4.7 Regression] Errors in "make -k check-gcc RUNTESTFLAGS=plugin.exp"
 2011-04-28 15:44 UTC 

[Bug target/44793] [4.5/4.6/4.7 Regression] libgcc does not include t-ppccomm on rtems
 2011-04-28 15:43 UTC 

[Bug rtl-optimization/42839] [4.5/4.6/4.7 Regression] gcc.target/mips/octeon-bbit-2.c failing for -mabi=64
 2011-04-28 15:42 UTC 

[Bug bootstrap/44959] [4.5 Regression] bootstrap failed at Comparing stages 2 and 3
 2011-04-28 15:40 UTC 

[Bug tree-optimization/48571] New: Missed data-dependence for (bogus?) reconstructed array-refs
 2011-04-28 15:39 UTC  (2+ messages)
` [Bug tree-optimization/48571] [4.5/4.6/4.7 Regression] "

[Bug tree-optimization/44061] [4.5/4.6/4.7 Regression] Warns about out-of-bounds array access inside __builtin_constant_p guarded section
 2011-04-28 15:39 UTC 

[Bug debug/47858] New: [4.5/4.6 Regression] IPA-SRA decreases quality of debug info
 2011-04-28 15:38 UTC  (2+ messages)
` [Bug debug/47858] [4.5/4.6/4.7 "

[Bug rtl-optimization/40797] [4.5/4.6/4.7 Regression] ICE in df_refs_verify, at df-scan.c:4361
 2011-04-28 15:37 UTC 

[Bug target/46191] New: Non-absolute names in libgcc_s.so
 2011-04-28 15:35 UTC  (2+ messages)
` [Bug target/46191] [4.5/4.6/4.7 regression] "

[Bug target/44290] [4.5 regression] __naked attribute is broken
 2011-04-28 15:35 UTC 

[Bug tree-optimization/41881] [4.5/4.6/4.7 regression] Complete unrolling (inner) versus vectorization of reduction
 2011-04-28 15:35 UTC 

[Bug middle-end/39976] [4.5/4.6/4.7 Regression] Big sixtrack degradation on powerpc 32/64 after revision r146817
 2011-04-28 15:34 UTC 

[Bug target/43610] [4.5 Regression] ICE: in prepare_float_lib_cmp, at optabs.c:4392 with -fno-trapping-math and _Decimal64 comparison
 2011-04-28 15:33 UTC 

[Bug c++/45606] [4.5 Regression] match a method prototyped a typedef alias with the original type (using stdlib)
 2011-04-28 15:33 UTC 

[Bug middle-end/47735] New: [4.5/4.6 Regression] Unnecessary adjustments to stack pointer
 2011-04-28 15:32 UTC  (2+ messages)
` [Bug middle-end/47735] [4.5/4.6/4.7 "

[Bug rtl-optimization/47866] New: gcc.dg/torture/vector-2.c fails on IA64
 2011-04-28 15:31 UTC  (2+ messages)
` [Bug rtl-optimization/47866] [4.5 Regression] "

[Bug c++/45857] New: memory exhausted compiling some variadic templates
 2011-04-28 15:30 UTC  (2+ messages)
` [Bug tree-optimization/45857] [4.5 Regression] "

[Bug c/47000] New: Major performance regression in parallel SSE2 impl of SHA256 hash algorithm
 2011-04-28 15:28 UTC  (2+ messages)
` [Bug target/47000] [4.5 Regression] Failure to inline SSE intrinsics

[Bug tree-optimization/47190] New: [4.5/4.6 Regression] ICE: in function_and_variable_visibility, at ipa.c:934 with static weakref variable
 2011-04-28 15:27 UTC  (2+ messages)
` [Bug tree-optimization/47190] [4.5 "

[Bug tree-optimization/46886] New: [4.5/4.6 Regression] gfortran.dg/array_constructor_9.f90 FAILs with -ftree-parallelize-loops -fstrict-overflow -fno-tree-ch
 2011-04-28 15:24 UTC  (2+ messages)
` [Bug tree-optimization/46886] [4.5/4.6/4.7 Regression] wrong code with -ftree-parallelize-loops -fno-tree-ch

[Bug target/39726] [4.5/4.6/4.7 Regression][cond-optab] ColdFire pessimizations on QImode/HImode tests
 2011-04-28 15:24 UTC 

[Bug c/48418] New: Bit shift operator >>=
 2011-04-28 15:23 UTC  (2+ messages)
` [Bug c/48418] [4.5/4.6/4.7 Regression] "

[Bug tree-optimization/48172] New: incorrect vectorization of loop in GCC 4.5.* with -O3
 2011-04-28 15:22 UTC  (2+ messages)
` [Bug tree-optimization/48172] [4.5/4.6/4.7 Regression] "

[Bug tree-optimization/45397] [4.5/4.6/4.7 Regression] Issues with integer narrowing conversions
 2011-04-28 15:21 UTC 

[Bug middle-end/40060] [4.5/4.6/4.7 Regression] casts loose alignment info
 2011-04-28 15:20 UTC 

[Bug rtl-optimization/48389] New: [4.5/4.6/4.7 Regression] ICE: in make_edges, at cfgbuild.c:319 with -mtune=pentiumpro
 2011-04-28 15:18 UTC  (2+ messages)
` [Bug rtl-optimization/48389] [4.5/4.6 "

[Bug rtl-optimization/48757] New: internal compiler error: in compensate_edge, at reg-stack.c:2788
 2011-04-28 15:16 UTC  (2+ messages)
` [Bug rtl-optimization/48757] [4.5/4.6/4.7 Regression] "

[Bug tree-optimization/42906] [4.5 Regression] Empty loop not removed
 2011-04-28 15:15 UTC 

[Bug middle-end/45472] [4.5/4.6/4.7 Regression] ICE: in move_op_ascend, at sel-sched.c:6124 with -fselective-scheduling2
 2011-04-28 15:08 UTC 

[Bug target/39723] [4.5/4.6/4.7 Regression][cond-optab] worse code with long long shifts on v850
 2011-04-28 15:08 UTC 

[Bug target/39725] [4.5/4.6/4.7 Regression][cond-optab] MIPS pessimizations on floating-point
 2011-04-28 15:07 UTC 

[Bug rtl-optimization/42863] [4.5/4.6/4.7 Regression] with auto increments
 2011-04-28 15:06 UTC 

[Bug target/44581] [4.5/4.6/4.7 Regression] internal compiler error: in simplify_subreg
 2011-04-28 15:06 UTC 

[Bug middle-end/42961] [4.5/4.6/4.7 regression] IRA register preferencing bug
 2011-04-28 15:05 UTC 

[Bug rtl-optimization/48235] New: [4.5/4.6/4.7 Regression] ICE: SIGSEGV in has_dependence_p (sel-sched-ir.c:3263) with -fselective-scheduling2 and custom flags
 2011-04-28 15:03 UTC  (2+ messages)
` [Bug rtl-optimization/48235] [4.5/4.6 "

[Bug ada/43806] [4.5 regression] internal error (use before freeze) in gigi
 2011-04-28 15:03 UTC 

[Bug rtl-optimization/48133] New: [4.5/4.6/4.7 Regression] ICE: in get_loop_body, at cfgloop.c:831 with -O -funroll-loops -fthread-jumps -fno-tree-ch
 2011-04-28 15:02 UTC  (2+ messages)
` [Bug rtl-optimization/48133] "

[Bug rtl-optimization/37272] [4.5 Regression] IRA has caused ppc64-double-1.c to fail
 2011-04-28 15:02 UTC 

[Bug c++/46919] New: [4.5 Regression] ICE accessed elt 3 of tree_vec with 2 elts in tsubst
 2011-04-28 15:01 UTC  (2+ messages)
` [Bug c++/46919] "

[Bug rtl-optimization/48181] New: [4.5/4.6/4.7 Regression] wrong code with -O -fgcse --param ira-max-conflict-table-size=0
 2011-04-28 15:00 UTC  (2+ messages)
` [Bug rtl-optimization/48181] "

[Bug c++/47398] New: [4.5/4.6 Regression] tree check: accessed elt 10 of tree_vec with 9 elts in tsubst, at cp/pt.c:10500
 2011-04-28 14:59 UTC  (2+ messages)
` [Bug c++/47398] [4.5 "

[Bug libmudflap/40778] [4.5/4.6/4.7 Regression] Mudflap instrumentation missing in cloned function
 2011-04-28 14:59 UTC 

[Bug tree-optimization/40436] [4.5/4.6/4.7 regression] 0.5% code size regression caused by r147852
 2011-04-28 14:58 UTC 

[Bug c/45819] New: [4.5 Regression] unexpected unaligned access to volatile int
 2011-04-28 14:57 UTC  (2+ messages)
` [Bug middle-end/45819] "

[Bug target/39722] [4.5/4.6/4.7 Regression][cond-optab] worse code with bitfields on v850, mn10300, avr
 2011-04-28 14:57 UTC 

[Bug tree-optimization/43695] [4.5 Regression] ICE: verify_flow_info failed: BB 2 is missing an EH edge with -fipa-cp-clone
 2011-04-28 14:55 UTC 

[Bug rtl-optimization/40107] [4.5/4.6/4.7 Regression] gcc.c-torture/execute/builtins/memmove.c and gcc.c-torture/execute/builtins/memmove-chk.c fail at -O1 on spu-elf
 2011-04-28 14:54 UTC 

[Bug c++/35112] [4.3/4.4 regression] ICE and broken diagnostic with ambiguous class name
 2011-04-28 14:53 UTC 

[Bug tree-optimization/48805] New: ICE in rename_uses, at sese.c:533 while compiling qutecom 2.2 with -fgraphite-identity
 2011-04-28 13:58 UTC  (3+ messages)
` [Bug tree-optimization/48805] "

[Bug bootstrap/48804] New: [4.7 Regression] Bootstrap compare failure
 2011-04-28 13:09 UTC  (4+ messages)
` [Bug bootstrap/48804] "

[Bug c++/48798] New: CV-qualified base class erroneously forbidden
 2011-04-28 12:51 UTC  (6+ messages)
` [Bug c++/48798] "

[Bug rtl-optimization/48773] New: Dataflow and REG_DEAD notes
 2011-04-28 12:05 UTC  (5+ messages)
` [Bug rtl-optimization/48773] "

[Bug fortran/48800] New: [4.6/4.7 Regression] ICE with non-allocatable/pointer deferred-shape array
 2011-04-28 12:04 UTC  (2+ messages)
` [Bug fortran/48800] "

[Bug target/48673] New: [4.7 Regression] GCC generates WAW and RAW conflicts on IA64
 2011-04-28 11:49 UTC  (3+ messages)
` [Bug target/48673] "

[Bug target/48803] New: arm: Bad assembler produced by bit extract/shift
 2011-04-28 11:34 UTC 

[Bug c++/48802] New: ICE with inheritance and nothrow virtual destructors
 2011-04-28 11:07 UTC 

[Bug libstdc++/48760] New: std::complex constructor buggy in the face of NaN's
 2011-04-28 11:02 UTC  (5+ messages)
` [Bug libstdc++/48760] [4.6 / 4.7 Regression] "
` [Bug libstdc++/48760] [4.6 "

[Bug fortran/48746] New: Matmul with allocate on assignment
 2011-04-28 10:58 UTC  (2+ messages)
` [Bug fortran/48746] [4.6/4.7 Regression] "

[Bug c/48801] New: uninitialized warning for variables used only in loop body and initialized in the first iteration
 2011-04-28 10:17 UTC  (2+ messages)
` [Bug c/48801] "

[Bug c/48799] New: ice in pred_chain_length_cmp
 2011-04-28 10:13 UTC  (2+ messages)
` [Bug tree-optimization/48799] [4.7 Regression] "

[Bug libfortran/48511] New: Implement Steele-White algorithm for numeric output
 2011-04-28 10:09 UTC  (4+ messages)
` [Bug libfortran/48511] "

[Bug tree-optimization/40052] missed optimizations on (extended) logical types: (x | 1) --> 1
 2011-04-28 10:07 UTC  (3+ messages)

[Bug tree-optimization/15347] [tree-ssa] fold if ("<12ers" + 1 == 0)
 2011-04-28 10:05 UTC  (5+ messages)

[Bug c/48796] New: gcc: Internal error: Killed (program cc1) while compiling PHP
 2011-04-28 10:04 UTC  (2+ messages)
` [Bug c/48796] "

[Bug rtl-optimization/48774] New: gcc-4.6.0 optimization regression on x86_64-unknown-linux-gnu
 2011-04-28 10:03 UTC  (3+ messages)
` [Bug rtl-optimization/48774] [4.6/4.7 Regression] "

[Bug c++/48530] New: [C++0x][SFINAE] Hard errors with deleted d'tors
 2011-04-28  9:56 UTC  (8+ messages)
` [Bug c++/48530] "

[Bug tree-optimization/39689] IPA should compute if a function may recurse
 2011-04-28  9:53 UTC  (2+ messages)

[Bug tree-optimization/37242] missed FRE opportunity because of signedness of addition
 2011-04-28  9:53 UTC  (2+ messages)

[Bug middle-end/48794] New: [4.7 Regression] ICE: SIGSEGV in remap_eh_region_nr (tree-inline.c:1194) with -Os -fopenmp -fexceptions -fno-tree-ccp -fno-tree-copy-prop
 2011-04-28  8:57 UTC  (3+ messages)
` [Bug middle-end/48794] "

[Bug fortran/48786] New: [OOP] Generic ambiguity check too strict for polymorphic dummies
 2011-04-28  8:07 UTC  (2+ messages)
` [Bug fortran/48786] [4.6/4.7 Regression][OOP] "

[Bug tree-optimization/48498] New: Several gcc.dg/vect tests XPASS on SPARC
 2011-04-28  7:44 UTC  (2+ messages)
` [Bug testsuite/48498] "

[Bug libfortran/48787] New: Invalid UP rounding with F editing
 2011-04-28  6:42 UTC  (3+ messages)
` [Bug libfortran/48787] "

[Bug c++/48656] New: [C++0x] cannot call member function without object
 2011-04-28  6:08 UTC  (3+ messages)
` [Bug c++/48656] [4.6/4.7 regression] "

[Bug fortran/48279] New: segfault in gfc_check_vardef_context
 2011-04-28  5:50 UTC  (2+ messages)
` [Bug fortran/48279] [4.6/4.7 Regression] "

[Bug fortran/48112] New: generic interface to external function in module
 2011-04-28  5:48 UTC  (2+ messages)
` [Bug fortran/48112] [4.6/4.7 Regression] "

[Bug c/48797] New: GCC does inline variadic function, crashing on i386, when non-GNU stdarg.h is used
 2011-04-28  3:47 UTC  (9+ messages)
` [Bug c/48797] "

[Bug c++/40975] [4.3/4.4/4.5/4.6/4.7 Regression] ICE in copy_tree_r on array new
 2011-04-28  1:55 UTC  (2+ messages)

[Bug target/44553] Cross compiling for ia64 fails as stdlib.h doesn't exist
 2011-04-28  0:06 UTC 

[Bug tree-optimization/48795] New: -Warray-bounds false positive
 2011-04-27 23:43 UTC  (2+ messages)
` [Bug tree-optimization/48795] "

[Bug c/48793] New: Optimization -O2 Incorrectly Removes Logic
 2011-04-27 23:01 UTC  (4+ messages)
` [Bug c/48793] "

[Bug middle-end/48752] New: [4.7 Regression] ICE in evaulate_conditions_for_edge at ipa-inline-analysis.c:466
 2011-04-27 21:12 UTC  (3+ messages)
` [Bug middle-end/48752] "

[Bug fortran/48788] New: [4.6/4.7 Regression] ICE: SIGSEGV in resolve_global_procedure (resolve.c:2190) on invalid (?) fortran code
 2011-04-27 20:34 UTC  (2+ messages)
` [Bug fortran/48788] "

[Bug middle-end/43085] Make profiledbootstrap fails with cc1plus catching SIGSEGV
 2011-04-27 16:29 UTC  (2+ messages)

[Bug middle-end/48791] New: [4.7 Regression] Many testcase failures
 2011-04-27 16:23 UTC  (2+ messages)
` [Bug middle-end/48791] "

[Bug java/48417] New: -ffixed-regs option can't work in mips-elf-gcj compiler
 2011-04-27 16:09 UTC  (2+ messages)
` [Bug java/48417] "

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).