[Bug c++/55249] [4.6/4.7/4.8 Regression] Multiple copy constructors for template class lead to link errors

2012-11-09 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55249 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Known to work||4.4.5

[Bug c++/55267] double operation giving different results depending on context and optimization level

2012-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55267 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Severity|major |normal

[Bug driver/55202] Building a combined tree is broken for LTO

2012-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55202 --- Comment #5 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-10 18:32:27 UTC --- Author: pinskia Date: Sat Nov 10 18:32:23 2012 New Revision: 193393 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=193393 Log: 2012-11-10

[Bug driver/55202] Building a combined tree is broken for LTO

2012-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55202 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED

[Bug treelang/55269] Rename tree_node complex field to avoid conflict with C99 complex type

2012-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55269 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-11 06:21:55 UTC --- In 4.8, GCC is now written in C++ rather than C, so I don't think it matter anymore as there is no macro define in C++ for complex.

[Bug middle-end/55271] missing warning set-but-unused

2012-11-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55271 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-11 17:24:19 UTC --- The pointer is used in *li = 0; statement.

[Bug middle-end/55279] New pseudo registers aren't supported in CSE

2012-11-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55279 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-12 03:49:22 UTC --- Can you explain how you hit this with what patch and what testcase on what target?

[Bug c++/55280] Compiler error: Class definition is recognized as function declaration

2012-11-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55280 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-12 06:36:20 UTC --- A a(B()); is a function declaration and not a variable declaration. This is one of the ambiguities of the parsing which the C++ standard decided

[Bug c++/55287] GCC crashes and asks to file bug report

2012-11-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55287 --- Comment #2 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-12 17:01:57 UTC --- Also this ICE is really the kernel killing the program as it ran out of memory or it was over one of the ulimits. Most likely ran of memory.

[Bug tree-optimization/55238] [4.8 Regression] ICE in find_aggregate_values_for_callers_subset, at ipa-cp.c:2908 building zlib

2012-11-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55238 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added CC||pinskia

[Bug rtl-optimization/55294] Invalid RTL sharing in lower-subreg

2012-11-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55294 --- Comment #2 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-12 21:55:11 UTC --- I think this is because: (subreg:SF (reg/v:V2SF 167 [ a ]) 0))) is invalid to begin with. Yes we don't reject it but I think we should.

[Bug rtl-optimization/46888] missed optimization of zero_extract with constant inputs

2012-11-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46888 --- Comment #8 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-13 01:18:52 UTC --- http://gcc.gnu.org/ml/gcc-patches/2012-11/msg00952.html Will improve the testcase at the tree level for little-endian: _4 = (unsigned char) a_3(D

[Bug other/55304] libsanitizer can't be used with GCC autoconf

2012-11-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55304 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|RESOLVED

[Bug debug/53145] [4.8 Regression] gcc.dg/pch/save-temps-1.c

2012-11-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53145 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED

[Bug other/54279] [4.8 Regression] first stage build with g++ fails with . as the first component of $PATH

2012-11-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54279 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|NEW

[Bug other/54279] [4.8 Regression] first stage build with g++ fails with . as the first component of $PATH

2012-11-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54279 --- Comment #3 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-15 02:51:15 UTC --- Created attachment 28693 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=28693 Patch which I am testing right now Once my testing finishes

[Bug bootstrap/53300] [4.8 Regression] AIX bootstrap related to varpool patch

2012-11-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53300 --- Comment #18 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-15 03:18:18 UTC --- Does this still happen?

[Bug bootstrap/53866] [4.8 Regression] lto-bootstrap failed at -O3

2012-11-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53866 --- Comment #6 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-15 03:20:16 UTC --- Does this still happen?

[Bug other/54279] [4.8 Regression] first stage build with g++ fails with . as the first component of $PATH

2012-11-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54279 --- Comment #4 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-15 03:40:18 UTC --- (In reply to comment #3) Created attachment 28693 [details] Patch which I am testing right now Once my testing finishes (including installing

