http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59513
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59547
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59513
--- Comment #10 from Dominique d'Humieres ---
I also see the problem with gfortran 4.7.3.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59513
Dominique d'Humieres changed:
What|Removed |Added
Summary|Fortran runtime error: |[4.7/4.8/4.9] Fortran
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59541
--- Comment #2 from Dominique d'Humieres ---
I have reverted the changes in gcc/config/darwin.c done by r 206070 and
bootstrap went fine. The new failing tests are still there.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59541
--- Comment #3 from Dominique d'Humieres ---
> The new failing tests are still there.
I was wrong: gcc.dg/tree-prof/crossmodule-indircall-1.c passes.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52794
--- Comment #4 from Dominique d'Humieres ---
This seems to be fixed by a change between r206040 and r206072. Due to pr59541
you need to revert r206070 for the file gcc/config/darwin.c.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52794
--- Comment #5 from Dominique d'Humieres ---
I confirm that this PR is fixed by r206070, see
http://gcc.gnu.org/ml/gcc-testresults/2013-12/msg01811.html and
http://gcc.gnu.org/ml/gcc-testresults/2013-12/msg01813.html.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46991
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59009
--- Comment #32 from Dominique d'Humieres ---
> > > Would it be possible to post the fix? TIA.
> > Committed upstream as
> > http://llvm.org/viewvc/llvm-project?rev=196779&view=rev
> > Feel free to commit the exact same change to gcc
> > or wait
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59009
--- Comment #34 from Dominique d'Humieres ---
> Feel free to commit the exact fix as in ...
Sorry, no write access.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59009
--- Comment #36 from Dominique d'Humieres ---
> Give me 1-2 hours.
> Just in case, please verify that the patch still works on Mac 10.6
> (I don't have access to 10.6)
Already done: see comment 27. Anyway, I guarantee a quick feedback!-)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59104
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38183
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47016
--- Comment #3 from Dominique d'Humieres ---
Any reason to keep this PR open?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18135
--- Comment #4 from Dominique d'Humieres ---
Posted more than three years ago:
> Andrew,
> Do you still see this issue with current gcc trunk since...
Any reason to keep this PR open?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30138
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27221
Dominique d'Humieres changed:
What|Removed |Added
CC||iains at gcc dot gnu.org
--- Comme
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45248
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46591
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47309
Dominique d'Humieres changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48747
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48402
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59560
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22317
Dominique d'Humieres changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59560
--- Comment #9 from Dominique d'Humieres ---
When I say 4.7.3 it means the 4.7.3 release, otherwise I give the revision
number or the date if the former is not available.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59541
--- Comment #5 from Dominique d'Humieres ---
The failure of FAIL: gcc.dg/tree-prof/crossmodule-indircall-1.c is due to the
first part of
http://gcc.gnu.org/viewcvs/gcc/trunk/gcc/config/darwin.c?r1=206070&r2=206069&pathrev=206070&sortby=date&view=p
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47016
Dominique d'Humieres changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59009
--- Comment #38 from Dominique d'Humieres ---
(In reply to Kostya Serebryany from comment #37)
> Done, r206113.
Thanks, I successfully bootstrapped r206120 (with a fix for pr59541) on
x86_64-apple-darwin10.
> Is there anything else left in this
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59541
Dominique d'Humieres changed:
What|Removed |Added
CC||jh at suse dot cz,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58746
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|2013-11-27
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57904
--- Comment #11 from Dominique d'Humieres ---
With the patch in comment 9, gfortran.dg/class_48.f90 no longer fails and I
don't see any regression. The warning for the test in pr58746 comment 2 is also
fixed.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59541
--- Comment #7 from Dominique d'Humieres ---
Note that on x86_64-apple-darwin10 the test
gcc.dg/tree-prof/cold_partition_label.c has started to fail (compilation,
-fprofile-use -D_PROFILE_USE) between r204856 (OK) and r205324 (fail). This is
fixe
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59541
--- Comment #8 from Dominique d'Humieres ---
> > could someone please point me at the original post for this patch?
>
> I have the same question.
I have finally found the answer: final patch at
http://gcc.gnu.org/ml/gcc-patches/2013-12/msg01368.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59494
--- Comment #4 from Dominique d'Humieres ---
> I believe that is the only reason for the different number of vector
> additions.
I don't think the number of packed double operations is changed, only the
number of occurrences of the scanned regul
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57904
--- Comment #15 from Dominique d'Humieres ---
*** Bug 58746 has been marked as a duplicate of this bug. ***
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58746
Dominique d'Humieres changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57904
--- Comment #16 from Dominique d'Humieres ---
> For the FE change, I guess most important are benchmark results,
> doesn't it slow down important benchmarks?
AFAICT the answer is not at least for the gfortran test suite and the
polyhedron ones
(
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59561
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59561
Dominique d'Humieres changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59541
--- Comment #10 from Dominique d'Humieres ---
> Hello,
> thank you for the hotfix that repaired switch/case missing return value.
Nothing has been committed yet to fix darwin bootstrap!-(
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59419
--- Comment #8 from Dominique d'Humieres ---
The modified test gfortran.dg/open_negative_unit_1.f90 in the patch submitted
at http://gcc.gnu.org/ml/fortran/2013-12/msg00124.html checks that this PR is
fixed.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58787
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58787
--- Comment #2 from Dominique d'Humieres ---
Backtrace (patched tree):
Program received signal SIGSEGV, Segmentation fault.
gfc_resolve_expr (e=0x141e1f7a0) at ../../work/gcc/fortran/resolve.c:2827
2827 if (sym && sym->attr.intrinsic
(gdb) b
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58861
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58200
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58171
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44482
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59369
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38183
Dominique d'Humieres changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016
--- Comment #3 from Dominique d'Humieres ---
With the test in comment 1, I get on x86_64-apple-darwin13:
TYPE(atomic_kind_type), pointer :: atomic_kind
1
Error: Derived type 'atomic_kind_type' at (1) is being used be
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016
--- Comment #4 from Dominique d'Humieres ---
Backtrace is
Program received signal SIGSEGV, Segmentation fault.
error_print(const char *, const char *, typedef __va_list_tag __va_list_tag *)
(type=, format0=, argp=)
at ../../work/gcc/fortran/e
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59069
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56981
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58842
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43849
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50342
Dominique d'Humieres changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47608
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52795
Dominique d'Humieres changed:
What|Removed |Added
Target|{x86_64,i386}-apple-darwin{ |{x86_64,i386}-apple-darwin1
ty: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: dominiq at lps dot ens.fr
CC: howarth at bromo dot med.uc.edu, iains at gcc dot gnu.org,
jakub at gcc dot gnu.org
Hos
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59345
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59577
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59586
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59586
Dominique d'Humieres changed:
What|Removed |Added
CC||spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59589
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59589
--- Comment #4 from Dominique d'Humieres ---
On x86_64-apple-darwin10.8, gcc version 4.8.2, with the call system line
commented, valgrind gives:
==42524== HEAP SUMMARY:
==42524== in use at exit: 88 bytes in 1 blocks
==42524== total heap us
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59589
--- Comment #5 from Dominique d'Humieres ---
The test also succeeds on x86_64-apple-darwin13 (clean r206033 or heavily
patched r206191) when compiled with -fsanitize=leak.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59591
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59589
Dominique d'Humieres changed:
What|Removed |Added
Status|WAITING |NEW
--- Comment #7 from Dominique
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59589
Dominique d'Humieres changed:
What|Removed |Added
Summary|Memory leak when|[4.9 Regression] Memory
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59589
--- Comment #11 from Dominique d'Humieres ---
> Further support from valgrind on x86_64-pc-linux-gnu:
I was not questioning the PR, but the regression: if I don't see the leak at
4.9 on my builds, there is a suspicion that the bug may have been l
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59597
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59599
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59576
Dominique d'Humieres changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
--- Comme
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41090
--- Comment #21 from Dominique d'Humieres ---
The test g++.dg/ext/label13.C XPASS after r20182 on darwin.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56674
--- Comment #5 from Dominique d'Humieres ---
This appeared at r181425.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59023
Dominique d'Humieres changed:
What|Removed |Added
CC||bur...@net-b.de
--- Comment #3 fro
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56169
Dominique d'Humieres changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46485
Dominique d'Humieres changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53035
Dominique d'Humieres changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50552
Dominique d'Humieres changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53379
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58998
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54221
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59604
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|2013-12-28
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45426
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49111
Dominique d'Humieres changed:
What|Removed |Added
Keywords||diagnostic
Priority|P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44526
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47720
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47485
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52622
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59541
Dominique d'Humieres changed:
What|Removed |Added
CC||burnus at gcc dot gnu.org
--- Comm
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59663
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59654
--- Comment #26 from Dominique d'Humieres ---
> Why doesn't anyone report this issue? It's now tracked as PR59663
It has been pr59541 since 2013-12-18 07:46 UTC.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58586
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58557
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56660
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54223
Dominique d'Humieres changed:
What|Removed |Added
Keywords||ice-on-invalid-code
St
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53714
Dominique d'Humieres changed:
What|Removed |Added
Keywords||diagnostic
Status|UNCO
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59678
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
1501 - 1600 of 7788 matches
Mail list logo