[Bug testsuite/68751] FAIL: gcc.dg/sancov/asan.c (test for excess errors)

2015-12-06 Thread y.gribov at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68751 Yury Gribov changed: What|Removed |Added CC||dvyukov at google dot com,

[Bug tree-optimization/68756] New: [6 Regression] ICE w/ -O1 -floop-nest-optimize and isl 0.15: isl-0.15/isl_id.c:213: unable to find id

2015-12-06 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68756 Bug ID: 68756 Summary: [6 Regression] ICE w/ -O1 -floop-nest-optimize and isl 0.15: isl-0.15/isl_id.c:213: unable to find id Product: gcc Version: 6.0 Status: UNCONFIRMED

[Bug fortran/68358] Some tests in gfortran.dg fail when compiled with '-g -flto' and Xcode 7

2015-12-06 Thread nenad at intrepid dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68358 --- Comment #13 from Nenad Vukicevic --- For what is worth I filed two bug reports: LLVM: https://llvm.org/bugs/show_bug.cgi?id=25757 APPLE: Bug 23778972 (not sure how to get URL for this bug) On 11/30/15 2:41 PM, dominiq at lps dot ens.fr wro

[Bug rtl-optimization/68755] New: wrong code at -O3 on x86_64-linux-gnu (in 32-bit mode)

2015-12-06 Thread su at cs dot ucdavis.edu
++ Thread model: posix gcc version 5.3.1 20151206 [gcc-5-branch revision 231343] (GCC) $ $ gcc-5-branch -m32 -O2 small.c; ./a.out $ gcc-5-branch -m64 -O3 small.c; ./a.out $ gcc-trunk -m32 -O3 small.c; ./a.out $ $ gcc-5-branch -m32 -O3 small.c $ ./a.out Segmentation fault (core dumped

[Bug c++/65876] [6 Regression] [C++11] ICE in cxx_eval_call_expression, at cp/constexpr.c:1358

2015-12-06 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65876 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/68597] [6 Regression] ice in check_return_expr, at cp/typeck.c:8635

2015-12-06 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68597 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/68597] [6 Regression] ice in check_return_expr, at cp/typeck.c:8635

2015-12-06 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68597 --- Comment #3 from Jason Merrill --- Author: jason Date: Mon Dec 7 04:34:43 2015 New Revision: 231349 URL: https://gcc.gnu.org/viewcvs?rev=231349&root=gcc&view=rev Log: PR c++/68597, fix auto9.C and auto-neg1.C with -std=c++1z.

[Bug target/68494] [ARM] Use vector multiply by lane

2015-12-06 Thread michael.collison at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68494 --- Comment #3 from Michael Collison --- Previous discussion thread here: https://gcc.gnu.org/ml/gcc/2013-09/msg00061.html

[Bug middle-end/68291] [6 regression] ICE in emit_move_insn, at expr.c:3540

2015-12-06 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68291 --- Comment #10 from Alexandre Oliva --- I'm not comfortable with your relaxing the assert in cfgexpand.c:set_rtl. It means we could have a PARALLEL for a RESULT_DECL *and* other variables, because of coalescing. Although we can deal with PARAL

[Bug c++/68754] New: Explicitly defaulted constexpr assignment operator fails to compile

2015-12-06 Thread ldionne.2 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68754 Bug ID: 68754 Summary: Explicitly defaulted constexpr assignment operator fails to compile Product: gcc Version: 5.3.0 Status: UNCONFIRMED Severity: normal

[Bug target/67322] [Aarch64] Exploit Wide Add operations when appropriate

2015-12-06 Thread michael.collison at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67322 Michael Collison changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/67322] [Aarch64] Exploit Wide Add operations when appropriate

2015-12-06 Thread michael.collison at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67322 --- Comment #1 from Michael Collison --- Fixed via: URL: https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=230853 r230853 | collison | 2015-11-24 23:51:55 -0700 (Tue, 24 Nov 2015) | 15 lines 2015-11-24 Michael Collison * config

[Bug c/59856] Support sparse-style context checking, used to validate locking correctness

