Bug 37300 - [4.4 Regression] -g causes internal compiler error: Segmentation fault
Summary: [4.4 Regression] -g causes internal compiler error: Segmentation fault
Status: RESOLVED DUPLICATE of bug 37287
Alias: None
Product: gcc
Classification: Unclassified
Component: debug (show other bugs)
Version: 4.4.0
: P3 normal
Target Milestone: 4.4.0
Assignee: Not yet assigned to anyone
URL:
Keywords: ice-on-valid-code
Depends on:
Blocks: 29975
  Show dependency treegraph
 
Reported: 2008-08-31 17:09 UTC by Joost VandeVondele
Modified: 2008-08-31 17:24 UTC (History)
4 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail: 4.4.0
Last reconfirmed:


Attachments
testcase (6.75 KB, application/octet-stream)
2008-08-31 17:11 UTC, Joost VandeVondele
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joost VandeVondele 2008-08-31 17:09:57 UTC
since about two 2 days I observe the following ICE compiling CP2K with -g

gfortran -g -ffree-form f77_blas_extra.F f77_blas_generic.F f77_blas_poison.F f77_blas.F
f77_blas.F:21: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

testcase to be attached.
Comment 1 Joost VandeVondele 2008-08-31 17:11:56 UTC
Created attachment 16175 [details]
testcase

to reproduce:

gfortran -g -ffree-form f77_blas_extra.F f77_blas_generic.F f77_blas_poison.F f77_blas.F
Comment 2 Jakub Jelinek 2008-08-31 17:24:40 UTC

*** This bug has been marked as a duplicate of 37287 ***