gcc-bugs archive
subject index for October, 2008

This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.

Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:

[Bug ada/37309] Ada tasking is not implemented on NetBSD

[Bug ada/37440] [4.4 Regression] GNAT Bug Box a-ngcefu.adb:397

[Bug ada/37572] compile Ada program fails (XML/Ada, 64 bit AMD)

[Bug ada/37681] [4.4 regression] Building 64-bit libada fails on Solaris/x86: alignment error

[Bug ada/37796] New: Globals and functions private to generic body exported when instantiated in a spec

[Bug ada/37799] New: SEGV compiling ada/ada.ads in stage2

[Bug ada/37799] SEGV compiling ada/ada.ads in stage2

[Bug ada/37799] SIGBUS compiling ada/ada.ads in stage2

[Bug ada/37840] New: ICE compiling Ada

[Bug ada/37840] ICE compiling Ada [regression]

[Bug ada/37945] New: GNAT Sockaddr and Sockaddr_In does not match c-structures on RTEMS

[Bug ada/37945] GNAT Sockaddr and Sockaddr_In does not match c-structures on RTEMS

[Bug ada/37956] New: ACATS ac3207a sometimes hangs in system.tasking.stages.vulnerable_complete_master

[Bug ada/37977] New: System.Address size stays 64 bit with -m31

[Bug ada/37977] Missing ada multilib support for s390x

[Bug ada/37977] System.Address size stays 64 bit with -m31

[Bug bootstrap/24030] target libraries are not rebuilt after gcc is rebuilt

[Bug bootstrap/25502] I64d format Werror problem in build

[Bug bootstrap/33100] [4.3/4.4 regression] on bootstrap getting section .eh_frame: bad cie version 0: offset 0x0

[Bug bootstrap/36908] bootstrap forever with BOOT_CFLAGS="-O2 -ftree-loop-distribution"

[Bug bootstrap/37422] [4.4 regression] IRA merge breaks Solaris/x86 bootstrap

[Bug bootstrap/37639] Bootstrap fails with "may be used uninitialized" warning in c-parser.c

[Bug bootstrap/37702] New: Stage 2- C compiler cannot create executables-recent svn

[Bug bootstrap/37702] Stage 2- C compiler cannot create executables-recent svn

[Bug bootstrap/37704] New: RFE: Need specific version of --disable-multilib

[Bug bootstrap/37733] New: GCC Bootstrap fails in Stage 2 AIX 5.2

[Bug bootstrap/37733] GCC Bootstrap fails in Stage 2 AIX 5.2

[Bug bootstrap/37739] New: bootstrap broken with core gcc > gcc-4.2.x

[Bug bootstrap/37739] [4.4 Regression] bootstrap broken with core gcc > gcc-4.2.x

[Bug bootstrap/37739] bootstrap broken with core gcc > gcc-4.2.x

[Bug bootstrap/37777] New: error: 'ASM_SHORT' undeclared (first use in this function)

[Bug bootstrap/37808] New: [4.4 Regression]: Revision 141067 breaks Linux/x86

[Bug bootstrap/37808] [4.4 Regression]: Revision 141067 breaks Linux/x86

[Bug bootstrap/37825] New: '--with-abi=aapcs-linux' rejected

[Bug bootstrap/37825] '--with-abi=aapcs-linux' rejected

[Bug bootstrap/37859] New: Bootstrap failure on mips64octeon-unknown-linux-gnu

[Bug bootstrap/37859] Bootstrap failure on mips64octeon-unknown-linux-gnu

[Bug bootstrap/37888] New: make install fails attempting to build gcc/intl.c

[Bug bootstrap/37899] New: [4.4 Regression]: Gcc failed to bootstrap

[Bug bootstrap/37899] [4.4 Regression]: Gcc failed to bootstrap

[Bug bootstrap/37915] bootstrap broken for cygwin

[Bug bootstrap/37923] New: CPPFLAGS now unset for stage 1 build of libcpp files.

[Bug bootstrap/37923] [4.4 Regression] CPPFLAGS now unset for stage 1 build of libcpp files.

[Bug bootstrap/37923] CPPFLAGS now unset for stage 1 build of libcpp files.

[Bug bootstrap/37978] New: installation duplicates

[Bug bootstrap/37978] installation duplicates

[Bug c++/12604] [meta-bug] typeof in template parameters

[Bug c++/18770] g++ accepts invalid code with scopes on ifs

[Bug c++/19159] [4.2/4.3/4.4 Regression] Undefined symbol: vtable for __cxxabiv1::__vmi_class_type_info

[Bug c++/21312] [4.2 Regression] Access violation diagnostic given twice

[Bug c++/26693] [4.2/4.3/4.4 regression] Access checks not performed for types in templates

[Bug c++/26997] g++ reports misleading error message when the identifier with error occurs earlier on the same line

[Bug c++/28031] [4.2 regression] bogus jump to case label crosses initialization error with C99 anonymous initializers

[Bug c++/29727] [4.2/4.3/4.4 regression] ICE on invalid initializer for template member

[Bug c++/31246] -Wunreachable-code warnings for compiler-generated code

[Bug c++/3187] gcc lays down two copies of constructors

[Bug c++/34039] [MInGW] -Werror does not trigger non zero exit code

[Bug c++/34772] [4.2/4.3/4.4 Regression] self-initialisation does not silence uninitialised warnings (-Winit-self ignored)

[Bug c++/35159] g++ and gfortran inoperable with no error message

[Bug c++/35334] [4.2/4.3/4.4 regression] Broken diagnostic for complex cast

[Bug c++/35483] GCC on AIX doesn't support dollar in symbols name.

[Bug c++/35497] Compiling error with template part. spec. involving function call and >> in c++0x

[Bug c++/35652] [4.2/4.3/4.4 Regression] offset warning should be given in the front-end

[Bug c++/35852] -Wconversion rejects bitwise negation and assignment, cannot cast around

[Bug c++/36254] wrong "control reaches end of non-void function" warning

[Bug c++/36391] Compilation never ends

[Bug c++/36631] [4.3/4.4 Regression] attribute always_inline -> sorry, unimplemented: recursive inlining

[Bug c++/36654] Inlined con/de-structor breaks virtual inheritance dllimport classes

[Bug c++/36665] g++: Internal error: Killed (program cc1plus)

[Bug c++/36921] [4.3/4.4 Regression] warning "comparison does not have mathematical meaning" is not correct for overloaded operators that do not return boolean

[Bug c++/37004] [C++ only] Wconversion warns for short y = 0x7fff; short z = (short) x & y;

[Bug c++/37146] [4.4 Regression] Invalid types with COND_EXPR

[Bug c++/37213] Declaration/expression ambiguity resolution does not extend beyond initializer

[Bug c++/37376] [4.4 Regression] No standard mangling for char16/32_t yet

[Bug c++/37540] [4.4 regression] ICE on __decltype of method call in function template

[Bug c++/37553] [4.3/4.4 Regression] ICE in build_c_cast

[Bug c++/37554] [4.3/4.4 regression] ICE with invalid cast

[Bug c++/37561] [4.2/4.3/4.4 Regression] Revision 140405 caused g++.old-deja/g++.mike/warn1.C

[Bug c++/37582] [4.3 Regression] std::pow strange overload resolution

[Bug c++/37590] g++ should emit different debug info for variable's type

[Bug c++/37646] [4.2/4.3/4.4 regression] ICE with function vs. member function

[Bug c++/37647] [4.3/4.4 regression] ICE with invalid use of constructor

[Bug c++/37650] [4.2/4.3 regression] ICE with broken default template parameter

[Bug c++/37650] [4.2/4.3/4.4 regression] ICE with broken default template parameter

[Bug c++/37653] Duplicate messages and warnings depending on the program

[Bug c++/37657] static template member definition fails when parameter is another template

[Bug c++/37683] [4.4 Regression]: Revision 140780 caused g++.dg/warn/Wparentheses-3.C

[Bug c++/37697] New: dynamic_cast to void cv* wrongly allowed with -fno-rtti

[Bug c++/37697] dynamic_cast to void cv* wrongly allowed with -fno-rtti

[Bug c++/37701] New: dynamic_cast to void cv* wrongly allowed with -fno-rtti

[Bug c++/37701] dynamic_cast to void cv* wrongly allowed with -fno-rtti

[Bug c++/37715] New: Different class sizes with public/private and alignments

[Bug c++/37715] Different class sizes with public/private and alignments

[Bug c++/37716] New: ice for legal C++ code with -O2 on 20080926

[Bug c++/37716] ice for legal C++ code with -O2 on 20080926

[Bug c++/37717] New: verify_ssa failed for legal C++ with -O2

[Bug c++/37717] [4.4 Regression] verify_ssa failed for legal C++ with -O2

[Bug c++/37717] verify_ssa failed for legal C++ with -O2

[Bug c++/37719] New: incorrect type on warning of mismatched exception specification with templates

[Bug c++/37719] incorrect type on warning of mismatched exception specification with templates

[Bug c++/37720] New: Copy constructors do not work with std::vector as they should

[Bug c++/37720] Copy constructors do not work with std::vector as they should

[Bug c++/37721] New: Segmentation fault

[Bug c++/37721] Segmentation fault

[Bug c++/37722] New: destructors not called on computed goto

[Bug c++/37728] New: if scoping for declarations

[Bug c++/37728] if scoping for declarations

[Bug c++/37729] New: function parameter pack expansion doesn't work in late-specified return type

[Bug c++/37736] New: Problem with designated initializer and template

[Bug c++/37737] New: ICE on variadic template function

[Bug c++/37737] [c++0x] ICE in get_innermost_template_args at cp/pt.c:516 during variadic function overload deduction

[Bug c++/37737] ICE on variadic template function

[Bug c++/37740] New: [C++0x] "foo f{...}" form compiles, but "new foo{...}" one doesn't

[Bug c++/37740] [C++0x] "foo f{...}" form compiles, but "new foo{...}" one doesn't