2015-12-06 Thread pageexec at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59856 --- Comment #20 from PaX Team --- (In reply to Josh Triplett from comment #13) > Note that in addition to complaining if *any* exit to the function doesn't > have the correct "out" value, you also need to complain if calls to > functions with the

[Bug target/68753] New: PowerPC: double precision reciprocal estimate missed optimisations

2015-12-06 Thread anton at samba dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68753 Bug ID: 68753 Summary: PowerPC: double precision reciprocal estimate missed optimisations Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug debug/68302] [5/6 Regression] ICE with debugging enabled on mips

2015-12-06 Thread aurelien at aurel32 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68302 --- Comment #10 from Aurelien Jarno --- (In reply to Steve Ellcey from comment #8) > Where in CC1 do you segfault? Can you show me the error message you get > when compiling the test program using the latest gcc-5-branch sources. The only messa

[Bug target/68752] New: PowerPC: vector reciprocal square root estimate missed optimisations

2015-12-06 Thread anton at samba dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68752 Bug ID: 68752 Summary: PowerPC: vector reciprocal square root estimate missed optimisations Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/68740] FAIL: experimental/type_erased_allocator/1.cc (test for excess errors)

2015-12-06 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68740 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libstdc++/68739] FAIL: 30_threads/call_once/constexpr.cc (test for excess errors)

2015-12-06 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68739 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug ada/36619] Assignment to classwide leads to constraint error

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36619 --- Comment #3 from Eric Botcazou --- This boils down to: with Q; Use Q; procedure P is A: Root'Class := Create; begin A := Create; end; with Ada.Finalization; use Ada.Finalization; package Q is type Root is interface; type Objec

[Bug ada/62042] Missing optimization of copying non-limited objects

2015-12-06 Thread porton at narod dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62042 --- Comment #8 from Victor Porton --- > Only under certain circumstances though. Yes, such circumstances as my toy (but representing a real case) program. Such programs SHOULD be optimized, because the standards allow optimization under such "c

[Bug ada/62042] Missing optimization of copying non-limited objects

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62042 --- Comment #7 from Eric Botcazou --- > Why we cannot?! Because the correct semantics of the program need to be preserved. > If you are afraid that this may introduce errors, you are not right, as this > is allowed by Ada standards. Only under

[Bug ada/66143] __gnat_set_executable insufficient for correct gprinstall

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66143 Eric Botcazou changed: What|Removed |Added Target Milestone|6.0 |5.0 --- Comment #4 from Eric Botcazou -

[Bug ada/62042] Missing optimization of copying non-limited objects

2015-12-06 Thread porton at narod dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62042 --- Comment #6 from Victor Porton --- > But you generally cannot do this optimization with controlled objects > in real software. Why we cannot?! If you are afraid that this may introduce errors, you are not right, as this is allowed by Ada sta

[Bug ada/66143] __gnat_set_executable insufficient for correct gprinstall

2015-12-06 Thread jeditekunum at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66143 --- Comment #3 from jeditekunum at gmail dot com --- Apparently there is something significant that I am not understanding here. gprinstall is typically used to install a package for use system-wide in a directory like /opt/{something}. On any no

[Bug ada/62042] Missing optimization of copying non-limited objects

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62042 --- Comment #5 from Eric Botcazou --- > Avoiding calling unnecessary routines when copying an object, is a VERY > useful optimization, just because copying operation is VERY often in real > software. But you generally cannot do this optimization

[Bug ada/68481] GNAT rejects protected procedure with aspect Interrupt_Handler => True (explicitly)

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68481 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/68183] Using Serial communication stream lose packets somtimes, file OK

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68183 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug lto/68646] [6 Regression] FAIL: g++.dg/lto/20081118 cp_lto_20081118_0.o-cp_lto_20081118_1.o link