[Bug other/54279] [4.8 Regression] first stage build with g++ fails with . as the first component of $PATH

2012-11-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54279 --- Comment #5 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-15 04:31:44 UTC --- libmudflap has the similar issue.

[Bug middle-end/55336] Feature request : message output format XML

2012-11-15 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55336 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Component|c |middle

[Bug target/55339] C++ code compiled with -O2 on Linux ppc hangs in runtime

2012-11-15 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55339 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Target||powerpc

[Bug other/54279] [4.8 Regression] first stage build with g++ fails with . as the first component of $PATH

2012-11-15 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54279 --- Comment #6 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-15 20:29:12 UTC --- (In reply to comment #5) libmudflap has the similar issue. Actually the libmudflap is fixed by fixing libstdc++. Anyways I have a full fix now

[Bug other/54324] [4.8 Regression] GCC install document does not list minimum required g++ version

2012-11-15 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54324 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Severity|normal |blocker

[Bug lto/54728] [4.8 regression] ICE in input_gimple_stmt, at gimple-streamer-in.c:254

2012-11-15 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54728 --- Comment #7 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-16 03:36:35 UTC --- here is the most reduced testcase. cat foo1.cc EOF templatetypename _CharT struct basic_string { struct _Rep {_CharT* _M_refdata() throw

[Bug c/55349] arm-linux-androideabi-gcc-4.6: Internal compiler error compiling libpng in debug mode

2012-11-15 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55349 --- Comment #2 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-16 03:46:48 UTC --- http://code.google.com/p/android/issues/detail?id=20862

[Bug target/55349] arm-linux-androideabi-gcc-4.6: Internal compiler error compiling libpng in debug mode

2012-11-15 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55349 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[Bug other/55354] [asan] by default, the asan run-time should be linked statically, not dynamically

2012-11-16 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55354 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Version|unknown |4.8.0

[Bug c++/55338] Incorrectly reported error in type name hiding

2012-11-16 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55338 --- Comment #3 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-16 17:27:50 UTC --- http://gcc.gnu.org/ml/gcc/2012-11/msg00259.html Covers why this still invalid code. See also 13935.

[Bug middle-end/53024] Support vector_size that is not a power of 2

2012-11-16 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53024 --- Comment #5 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-16 18:18:16 UTC --- I don't think we can ever support vector size of non power 2 size.

[Bug c++/55361] Access control in templates only happens when instantiating a method

2012-11-16 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55361 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-16 22:32:03 UTC --- The Comeau C/C++ online tester does not error out on this testcase.

[Bug c++/55361] Access control in templates only happens when instantiating a method

2012-11-16 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55361 --- Comment #2 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-16 22:38:47 UTC --- I don't think this is a gcc bug as access control is always done only at template-instantiation time.

[Bug target/54342] OImode is used for _m256 types when using unions in a function call.

2012-11-16 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54342 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Component|rtl-optimization|target

[Bug debug/51358] [4.8 Regression] incorrect/missing location for function arg, -O0, without VTA

2012-11-17 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51358 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.8.0

[Bug target/55378] Inconsistant double 387 computation when using osthread under windows

2012-11-18 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55378 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Target|Mingw, cygwin |i?86

[Bug bootstrap/55380] All search_line_fast implementations read beyond buffer

2012-11-18 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55380 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[Bug target/55377] ipa-pure-cont produces wrong code on AVR

2012-11-18 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55377 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[Bug bootstrap/55398] r193595 breaks bootstrap with clang compilers

2012-11-19 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55398 --- Comment #2 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-19 21:43:46 UTC --- The llvm-gcc failure is recorded as PR 55387.

[Bug bootstrap/55398] [4.8 Regression] var_arg usage with non-POD causes clang to fail to build gcc

2012-11-19 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55398 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.8.0

[Bug bootstrap/55387] [4.8 Regression] Build problem: malloc error in genautomata