[Bug c++/37741] New: [C++0x] ICE with shared_ptr in initializer-list of new-expression

[Bug c++/37741] [C++0x] ICE with shared_ptr in initializer-list of new-expression

[Bug c++/37761] New: [4.4 Regression]: Revision 140916 caused libstdc++ failures

[Bug c++/37761] [4.4 Regression]: Revision 140916 caused libstdc++ failures

[Bug c++/37762] New: Member variable of empty base optimized (EBO) class appears on wrong offset

[Bug c++/37762] Member variable of empty base optimized (EBO) class appears on wrong offset

[Bug c++/37765] New: Printf of typed null pointer causes a run-time error

[Bug c++/37765] Printf of typed null pointer causes a run-time error

[Bug c++/37766] New: [C++0x] ICE with function's default reference template parameter

[Bug c++/37766] [C++0x] ICE with function's default reference template parameter

[Bug c++/37769] New: internal compiler error: in reg_overlap_mentioned_for_reload_p, at reload.c:6525

[Bug c++/37769] internal compiler error: in reg_overlap_mentioned_for_reload_p, at reload.c:6525

[Bug c++/37770] New: static structures initialization, undefined reference to `_0'

[Bug c++/37770] static structures initialization, undefined reference to `_0'

[Bug c++/37773] New: -Wfatal-errors aborts too early

[Bug c++/37773] -Wfatal-errors aborts too early

[Bug c++/37775] New: Templated private class visible through friend declaration

[Bug c++/37789] New: [4.4 regression] ICE with __FUNCTION__

[Bug c++/37789] [4.4 regression] ICE with __FUNCTION__

[Bug c++/37798] New: Unaligned memory access with multiple inheritance

[Bug c++/37800] New: decrementation problem - different result in similar situations

[Bug c++/37800] decrementation problem - different result in similar situations

[Bug c++/37804] New: Nested type leaks to global scope

[Bug c++/37804] friend declaration leaks into global scope at template instantiation

[Bug c++/37806] New: CV-qualifiers on function typedef's are inconsistently accepted depending on typedef scope

[Bug c++/37806] CV-qualifiers on function typedef's are inconsistently accepted depending on typedef scope

[Bug c++/37811] New: bind1st fails on mem_fun with reference argument

[Bug c++/37816] New: [c++0x] Invalid handling of scoped enums defined at class scope

[Bug c++/37816] [c++0x] Invalid handling of scoped enums defined at class scope

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

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

[Bug c++/37818] New: std::vector copy construction of empty vector causes malloc of size 1

[Bug c++/37819] New: ice for legal code with no special flags

[Bug c++/37819] [4.4 Regression] ice for bitfield code

[Bug c++/37819] ice for legal code with no special flags

[Bug c++/37830] New: g++ 4.3.1 generates incorrect output when using -O2 (other optimization levels work okay)

[Bug c++/37830] g++ 4.3.1 generates incorrect output when using -O2 (other optimization levels work okay)

[Bug c++/37831] New: -Wshadow warns about variable names that aren't equal

[Bug c++/37831] -Wshadow warns about variable names that aren't equal

[Bug c++/37831] -Wshadow warns about variables inside classes member functions

[Bug c++/37847] New: Invalid tree sharing with CHANGE_DYNAMIC_TYPE_EXPR

[Bug c++/37847] Invalid tree sharing with CHANGE_DYNAMIC_TYPE_EXPR

[Bug c++/37854] New: No error when creating a variable from itself

[Bug c++/37854] No error when creating a variable from itself

[Bug c++/37860] New: default and delete used w/ member functions vs. initialization

[Bug c++/37860] default and delete used w/ member functions vs. initialization

[Bug c++/37860] standard_layout: direct and copy initialization issues

[Bug c++/37862] New: Parenthesised indirection alters class member access

[Bug c++/37862] Parenthesised indirection alters class member access

[Bug c++/37875] New: [c++0x] misinterpreted closing angle bracket in decltype operand

[Bug c++/37876] New: making QuantLib-0.9.6 on AIX 5300-07

[Bug c++/37877] New: Invalid "invalid use of static" error

[Bug c++/37880] New: Documentation of option -mcmodel=medium is wrong

[Bug c++/37885] New: Accepts invalid CV qualifiers on member function returning function pointer

[Bug c++/37885] Accepts invalid CV qualifiers on member function returning function pointer

[Bug c++/37896] New: standard_layout: array direct and copy initialization issues

[Bug c++/37898] New: aggregates vs. defaulted deleted functions

[Bug c++/37898] aggregates vs. defaulted deleted functions

[Bug c++/37901] New: Fortran compiler bug or lost some files during installation openSuse11.0

[Bug c++/37904] New: internal compiler error: Segmentation fault (C++ destructor)

[Bug c++/37904] internal compiler error: Segmentation fault (C++ destructor)

[Bug c++/37906] has_trivial_default_constructor vs. deleted copy ctor

[Bug c++/37909] New: internal compiler error: in fixup_mova, at config/sh/sh.c:3756

[Bug c++/37909] internal compiler error: in fixup_mova, at config/sh/sh.c:3756

[Bug c++/37910] New: Must use 'this' to access member

[Bug c++/37910] Must use 'this' to access member

[Bug c++/37911] New: Operator= called on a non constructed object.

[Bug c++/37911] Operator= called on a non constructed object.

[Bug c++/37920] New: ICE (segv) with typename typeof

[Bug c++/37920] ICE (segv) with typename typeof

[Bug c++/37920] ICE (segv) with typename typeof in local struct

[Bug c++/37922] New: code generation error

[Bug c++/37922] code generation error

[Bug c++/37932] New: narrowing conversion with -std=c++0x

[Bug c++/37932] narrowing conversion with -std=c++0x

[Bug c++/37933] New: reference to ... is amibgous: same error shown twice for same line of code

[Bug c++/37933] reference to ... is amibgous: same error shown twice for same line of code

[Bug c++/37934] New: show a warning when a symbol is unused and completely removed from the output file

[Bug c++/37934] show a warning when a symbol is unused and completely removed from the output file

[Bug c++/37936] New: Conditional operator optimization error with const int&

[Bug c++/37936] Conditional operator optimization error with const int&

[Bug c++/37946] New: ICE with enum class

[Bug c++/37946] ICE with enum class

[Bug c++/37949] New: static initialisation through pointer deferred until run time

[Bug c++/37962] New: [4.4 regression] ICE with (auto*) casts

[Bug c++/37962] [4.4 regression] ICE with (auto*) casts

[Bug c++/37963] New: [4.4 regression] ICE with (auto) cast

[Bug c++/37963] [4.4 regression] ICE with (auto) cast

[Bug c++/37964] New: [4.4 regression] ICE with operator auto

[Bug c++/37964] [4.4 regression] ICE with operator auto

[Bug c++/37965] New: [4.4 regression] ICE with invalid auto variable in template

[Bug c++/37965] [4.4 regression] ICE with invalid auto variable in template

[Bug c++/37966] New: [4.4 regression] ICE with ptr-to-mem-fun-returning-auto

[Bug c++/37966] [4.4 regression] ICE with ptr-to-mem-fun-returning-auto

[Bug c++/37967] New: [4.4 regression] ICE with function returning auto

[Bug c++/37967] [4.4 regression] ICE with function returning auto

[Bug c++/37968] New: [4.4 regression] ICE with auto as template parameter

[Bug c++/37968] [4.4 regression] ICE with auto as template parameter

[Bug c++/37969] New: "-O2 -funswitch-loops" causes ICE in build_int_cst_wide, at tree.c:891 (OpenOffice.org)

[Bug c++/37970] New: ICE in some (probably mal-formed) template code

[Bug c++/37970] ICE in some (probably mal-formed) template code

[Bug c++/37971] New: [4.3/4.4 Regression] Rejects default argument that is a template

[Bug c++/37971] [4.2/4.3/4.4 Regression] Rejects default argument that is a template via access failure

[Bug c++/37971] [4.3/4.4 Regression] Rejects default argument that is a template

[Bug c++/37971] [4.3/4.4 Regression] Rejects default argument that is a template via access failure

[Bug c++/37972] New: static variables of template class not emitted if no initializer given

[Bug c++/37972] static variables of template class not emitted if no initializer given

[Bug c++/37981] New: internal compiler error: in rest_of_handle_final, at final.c:3942

[Bug c++/37981] internal compiler error: in rest_of_handle_final, at final.c:3942

[Bug c++/9050] Can't explicitly specialize C++ constructor templates

[Bug c++/921] 2.95.2 generates incorrect ref to static initialized char[] in classes. 2.8.1 works fine

[Bug c/11751] wrong evaluation order of an expression

[Bug c/12603] No return statement warning on function that never returns with -O3

[Bug c/16202] The -Wsequence-point warning misses many important instances

[Bug c/16804] Function pointer assignment/initialization (missing warning)

[Bug c/19976] integer division by zero in subexpression should be overflow

[Bug c/21920] aliasing violations

[Bug c/23144] [4.2/4.3/4.4 Regression] invalid parameter forward declarations not diagnosed

[Bug c/25509] can't disable __attribute__((warn_unused_result))

[Bug c/29116] Failure to diagnose violation of constraint 6.7.5.2p2

[Bug c/30260] Enumeration types and enumeration constants erroneously given unsigned types

[Bug c/30949] "incompatible pointer type" warning does not point to declaration

[Bug c/31871] C99 failure to diagnose non-integer cast

[Bug c/33192] __imag operator drops side effects in subexpr

[Bug c/35198] [4.2/4.3/4.4 Regression] missed evaluation of VM array type when used as a cast

[Bug c/35437] [4.2 regression] ICE with struct containing incomplete type

[Bug c/35437] [4.2/4.3/4.4 regression] ICE with struct containing incomplete type