2015-12-06 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68646 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ada/68171] Default value in record for component with predicate causes bug box

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68171 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/68169] s-osinte-rtems.ads is out of synch with type definitions of current newlib

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68169 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug ada/67836] Exceptions with tracebacks in task rendezvous cause STORAGE_ERROR

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67836 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/67706] Recursive Ghost expression function confuses the compiler

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67706 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug ada/67494] xsinfo sanitizer detects overlapping strings in assignment statement

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67494 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/67086] [5/6 regression] RE_Not_Available error when building ghdl-0.32

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67086 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/66608] gnat 5.1 fails with compilation abandoned, minimal testcase included

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66608 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/66526] Use of uninitialized variable

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66526 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug ada/66525] Implicit function declarations

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66525 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug ada/66390] Text_IO.Get_Line does not correctly handle missing line marker for last line in all cases

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66390 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug ada/66143] __gnat_set_executable insufficient for correct gprinstall

2015-12-06 Thread charlet at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66143 Arnaud Charlet changed: What|Removed |Added CC||charlet at gcc dot gnu.org Reso

[Bug ada/66384] Compiler fails with message "compilation abandoned"

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66384 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug ada/66143] __gnat_set_executable insufficient for correct gprinstall

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66143 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug ada/65868] "cannot find -lstdc++" for GNAT compilation

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65868 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug ada/65696] ASAN reports global-buffer-overrun for local tagged types

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65696 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/65683] [5/6 regression] access types across "limited with" breaks restriction of No_Elaboration_Code

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65683 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/65102] gnat-style.texi warning from including fdl.texi

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65102 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug ada/64869] "use all type" clause is ineffective

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64869 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/64556] Aspect Preelaborate is ignored on library-level subprogram

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64556 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/68356] FAIL: gcc.dg/torture/pr68264.c -O* execution test on x86_64-apple-darwin1(0|4)

2015-12-06 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68356 John David Anglin changed: What|Removed |Added CC||danglin at gcc dot gnu.org --- Comme

[Bug ada/63675] Non-confirming aspect doesn’t fail

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63675 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/63276] implicit access checking is inserted for not null access type against pragma Suppress (Access_Check)

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63276 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug ada/63222] Ada.Directories.Delete_File refuses to delete dangling symlinks

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63222 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug testsuite/68751] New: FAIL: gcc.dg/sancov/asan.c (test for excess errors)

2015-12-06 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68751 Bug ID: 68751 Summary: FAIL: gcc.dg/sancov/asan.c (test for excess errors) Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug ada/62230] Legal program rejected, RM 4.3.2(3, 5/3), ancestor_part can not be expression against error message by compiler itself

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62230 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/62193] There is a bug in the Ada runtime which causes some Ada time functions to fail on the MinGW 32-bit platform .

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62193 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/62122] GNAT RM: flaw in example of @node Attribute Unrestricted_Access

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62122 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/62042] Missing optimization of copying non-limited objects

2015-12-06 Thread porton at narod dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62042 --- Comment #4 from Victor Porton --- I utterly disagree. Avoiding calling unnecessary routines when copying an object, is a VERY useful optimization, just because copying operation is VERY often in real software.

[Bug rtl-optimization/68750] New: FAIL: gcc.dg/loop-8.c scan-rtl-dump-times loop2_invariant "Decided" 1

2015-12-06 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68750 Bug ID: 68750 Summary: FAIL: gcc.dg/loop-8.c scan-rtl-dump-times loop2_invariant "Decided" 1 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug c++/68749] New: FAIL: gcc.dg/ifcvt-4.c scan-rtl-dump ce1 "2 true changes made"

2015-12-06 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68749 Bug ID: 68749 Summary: FAIL: gcc.dg/ifcvt-4.c scan-rtl-dump ce1 "2 true changes made" Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal P

[Bug ada/62065] ada/sysdep.c:868: possible coding error ?

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62065 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug ada/62042] Missing optimization of copying non-limited objects

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62042 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/68748] New: FAIL: gfortran.dg/g77/20010430.f -O0 execution test

2015-12-06 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68748 Bug ID: 68748 Summary: FAIL: gfortran.dg/g77/20010430.f -O0 execution test Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug ada/61127] GNAT incorrectly accepts <> as a second association of a generic formal package

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61127 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org S