2012-11-19 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55387 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Component|other

[Bug bootstrap/55387] [4.8 Regression] Build problem: malloc error in genautomata

2012-11-19 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55387 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added CC||howarth

[Bug bootstrap/55400] bootstrap with llvm-gcc fails for gcc trunk

2012-11-19 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55400 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[Bug middle-end/55404] New: [4.8 Regression] Lots of failures at -O3

2012-11-19 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55404 Bug #: 55404 Summary: [4.8 Regression] Lots of failures at -O3 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/55404] [4.8 Regression] Lots of failures at -O3

2012-11-19 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55404 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added CC

[Bug middle-end/55404] [4.8 Regression] Lots of failures at -O3

2012-11-19 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55404 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[Bug bootstrap/55398] [4.8 Regression] var_arg usage with non-POD causes clang to fail to build gcc

2012-11-19 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55398 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added CC||pinskia

[Bug bootstrap/55398] [4.8 Regression] var_arg usage with non-POD

2012-11-19 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55398 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Keywords||build

[Bug middle-end/55398] [4.8 Regression] var_arg usage with non-POD

2012-11-19 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55398 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Target|x86_64-apple-darwin12

[Bug middle-end/55398] [4.8 Regression] var_arg usage with non-POD

2012-11-19 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55398 --- Comment #6 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-20 00:15:14 UTC --- From http://gcc.gnu.org/gcc-4.5/changes.html : # Diagnostics that used to complain about passing non-POD types to ... or jumping past the declaration

[Bug c/55406] Again: pasting xxx and xxx does not give a valid preprocessing token

2012-11-19 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55406 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[Bug middle-end/55391] [4.8 regression] ICE in adjust_address_1 at emit-rtl.c:2180 breaks bulding cross to sparc64-linux

2012-11-19 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55391 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Keywords||build

[Bug middle-end/55403] [4.8 Regression] ICE building libitm

2012-11-19 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55403 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Keywords||build

[Bug c/55397] [asan] -faddress-sanitizer should define a CPP macro

2012-11-19 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55397 --- Comment #2 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-20 05:23:29 UTC --- (In reply to comment #1) Note that this will be incompatible with what clang uses (http://clang.llvm.org/docs/AddressSanitizer.html#has_feature

[Bug middle-end/55421] [4.8 Regression] ICE in adjust _address_1, at emit-rtl.c:2180

2012-11-20 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55421 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-20 23:44:52 UTC --- I think this was fixed by: http://gcc.gnu.org/ml/gcc-cvs/2012-11/msg00621.html

[Bug middle-end/55421] [4.8 Regression] ICE in adjust _address_1, at emit-rtl.c:2180

2012-11-20 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55421 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Keywords||build

[Bug libgomp/55411] OMP threads lose their OMP_WAIT_POLICY when another OMP thread gets destructed

2012-11-20 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55411 --- Comment #2 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-21 02:13:37 UTC --- Can you create a testcase which uses pthread_* directly?

[Bug fortran/55395] [4.8 Regression] libgfortran bootstrap failure on powerpc-linux-gnu and arm-linux-gnueabi

2012-11-20 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55395 --- Comment #4 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-21 04:10:18 UTC --- Can you provide the preprocessed source?

[Bug fortran/55395] [4.8 Regression] libgfortran bootstrap failure on powerpc-linux-gnu and arm-linux-gnueabi

2012-11-20 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55395 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Depends on||53475

[Bug tree-optimization/55424] [4.8 Regression]gcc.dg/uninit-pred-8_b.c bogus warning line 23 on ARM/Cortex-M0/-Os

2012-11-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55424 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[Bug tree-optimization/49498] [4.7/4.8 Regression]: gcc.dg/uninit-pred-8_b.c bogus warning line 20

2012-11-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49498 --- Comment #18 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-21 13:07:00 UTC --- *** Bug 55424 has been marked as a duplicate of this bug. ***