[Bug c/35579] [4.1/4.2/4.3/4.4 Regression] casts to void do not silence -Wunused warnings for the case of __attribute__(( warn_unused_result ))

[Bug c/35579] false negatives in warn_unused_result

[Bug c/37023] Macro replacement for openmp not working if file is preprocessed then compiler

[Bug c/37106] [4.4 Regression] ICE with -fpic or -fPIC: in mems_in_disjoint_alias_sets_p, at alias.c:278

[Bug c/37106] [4.4 Regression] ICE: in mems_in_disjoint_alias_sets_p, at alias.c:278

[Bug c/37267] [4.2/4.3/4.4 Regression] #pragma inside structure initialization causes error

[Bug c/37303] const compound initializers in structs are written to .data instead of .rodata

[Bug c/37689] [4.4 Regression] ICE compiling newlib

[Bug c/37708] New: ICE: vector VEC(name_tree,base) index domain error, in loop_iv_stack_get_iv at graphite.c:123

[Bug c/37708] ICE: vector VEC(name_tree,base) index domain error, in loop_iv_stack_get_iv at graphite.c:123

[Bug c/37709] New: cc1: out of memory

[Bug c/37709] cc1: out of memory

[Bug c/37711] New: Incorrect code generated for mips inline assembly

[Bug c/37711] Incorrect code generated for mips inline assembly

[Bug c/37713] New: ice for legal code with -O3 on 20080926

[Bug c/37713] ice for legal code with -O3 on 20080926

[Bug c/37714] New: Sign of sin(-0.0) depends on optimization level

[Bug c/37714] Sign of sin(-0.0) depends on optimization level

[Bug c/37724] New: "initialization from incompatible pointer type" does not say which field is being initialized

[Bug c/37724] "initialization from incompatible pointer type" does not say which field is being initialized

[Bug c/37725] New: wrong struct initialization with non-constant expressions

[Bug c/37725] wrong struct initialization with non-constant expressions

[Bug c/37743] New: Bogus printf format warning with __builtin_bswap32.

[Bug c/37743] Bogus printf format warning with __builtin_bswap32.

[Bug c/37745] New: Segmentation Fault Exception with -O and signed array index

[Bug c/37745] Segmentation Fault Exception with -O and signed array index

[Bug c/37755] New: Mistaken Segmentation fault

[Bug c/37755] Mistaken Segmentation fault

[Bug c/37756] New: ICE building object file with -O3 and -combine

[Bug c/37756] ICE building object file with -O3 and -combine

[Bug c/37757] New: When -Os is enabled, gcc generates a loop where there is none

[Bug c/37757] When -Os is enabled, gcc generates a loop where there is none

[Bug c/37763] New: bad interaction of -O3 -pg and -mcu=arm920t ??

[Bug c/37764] New: Macro is not passed to openmp pragma when preprocessor is used

[Bug c/37764] Macro is not passed to openmp pragma when preprocessor is used

[Bug c/37768] New: bogus warnings on x86_64-mingw32 due to attribute((format(printf))) breakage

[Bug c/37768] bogus warnings on x86_64-mingw32 due to attribute((format(printf))) breakage

[Bug c/37771] New: warning: implicit declaration of function 'fileno'

[Bug c/37771] warning: implicit declaration of function 'fileno'

[Bug c/37772] New: ICE with empty asm statement

[Bug c/37772] ICE with empty asm statement

[Bug c/37776] New: ICE compiling Matrix.c in pymol using -fgraphite

[Bug c/37776] ICE compiling Matrix.c in pymol using -fgraphite

[Bug c/37783] New: double (a+a)-(b+b) fetches constant 2.0, rather than using subtract

[Bug c/37783] double (a+a)-(b+b) fetches constant 2.0, rather than using subtract

[Bug c/37785] New: printf + sleep = problems with output buffer

[Bug c/37785] printf without '\n' + sleep = problems with output buffer

[Bug c/37805] New: gcc --help=separate

[Bug c/37807] New: Exponential compile time with MMX builtins.

[Bug c/37807] Exponential compile time with MMX builtins.

[Bug c/37809] New: Incorrect code with MMX right shift __builtin_ia32_psradi

[Bug c/37809] Incorrect code with MMX right shift __builtin_ia32_psradi

[Bug c/37822] New: Code deficiency in function fold

[Bug c/37822] Code deficiency in function fold

[Bug c/37823] New: Missed optimization - ffs() from strings.h

[Bug c/37849] New: double to array conversion

[Bug c/37849] double to array conversion

[Bug c/37850] FAIL: gfortran.dg/c_by_val_1.f & gfortran.dg/value_4.f90 execution test

[Bug c/37850] infinite recursive call to __mulsc3 when multiplying not-constant complexs

[Bug c/37858] New: [4.3/4.4] ICE when "-fdump-ipa-all -dv" is used

[Bug c/37866] New: "passing argument from incompatible pointer type" warning cannot be passed to -Werror=

[Bug c/37866] "passing argument from incompatible pointer type" warning cannot be passed to -Werror=

[Bug c/37870] New: ICE in extract_bit_field_1

[Bug c/37872] New: ICE in extract_bit_field_1

[Bug c/37872] ICE in extract_bit_field_1

[Bug c/37873] New: ICE in extract_bit_field_1

[Bug c/37873] ICE in extract_bit_field_1

[Bug c/37874] New: gcc sometimes accepts attribute in identifier list

[Bug c/37874] gcc sometimes accepts attribute in identifier list

[Bug c/37881] New: -Wunreachable-code warns for system headers macros

[Bug c/37881] -Wunreachable-code warns for system headers macros

[Bug c/37882] New: [4.3/4.4 Regression] Bitfield miscompilation

[Bug c/37908] New: atomic NAND op generate wrong code; __sync_nand_and_fetch, __sync_fetch_and_nand

[Bug c/37913] New: internal compiler error: Segmentation fault

[Bug c/37913] internal compiler error: Segmentation fault

[Bug c/37917] New: inline functions are lost when defining c99/gnu99 without inline optimizations

[Bug c/37917] inline functions are lost when defining c99/gnu99 without inline optimizations

[Bug c/37918] New: bitfield shift fails with optimizer (-O2)

[Bug c/37918] [4.2 Regression] bitfield shift fails with optimizer (-O2)

[Bug c/37918] bitfield shift fails with optimizer (-O2)

[Bug c/37921] New: __builtin_constant_p seems to be giving false positives

[Bug c/37921] __builtin_constant_p seems to be giving false positives

[Bug c/37924] New: ice in smallest_mode_for_size, at stor-layout.c:219

[Bug c/37924] [4.2/4.3 Regression] ice in smallest_mode_for_size, at stor-layout.c:219

[Bug c/37924] [4.2/4.3/4.4 Regression] ice in smallest_mode_for_size, at stor-layout.c:219

[Bug c/37931] New: ice: verify_gimple failed

[Bug c/37931] [4.4 Regression] ice: verify_gimple failed

[Bug c/37940] New: no error detected for semicolon in C function declaration

[Bug c/37940] no error detected for semicolon in C function declaration

[Bug c/37947] New: p->count += inc(p); // value of p->count is wrong, if inc(p) not only returns an int but also increases p->counter

[Bug c/37947] missing sequence point warning for 'count += inc(&count);'

[Bug c/37947] p->count += inc(p); // value of p->count is wrong, if inc(p) not only returns an int but also increases p->counter

[Bug c/37954] New: odd sized packed structures, under ARM, cause lockup of application

[Bug c/37954] odd sized packed structures, under ARM, cause lockup of application

[Bug c/37955] New: internal compiler error: in vectorizable_store, at tree-vect-transform.c:5447

[Bug c/37955] internal compiler error: in vectorizable_store, at tree-vect-transform.c:5447

[Bug c/37973] New: -MM fails with when used with -combine

[Bug c/37975] New: Incorrect argument checking for printf: "format not a string literal, argument types not checked", where it can be checked

[Bug c/37975] Incorrect argument checking for printf: "format not a string literal, argument types not checked", where it can be checked

[Bug c/37979] New: GCC Overlooks Logical Operation Optimizations ?

[Bug c/456] constant expressions constraints (gcc.dg/c90-const-expr-1)

[Bug c/5675] const variables wrongly considered part of constant expressions (gcc.dg/c9[09]-const-expr-3.c)

[Bug c/7543] no warning for always-false "if (!a & 0x4)" bitwise and on boolean value

[Bug debug/27574] [4.2/4.3/4.4 Regression] MIssing debug info at -O0 for a local variable in a C++ constructor

[Bug debug/28064] .debug_str is used only when optimizing

[Bug debug/29628] unused argc/argv missing their DW_AT_location

[Bug debug/33429] debug info for class2 in g++.dg/other/unused1.C requires -femit-class-debug-always

[Bug debug/36668] [4.4 Regression] FAIL: g++.dg/other/PR23205.C scan-assembler .stabs.*foobar:c=i

[Bug debug/36690] [4.3/4.4 Regression] .debug_line first line is behind the first instruction

[Bug debug/37002] [4.4 Regression] No debug info on unreferenced parameters after stack alignment

[Bug debug/37020] [4.4 Regression] FAIL: gcc.dg/debug/dwarf2/dwarf-die3.c scan-assembler-not DW_AT_inline

[Bug debug/37098] [vta] ICE in expand_debug_expr, at cfgexpand.c:2519

[Bug debug/37410] DW_TAG_imported_module is not in its DW_TAG_lexical_block

[Bug debug/37616] Lines with 'break', 'goto', and 'continue' are not available for debugging.

[Bug debug/37726] New: [4.4 Regression] Even at -O0 -g debuginfo for vars mentioned in nested fns is not emitted

[Bug debug/37726] [4.4 Regression] Even at -O0 -g debuginfo for vars mentioned in nested fns is not emitted

[Bug debug/37738] New: Fortran DW_TAG_common_block has incorrect placement/scope

[Bug debug/37738] Fortran DW_TAG_common_block has incorrect placement/scope