[Bug fortran/68747] New: FAIL: gfortran.dg/specifics_1.f90 -O0 execution test

2015-12-06 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68747 Bug ID: 68747 Summary: FAIL: gfortran.dg/specifics_1.f90 -O0 execution test Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority

[Bug ada/61027] gnatcmd gets SIGABRT during exception handling

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61027 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/68746] New: FAIL: gfortran.dg/read_dir.f90 -O0 execution test

2015-12-06 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68746 Bug ID: 68746 Summary: FAIL: gfortran.dg/read_dir.f90 -O0 execution test Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug fortran/68745] New: FAIL: gfortran.dg/intrinsic_modulo_1.f90 -O0 execution test

2015-12-06 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68745 Bug ID: 68745 Summary: FAIL: gfortran.dg/intrinsic_modulo_1.f90 -O0 execution test Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Pr

[Bug ada/60977] Float_IO.Put fails on large floats when 'digits exceeds 15

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60977 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/68744] New: FAIL: gfortran.dg/backtrace_1.f90 -O0 execution test

2015-12-06 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68744 Bug ID: 68744 Summary: FAIL: gfortran.dg/backtrace_1.f90 -O0 execution test Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority

[Bug fortran/68743] New: FAIL: gfortran.dg/aint_anint_1.f90 -O0 execution test

2015-12-06 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68743 Bug ID: 68743 Summary: FAIL: gfortran.dg/aint_anint_1.f90 -O0 execution test Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priorit

[Bug fortran/68742] New: FAIL: gfortran.dg/coarray/event_2.f90 -fcoarray=lib -O2 -lcaf_single -latomic execution test

2015-12-06 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68742 Bug ID: 68742 Summary: FAIL: gfortran.dg/coarray/event_2.f90 -fcoarray=lib -O2 -lcaf_single -latomic execution test Product: gcc Version: 6.0 Status: UNCONFIRMED

[Bug ada/60730] 'Round of a fixed point type incorrectly truncates its operand instead of rounding it

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60730 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/60164] Missing parenthesis in the documentation

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60164 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug ada/60164] Missing parenthesis in the documentation

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60164 --- Comment #1 from Eric Botcazou --- Author: ebotcazou Date: Sun Dec 6 18:53:37 2015 New Revision: 231342 URL: https://gcc.gnu.org/viewcvs?rev=231342&root=gcc&view=rev Log: PR ada/60164 * doc/gnat_ugn/gnat_and_program_execution

[Bug ada/60164] Missing parenthesis in the documentation

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60164 --- Comment #2 from Eric Botcazou --- Author: ebotcazou Date: Sun Dec 6 18:53:54 2015 New Revision: 231343 URL: https://gcc.gnu.org/viewcvs?rev=231343&root=gcc&view=rev Log: PR ada/60164 * doc/gnat_ugn/gnat_and_program_execution

[Bug libstdc++/68741] New: FAIL: tr1/8_c_compatibility/cstdio/functions.cc (test for excess errors)

2015-12-06 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68741 Bug ID: 68741 Summary: FAIL: tr1/8_c_compatibility/cstdio/functions.cc (test for excess errors) Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug ada/60163] Ada style checks: token spacing enforces space only around the first of several multiplying operators

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60163 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/68740] New: FAIL: experimental/type_erased_allocator/1.cc (test for excess errors)

2015-12-06 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68740 Bug ID: 68740 Summary: FAIL: experimental/type_erased_allocator/1.cc (test for excess errors) Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug ada/50048] "cc1: note: obsolete option -I- used, please use -iquote instead" during bootstrap

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50048 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ada/50048] "cc1: note: obsolete option -I- used, please use -iquote instead" during bootstrap

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50048 --- Comment #4 from Eric Botcazou --- Author: ebotcazou Date: Sun Dec 6 18:44:56 2015 New Revision: 231341 URL: https://gcc.gnu.org/viewcvs?rev=231341&root=gcc&view=rev Log: gnattools/ PR ada/50048 * Makefile.in (ftop_srcdir): N