[Bug c++/55436] g++ compiles invalid code with child class of nested class in template class

2012-11-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55436 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-22 04:13:58 UTC --- Comeau online tester (which is EDG based) says: ComeauTest.c, line 20: error: a nonstatic member reference must be relative to a specific

[Bug c++/55449] [4.4.3] pure virtual call only with -O1/2/3 (boost::optional)

2012-11-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55449 --- Comment #4 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-24 06:37:08 UTC --- (In reply to comment #3) Time to adopt ICC. There is only so much resources to support older versions of GCC. If you want support for older

[Bug c++/55460] Template-dependent name is not looked up at instantiation point

2012-11-24 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55460 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-25 00:49:05 UTC --- // NOTE: call to filter depends on template argument, thus have to be // resolved at instantiation point. // BUG: But it doesn't

[Bug c++/55460] Template-dependent name is not looked up at instantiation point

2012-11-24 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55460 --- Comment #3 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-25 01:56:20 UTC --- (In reply to comment #2) Not sure I understand your comment - ADL with respect to what: my::filter or the ::operator? Can you elaborate please

[Bug c++/55468] Label value to incorrect destination

2012-11-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55468 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[Bug middle-end/55481] [4.8 regression] -O2 generates a wrong-code infinite loop in C++Benchmark's simple_types_constant_folding int8 xor test

2012-11-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55481 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Severity|blocker |normal

[Bug c/55490] wrong function argument evalution ?

2012-11-27 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55490 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[Bug testsuite/55504] gcc.c-torture/execute/20071018-1.c execution failures with -fsanitize=address

2012-11-27 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55504 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug testsuite/55505] gcc.c-torture/execute/921202-1.c execution failures with -fsanitize=address

2012-11-27 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55505 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug tree-optimization/55052] [4.8 regression] vect-widening tests are failing and giving wrong results

2012-11-27 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55052 --- Comment #5 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-28 02:29:53 UTC --- Sounds like a case of a missing check for VECTOR modes when it is doing the subreg as a truncation optimization.

[Bug rtl-optimization/55512] [4.8 Regression] Various LRA ICEs with inline-asm

2012-11-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55512 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-28 09:33:32 UTC --- I thought this was fixed with: http://gcc.gnu.org/ml/gcc-patches/2012-11/msg02271.html

[Bug rtl-optimization/55512] [4.8 Regression] Various LRA ICEs with inline-asm

2012-11-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55512 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug middle-end/55507] [4.8 Regression] ICE in vt_expand_var_loc_chain, at var-tracking.c:8020

2012-11-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55507 --- Comment #4 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-28 19:40:30 UTC --- (In reply to comment #3) On 11/28/2012 1:25 PM, rth at gcc dot gnu.org wrote: Since this is _powtf2, you probably need --enable-long-double-128

[Bug other/54279] [4.8 Regression] first stage build with g++ fails with . as the first component of $PATH

2012-11-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54279 --- Comment #7 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-28 22:11:35 UTC --- Author: pinskia Date: Wed Nov 28 22:11:29 2012 New Revision: 193910 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=193910 Log: 2012-11-28

[Bug other/54279] [4.8 Regression] first stage build with g++ fails with . as the first component of $PATH

2012-11-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54279 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/55540] The C++ literal -9223372036854775808 is misinterpreted

2012-11-29 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55540 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-29 22:21:25 UTC --- -9223372036854775808 is two different tokens. unary minus and the literal 9223372036854775808. 9223372036854775808 does not fit into long so

[Bug c++/55544] -fexcess-precision=standard is not implemented for C++

2012-11-30 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55544 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[Bug middle-end/323] optimized code gives strange floating point results

2012-11-30 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added CC

[Bug ada/52110] s-osinte.ads:447:09: clockid_t conflicts with declaration at line 194

2012-12-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52110 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Target Milestone|3.3.1 |---