[Bug debug/37801] New: DWARF output for inlined functions doesn't always use DW_TAG_inlined_subroutine

[Bug debug/37801] DWARF output for inlined functions doesn't always use DW_TAG_inlined_subroutine

[Bug debug/37890] New: Incorrect nesting for DW_TAG_imported_declaration

[Bug debug/37959] New: g++ does not emit DW_AT_explicit

[Bug debug/37959] g++ does not emit DW_AT_explicit

[Bug debug/37982] New: Extranious DW_TAG_variable tag

[Bug debug/37982] Extranious DW_TAG_variable tag

[Bug driver/36312] should refuse to overwrite input file with output file

[Bug driver/37786] New: Documentation for `-symbolic' needs fixing

[Bug driver/37786] Documentation for `-symbolic' needs fixing

[Bug driver/37820] New: need command line option that prints all defaults and predefined macros

[Bug driver/37820] need command line option that prints all defaults and predefined macros

[Bug fortran/19925] Implied do-loop in an initialization expression is broken

[Bug fortran/29651] Subroutine: Kind convertion of intent(out) value: signal

[Bug fortran/30249] Pointers not given target type in GFORTRAN

[Bug fortran/33759] ICE in transfer_simplify_4.f90 at any level of optimization

[Bug fortran/34640] ICE when assigning item of a derived-component to a pointer

[Bug fortran/35680] [4.3/4.4 regression] ICE on invalid transfer in variable declaration

[Bug fortran/35681] wrong result for vector subscripted array expression in MVBITS

[Bug fortran/35723] Can't use run-time array element in character declaration

[Bug fortran/35810] [TR 15581 / F2003] Automatic reallocation on assignment to allocatable variables

[Bug fortran/35820] internal compiler error with nested FORALL

[Bug fortran/35840] ICE for character expression in I/O specifier

[Bug fortran/35971] ICE on valid code with C_FUNPTR and transfer

[Bug fortran/36091] false positive in bounds checking with forall

[Bug fortran/36192] ICE with wrong index types and bad parens

[Bug fortran/36355] matmul argument-check: wrong error messages

[Bug fortran/36463] [4.4 Regression] ICE in expand_expr_real_1, at expr.c:7264 with rev.136554

[Bug fortran/36581] Fortran compiler does not pass the tests

[Bug fortran/36683] -fbounds-check failure for allocated array and spread

[Bug fortran/36795] crash with character allocatable array argument

[Bug fortran/37083] Formatted read of line without trailing new-line fails

[Bug fortran/37319] FAIL the unexplained fix: gfortran.dg/function_kinds_5.f90

[Bug fortran/37472] bad output on default-format write of double in common block with -m64 flag i

[Bug fortran/37605] Remarks on user manual for Gfortran

[Bug fortran/37614] Change position of padding for aligned COMMONs

[Bug fortran/37635] Fortran 2008: Support LEADZ / TRAILZ

[Bug fortran/37638] ICE in update_arglist_pass

[Bug fortran/37688] Relax "Symbol is used before it is typed" checking

[Bug fortran/37691] New: Duplicate error messages

[Bug fortran/37706] New: ICE: Segmentation fault

[Bug fortran/37706] [4.3, 4.4 Regression] ICE with use only and equivalent

[Bug fortran/37706] ICE with use only and equivalent

[Bug fortran/37712] New: Parent component name getting confused with structure constructor

[Bug fortran/37712] Parent component name getting confused with structure constructor

[Bug fortran/37723] New: wrong result for left-right hand side array overlap and (possibly) negative strides

[Bug fortran/37723] wrong result for left-right hand side array overlap and (possibly) negative strides

[Bug fortran/37735] New: Allocatable components in vectors of derived types cause ICE on assignment

[Bug fortran/37735] Allocatable components in vectors of derived types cause ICE on assignment

[Bug fortran/37744] New: ICE-on-invalid with ISO_C_BINDING and TYPEs

[Bug fortran/37744] ICE-on-invalid with ISO_C_BINDING and TYPEs

[Bug fortran/37746] New: string copy fails, due to changed intent(in) parameter

[Bug fortran/37746] bounds check of string dummy arguments

[Bug fortran/37746] string copy fails, due to changed intent(in) parameter

[Bug fortran/37747] New: [4.4 Regression]: Errors when printing real(16)

[Bug fortran/37747] [4.4 Regression]: Errors when printing real(16)

[Bug fortran/37748] New: [4.4 Regression]: FAIL: gfortran.dg/random_3.f90

[Bug fortran/37748] [4.4 Regression]: FAIL: gfortran.dg/random_3.f90

[Bug fortran/37749] New: ICE on array section with vector subscript

[Bug fortran/37749] ICE on array section with vector subscript

[Bug fortran/37779] New: Missing RECURSIVE not detected

[Bug fortran/37780] New: Optimize LEADZ/TRAILZ for zero arguments

[Bug fortran/37787] New: right-left hand side overlap not recognized with EQUIVALENCEd array assignment

[Bug fortran/37787] right-left hand side overlap not recognized with EQUIVALENCEd array assignment

[Bug fortran/37792] New: ICE in gfc_conv_array_initializer; works with -fno-range-check

[Bug fortran/37792] ICE in gfc_conv_array_initializer; works with -fno-range-check

[Bug fortran/37793] New: Improve error message for non_array(i) = array

[Bug fortran/37794] New: Fortran module overloading regression

[Bug fortran/37794] [4.3/4.4 Regression] Fortran module overloading regression

[Bug fortran/37802] New: [4.4 Regression] array descriptors for matmul messed up?

[Bug fortran/37802] [4.4 Regression] array descriptors for matmul messed up?

[Bug fortran/37802] Improve wording for matmul bound checking

[Bug fortran/37803] New: Call mpfr_check_range after setting emin/emax

[Bug fortran/37821] New: gfortran is ignoring #includes with the syntax <file.h>

[Bug fortran/37821] [4.4 Regression] gfortran is ignoring #includes with the syntax <file.h>

[Bug fortran/37821] gfortran is ignoring #includes with the syntax <file.h>

[Bug fortran/37826] New: gfortran compiled with -gstabs+ on OSX emits incorrect debug information if compiled with -finit-local-zero

[Bug fortran/37826] gfortran compiled with -gstabs+ on OSX emits incorrect debug information if compiled with -finit-local-zero

[Bug fortran/37827] New: Fortran IO structure - compiler vs. library (libgfortran) [requires ABI breaking?]

[Bug fortran/37827] Fortran IO structure - compiler vs. library (libgfortran) [requires ABI breaking?]

[Bug fortran/37829] New: ICE in resolve_symbol

[Bug fortran/37832] New: System_Clock

[Bug fortran/37832] System_Clock

[Bug fortran/37833] New: internal compiler error: in gfc_conv_function_call, at fortran/trans-expr.c:1108

[Bug fortran/37833] internal compiler error: in gfc_conv_function_call, at fortran/trans-expr.c:1108

[Bug fortran/37834] New: write(*,'(f0.0)') 0.0 prints "." instead of "0."

[Bug fortran/37834] write(*,'(f0.0)') 0.0 prints "." instead of "0."

[Bug fortran/37835] New: -fno-automatic does not work for derived types with default initalizer

[Bug fortran/37835] -fno-automatic does not work for derived types with default initalizer

[Bug fortran/37836] New: ICE in gfc_trans_auto_array_allocation

[Bug fortran/37836] ICE in gfc_trans_auto_array_allocation

[Bug fortran/37842] New: f2003_io_[1-7].f03 execute test fails

[Bug fortran/37842] f2003_io_[1-7].f03 execute test fails

[Bug fortran/37848] New: internal compiler error: Segmentation fault. gfortran openmp

[Bug fortran/37848] internal compiler error: Segmentation fault. gfortran openmp

[Bug fortran/37850] New: FAIL: gfortran.dg/c_by_val_1.f & gfortran.dg/value_4.f90 execution test

[Bug fortran/37850] FAIL: gfortran.dg/c_by_val_1.f & gfortran.dg/value_4.f90 execution test

[Bug fortran/37863] New: Display of a value close to 1 shows 2

[Bug fortran/37863] [4.3/4.4 Regression] Display of a value close but less to 1 shows 2 with '(F3.0)'

[Bug fortran/37863] Display of a value close to 1 shows 2

[Bug fortran/37865] New: gfortran build fails in stage 3 bootstrap with --enable-intermodule

[Bug fortran/37901] Fortran compiler bug or lost some files during installation openSuse11.0

[Bug fortran/37903] New: wrong-code for complicated vector subscripts

[Bug fortran/37903] [4.3/4.4 Regression] wrong-code for complicated vector subscripts

[Bug fortran/37925] New: some error during 'make' on GCC 4.3.2

[Bug fortran/37926] New: Program gives wrong output (connected to char len)

[Bug fortran/37926] Program gives wrong output (connected to char len)

[Bug fortran/37930] New: gfortran error and ICE at automatic type conversion with transfer intrinsic

[Bug fortran/37930] gfortran error and ICE at automatic type conversion with transfer intrinsic

[Bug fortran/37937] New: Bind(C) diagnostic when using c_double for COMPLEX variables

[Bug fortran/37951] New: parallelization fails for MA57

[Bug fortran/37953] New: undefined reference to '_gfortran_*'

[Bug fortran/37953] undefined reference to '_gfortran_*'

[Bug fortran/37961] New: [F2003] random_seed - allow integer(8) for the arguments

[Bug fortran/37961] [F2003] random_seed - allow integer(8) for the arguments

[Bug fortran/37974] New: gfortran runtime segmentation fault

[Bug fortran/37974] gfortran runtime segmentation fault

[Bug inline-asm/23242] Invalid %sil register chosen when dereferenced pointer used in inline asm with -O0

[Bug inline-asm/37711] Incorrect code generated for mips inline assembly