[Bug libstdc++/68739] New: FAIL: 30_threads/call_once/constexpr.cc (test for excess errors)

2015-12-06 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68739 Bug ID: 68739 Summary: FAIL: 30_threads/call_once/constexpr.cc (test for excess errors) Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug c++/68738] New: call to overridden function segfaults

2015-12-06 Thread rianquinn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68738 Bug ID: 68738 Summary: call to overridden function segfaults Product: gcc Version: 5.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug libstdc++/68737] New: FAIL: 22_locale/num_put/put/char/14220.cc execution test

2015-12-06 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68737 Bug ID: 68737 Summary: FAIL: 22_locale/num_put/put/char/14220.cc execution test Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priorit

[Bug testsuite/68736] New: FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/reduction-cplx-dbl.c -DACC_DEVICE_TYPE_host=1 -DACC_MEM_SHARED=1 (test for excess errors)

2015-12-06 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68736 Bug ID: 68736 Summary: FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/reduction- cplx-dbl.c -DACC_DEVICE_TYPE_host=1 -DACC_MEM_SHARED=1 (test for excess errors)

[Bug libstdc++/68735] New: FAIL: libstdc++-prettyprinters/libfundts.cc print ab

2015-12-06 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68735 Bug ID: 68735 Summary: FAIL: libstdc++-prettyprinters/libfundts.cc print ab Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug libstdc++/68734] New: FAIL: libstdc++-abi/abi_check

2015-12-06 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68734 Bug ID: 68734 Summary: FAIL: libstdc++-abi/abi_check Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ A

[Bug middle-end/68733] New: FAIL: libgomp.c/target-29.c (internal compiler error)

2015-12-06 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68733 Bug ID: 68733 Summary: FAIL: libgomp.c/target-29.c (internal compiler error) Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug c++/68732] Internal error while compiling CLRadeonExtender

2015-12-06 Thread matszpk at interia dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68732 --- Comment #3 from matszpk --- Thank you for quick answer and advice. Now, I am using default gcc-5 from OpenSUSE Leap 42.1. Perhaps, I will try to use GCC 5.3 in near future...

[Bug fortran/68560] [6 Regression] The test gfortran.dg/shape_8.f90 now fails when compiled with -flto

2015-12-06 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68560 Mikael Morin changed: What|Removed |Added Attachment #36902|0 |1 is obsolete|

[Bug c++/68732] Internal error while compiling CLRadeonExtender

2015-12-06 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68732 Markus Trippelsdorf changed: What|Removed |Added CC||trippels at gcc dot gnu.org --- Co

[Bug c++/68732] Internal error while compiling CLRadeonExtender

2015-12-06 Thread matszpk at interia dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68732 --- Comment #1 from matszpk --- Created attachment 36936 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36936&action=edit preprocessed file

[Bug c++/68732] New: Internal error while compiling CLRadeonExtender

2015-12-06 Thread matszpk at interia dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68732 Bug ID: 68732 Summary: Internal error while compiling CLRadeonExtender Product: gcc Version: 5.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug ada/48756] FAIL: c940013

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48756 Eric Botcazou changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug ada/59907] Ada 2012 Indefinite_Holders Reference_Type is not implemented

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59907 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug ada/59234] Legal program rejected, a generic package having intricate formal package parameters could not be instantiated

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59234 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/58891] Bug box when using limited with, between parent and child packages

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58891 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug ada/58881] GNAT crashes with bug box when trying to instantiate a generic package

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58881 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/58870] ICE on invalid: Assert_Failure sinfo.adb:1933

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58870 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/58573] Bug box on return conditional expression with an imported function

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58573 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug ada/58299] Ada defines UNICODE and _UNICODE too late for __MINGW32__

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58299 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/48756] FAIL: c940013

2015-12-06 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48756 --- Comment #3 from dave.anglin at bell dot net --- No. It looks like it was fixed in 4.3. Dave -- John David Anglin dave.ang...@bell.net

  1   2   3   >