[Bug tree-optimization/55559] Marshalling double through union with inlines, incorrect behavior with -O2

2012-12-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Keywords||wrong

[Bug other/55560] fesetround(FE_DOWNWARD) causes cos() to return values outside the range of -1 to +1

2012-12-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55560 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Severity|major |normal

[Bug libgcc/55589] Failure compiling generic-morestack-thread.c, without threads

2012-12-04 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55589 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2012-12-04 10:27:26 UTC --- How did you configure GCC?

[Bug preprocessor/55602] Does not generate Error message for redefined macros

2012-12-04 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55602 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[Bug debug/55608] [4.6/4.7/4.8 Regression] Debug info quality regressions with file scope vars

2012-12-06 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55608 --- Comment #2 from Andrew Pinski pinskia at gcc dot gnu.org 2012-12-06 09:12:24 UTC --- I think there is a duplicated bug of this one where we closed it as behaviors correctly but I don't know the number right now.

[Bug c/39464] [4.6/4.7/4.8 Regression] Attribute may_alias causes invalid warning

2012-12-06 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39464 --- Comment #12 from Andrew Pinski pinskia at gcc dot gnu.org 2012-12-06 19:29:09 UTC --- (In reply to comment #11) warning to actual sign differences only, i.e. else if (warn_pointer_sign

[Bug tree-optimization/55619] [4.8 Regression] Chromium build fails with: error: memory input is not directly addressable

2012-12-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55619 --- Comment #2 from Andrew Pinski pinskia at gcc dot gnu.org 2012-12-08 08:05:54 UTC --- I think it would be better to rewrite this using intrinsics than depending on the register allocator. You have 3 register inputs, 4 register outputs

[Bug c++/55619] [4.8 Regression] Chromium build fails with: error: memory input is not directly addressable

2012-12-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55619 --- Comment #4 from Andrew Pinski pinskia at gcc dot gnu.org 2012-12-08 08:29:53 UTC --- I think it is obvious what is happening. The c++ front-end is propagating the const vector. Does a const int cause a similar issue if so the inline

[Bug tree-optimization/55104] [4.8 Regression] ice in inline_call, at ipa-inline-transform.c:269

2012-12-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55104 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[Bug middle-end/55078] [4.8 Regression] FAIL: g++.dg/torture/pr46154.C

2012-12-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55078 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added CC||dcb314

[Bug lto/55596] [google] r191813 broke bootstrap-lto on google/gcc-4_7 branch

2012-12-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55596 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[Bug middle-end/55595] [google] r172952 (LIPO) broke profiledbootstrap on google/main, and later in google/gcc-4_7

2012-12-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55595 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[Bug c++/55578] Disabling warnings inside macro definition doesn't work

2012-12-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55578 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Keywords

[Bug c++/55606] sorry, unimplemented: non-trivial designated initializers not supported

2012-12-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55606 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Keywords||FIXME

[Bug c/55613] Add suggestion of adding struct if the name exists in the struct tag

2012-12-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55613 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug libfortran/55601] libgfortran build fails with --disable-libquadmath

2012-12-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55601 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug c++/55582] [C++11] Unable to define string user-defined literal without leading underscore.

2012-12-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55582 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug other/55560] fesetround(FE_DOWNWARD) causes cos() to return values outside the range of -1 to +1

2012-12-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55560 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[Bug libgcc/55589] Failure compiling generic-morestack-thread.c, without threads

2012-12-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55589 --- Comment #3 from Andrew Pinski pinskia at gcc dot gnu.org 2012-12-09 00:48:37 UTC --- Created attachment 28902 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=28902 Patch which might work Can you try this patch?

[Bug c/39900] ICE on nested function returning pointer to VLA

2012-12-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39900 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added CC

[Bug c/55420] Gcc produces an internal compiler error (nested function with variably modified return)

2012-12-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55420 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

  1   2   3   4   5   6   7   8   9   10   >