[Bug inline-asm/37758] New: Assembler failure: Error: syntax error; found `,' but expected `('

[Bug inline-asm/37758] Assembler failure: Error: syntax error; found `,' but expected `('

[Bug inline-asm/37887] New: %sil and %dil are used in 32-bit mode as inline asm registers

[Bug inline-asm/37887] %sil and %dil are used in 32-bit mode as inline asm registers

[Bug inline-asm/37895] New: AVR inline assembly clobbers input value

[Bug java/35485] libjava is disabled by default

[Bug java/37051] Random failures running ECJ 3.4 (threading problem?)

[Bug java/37068] [4.4 Regression] libgcj linkage failure: Incorrect library ABI version detected

[Bug java/37893] New: [4.4 Regression] ICE in java during bootstrap at revision 141303

[Bug java/37893] [4.4 Regression] ICE in java during bootstrap at revision 141303

[Bug java/37900] New: [4.4 Regression] StringBuffer_1 failures

[Bug libfortran/34670] bounds checking for array intrinsics

[Bug libfortran/37707] New: Namelist read of array of derived type incorrect

[Bug libfortran/37707] Namelist read of array of derived type incorrect

[Bug libfortran/37753] New: [4.4 Regression] Convert="BIG_ENDIAN" reverses character

[Bug libfortran/37753] [4.4 Regression] Convert="BIG_ENDIAN" reverses character

[Bug libfortran/37754] New: READ I/O Performance regression from 4.3 to 4.4

[Bug libfortran/37754] [4.4 Regression] READ I/O Performance regression from 4.3 to 4.4

[Bug libfortran/37839] New: st_parameter_dt has unwanted padding, is out of sync with compiler

[Bug libfortran/37839] st_parameter_dt has unwanted padding, is out of sync with compiler

[Bug libgcj/37636] [4.4 regression] java tools are unable to find resource files

[Bug libgcj/37791] New: Regression in 0.98 merge tree

[Bug libgcj/37856] New: Abort with: Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS

[Bug libgcj/37871] New: testsuite/libjava.mauve is out of date / doesn't work with current mauve

[Bug libgcj/37893] [4.4 Regression] ICE in java during bootstrap at revision 141303

[Bug libgomp/37586] OpenMP thinks that I have 1 processor on an 8 processor pc

[Bug libgomp/37935] New: omp_set_schedule not documented in libgomp.texi

[Bug libgomp/37938] New: libgomp testsuite failures on ia64-linux

[Bug libgomp/37938] libgomp testsuite failures on ia64-linux

[Bug libmudflap/37927] New: Mudflap : invalid reads when accessing static objects in shared libraries

[Bug libmudflap/37927] Mudflap : invalid reads when accessing static objects in shared libraries

[Bug libstdc++/24803] [c++0x] reference_wrapper and pointers to member functions

[Bug libstdc++/30085] switch debug mode hash containers from ext to tr1

[Bug libstdc++/34419] Weirdness with numeric_limits in special functions

[Bug libstdc++/34423] Reading doubles smaller than 1e-308 in gcc 4.2.2 on os x

[Bug libstdc++/34480] Argument packs treat __null oddly

[Bug libstdc++/35569] [c++0x] std::bind result functor doesn't accept rvalues

[Bug libstdc++/35942] Self Reference In Dynamic Linked Library builds for building Cross-Compiler

[Bug libstdc++/36217] gcc-4.2-20080507, target mips64vrel-elf, libmath build failure

[Bug libstdc++/36801] config/cpu/generic/atomicity_mutex/atomicity.h incorrectly relies on global constructor ordering

[Bug libstdc++/36893] iterator copying doesn't work for debug mode unordered_multimap

[Bug libstdc++/37391] examples not accessible online (non existing URLs)

[Bug libstdc++/37522] [4.4 regression] Incorrect vswprintf prototype breaks __to_xstring

[Bug libstdc++/37718] New: Demangling of variadic functions

[Bug libstdc++/37718] Demangling of variadic functions

[Bug libstdc++/37721] Segmentation fault

[Bug libstdc++/37767] New: after many config "No support for this host/target combination." message

[Bug libstdc++/37767] after many config "No support for this host/target combination." message

[Bug libstdc++/37811] bind1st fails on mem_fun with reference argument

[Bug libstdc++/37818] std::vector copy construction of empty vector causes malloc of size 1

[Bug libstdc++/37906] New: has_trivial_default_constructor vs. deleted copy ctor

[Bug libstdc++/37907] New: type_trait: missing is_standard_layout

[Bug libstdc++/37907] type_trait: missing is_standard_layout

[Bug libstdc++/37915] New: bootstrap broken for cygwin

[Bug libstdc++/37915] bootstrap broken for cygwin

[Bug libstdc++/37919] New: [c++0x] GCC 4.4 regression r141214 of gcc c++0x stl_pair.c causes a boost 1.36 compilation to fail

[Bug libstdc++/37919] [c++0x] GCC 4.4 regression r141214 of gcc c++0x stl_pair.c causes a boost 1.36 compilation to fail

[Bug libstdc++/37957] New: Wrong behaviour of num_get<>::do_get(bool) in the case when one target sequence is a prefix of the other one

[Bug libstdc++/37957] Wrong behaviour of num_get<>::do_get(bool) in the case when one target sequence is a prefix of the other one

[Bug libstdc++/37958] New: num_get<>::do_get(bool) sets eofbit flag incorrectly when boolalpha == true

[Bug libstdc++/37958] num_get<>::do_get(bool) sets eofbit flag incorrectly when boolalpha == true

[Bug middle-end/11492] Bogus warning with -Wsign-compare

[Bug middle-end/14187] [tree-ssa] C restricted pointers are not properly implemented

[Bug middle-end/14192] Restrict pointers don't help

[Bug middle-end/19988] [4.2/4.3/4.4 Regression] pessimizes fp multiply-add/subtract combo

[Bug middle-end/22207] Spurious 'might be used uninitialized' warnings in STL headers with -O2

[Bug middle-end/25923] [gfortran] garbled diagnostics with -O -Wuninitialized

[Bug middle-end/28216] [4.2/4.3/4.4 regression] mangled warning message

[Bug middle-end/28685] Multiple comparisons are not simplified

[Bug middle-end/29239] -fno-strict-aliasing disables restrict

[Bug middle-end/29256] [4.2/4.3/4.4 regression] loop performance regression

[Bug middle-end/29609] [4.2/4.3/4.4 Regression] Even with -O0 -g gcc optimizes a goto away and I cannot debug

[Bug middle-end/33272] Compiler does not take advantage of restrict

[Bug middle-end/33315] If condition not getting eliminated

[Bug middle-end/34678] Optimization generates incorrect code with -frounding-math option (#pragma STDC FENV_ACCESS not implemented)

[Bug middle-end/35809] default case label for casesi should be sliced off from last element

[Bug middle-end/35853] [4.4 Regression] -d is still referenced in some cases (documentation)

[Bug middle-end/36315] [4.4 Regression] ICE with -fprofile-use (Invalid read of size 8)

[Bug middle-end/36578] cast to long double not taken into account when result stored to a double

[Bug middle-end/36902] Array bound warning with dead code after optimization

[Bug middle-end/37154] static inline function problem

[Bug middle-end/37285] [4.4 Regression] ICE while building binutils on ppc

[Bug middle-end/37316] [4.4 Regression] Small structs are not passed correctly on hppa64-*-*

[Bug middle-end/37318] [4.4 Regression] gcc.dg/compat//scalar-by-value-4_x.c:72: ICE: in emit_group_store, at expr.c:2084

[Bug middle-end/37320] [4.4 Regression] gcc.dg/compat execute test fails

[Bug middle-end/37323] [4.4 Regression] __builtin_apply failures

[Bug middle-end/37339] [4.4 Regression] gcc.dg/pr33645-3.c scan-assembler-not var1_t

[Bug middle-end/37418] [4.4 Regression] error: type mismatch in address expression, verify_gimple failed

[Bug middle-end/37447] [4.4 Regression] test pr28982b.c fails execution on power4 or later with ira change

[Bug middle-end/37448] [4.3 Regression] gcc 4.3.1 cannot compile big function

[Bug middle-end/37461] [4.4 Regression] ICE in find_or_generate_expression, at tree-ssa-pre.c:2691

[Bug middle-end/37485] [graphite] Disconnecting exit edge in process of code generation

[Bug middle-end/37535] [4.4 Regression] gcc/libgcc2.c:404: internal compiler error: Floating point exception

[Bug middle-end/37576] [4.4 Regression] -v --help ICEs

[Bug middle-end/37587] ICE when use graphite

[Bug middle-end/37601] [4.4 Regression] gcc-4.4-20080919 ada build failure

[Bug middle-end/37608] [4.4 Regression] libgcc2.c:1981: ICE: vector VEC(m em_ref_p,base) index domain error, in create_vop_ref_mapping_loop at tree-ssa-lo op-im.c:1519

[Bug middle-end/37666] [4.4 Regression] ICE compiling newlib

[Bug middle-end/37669] [4.4 Regression] ice for legal code with -O2

[Bug middle-end/37674] [4.4 Regression] Bootstrap failure due to miscompilation of genattrtab

[Bug middle-end/37678] Failure to generate post-increment addressing

[Bug middle-end/37689] [4.4 Regression] ICE compiling newlib

[Bug middle-end/37696] New: [meta-bug] PRs blocking adoption of the alias-improvements branch

[Bug middle-end/37696] [meta-bug] PRs blocking adoption of the alias-improvements branch

[Bug middle-end/37710] New: When peeling an ordinary label off a case-table and making it a default label, strip from the end with identical labels.

[Bug middle-end/37710] When peeling an ordinary label off a case-table and making it a default label, strip from the end with identical labels.

[Bug middle-end/37713] [4.4 Regression] ice for legal code with -O3 on 20080926

[Bug middle-end/37722] destructors not called on computed goto

[Bug middle-end/37730] New: [4.4 Regression] gcc.c-torture/compile/pr37713.c ICEs at -O3 -msse2

[Bug middle-end/37730] [4.4 Regression] gcc.c-torture/compile/pr37713.c ICEs at -O3 -msse2

[Bug middle-end/37731] New: unsigned long long may not work correctly on 32bit host

[Bug middle-end/37731] [4.2/4.3/4.4 Regression] long long may not work correctly on 32bit host

[Bug middle-end/37731] [4.2/4.3/4.4 Regression] unsigned long long may not work correctly on 32bit host

[Bug middle-end/37731] unsigned long long may not work correctly on 32bit host

[Bug middle-end/37742] New: ICE when compile mpich2-1.1.0a1

[Bug middle-end/37742] [4.4 Regression] ICE in vectorizer with restrict pointer

[Bug middle-end/37742] [4.4 Regression] ICE in vectorizer with restrict pointer to struct

[Bug middle-end/37742] ICE when compile mpich2-1.1.0a1

[Bug middle-end/37760] New: internal compiler error: in extract_insn, at recog.c:1990

[Bug middle-end/37760] internal compiler error: in extract_insn, at recog.c:1990

[Bug middle-end/37774] New: [4.4 Regression] Unnecessary load instruction in a loop

[Bug middle-end/37774] [4.4 Regression] Alignment information is lost for ARRAY_REFs

[Bug middle-end/37774] [4.4 Regression] Unnecessary load instruction in a loop

[Bug middle-end/37776] ICE compiling Matrix.c in pymol using -fgraphite

[Bug middle-end/37788] New: [4.4 regression] ICE with variable declaration in loop and -fmudflap

[Bug middle-end/37788] [4.4 regression] ICE with variable declaration in loop and -fmudflap

[Bug middle-end/37790] New: limits-fnargs.c takes very long time to compile at -O2

[Bug middle-end/37805] [4.3/4.4 Regression] gcc --help=separate

[Bug middle-end/37807] Exponential compile time with MMX builtins.

[Bug middle-end/37809] [4.2/4.3/4.4 Regression] Incorrect code with MMX right shift __builtin_ia32_psradi

[Bug middle-end/37813] New: assert with IRA_COVER_CLASSES with singleton

[Bug middle-end/37813] assert with IRA_COVER_CLASSES with singleton

[Bug middle-end/37815] [4.4 Regression] ICE in vt_add_function_parameters (bootstrap error)

[Bug middle-end/37828] New: [graphite] in expand_scalar_variables_expr, at graphite.c:3421

[Bug middle-end/37828] [graphite] ICE in expand_scalar_variables_expr, at graphite.c:3421 with -floop-block

[Bug middle-end/37828] [graphite] in expand_scalar_variables_expr, at graphite.c:3421

[Bug middle-end/37838] New: gcc ignores FENV_ACCESS pragma set to ON

[Bug middle-end/37838] gcc ignores FENV_ACCESS pragma set to ON

[Bug middle-end/37844] New: -floop-interchange leads to an ICE

[Bug middle-end/37844] -floop-interchange leads to an ICE

[Bug middle-end/37845] New: gcc ignores FP_CONTRACT pragma set to OFF

[Bug middle-end/37846] New: Option -mno-fused-madd should be supported on IA-64

[Bug middle-end/37850] infinite recursive call to __mulsc3 when multiplying not-constant complexs

[Bug middle-end/37851] New: [graphite] ICE in expand_scalar_variables_expr, at graphite.c:3617

[Bug middle-end/37851] [graphite] ICE in expand_scalar_variables_expr, at graphite.c:3617

[Bug middle-end/37852] New: [graphite] ICE in gbb_loop_index, at graphite.h:252

[Bug middle-end/37852] [graphite] ICE in gbb_loop_index, at graphite.h:252

[Bug middle-end/37853] New: gcc.dg/vect/vect-67.c failing since PRE rewrite

[Bug middle-end/37853] gcc.dg/vect/vect-67.c failing since PRE rewrite

[Bug middle-end/37857] New: [graphite] Segmentation fault

[Bug middle-end/37857] [graphite] Segmentation fault

[Bug middle-end/37858] [4.3/4.4 Regression] ICE when "-fdump-ipa-all -dv" is used

[Bug middle-end/37861] New: Bogus array bounds warning

[Bug middle-end/37861] Bogus array bounds warning

[Bug middle-end/37864] New: incorrect warning from fold

[Bug middle-end/37864] warning from fold looks at macro expansion

[Bug middle-end/37870] [4.3 Regression] ICE in extract_bit_field_1

[Bug middle-end/37870] [4.3/4.4 Regression] ICE in extract_bit_field_1

[Bug middle-end/37876] making QuantLib-0.9.6 on AIX 5300-07

[Bug middle-end/37882] [4.3/4.4 Regression] Bitfield miscompilation

[Bug middle-end/37883] New: [graphite] ICE : in scan_tree_for_params, at graphite.c:2274

[Bug middle-end/37883] [graphite] ICE : in scan_tree_for_params, at graphite.c:2274

[Bug middle-end/37884] New: [4.4 Regression] Bootstrap failure due to miscompilation of tree-vrp.c

[Bug middle-end/37884] [4.4 Regression] Bootstrap failure due to miscompilation of tree-vrp.c

[Bug middle-end/37886] New: [graphite] ICE: Segmentation fault

[Bug middle-end/37886] [graphite] ICE: Segmentation fault

[Bug middle-end/37889] New: SEGV, conditional execution proactively executed the false arm.

[Bug middle-end/37889] SEGV, conditional execution proactively executed the false arm.

[Bug middle-end/37902] New: [4.3 Regression] in_system_header bug

[Bug middle-end/37902] [4.3 Regression] in_system_header bug

[Bug middle-end/37908] [4.2/4.3/4.4 regression] atomic NAND op generate wrong code; __sync_nand_and_fetch, __sync_fetch_and_nand

[Bug middle-end/37913] [4.4 Regression] ICE: Segmentation fault in link_block, cfg.c:153

[Bug middle-end/37913] [4.4 Regression] internal compiler error: Segmentation fault

[Bug middle-end/37914] [4.4 Regression] internal compiler error: vector VEC(basic_block,base) index domain error

[Bug middle-end/37928] New: [graphite] ICE :Segmentation fault

[Bug middle-end/37928] [graphite] ICE :Segmentation fault

[Bug middle-end/37929] New: [graphite] ICE :in single_succ_edge, at basic-block.h:642

[Bug middle-end/37929] [graphite] ICE :in single_succ_edge, at basic-block.h:642

[Bug middle-end/37931] [4.4 Regression] ice: verify_gimple failed

[Bug middle-end/37943] New: [graphite] ICE : in build_graphite_scops, at graphite.c:1823

[Bug middle-end/37943] [graphite] ICE : in build_graphite_scops, at graphite.c:1823

[Bug middle-end/37951] -ftree-parallelize-loops=2 fails for MA57

[Bug middle-end/37969] "-O2 -funswitch-loops" causes ICE in build_int_cst_wide, at tree.c:891 (OpenOffice.org)

[Bug middle-end/37976] [4.4 Regression] ICE in insert_into_preds_of_block

[Bug middle-end/37979] GCC Overlooks Logical Operation Optimizations ?

[Bug middle-end/37980] New: [graphite] ICE : verify_ssa failed

[Bug middle-end/37980] [graphite] ICE : verify_ssa failed

[Bug other/2176] Printing unsigned long int with int format in dwarf2out.c

[Bug other/26633] [4.1/4.2 Regression] Minimal c++ program using threads and exceptions crashes when compiled statically

[Bug other/36752] assembler error and segfault when compiling a wine 1.0 souce program with -O2

[Bug other/36969] MIPS: gcc-4.3.1 still fails to compile glibc w/ PR/35802 applied

[Bug other/37463] [4.4 regression] All Solaris/x86 eh tests fail

[Bug other/37625] 32-bit bootstrap failure on darwin9

[Bug other/37897] New: decNumber functions break strict-aliasing rules

[Bug other/37897] decNumber functions break strict-aliasing rules

[Bug pch/13675] #including a precompiled header more than once in the same unit fails

[Bug pending/37879] New: g++: internal compiler error: Segmentation fault

[Bug preprocessor/36453] PR36320 breaks boost

[Bug preprocessor/37778] New: wrong construction of search path for include files

[Bug preprocessor/37781] New: error: missing binary operator before token "("

[Bug preprocessor/37781] error: missing binary operator before token "("

[Bug regression/37686] [4.4 Regression] Building of CPU2000's bzip2 with peak flags with -mcpu=power4 fails with an ICE.

[Bug regression/37824] New: funroll-loops miscompiles php

[Bug regression/37824] funroll-loops miscompiles php

[Bug regression/37976] New: ICE in insert_into_preds_of_block

[Bug regression/37976] [4.4 Regression] ICE in insert_into_preds_of_block

[Bug regression/37976] ICE in insert_into_preds_of_block

[Bug rtl-optimization/2175] fold in fold_const.c associates non-multiply expressions

[Bug rtl-optimization/32283] [4.3/4.4 regression] Missed induction variable optimization

[Bug rtl-optimization/33642] unrecognizable insn for -frtl-abstract-sequences

[Bug rtl-optimization/35729] const volatile variable access incorrectly hoisted out of loop

[Bug rtl-optimization/37251] [4.4 Regression] ICE with ira: delete_allocno_from_bucket

[Bug rtl-optimization/37272] [4.4 Regression] IRA has caused ppc64-double-1.c to fail

[Bug rtl-optimization/37286] [4.4 regression] gfortran, trunk: ICE subst_stack_regs_pat, at reg-stack.c:1537

[Bug rtl-optimization/37341] Internal error: Segmentation fault (program cc1)

[Bug rtl-optimization/37363] [4.4 Regression] Fix for PR 36090 causes libstdc++ regressions

[Bug rtl-optimization/37490] [4.4 Regression] IRA causes FP code to have more spills

[Bug rtl-optimization/37534] [4.4 Regression] IRA causes 17% degradation in 187.facerec benchmark

[Bug rtl-optimization/37769] internal compiler error: in reg_overlap_mentioned_for_reload_p, at reload.c:6525

[Bug rtl-optimization/37782] New: [4.4 regression] Stage2 ada compiler miscompiled

[Bug rtl-optimization/37782] [4.4 regression] Stage2 ada compiler miscompiled

[Bug rtl-optimization/37784] New: inefficient code for double compare double yielding double

[Bug rtl-optimization/37889] [4.3 Regression] SEGV, conditional execution proactively executed the false arm.

[Bug rtl-optimization/37889] [4.3/4.4 Regression] SEGV, conditional execution proactively executed the false arm.

[Bug rtl-optimization/37948] New: [4.4 Regression] IRA generates slower code for -mtune=core2

[Bug rtl-optimization/37948] [4.4 Regression] IRA generates slower code for -mtune=core2

[Bug target/15623] nop insertion does not look see restrict pointers

[Bug target/17717] SH4 internal compiler error: in emit_move_insn

[Bug target/24764] TARGET_MEMORY_MISMATCH_STALL is never used

[Bug target/24765] TARGET_USE_BIT_TEST is never used

[Bug target/24766] Unused TARGET_DECOMPOSE_LEA

[Bug target/26397] Program crashes when rethrowing exception

[Bug target/27880] [4.2/4.3/4.4 regression] undefined reference to `_Unwind_GetIPInfo'

[Bug target/29141] static constructors beyond 64k fail

[Bug target/32277] indir-call-prof fails on ia64-linux-gnu

[Bug target/33120] Large module object files when declare arrays on Mac OSX

[Bug target/33147] ICE: SEGV compiling for -mcpu=ep9312 -mfpu-maverick -mhard-float -O

[Bug target/34304] OpenJDK7 b23 is miscompiled with -O3 on amd64

[Bug target/34422] Bootstrap error with --enable-fixed-point

[Bug target/35018] [m68k-elf] Gcc ouputs invalid asm when compiling with -O2 or higher

[Bug target/35574] [4.4 regression] unrecognizable insn generated for vector move

[Bug target/35655] [m68hc11] Segmentation fault when compiling libgcc2.c

[Bug target/35760] [4.4 Regression] ICE with complex types and -static on PPC darwin

[Bug target/35874] [4.4 Regression] Error in emit_cmp_and_jump_insn_1, at optabs.c:4425

[Bug target/36568] infinite _Unwind_Backtrace / thread stack unwinding.

[Bug target/36605] no previous prototype for 'host_detect_local_cpu' in 06/20/08 snapshot of gcc on MIPS Linux

[Bug target/36635] [4.4 Regression] cc1 segfault from svn 137122

[Bug target/36756] [4.4 Regression] g++.dg/tls-3.C ICE with section-anchors, unit-at-a-time, no-toplevel-reorder

[Bug target/36851] [4.4 regression] cc1plus SEGV compiling strstream.cc on Tru64 UNIX

[Bug target/36861] [4.3/4.4 Regression] boost's compressed avl confuses GCC

[Bug target/36973] ICE when compiling legal(at least compiles with 4.1.2) code

[Bug target/37137] [4.4 Regression] unrecognized command line option "-minterlink-mips16"

[Bug target/37216] [cygming] Invalid alignment for SSE store to .comm data generated with -O3

[Bug target/37241] [4.4 Regression]: FAIL: g++.dg/abi/key2.C

[Bug target/37290] [4.4 Regression] Endless recursion in cse_cc_succs

[Bug target/37362] [4.4 Regression] Bootstrap broken on mipsisa64r2-linux-gcc

[Bug target/37364] [4.4 Regression] IRA generates inefficient code due to missing regmove pass

[Bug target/37367] [4.4 Regression] gcc-4.4 speed regression

[Bug target/37378] [4.4 Regression] Revision 139827 causes Divide_X

[Bug target/37381] [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902

[Bug target/37396] bootstrap broken on hppa-linux-gnu trunk with ada (20080906)

[Bug target/37437] [4.4 regression] speed regression

[Bug target/37528] [4.4 Regression] boostrap failure due to configure problems

[Bug target/37584] -ftree-ch causes stack corruption on mingw32

[Bug target/37603] [4.3/4.4 Regression] FAIL: gcc.c-torture/compile/pr36141.c at -O1 and above

[Bug target/37610] [4.4 Regression] FAIL: g++.dg/eh/pr29166.C execution test

[Bug target/37615] terminate called after throwing and instance of 'XXX' c++ testsuite failures

[Bug target/37633] [4.4 Regression] wrong register use on sh64

[Bug target/37727] New: NO_IMPLICIT_EXTERN_C for newlib

[Bug target/37727] NO_IMPLICIT_EXTERN_C for newlib

[Bug target/37734] New: Missing optimization: gcc fails to reuse flags from already calculated expression for condition check with zero

[Bug target/37734] Missing optimization: gcc fails to reuse flags from already calculated expression for condition check with zero

[Bug target/37750] a lot of crashes with tree optimizations on mingw

[Bug target/37751] New: TARGET_USE_HIMODE_FIOP is unused

[Bug target/37751] TARGET_USE_HIMODE_FIOP is unused

[Bug target/37752] New: TARGET_USE_SIMODE_FIOP is unused

[Bug target/37752] TARGET_USE_SIMODE_FIOP is unused

[Bug target/37757] When -Os is enabled, gcc generates a loop where there is none

[Bug target/37759] New: powerpc option -mno-spe still generates SPE instructions

[Bug target/37759] powerpc option -mabi=no-spe still generates SPE instructions

[Bug target/37759] powerpc option -mno-spe still generates SPE instructions

[Bug target/37763] bad interaction of -O3 -pg and -mcu=arm920t ??

[Bug target/37769] internal compiler error: in reg_overlap_mentioned_for_reload_p, at reload.c:6525

[Bug target/37777] error: 'ASM_SHORT' undeclared (first use in this function)

[Bug target/37808] [4.4 Regression]: Revision 141067 breaks Linux/x86

[Bug target/37809] [4.2/4.3/4.4 Regression] Incorrect code with MMX right shift __builtin_ia32_psradi

[Bug target/37812] New: [4.4 Regression] Invalid mnemonic 'lvlx'

[Bug target/37812] [4.4 Regression] Invalid mnemonic 'lvlx'

[Bug target/37814] New: M68k/Coldfire ICE with -O: insn does not satisfy its constraints

[Bug target/37815] New: [4.4] ICE in vt_add_function_parameters (bootstrap error)

[Bug target/37823] Missed optimization - ffs() from strings.h

[Bug target/37841] New: SPU compiler is not complaint with the ABI

[Bug target/37841] SPU compiler is not complaint with the ABI

[Bug target/37843] New: [4.4 Regression] unaligned stack in main due to tail call optimization

[Bug target/37843] [4.4 Regression] unaligned stack in main due to tail call optimization

[Bug target/37845] gcc ignores FP_CONTRACT pragma set to OFF

[Bug target/37846] Option -mno-fused-madd should be supported on IA-64

[Bug target/37878] New: PPC64 ldu command generated with invalid offset

[Bug target/37878] [4.4 regression] PPC64 ldu command generated with invalid offset

[Bug target/37878] PPC64 ldu command generated with invalid offset

[Bug target/37880] Documentation of option -mcmodel=medium is wrong

[Bug target/37905] New: m68k coldfire uses bad mode when extending long long

[Bug target/37905] m68k coldfire uses bad mode when extending long long

[Bug target/37905] m68k coldfire uses bad mode when extending to long long

[Bug target/37909] internal compiler error: in fixup_mova, at config/sh/sh.c:3756

[Bug target/37912] New: cannot build arm-gcc with --with-march=armv7-a

[Bug target/37939] New: [4.2/4.3/4.4 Regression] CRIS port: no addi insn

[Bug target/37939] [4.2/4.3/4.4 Regression] CRIS port: no addi insn

[Bug target/37944] New: [4.4 Regression] FAIL: gcc.dg/pr33645-3.c scan-assembler-not var1_t

[Bug target/37944] [4.4 Regression] FAIL: gcc.dg/pr33645-3.c scan-assembler-not var1_t

[Bug testsuite/35677] Intermitent failure "FAIL: libgomp.fortran/crayptr2.f90"

[Bug testsuite/37241] [4.4 Regression]: FAIL: g++.dg/abi/key2.C

[Bug testsuite/37326] [4.4 Regression] gcc.dg/tree-ssa/ssa-store-ccp-3.c scan-tree-dump-times optimized "conststaticvariable" 1

[Bug testsuite/37703] New: Ada testsuites lack multilib support

[Bug testsuite/37703] Ada testsuites lack multilib support

[Bug testsuite/37797] New: Ada testsuites lack multilib support

[Bug testsuite/37797] Ada testsuites lack multilib support

[Bug testsuite/37960] New: [4.4 Regression] FAIL: gcc.dg/pr11492.c (test for bogus messages, line 8)

[Bug testsuite/37960] [4.4 Regression] FAIL: gcc.dg/pr11492.c (test for bogus messages, line 8)

[Bug testsuite/37960] FAIL: gcc.dg/pr11492.c (test for bogus messages, line 8)

[Bug tree-optimization/14187] [tree-ssa] restricted pointers should not alias on the tree level

[Bug tree-optimization/16306] [4.2/4.3/4.4 Regression] restrict and copying pointers problem

[Bug tree-optimization/16913] [4.2/4.3/4.4 Regression] restrict does not make a difference

[Bug tree-optimization/21485] [4.2/4.3/4.4 Regression] codegen regression due to PRE increasing register pressure (missing load PRE really)

[Bug tree-optimization/21485] [4.2/4.3/4.4 Regression] missed load PRE

[Bug tree-optimization/21485] [4.2/4.3/4.4 Regression] missed load PRE, PRE makes i?86 suck

[Bug tree-optimization/28030] missed optimization with load in a loop (restrict gets lost)

[Bug tree-optimization/31849] [4.3/4.4 Regression] Code size increased with PR 31360 (IV-opts not understanding autoincrement)

[Bug tree-optimization/32200] IV-OPTS does not produce good code for some loops

[Bug tree-optimization/32273] 'restrict' is forgotten after loop unrolling

[Bug tree-optimization/33703] ../../gcc/libcpp/directives.c:1878: internal compiler error: Segmentation fault

[Bug tree-optimization/33705] restrict doesn't improve char * aliasing

[Bug tree-optimization/35518] [4.4 Regression] FAIL: gcc.c-torture/execute/20040709-1.c execution at -O2 and above

[Bug tree-optimization/35737] [4.2/4.3/4.4 regression] ICE with __builtin_setjmp and complex variable

[Bug tree-optimization/36038] [4.4 Regression] miscompiled loop in perlbmk for -Os

[Bug tree-optimization/36881] [4.4 Regression] Creating runtime relocations for code which does not need it

[Bug tree-optimization/37102] [4.3 Regression] out-of-SSA is broken

[Bug tree-optimization/37299] [4.4 Regression] libgcc2.c:806: ICE: vector VEC(me m_ref_p,base) index domain error, in create_vop_ref_mapping_loop at tree-ssa-loop-im.c:1519

[Bug tree-optimization/37368] [4.4 Regression] Segfault in remove_unused_locals

[Bug tree-optimization/37416] [4.4 Regression] Failure to return number of loop iterations

[Bug tree-optimization/37449] [4.4 Regression] calculix gets wrong answer for -O1 -ffast-math

[Bug tree-optimization/37525] [4.4 Regression] IVOPTS difference causing 20% degradation in 173.applu benchmark

[Bug tree-optimization/37526] [4.4 Regression] ICE using --combine -O2

[Bug tree-optimization/37542] [4.4 Regression] PRE doesn't simplify during phi-translation

[Bug tree-optimization/37568] [4.4 regression] ICE returning a struct

[Bug tree-optimization/37573] [4.4 Regression] gcc-4.4 regression: incorrect code generation with -O1 -ftree-vectorize

[Bug tree-optimization/37617] [4.4 Regression] ICE on valid code

[Bug tree-optimization/37658] [4.3 Regression] long compile times in PRE on source with lots of labels/gotos

[Bug tree-optimization/37662] [4.4 Regression] ice: tree check: expected ssa_name, have integer_cst in get_value_range, at tree-vrp.c:612

[Bug tree-optimization/37663] [4.4 Regression] ice in simplify_truth_ops_using_ranges, at tree-vrp.c:6335

[Bug tree-optimization/37664] [4.4 Regression] ice in remove_range_assertions, at tree-vrp.c:5116

[Bug tree-optimization/37684] [graphite] basic block containing VDEF of a scalar does not dominate basic block containing VUSE of the same scalar

[Bug tree-optimization/37686] [4.4 Regression] Building of CPU2000's bzip2 with peak flags with -mcpu=power4 fails with an ICE.

[Bug tree-optimization/37690] New: typo in the example for -floop-strip-mine

[Bug tree-optimization/37690] typo in the example for -floop-strip-mine

[Bug tree-optimization/37692] New: [alias-improvements-branch] can't alias fortran function arguments

[Bug tree-optimization/37692] [alias-improvements-branch] can't alias fortran function arguments

[Bug tree-optimization/37693] New: [alias-improvements-branch] can't prove non-zero number of iterations

[Bug tree-optimization/37694] New: [alias-improvements-branch] can't alias (restrict) function-pointer (read) and local array (write)

[Bug tree-optimization/37694] [alias-improvements-branch] can't alias (restrict) function-pointer (read) and local array (write)

[Bug tree-optimization/37695] New: [alias-improvements-branch] can't alias a restrict pointer write and a local array read

[Bug tree-optimization/37698] New: [alias-improvements-branch] pre makes latech-block non-empty

[Bug tree-optimization/37699] New: [alias-improvements-branch] can't alias ptr and local array

[Bug tree-optimization/37700] New: [alias-improvements-branch] redundant load doesn't get eliminated

[Bug tree-optimization/37700] [alias-improvements-branch] redundant load doesn't get eliminated

[Bug tree-optimization/37705] New: [graphite] Fix problems with SCoPs, that contain more than one loop

[Bug tree-optimization/37705] [graphite] Fix problems with SCoPs, that contain more than one loop

[Bug tree-optimization/37705] [graphite] Remove limit_scops() workaround

[Bug tree-optimization/37708] ICE: vector VEC(name_tree,base) index domain error, in loop_iv_stack_get_iv at graphite.c:123

[Bug tree-optimization/37709] [4.4 Regression] inliner gone crazy

[Bug tree-optimization/37716] [4.4 Regression] ice for legal C++ code with -O2 on 20080926

[Bug tree-optimization/37717] [4.4 Regression] verify_ssa failed for legal C++ with -O2

[Bug tree-optimization/37732] New: [4.2/4.3/4.4 Regression] 40% slower numeric sort

[Bug tree-optimization/37732] [4.2/4.3/4.4 Regression] 40% slower numeric sort

[Bug tree-optimization/37750] New: a lot of crashes with tree optimizations on mingw

[Bug tree-optimization/37756] ICE building object file with -O3 and -combine

[Bug tree-optimization/37795] New: if-combine doesn't optimize != after >= test

[Bug tree-optimization/37795] if-combine doesn't optimize != after >= test

[Bug tree-optimization/37810] New: Bad store sinking job

[Bug tree-optimization/37810] Bad store sinking job

[Bug tree-optimization/37817] ice for legal C++ code with -O3

[Bug tree-optimization/37830] g++ 4.3.1 generates incorrect output when using -O2 (other optimization levels work okay)

[Bug tree-optimization/37837] New: missed PRE

[Bug tree-optimization/37853] [4.4 Regression] gcc.dg/vect/vect-67.c failing since PRE rewrite

[Bug tree-optimization/37867] New: inconsistent results on -O2 when reading bits from packed struct

[Bug tree-optimization/37867] inconsistent results on -O2 when reading bits from packed struct

[Bug tree-optimization/37868] New: code that doesn't breaks TBAA is misoptimized even with -fno-strict-aliasing

[Bug tree-optimization/37868] [4.3 Regression] code that breaks TBAA is misoptimized even with -fno-strict-aliasing

[Bug tree-optimization/37868] code that breaks TBAA is misoptimized even with -fno-strict-aliasing

[Bug tree-optimization/37869] New: PTA results wrong for "non-pointer" variables

[Bug tree-optimization/37879] [4.3 Regression] ICE with "wrong" use of noreturn attribute and optimization

[Bug tree-optimization/37879] [4.3/4.4 Regression] ICE with "wrong" use of noreturn attribute and optimization

[Bug tree-optimization/37891] New: [graphite-branch] Invalid use of single_succ_edge in create_single_entry_edge

[Bug tree-optimization/37891] [graphite-branch] Invalid use of single_succ_edge in create_single_entry_edge

[Bug tree-optimization/37892] New: phi-translation and SCCVN do not optimize *&

[Bug tree-optimization/37892] phi-translation and SCCVN do not optimize *&

[Bug tree-optimization/37894] New: [graphite] Polyhedron is not compiling (Summary)

[Bug tree-optimization/37894] [graphite] Polyhedron is not compiling (Summary)

[Bug tree-optimization/37914] New: internal compiler error: vector VEC(basic_block,base) index domain error

[Bug tree-optimization/37916] New: [4.0 Regression] SSA names causing register pressure; unnecessarily many simultaneously "live" names.

[Bug tree-optimization/37916] [4.0 Regression] SSA names causing register pressure; unnecessarily many simultaneously "live" names.

[Bug tree-optimization/37916] [4.2/4.3/4.4 Regression] SSA names causing register pressure; unnecessarily many simultaneously "live" names.

[Bug tree-optimization/37916] [Regression] SSA names causing register pressure; unnecessarily many simultaneously "live" names.

[Bug tree-optimization/37950] New: failure in polyhedron benchmark when ftree-parallelize-loops is enabled

[Bug tree-optimization/37950] failure in polyhedron benchmark when ftree-parallelize-loops is enabled

[Bug tree-optimization/37952] New: failure in polyhedron benchmark when ftree-parallelize-loops is enabled

[Bug tree-optimization/37952] failure in polyhedron benchmark when ftree-parallelize-loops is enabled

[Bug tree-optimization/37969] [4.3 Regression] "-O2 -funswitch-loops" causes ICE in build_int_cst_wide, at tree.c:891 (OpenOffice.org)

[Bug tree-optimization/9079] [tree-ssa] Inline constant function pointers

[Bug web/1646] The GNATS query filters do not work correctly

[mudflap] __mf_strlen + nl_langinfo false positive

[resend][stl] std::vector::data - nonstandard method.

Abwesenheitsnotiz: [SPAM] ?????????????: ????????????? ? ?????????? ?????? ??????????????? ??????

asking new feature

Best Vacancy!

build gcc-4.4.0 20081022 failed on loongson2f

eEX For Stay Hard Longer During Sxen

Fur 0,00 Eu. Muster

gcc generates prolog without rsp decrementing, i.e. allocates locals and parameters in free stack without privatising this stack

how to play craps

misusing placement new OR possible cxx bug

New vacancy! -NvV

Optimizer bug

overloaded operator new and delete

possible bug in 4.1.2 g++ arm compiler -O2 optimization

Problem building gcc 3.4.6 on 64 bit linux machine

Psst... Wanna torture the optimiser in gcc 3.4.6?

regression: definition of system-.h-declared function disables all warnings

Worth a bug report?


Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:

Mail converted by MHonArc 2.6.3